@charset "utf-8";
body, ul {
    padding: 0;
    margin: 0;
}

.tcBox {
    position: fixed;
    height: 218px;
    top: 176px;
    width: 224px;
    right: -224px;;
    z-index: 999;
    cursor: pointer;

    transform: translateX(0);
    transition: transform 0.4s;
}

.isShow {
    display: block;
}

.isHide {
    display: none;
}

.centerSty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imgS {
    width: 60px;
    height: 55px;
    position: fixed;
    top: 176px;
    right: 0px;;
    z-index: 999;
    cursor: pointer;

}

.imgS:hover .tcBox {
    transform: translateX(-224px);
    transition: transform 0.4s;

}

.smallTitle {
    font-size: 16px;
    margin-top: 16px;
    font-weight: 600;
}

.textBox {
    font-size: 14px;
    color: #333;
    line-height: 24px;

}

.tableBox {
    display: flex;
    justify-content: center;
}

.itemBox {
    margin-top: 20px;
}

.imgBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.wrapper {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(52, 52, 52, 0.8) no-repeat fixed center;
    background-size: 50%;
}

.imgZoom img {
    transition: all .4s;
    -webkit-transition: all .4s;
}

.imgZoom:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.homeImgs img {
    width: 100%;
}

.submenu ul {
    display: none;

}

.submenu ul li a {
    padding: 10px 30px;
    line-height: 20px;
    display: block;
    color: #fff;
}

.map {
    width: 100%;
    height: 400px;
    margin-top: 40px;
}

.breadcrumb {
    background-color: #fff !important;
    padding: 30px 0;
    text-align: right;
    width: 1170px;
    margin: 0 auto;
}

ul {
    list-style: none;
}

.smallTitle {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.wrap {
    position: relative;
    width: 1200px;
    height: 360px;
    margin: 100px auto;
}

.content {
    position: absolute;
    width: 1200px;
    height: 360px;
}

.content li {
    position: absolute;
    background-size: 100% 100%;
    cursor: pointer;
}

.wrap a {
    position: absolute;
    display: none;
    z-index: 2;
    top: 50%;
    width: 30px;
    height: 100px;
    line-height: 100px;
    margin-top: -30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #CCCCCC;
    background: rgba(204, 204, 204, .6);
    transition: background 1s ease;
}

.wrap a:hover {
    background: #CCCCCC;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.nbactive {
    background-color: rgba(2, 73, 137, 1);
    color: white;
}

.productInfo {
    margin-top: 20px;
}

.productIntro {
    line-height: 22px;
    text-indent: 2em;
}

.productInfo li {
    margin-bottom: 20px;
}

/* pc端样式 */
.headher .container .row ul li a {
    padding: 4px 12px;
    border-radius: 4px;
}

.headher .container .row ul li a:hover {
    background-color: #ffffff40;
}

.active_nav {
    background-color: #ffffff40;
}


.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.left10 {
    margin-left: 10px;
}

.start {
    display: flex;
    align-items: flex-start;
}

.f5 {
    background-color: #f5f5f5;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.right-14 {
    margin-left: -14px;
}

.right-12 {
    margin-left: -12px;
}

.blue {
    color: #004a89ff;
}

.relative {
    position: relative;
}

.left20 {
    margin-left: 20px;
}

.height40 {
    height: 40px;
}

.height220 {
    height: 220px;
}

.pointer {
    cursor: pointer;
}

.fr {
    float: right;
}

.e6 {
    background-color: #e6e6e6;
}

.fff {
    color: #ffffff;
}

/*新闻详情*/
.newImg {
    height: 200px;
    box-sizing: border-box;
    overflow: hidden;
}

.newImg img {
    width: 100%;
    height: 100%;
}

.newContent {
    padding: 15px;
}

.newTit {
    font-size: 18px;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newText {
    height: 64px;
    width: 100%;
    font-size: 14px;
    text-indent: 2em;
    color: #888;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newLink {
    display: block;
    text-align: right;
    color: #777;
}

.center {
    text-align: center;
}

.newDetailTit {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #353535;
}

.newDetailTime {
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

.newDetailText {
    font-size: 16px;
    color: #777;
    line-height: 2em;
    text-indent: 2em;
}

.detailPage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
}

.detailPage a {
    cursor: pointer;
    text-align: center;
    display: block;
    width: 80px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #666;
}

.detailPage a:hover {
    color: red;
}

h1.proTit {
    color: #47a8ff;
}

ul.two {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    flex-wrap: wrap;
    position: relative;
    background: url("/web/cn/Tpl/zh-cn/Static/images/dashan01.jpg") no-repeat center !important;
    background-size: cover !important;
    width: 100%;
    height: 566px;
}

ul.two li {
    width: 410px;
    background: #fff;
    position: relative;
    top: 74px;
    background: url("/web/cn/Tpl/zh-cn/Static/images/dashan02.jpg") no-repeat center !important;
    background-size: cover !important;
    height: 450px;
}

ul.two li p.jianjie {
    line-height: 70px;
    color: #47a8ff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 5px 5px 0 #d5ebff
}

ul.two li p:not(:first-child) {
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    padding: 0 33px;

}

.jieshao {
    margin: 50px 0;
    background: no-repeat center;
}

p.jscs {
    font-size: 30px;
    font-weight: bold;
    color: #47a8ff;
    text-align: center;
}

.jieshao table {
    margin: 0 30px;
}

.jieshao table tr {
    line-height: 40px;
}

.jieshao table tr:nth-child(2n-1) th {
    background: #E7F1FA;
}

.jieshao table tr th {
    padding-left: 20px;
    display: inline-block;
}

.jieshao table tr th:nth-child(1) {
    width: 105px;
    margin-right: 6px;
}

.jieshao table tr th:nth-child(2) {
    width: 728px;
}

.jieshao video {
    position: relative;
    left: 50%;
    margin-left: -160px;
}

.youshi {
    background: url("/web/cn/Tpl/zh-cn/Static/images/dashan03.jpg") no-repeat center !important;
    background-size: cover !important;
    width: 100%;
    height: 510px;
    padding: 40px 30px 0;
}

.youshi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.youshi ul li {
    width: 400px;
}

.youshi ul li p:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
    color: #47a8ff;
    border: none;
}

.youshi ul li p {
    line-height: 40px;
    border-bottom: 8px solid #47a8ff;
    margin-bottom: 30px;
}

.friendLink{
    width: 1200px;
    margin: 20px auto 0;
    padding-left: 15px;
  }
  .friendLink a,.friendLink span{
    display: inline-block;
    color: #757f80;
    text-decoration: none;
  }
  .friendLink li{
    display: inline-block;
    margin: 0 5px;
  }
  .friendLink a:hover{
    color: white;
  }

/* pc端样式 */
@media screen and (min-width: 1200px) {
    .jiagong {
        width: 100%;
        height: auto;
    }

    .jiagong_detail_img {
        width: 100%;
    }

    .jiagong .jiagong_img {
        width: 100%;
        height: 530px;
    }

    .jiagong_title .container .row .col-lg-12 {
        font-size: 36px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        margin-top: 48px;
    }

    .jiagong_detail {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .control-box {
        width: 1170px;
        height: 230px;
        background-image: url(../images/hots_bg.png);
        background-size: 1055px;
        background-repeat: no-repeat;
        background-position: 60px 165px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 150px;
    }

    .control-box ul {
        list-style: none;
        position: relative;
    }

    .control-box ul li {
        position: absolute;
        top: 50px;
        cursor: pointer;
    }

    .prev {
        left: 0;
    }

    .next {
        right: 0;
    }

    .bigbox {
        overflow: hidden;
        width: 1032px;
        height: 190px;
        margin: auto 70px auto;
    }

    #switcher {
        height: 190px;
        left: 0px;
    }

    .content_1.content_2 {
        width: 100%;
        float: left;
    }

    .box {
        transition: all .7s ease 0s;
        width: 255px;
        height: 190px;
        float: left;
        border-left: 3px white solid;
    }

    .box:hover {
        opacity: 0.5;
    }

    .shadow {
        width: 255px;
        height: 60px;
        /* opacity: 1; */
        background-color: rgba(0, 0, 0, 0.45);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
        margin-top: 130px;
        color: white;
        font-size: 14px;
    }

    .shadow a {
        display: inline-block;
        width: 225px;
        height: 60px;
        color: white;
        text-decoration: none;
        margin-left: 18px;
        margin-top: 10px;
    }

    .headher {
        z-index: 99;
        position: fixed;
        top: 0px;
        /* line-height: 80px; */
        width: 100%;
        height: 110px;
        /* background:rgba(39,52,60,1); */

        background: rgba(39, 52, 60, 0.8);
    }

    .headher .company_logo {
        width: 360px;
        height: 40px;
        margin-top: -20px;
    }

    .headher .container .row ul li {
        width: 90px;
        float: right;
        list-style: none;
        text-align: center;
    }

    .headher .container .row ul li a {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }

    .headher .container .phone {
        font-size: 26px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .headher .container .language {
        margin-top: 10px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .miblle_jiagong {
        display: none;
    }

    .navbar-inverse {
        display: none;
    }

    .haveDown {
        position: relative;
    }

    .dropDown {
        /* background-color: #2c363d85;*/
        background: rgba(44, 54, 61, 0.5);
        width: 90px;
        border-radius: 4px;
        /*    position: absolute;
    top: 24px;*/
        overflow: hidden;
        max-height: 0px;
        transition: max-height .3s, border 0.3s linear;
    }

    .dropDown.pro {
        width: 120px;
    }

    .haveDown:hover .dropDown {
        max-height: 100%;
    }

    .haveDown .dropDown li a:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .headher .container .row ul.dropDown li {
        width: 100%;
        display: block;
        margin: 5px 0;
        float: none;
        white-space: nowrap;
    }

    .headher .container .row ul.dropDown li a {
        display: block;
    }

    .dianhua {
        /* width: 20px;
		height: 20px; */
        margin-right: 5px;
        margin-top: -4px;
    }

    .footer_xiantiao {
        border-bottom: 1px #757f80 dotted;
        width: 200px;
        margin-top: 15px;
    }

    .yuyan_select {
        /* width: 18px;
		height: 18px; */
        margin-right: 5px;
    }

    /* footer start */
    .footer {
        padding-bottom: 50px;
        width: 100%;
        height: auto;
        background-image: url(../img/footer.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .footer .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer .row {
        /* margin-left: 360px;
		margin-right: 360px; */
    }

    .footer_wz {
        color: #757f80;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer_wz:hover {
        /* color: #FFFFFF; */

    }

    .footer .container .row .col-lg-3 .title {
        margin-top: 30px;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 20px;
        /* 	margin-bottom: 30px; */
        /* border-bottom: 1px solid #757f80; */
    }

    .footer .container .row .col-lg-3 a {
        color: #757f80;
        text-decoration: none;
    }

    .footer .container .row .col-lg-3 a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .border_left {
        padding-top: 8px;
        padding-bottom: 8px;
        width: 150px;
        border-bottom: 1px #757f80 dotted;
    }

    .footer_border1 {
        border-bottom: 1px #757f80 dotted;
        width: 150px;
        margin-top: 20px;
    }

    .footer_bottom {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #171f22;
    }

    .footer_bottom .container .row .wenzi {
        font-size: 14px;
        font-weight: 400;
        color: rgba(123, 133, 134, 1);
    }

    .footer_bottom .container .row .wenzi2 {
        color: rgba(123, 133, 134, 1);
    }

    /* footer end */
    .contactus_banner {
    }

    .contactus_banner .container-fluid .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .contactus_banner .banner {
        width: 100%;
        /* height: 530px; */
    }

    .pc_img {
        width: 100%;
        height: 100%;
    }

    .pc_img {
        width: 100%;
        height: 100%;
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .pc_img:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .pc_title {
        margin-top: 90px;
        font-size: 26px;
        font-weight: bold;
        color: rgba(102, 102, 102, 1);
    }

    .pc_detail {
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .contact_us_address .row {
        margin-top: 30px;
    }

    .contact_us_address .right_img {
        width: 650px;
        height: 420px;
        overflow: hidden;
    }

    .contact_us_address .pc_detail {
        margin-top: 30px;
    }

    .ditu {
        margin-top: 30px;
    }

    /* 地图start */
    .ditusize {
        width: 100%;
        height: 400px;
    }

    .xiantiao {
        border-bottom: 1px solid #666666;
        width: 250px;
        height: 1px;
        margin-top: 22px;
    }

    /* 地图end */
    .detectinfo .lunbosss {
        width: 100%;
    }

    .wdStyle {
        display: flex;
        align-items: flex-start
    }

    .lunbosss {
        background-color: #e6e6e6;
        width: 80%;
        margin-left: 20px
    }

    .list {
        line-height: 2;
        text-align: left;
        width: 20%;
        float: left;
    }

    .list li {
        padding-left: 50px;
        list-style-type: none;
        border-bottom: 1px dotted;
        margin-bottom: 20px;
        position: relative;
        display: block;
    }

    .list li a {
        display: block;
    }

    .list li ::before {
        content: '';
        width: 4px;
        height: 4px;
        display: block;
        background-color: #024989;
        position: absolute;
        left: 32px;
        top: 11px;
    }

    a {
        color: black;
    }

    a:hover {
        text-decoration: none;
    }

    .list li:hover {
        background: #085C97;
    }

    .list li:hover a {
        color: white;
    }


    .product_two {
        width: 100%;
        height: auto;
    }

    #phone_product_list {
        display: none;
    }

    .product_two .product_two_img {
        width: 100%;
        height: 530px;
    }

    .product_detail {
        /* margin: 0 360px; */
    }

    .product_detail .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product_detail .container .row {
        margin-top: 55px;
    }

    .product_detail .container .row .title {
        font-size: 18px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .product_detail .container .row .select {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .recommend {
        margin-top: 20px;
    }

    .recommend .container .row .title2 {
        font-size: 18px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 56px;
    }

    .product_two_list {
        /* margin: 0 360px; */
        margin-bottom: 61px;
    }

    .product_two_border {
        margin-top: 20px;
        width: 100%;
        height: 220px;
        line-height: 220px;
        overflow: hidden;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(230, 230, 230, 1);
        overflow: hidden;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }

    .product_two_border > img {
        width: 100%;
    }

    .product_two_bottom1 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: rgba(2, 73, 137, 1);
    }

    .product_two_bottom2 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: rgba(182, 214, 243, 1);
    }

    .product_two_bottom2:hover {
        background: rgba(2, 73, 137, 1);
    }

    .producttwo_img {
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .producttwo_img:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    /* .product_two_bottom1 .left {
		font-size: 14px;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
	} */
    .product_two_bottom2 .left2 {
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .tubiao {
        width: 22px;
        height: 22px;

    }

    /* 产品详情 */
    .productStyle {
        margin: 0px auto;
        width: 1170px;
    }

    .productStyle .ban2 {
        width: 990px;
    }

    /* 轮播图样式 */
    * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    img {
        border: 0;
    }

    .jiagong .jiagong_img {
        height: auto !important
    }

    .ban {
        width: 100%;
        height: 600px;
        position: relative;
        background-color: #E6E6E6FF;
        overflow: hidden;
        margin: 40px auto 0 auto;
    }

    .ban2 {
        width: 92%;
        height: 500px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .ban2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .ban2 ul li {
        width: 990px;
        height: 500px;
    }

    .detectinfo .ban2 ul li {
        width: 1030px;
        height: 500px;
    }

    .prev {
        float: left;
        cursor: pointer;
    }

    .num {
        height: 82px;
        overflow: hidden;
        width: 870px;
        position: relative;
        margin: 0px 20px;
    }

    .min_pic {
        padding-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .num ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .num ul li {
        /* width: 80px;
			height: 80px; */
        margin-right: 20px;
        padding: 1px;
    }

    .num ul li.on {
        /* border: 1px solid red; */
        padding: 0;
    }

    .prev_btn1 {
        width: 16px;
        text-align: center;
        height: 18px;
        cursor: pointer;

    }

    .next_btn1 {
        width: 16px;
        text-align: center;
        height: 18px;
        margin-right: 10px;
        cursor: pointer;

    }

    .prev1 {
        position: absolute;
        top: 220px;
        left: 20px;
        width: 28px;
        height: 51px;
        z-index: 9;
        cursor: pointer;
    }

    .next1 {
        position: absolute;
        top: 220px;
        right: 20px;
        width: 28px;
        height: 51px;
        z-index: 9;
        cursor: pointer;
    }

    .mhc {
        background: #000;
        width: 100%;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(Opacity=50);
        position: absolute;
        left: 0;
        top: 0;
        display: none;
    }

    .pop_up {
        width: 990px;
        height: 500px;
        padding: 10px;
        background: #fff;
        position: fixed;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -255px;
        margin-top: -255px;
        display: none;
        z-index: 99;
    }

    .pop_up_xx {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -40px;
        right: 0;
        cursor: pointer;
    }

    .pop_up2 {
        width: 990px;
        height: 500px;
        position: relative;
        overflow: hidden;
    }

    .pop_up2 {
        width: 990px;
        height: 500px;
        position: relative;
        overflow: hidden;
        float: left;
    }

    .pop_up2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .pop_up2 ul li {
        width: 990px;
        height: 500px;
        float: left;
    }

    .jianju {
        width: 100%;
        height: 6px;
        background-color: #f5f5f5;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    /* 轮播图样式 */
    .pcWidsty {
        width: 79%;
        margin-left: 20px;
        float: right;
    }

    .prodWstyle {
    }

    .list {
        line-height: 2;
        text-align: left;
        width: 20%;
        float: left;
    }

    .list li {
        padding-left: 50px;
        list-style-type: none;
        border-bottom: 1px dotted;
        margin-bottom: 20px;
    }

    a {
        color: black;
    }

    a:hover {
        text-decoration: none;
    }

    .list li:hover {
        background: #085C97;
    }

    .list li:hover a {
        color: white;
    }

    .cue {
        background: #085C97;
    }

    .cue a {
        color: white;
    }

    .product_top {
        width: 100%;
        height: auto;
    }

    .product_top .product_top_img {
        width: 100%;
        /* height: 530px; */
    }

    .product_title .col-lg-12 {
        margin-top: 47px;
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
    }

    .product_list {
        /* margin: 0px 360px; */
    }

    .list_border {
        height: 220px;
        line-height: 220px;
        overflow: hidden;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(230, 230, 230, 1);
        overflow: hidden;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }

    .list_bottom {
        margin-bottom: 30px;
        width: 100%;
        line-height: 60px;
        height: 60px;
        color: #ffffff;
        background: rgba(2, 73, 137, 1);
    }

    .goodslist_img {
        /* max-width: 100%;
		max-height: 100%; */
        /* width: 100%; */
        height: 100%;
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .goodslist_img:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }


    .bofang {
        width: 22px;
        height: 22px;
    }

    .page .container .row .col-lg-12 {
        margin-top: 65px;
        margin-bottom: 74px;
    }

    .page a {
        color: #666666;
        font-size: 14px;
        text-decoration: none;
        width: 50px;
        height: 50px;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .page .nextpage {
        font-size: 14px;
        color: #666666;
    }

    .page .currentpage {
        margin: 0px 10px;
        width: 50px;
        height: 50x;
        color: #ffffff;
        background: rgba(2, 73, 137, 1);
        padding: 5px 10px;
    }

    .page a:link {
        /* color: red; */
    }

    .page a:hover {
        /* color: green; */
        /* color: #ffffff; */
        /* background: rgba(2, 73, 137, 1); */
        /* margin-right: 10px; */
    }

    .page .a_select {
        color: #ffffff;
        background: rgba(2, 73, 137, 1);
        margin-right: 10px;
    }

    .lunbotu {
        width: 100%;
        /* height: 750px; */
    }

    .top_title {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .top_title .container-fluid .row .col-lg-12 {
        font-size: 26px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .index_about {
        margin: 0 360px;
    }

    .index_about_flex {
        display: flex;
        justify-content: flex-start;
    }

    .index_about .left {
    }

    .index_about .left .left_back {
        width: 288px;
        height: 198px;
        background: rgba(2, 73, 137, 1);
    }

    .index_about .left_bottom {
        width: 288px;
        height: 198px;
    }

    .index_about .middle .middle_img {
        width: 288px;
        height: 198px;
    }

    .left_jiantou {
        /* margin-left: 70px; */
    }

    .right_jiantou {
        /* margin-right: -20px; */
    }

    .kuangLine-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .kuangLine {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #999;
        color: #999;
        cursor: pointer;
    }

    .kuangLine:hover {
        background-color: #004a89ff;
        border-color: #004a89ff;
        color: #fff;
    }


    .index_about .right {
        width: 550px;
        height: 410px;
        background-image: url(img/gongcheng.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .index_about .right_flex {
        display: flex;
        justify-content: space-between;
    }

    /* 设备展览  device 开始 */
    .shebei {
        margin-top: 80px;
        margin-bottom: 10px;
    }

    .shebei .container-fluid .row .col-lg-12 {
        font-size: 26px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .shebei_img .shebei_pic {
        width: 100%;
        height: 100%;
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .shebei_img .shebei_pic:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .shebei_img .container .row .col-lg-4 {
        overflow: hidden;
        margin: 50px auto;
    }

    .shebei_img .container .row {
    }

    .yanse {
        color: #004a89ff;
        font-size: 24px;
    }

    .hezuo .container-fluid .row {
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .hezuo .container-fluid .row .col-lg-12 {
        font-size: 26px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .hezuo_friends {
        margin-top: 40px;
    }

    .hezuo_friends .container {
        margin-top: 15px;
    }

    .hezuo_friends .friends_border {
        width: 280px;
        height: 150px;
        line-height: 150px;
        overflow: hidden;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(217, 217, 217, 1);
    }

    .hezuo_friends .friends_logo {
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .hezuo_friends .friends_logo:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .hezuo_friends .friends_title {
        margin-top: 23px;
        font-size: 14px;
        margin-bottom: 23px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    /* 设备展览  device 结束*/
    .jiagong_product .container .row {
        margin-top: 90px;
        margin-bottom: 40px;
    }

    .jiagong_product .father {
        /* width: 280px; */
        height: 220px;
        line-height: 220px;
        overflow: hidden;
        border: 1px solid rgba(7, 0, 2, 0.2);
        margin-right: 6px;
    }

    .jiagong_product .father .center-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .jiagong_product .swiperpic {
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .jiagong_product .swiperpic:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }


    .jiagong_product .container .row .col-lg-6 {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .jiagong_product .container .row .product {
        font-size: 26px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .jiagong_product .container .row .detail {
        font-size: 13px;
        color: #666666;
        margin-top: 10px;
    }

    .jiagong_product_pic .container .row .product_pic_border {
        width: 100%;
        height: 220px;
        line-height: 220px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(217, 217, 217, 1);
        /* box-shadow:0px 0px 8px 0px rgba(7,0,2,0.2); */
    }

    .jiagong_product_pic .row .product_image {
        width: 144px;
        height: 144px;
    }

    .index_detail {
        margin-top: 40px;
    }

    .container .row .left {
        width: 100%;
        height: 198px;
        background: rgba(2, 73, 137, 1);
    }

    .index_detail .container .row .left_xia {
        margin-top: 15px;
        width: 100%;
        height: 198px;
        overflow: hidden;
    }

    .index_detail .container .row .left_xia .left_xia_image {
        width: 100%;
        height: 100%;
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .index_detail .container .row .left_xia .left_xia_image:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .index_detail .container .row .left .wenhua {
        /* height:22px; */
        padding-top: 40px;
        margin-left: 20px;
        font-size: 20px;
        /* font-weight:400; */
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .container .row .left .wenhua_detail {
        padding-top: 20px;
        margin-left: 20px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .container .row .middle {
        width: 100%;
        height: 198px;
        overflow: hidden;
    }

    .index_detail .container .row .middle_xia {
        width: 100%;
        margin-top: 15px;
        height: 198px;
        background-color: #ccccccff;
    }

    .index_detail .container .row .middle_xia .gongsi_xinxiang {
        padding-top: 40px;
        margin-left: 20px;
        font-size: 22px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .index_detail .container .row .middle_xia .gongsi_detail {
        padding-top: 20px;
        margin-left: 20px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .index_detail .container .row .middle .middle_image {
        width: 100%;
        height: 100%;
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .index_detail .container .row .middle .middle_image:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .index_detail .container .row .right {
        width: 100%;
        height: 410px;
        background-image: url(../img/gongcheng.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .index_detail .company_jianjie {
        font-size: 22px;
        font-weight: 400;
        /* margin-top: 45px; */
        padding-top: 45px;
        margin-left: 20px;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .company_part {
        font-size: 20px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .company_bottom {
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .shebei_img .father_img {
        width: 380px;
        height: 250px;
        overflow: hidden;
    }

    .index_detail .company_num {
        font-size: 70px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .company_detail {
        padding-top: 25px;
        margin-left: 20px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .shebeizhanlan {
        margin-top: 80px;
        width: 100%;
        height: 620px;
        background-color: #f5f5f5;
    }

    .shebeizhanlan .wenzisize {
        padding-top: 10px;
    }


    /* .shebeizhanlan .test:hover{
		 width: 300px;
		 height: 50px;
		 background-color: #004a89;
		 z-index: 2;
	} */
    .shebeizhanlan .jiagong_title {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 26px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .shebeizhanlan .container .row {
        margin-top: 85px;
    }

    .shebeizhanlan .container .row .shebeijiagong_img {
        width: 100%;
        height: 100%;
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .shebeizhanlan .container .row .shebeijiagong_img:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .shebeizhanlan .container .row .jaigong_btn {
        /* /* margin-top: 85px; */
        width: 240px;
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
        border-radius: 19px;
    }

    .shebeizhanlan .father {
        width: 600px;
        height: 360px;
        overflow: hidden;
        margin-left: 50px;
    }

    .shebeizhanlan .shuxian1 {
        border-left: 1px solid #074f8c;
        height: 45px;
        margin-left: 20px;

    }

    .shebeizhanlan .shuxian2 {
        border-left: 1px solid #074f8c;
        height: 40px;
        margin-left: 20px;
    }

    .shebeizhanlan .beixuanzhong {
        width: 240px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #ffffff;
        background-color: #004a89;
        border-radius: 19px;
    }

    .btnactive {

        width: 240px;
        height: 40px;
        /* line-height: 40px; */
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        background: rgba(0, 74, 137, 1);
        border-radius: 19px;
    }

    .yuanxing {
        border: 1px solid #074f8c;
        border-radius: 50%;
        padding-left: 12px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        z-index: 1;
    }

    .hengxian {
        width: 38px;
        height: 1px;
        background-color: #024989;
        margin-left: 70px;
    }

    .sanjiaoxing1 {
        border-top: 10px solid #024989;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        bottom: -10px;
        right: 50%;
    }

    .sanjiaoxing2 {
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #ffffff;
        position: absolute;
        bottom: 0px;
        right: 50%;
    }

    .sanjiaoxing3 {
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #cccccc;
        position: absolute;
        top: -10px;
        right: 50%;
    }

    .sanjiaoxing4 {
        border-top: 10px solid #ffffff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: 0px;
        right: 50%;
    }

    .shebeizhanlan .container .row .col-lg-8 {
        text-align: right;
    }

    /* 首页轮播开始 */
    * {
        padding: 0;
        margin: 0;
    }

    html,
    body {
        height: 100%;
    }

    #container {
        z-index: -9;
        width: 100%;
        height: 750px;
        overflow: hidden;
    }

    .sections,
    .section {
        height: 100%;
    }

    #container,
    .sections {
        position: relative;
    }

    .section {
        background-color: #000;
        background-size: cover;
        background-position: 50% 50%;
        text-align: center;
        color: white;
    }

    #section0 {
        background-image: url("img/pic1.jpg");
    }

    #section1 {
        background-image: url("img/pic2.jpg");
        /* background-image: url('images/2.jpg'); */
    }

    #section2 {
        background-image: url("images/3.jpg");
    }

    /* 			#section3 {
			background-image: url('images/4.jpg');
		} */
    .lunbotusss .pages li {
        width: 60px;
        height: 3px;
        border-radius: 0px;
        background-color: #a6c2cc;
    }

    .lunbotusss .pages li.active {
        box-shadow: none;
        background-color: #ffffff;
    }

    .index_detail_maragin {
        margin-top: 110px;
    }

    .miblle_jiagong {
        display: none;
    }

    .navbar-inverse {
        display: none;
    }

    .carousel-inner {
        max-height: 750px;
    }

    .testimg {
        width: 510px;
        height: 350px;
        position: absolute;
        top: 82px;
        left: -40px;

        z-index: 1;
        padding: 20px;
        background-color: #fffffff0;
    }

    .testimg .boxTitle {
        display: flex;
        align-items: center;
    }

    .testimg .boxTitle span {
        font-size: 24px;
        color: #6f6f6f;
        font-weight: 600;
        margin-left: 20px;
    }

    .testimg .boxTitle .imgStyle {
        width: 72px;
        height: 72px;
        display: block;
    }

    .testimg .boxBody {
        color: #6f6f6f;
        line-height: 3rem;
    }

    .phone_swiper {
        display: none;
    }

    /* 首页轮播结束 */
    .abut_top {
        width: 100%;
        height: auto;
    }

    #phone_zhengshu {
        display: none;
    }

    #phone_xingxiang {
        display: none;
    }

    /* .lunbotusss .container{
						height: 750px;
				} */
    .abut_top .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .abut_top .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .abut_top .abut_top_img {
        width: 100%;
        /* height: 530px; */
    }

    .centerBox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cultureAlign {
        text-align: left;
    }

    .about_menu {
        width: 100%;
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #E6E6E6;
    }

    .about_menu .container .row {
        margin-left: 360px;
        margin-right: 360px;
    }

    .about_menu a {
        color: #666666;
        text-decoration: none;
    }

    .about_menu a:hover {
        color: #024989;
        text-decoration: none;
        padding-bottom: 25px;
        border-bottom: 3px solid #024989;
    }

    /* 公司文化开始 */
    .conpany_cultural {
        margin-top: 96px;
        width: 100%;
        height: 430px;
        background-image: url(../img/cultural.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .conpany_cultural .container {
        margin-top: 80px;
    }

    .conpany_cultural .title {
        box-sizing: border-box;
        /* margin-top: 96px; */
        padding-top: 96px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .conpany_cultural .flex {
        display: flex;
        justify-content: space-between;
    }

    .flex_name {
        font-size: 18px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .flex_bottom {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .flex_bottom p {
        margin: 0px;
        line-height: 3rem;
    }

    /* 公司文化结束 */
    /* 公司形象开始 */
    .corporate_image {
        width: 100%;
        height: auto;
    }

    .lineBox {
        width: 1px;
        height: 90px;
        background-color: rgba(255, 255, 255, 0.705);
        margin-right: 20px;
        position: relative;
    }

    .lineBox::before {
        content: '';
        display: block;
        width: 3px;
        position: absolute;
        left: -1px;
        top: 0px;
        height: 20px;
        background-color: #034988;
    }

    .corporate_image .title {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        margin-top: 109px;
    }

    /* 公司形象结束 */
    /* 资格证书开始 */
    .credentials {
        width: 100%;
        height: 600px;
        background: rgba(2, 73, 137, 1);
    }

    .about_dashan .compang_name {
        font-size: 26px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .about_dashan .juli {
        margin-top: 55px;
    }

    .about_dashan .company_img {
        width: 100%;
        height: 100%;
        margin-top: 50px;
        /* cursor: pointer;
					transition: all 0.6s;
					-ms-transition: all 0.8s; */
    }

    .zuoyi {
        margin-left: 15px;
    }

    .zuoyi2 {
        margin-left: 20px;
    }

    /* .about_dashan .company_img:hover {
						transform: scale(1.2);
								-ms-transform: scale(1.2);
				} */
    .about_dashan .company_data {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .about_dashan .number {
        font-size: 70px;
        font-weight: 400;
        color: rgba(2, 73, 137, 1);
    }

    .about_dashan .comp {

        font-size: 20px;

        font-weight: 400;
        color: rgba(102, 102, 102, 1);

    }

    .about_dashan .news {
        text-indent: 25px;
        /* margin-top: 30px; */
        padding-top: 10px;
        font-size: 14px;
        line-height: 25px;
        color: rgba(51, 51, 51, 1);
    }

    .credentials .container .row {
        margin-top: 100px;
    }

    .credentials .container .row .col-lg-12 {
        font-size: 26px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .xiantiao1 {
        width: 3px;
        height: 130px;
        position: absolute;
        top: 0px;
        left: -20px;
    }

    .xiantiao2 {
        width: 3px;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 120px;
    }

    .xiantiao3 {
        width: 3px;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 190px;
    }

    .shimin {
        /* margin-right: 82px; */
    }

    .swiper-container {
    }

    /*  公司形象start */
    #certify {
        padding-top: 50px;
        padding-bottom: 90px;
        position: relative;
        width: 1200px;
        margin: 0 auto
    }

    #certify .swiper-container {
        padding-bottom: 60px;
    }

    #certify .swiper-slide {
        width: 500px;
        height: 350px;

    }

    #certify .swiper-slide img {
        /* display: block; */
        width: 500px;
        height: 350px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #cccccc;
        background-color: #fff;
    }

    #certify .swiper-button-prev {
        margin-top: -80px;
        background-image: none;
        width: 30px;
        text-align: center;
        line-height: 100px;
        height: 100px;
        background-color: #cccccc;
        color: #fff;
        font-size: 30px;
    }

    #certify .swiper-button-next {
        margin-top: -80px;
        background-image: none;
        width: 30px;
        text-align: center;
        color: #fff;
        height: 100px;
        line-height: 100px;
        background-color: #cccccc;
        font-size: 30px;
    }

    /* 公司形象end */
    /* 资质证书开始 */
    .swiperlist {
        padding-top: 50px;
        padding-bottom: 90px;
        position: relative;
        width: 1100px;
        margin: 0 auto;
    }

    .swiperlist .father {
        width: 300px;
        height: 220px;
    }

    .swiperlist .zhengshu_pic {
        width: 100%;
    }

    .swiperlist .zhengshu_wenzi {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #f5f5f5;
        font-size: 14px;
        color: #666666;
        text-align: center;
    }

    .swiperlist .swiper-button-prev {
        top: 170px;
        left: -50px;
        background-image: none;
        width: 30px;
        height: 100px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        line-height: 100px;
        background-color: #cccccc;
    }

    .swiperlist .swiper-button-next {
        background-image: none;
        width: 30px;
        height: 100px;
        right: -50px;
        top: 170px;
        font-size: 30px;
        text-align: center;
        line-height: 100px;
        color: #fff;
        background-color: #cccccc;
    }

    /* 资质证书结束 */
    .friends .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner {
        width: 100%;
        /* height: 530px; */
    }

    .friends_title .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .friends_title .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .friends_title .container-fluid .col-lg-12 {
        margin-top: 65px;
        margin-bottom: 49px;
        font-size: 26px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
    }

    .friends_content {
        /* margin: 0px 20%; */
    }

    .friends_content .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .friends_content_border {
        width: 100%;
        height: 150px;
        line-height: 150px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(217, 217, 217, 1);
    }

    .friends_content_img {
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .friends_content_img:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .friends_content_title {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        margin-top: 23px;
        margin-bottom: 43px;
    }

    .abut_top {
        width: 100%;
        height: auto;
    }

    #phone_zhengshu {
        display: none;
    }

    #phone_xingxiang {
        display: none;
    }

    /* .lunbotusss .container{
						height: 750px;
				} */
    .abut_top .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .abut_top .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .abut_top .abut_top_img {
        width: 100%;
        /* height: 530px; */
    }

    .centerBox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cultureAlign {
        text-align: left;
    }

    .about_menu {
        width: 100%;
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #E6E6E6;
    }

    .about_menu .container .row {
        margin-left: 360px;
        margin-right: 360px;
    }

    .about_menu a {
        color: #666666;
        text-decoration: none;
    }

    .about_menu a:hover {
        color: #024989;
        text-decoration: none;
        padding-bottom: 25px;
        border-bottom: 3px solid #024989;
    }

    /* 公司文化开始 */
    .conpany_cultural {
        margin-top: 96px;
        width: 100%;
        height: 430px;
        background-image: url(../img/cultural.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .conpany_cultural .container {
        margin-top: 80px;
    }

    .conpany_cultural .title {
        box-sizing: border-box;
        /* margin-top: 96px; */
        padding-top: 96px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .conpany_cultural .flex {
        display: flex;
        justify-content: space-between;
    }

    .flex_name {
        font-size: 18px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .flex_bottom {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .flex_bottom p {
        margin: 0px;
        line-height: 3rem;
    }

    /* 公司文化结束 */
    /* 公司形象开始 */
    .corporate_image {
        width: 100%;
        height: auto;
    }

    .lineBox {
        width: 1px;
        height: 90px;
        background-color: rgba(255, 255, 255, 0.705);
        margin-right: 20px;
        position: relative;
    }

    .lineBox::before {
        content: '';
        display: block;
        width: 3px;
        position: absolute;
        left: -1px;
        top: 0px;
        height: 20px;
        background-color: #034988;
    }

    .corporate_image .title {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        margin-top: 109px;
    }

    /* 公司形象结束 */
    /* 资格证书开始 */
    .credentials {
        width: 100%;
        height: 600px;
        background: rgba(2, 73, 137, 1);
    }

    .about_dashan .compang_name {
        font-size: 26px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .about_dashan .juli {
        margin-top: 55px;
    }

    .about_dashan .company_img {
        width: 100%;
        height: 100%;
        margin-top: 50px;
        /* cursor: pointer;
					transition: all 0.6s;
					-ms-transition: all 0.8s; */
    }

    .zuoyi {
        margin-left: 15px;
    }

    .zuoyi2 {
        margin-left: 20px;
    }


    /* .about_dashan .company_img:hover {
						transform: scale(1.2);
								-ms-transform: scale(1.2);
				} */
    .about_dashan .company_data {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .about_dashan .number {
        font-size: 70px;
        font-weight: 400;
        color: rgba(2, 73, 137, 1);
    }

    .about_dashan .comp {

        font-size: 20px;

        font-weight: 400;
        color: rgba(102, 102, 102, 1);

    }

    .about_dashan .news {
        text-indent: 25px;
        /* margin-top: 30px; */
        padding-top: 10px;
        font-size: 14px;
        line-height: 25px;
        color: rgba(51, 51, 51, 1);
    }

    .credentials .container .row {
        margin-top: 100px;
    }

    .credentials .container .row .col-lg-12 {
        font-size: 26px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .xiantiao1 {
        width: 3px;
        height: 130px;
        position: absolute;
        top: 0px;
        left: -20px;
    }

    .xiantiao2 {
        width: 3px;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 120px;
    }

    .xiantiao3 {
        width: 3px;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 190px;
    }

    .shimin {
        /* margin-right: 82px; */
    }


    /*  公司形象start */
    #certify {
        padding-top: 50px;
        padding-bottom: 90px;
        position: relative;
        width: 1200px;
        margin: 0 auto
    }


    #certify .swiper-slide {
        width: 500px;
        height: 350px;

    }

    #certify .swiper-slide img {
        /* display: block; */
        width: 500px;
        height: 350px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #cccccc;
        background-color: #fff;
    }

    #certify .swiper-button-prev {
        margin-top: -80px;
        background-image: none;
        width: 30px;
        text-align: center;
        line-height: 100px;
        height: 100px;
        background-color: #cccccc;
        color: #fff;
        font-size: 30px;
    }

    #certify .swiper-button-next {
        margin-top: -80px;
        background-image: none;
        width: 30px;
        text-align: center;
        color: #fff;
        height: 100px;
        line-height: 100px;
        background-color: #cccccc;
        font-size: 30px;
    }

    /* 公司形象end */
    /* 资质证书开始 */
    .swiperlist {
        padding-top: 50px;
        padding-bottom: 90px;
        position: relative;
        width: 1100px;
        margin: 0 auto;
    }

    .swiperlist .father {
        width: 300px;
        height: 220px;
    }

    .swiperlist .zhengshu_pic {
        width: 100%;
        height: 100%;
    }

    .swiperlist .zhengshu_pic:hover {
        cursor: pointer;
    }

    .swiperlist .zhengshu_wenzi {
        width: 300px;
        height: 60px;
        line-height: 60px;
        background-color: #f5f5f5;
        font-size: 14px;
        letter-spacing: 0px;
        color: #666666;
        padding-left: 35px;
    }

    .swiperlist .swiper-button-prev {
        top: 170px;
        left: -50px;
        background-image: none;
        width: 30px;
        height: 100px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        line-height: 100px;
        background-color: #cccccc;
    }

    .swiperlist .swiper-button-next {
        background-image: none;
        width: 30px;
        height: 100px;
        right: -50px;
        top: 170px;
        font-size: 30px;
        text-align: center;
        line-height: 100px;
        color: #fff;
        background-color: #cccccc;
    }

    /* 资质证书结束 */
    .jiagong {
        width: 100%;
        height: auto;
    }

    .jiagong_detail_img {
        width: 100%;
    }

    .jiagong .jiagong_img {
        width: 100%;
        height: 530px;
    }

    .jiagong_title .container .row .col-lg-12 {
        font-size: 36px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        margin-top: 48px;
    }

    .jiagong_detail {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
    .imgBox {
        display: flex;
        flex-direction: column;
    }

    .imgBox img {
        width: 100%;
    }

    .swiper-slide-visible {
        height: 100%;
    }

    .breadcrumb {
        width: 85%;
    }

    .maps {

        margin: 0 16px;
    }

    .jiagong_img {
        margin-top: 50px;
        width: 100%;
    }

    .jiagong_detail_img {
        width: 100%;
    }

    .jiagong_title .col-xs-12 {
        font-size: 22px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        margin-top: 20px;
    }

    .headher {
        display: none;
        z-index: 99;
        position: fixed;
        top: 0px;
        /* line-height: 80px; */
        width: 100%;
        height: 110px;
        /* background:rgba(39,52,60,1); */
        background-color: #2d465d;
        opacity: 0.8;
    }

    .headher .company_logo {
        width: 180px;
        height: 20px;
        margin-top: -40px;
    }

    .headher .container .row ul li {

        width: 50px;
        float: right;
        list-style: none;
    }

    .headher .container .row ul li a {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
    }

    .headher .container .phone {
        font-size: 13px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .headher .container .language {
        margin-top: 10px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .headher .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .headher .container .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .headher .container .phone {
        display: none;
    }

    .navbar-inverse {
        background-color: #27343c;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #27343c;
    }

    .phone_logo {
        width: 186px;
        height: 22px;
        margin-top: 15px;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #27343c;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
    }

    .footer .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer .container .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .daohang {
        display: none;
    }

    .item {
        margin-top: 20px;
    }

    .item .title {
        margin-bottom: 20px;
    }

    .footer {

        /* padding-bottom: 50px; */
        width: 100%;
        height: auto;
        background-image: url(../img/footer.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .footer_bottom {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #171f22;
    }

    .footer_bottom .container .row .wenzi {
        width: 100%;
        height: 60px;
        font-size: 12px;
        color: rgba(123, 133, 134, 1);
    }

    .footer_bottom .container .row .wenzi2 {
        display: none;
    }

    .contactus_banner .col-xs-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .contactus_banner .banner {
        margin-top: 50px;
        width: 100%;
        height: auto;
    }

    .contact_us_address .pc_title {
        margin-top: 20px;
    }

    .contact_us_address .pc_detail {
        margin-top: 20px;
    }

    .contact_us_address .pc_img {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

    .ditu {
        display: none;
    }

    /* 地图移动端start */
    .ditu .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ditu .row {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
    }

    .ditusize {
        width: 100%;
        height: auto;
    }

    .xiantiao {
        border-bottom: 1px solid #666666;
        width: 250px;
        height: 1px;
        margin-top: 15px;
    }

    /* 地图移动端end */
    .list {
        line-height: 2;
        text-align: left;
        width: 100%;
        float: left;
        position: absolute;
        bottom: 0;
    }

    .list ul {
        padding: 0px;
    }

    .list li {
        padding-left: 50px;
        list-style-type: none;
        border-bottom: 1px dotted;
        margin-bottom: 20px;
        position: relative;
    }

    .list li a {
        display: block;
    }

    .list li ::before {
        content: '';
        width: 4px;
        height: 4px;
        display: block;
        background-color: #024989;
        position: absolute;
        left: 32px;
        top: 11px;
    }

    a {
        color: black;
    }

    a:hover {
        text-decoration: none;
    }

    .list li:hover {
        background: #085C97;
    }

    .list li:hover a {
        color: white;
    }

    .product_two .product_two_img {
        width: 100%;
    }

    .product_two_bottom1 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: rgba(2, 73, 137, 1);
    }

    .product_two_bottom1 .left {
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .product_two_bottom2 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: rgba(182, 214, 243, 1);
    }

    .product_two_bottom2:hover {
        background: rgba(2, 73, 137, 1);
    }

    .product_two_bottom2 .left2 {
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .product_two_border {
        width: 100%;
        height: 220px;
        line-height: 220px;
        margin-top: 15px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(230, 230, 230, 1);
        overflow: hidden;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }

    .product_two_border > img {
        width: 100%;
    }

    .product_two_list .container .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .tubiao {
        width: 22px;
        height: 22px;
    }

    .product_detail .container .row {
        margin-top: 20px;
    }

    .lunbosss {
        /*display: none;*/
        width: 100%;
    }

    #phone_product_list {
        margin: 20px 0px;
    }

    #phone_product_list .julis {
        margin: 10px 0px;
    }


    #phone_product_list .top_img {
        width: 100%;
        /* height: 300px; */
    }

    #phone_product_list .imglist {
        width: 75px;
        height: 50px;
    }

    #phone_product_list .swiper-container {
        background-color: #e6e6e6;
    }

    .prodWstyle {
        display: flex;
        flex-direction: column;
    }

    .list {
        line-height: 2;
        text-align: left;
        width: 100%;
        float: left;
    }

    .list li {
        padding-left: 50px;
        list-style-type: none;
        border-bottom: 1px dotted;
        margin-bottom: 20px;
        position: relative;
    }

    .list li ::before {
        content: '';
        width: 4px;
        height: 4px;
        display: block;
        background-color: #024989;
        position: absolute;
        left: 32px;
        top: 11px;
    }

    a {
        color: black;
    }

    a:hover {
        text-decoration: none;
    }

    .list li:hover {
        background: #085C97;
    }

    .list li:hover a {
        color: white;
    }

    .page a {
        color: #666666;
        font-size: 14px;
        text-decoration: none;
        width: 50px;
        height: 50x;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .page .nextpage {
        font-size: 14px;
        color: #666666;
    }

    .page a:hover {
        color: #ffffff;
        background: rgba(2, 73, 137, 1);
        /* margin-right: 10px; */
    }

    .product_top .product_top_img {
        width: 100%;
        margin-top: 50px;
    }

    .product_title .col-xs-12 {
        margin-top: 10px;
        font-size: 21px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
    }

    .list_border {
        width: 100%;
        margin-top: 15px;
        height: 220px;
        line-height: 220px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(230, 230, 230, 1);
        overflow: hidden;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }

    .product_title {
        height: 50px;
        line-height: 50px;
    }

    .product_list .container {
        /* margin-top: 30px; */
        position: relative;
        padding-bottom: 745px;
    }

    .product_list .container .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .list_bottom {
        width: 100%;
        line-height: 60px;
        height: 60px;
        color: #ffffff;
        background: rgba(2, 73, 137, 1);
    }

    .bofang {
        width: 22px;
        height: 22px;
    }

    .page {
        margin: 20px 0px;
    }

    .page .yeshu {
        width: 50px;
        height: 50x;
        color: #ffffff;
        padding: 5px 10px;
        background: rgba(2, 73, 137, 1);
        margin-right: 20px;
    }

    .goodslist_img {
        /* max-width: 100%;
		max-height: 100%; */
        /* width: 100%; */
        height: 100%;
        cursor: pointer;
        transition: all 0.6s;
        -ms-transition: all 0.8s;
    }

    .goodslist_img:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .top_title {
        margin-top: -20px;
        margin-bottom: 10px;
    }

    .phone_swiper {
        display: block;
    }

    .navbar-inverse {
        display: block;
    }

    .top_title .container-fluid .row .col-lg-12 {
        font-size: 21px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .shebei_img .father_img {
        width: 100%;
    }

    .hengxian {
        width: 38px;
        height: 2px;
        background-color: #004a89;
        margin-left: 45%;
    }

    .index_detail {
        margin-top: 15px;
    }

    .index_detail .container .row .middle .middle_image {
        width: 100%;
        height: 115px;
    }

    .shebei_img {
        margin-top: 15px;
    }

    .shebei_img .shebei_pic {
        width: 100%;
        height: 250px;
    }

    .shebei_img .col-lg-4 {
        margin-top: 15px;
    }

    .shebeizhanlan {
        display: none;
    }

    /* 		.shebeizhanlan .container .row .shebeijiagong_img {
			width: 100%;
			height: 360px;
		} */
    .jiagong_product_pic .container .row .product_pic_border {
        margin-top: 20px;
        width: 100%;
        height: 220px;
        line-height: 220px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(217, 217, 217, 1);
    }

    .hezuo_friends {
        margin-top: 15px;
    }

    .hezuo_friends .friends_border {
        width: 100%;
        height: 110px;
        line-height: 110px;
        overflow: hidden;
        border: 1px solid rgba(217, 217, 217, 1);
    }

    .hezuo_friends .friends_logo {
        width: 100%;
        height: 100px;
    }

    .kuangLine-box {
        display: none;
    }

    .hezuo_friends .friends_title {
        margin-top: 15px;
        font-size: 8px;
        margin-bottom: 15px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .shebei {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .shebei .container-fluid .row .col-lg-12 {
        font-size: 13px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .hezuo .container-fluid .row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .hezuo .container-fluid .row .col-lg-12 {
        font-size: 13px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .yanse {
        color: #004a89ff;
    }

    .jiagong_product .container .row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .jiagong_product .container .row .col-lg-6 {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .jiagong_product .container .row .product {

        font-size: 21px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
        text-align: center;
    }

    .miblle_jiagong .container .product {
        font-size: 21px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
        text-align: center;
        margin: 20px 0;
    }

    .jiagong_product .container .row .detail {
        font-size: 8px;
        color: #666666;
        margin-top: 10px;
    }

    .index_detail .container .row .left {
        width: 100%;
        height: 115px;
        background: rgba(2, 73, 137, 1);
    }

    .index_detail .container .row .left_xia {
        margin-top: 15px;
        width: 100%;
        height: 115px;
    }

    .index_detail .container .row .left_xia .left_xia_image {
        width: 100%;
        height: 100%;
    }

    .index_detail .container .row .left .wenhua {
        /* height:22px; */
        padding-top: 20px;
        margin-left: 15px;
        font-size: 13px;
        /* font-weight:400; */
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .container .row .left .wenhua_detail {
        padding-top: 10px;
        margin-left: 15px;
        font-size: 8px;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .container .row .middle {
        width: 100%;
        height: 115px;
        background-color: #1b6d85;
    }

    .index_detail .container .row .middle_xia {
        width: 100%;
        margin-top: 15px;
        height: 115px;
        background-color: #ccccccff;
    }

    .index_detail .container .row .middle_xia .gongsi_xinxiang {
        padding-top: 20px;
        margin-left: 15px;
        font-size: 13px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .index_detail .container .row .middle_xia .gongsi_detail {
        padding-top: 10px;
        margin-left: 15px;
        font-size: 8px;
        color: rgba(51, 51, 51, 1);
    }

    .index_detail .company_jianjie {
        font-size: 12px;
        font-weight: 400;
        /* 	font-weight: bold; */
        padding-top: 20px;
        margin-left: 15px;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .company_detail {
        padding-top: 15px;
        margin-left: 15px;
        font-size: 8px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail_maragin {
        margin-top: 50px;
    }

    .index_detail .company_part {
        font-size: 11px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .company_num {
        font-size: 39px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .company_bottom {
        font-size: 8px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .index_detail .container .row .right {
        width: 100%;
        margin-top: 15px;
        height: 232px;
        background-image: url(../img/gongcheng.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .hezuo .container-fluid .row {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .hezuo .container-fluid .row .col-lg-12 {
        font-size: 21px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .shebei {
        margin-top: 34px;
        margin-bottom: 10px;
    }

    .shebei .container-fluid .row .col-lg-12 {
        font-size: 21px;
        font-weight: bold;
        color: rgba(32, 32, 32, 1);
    }

    .miblle_jiagong .title {
        margin: 20px 0px;
    }

    .miblle_jiagong {
        margin-bottom: 100px;
    }

    .miblle_jiagong .phone_leftarrow {
        position: absolute;
        left: 15px;
        top: -100px;
        text-align: center;
        width: 20px;
        line-height: 35px;
        color: #ccc;
        height: 35px;
        border: 1px solid #cccccc;
    }

    .miblle_jiagong .phone_rightarrow {
        position: absolute;
        right: 15px;
        top: -100px;
        text-align: center;
        width: 20px;
        line-height: 35px;
        color: #ccc;
        height: 35px;
        border: 1px solid #cccccc;
    }

    .miblle_jiagong .container .row a {
        font-size: 13px;
        text-decoration: none;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
    }

    .miblle_jiagong .container .row a:hover {
        width: 205px;
        height: 33px;
        font-size: 10px;
        color: #ffffff;
        color: #004a89;
        /* background-color: #004a89; */
        border-radius: 15px;
    }

    .miblle_jiagong .col-xs-12 .img {
        background-image: url(../img/right_img.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 209px;
    }

    .machiningTitle {
        text-align: center;
        padding: 4px 12px;
        border-radius: 4px;
    }

    .machiningTitle :hover {
        text-align: center;
        padding: 4px 12px;
        border-radius: 4px;
        background-color: #004a8d;
        color: #fff !important

    }

    .miblle_jiagong .craft {
        position: relative;
    }

    .miblle_jiagong .col-xs-12 .imgTextBox {
        position: absolute;
        width: 315px;
        /* height: 175px; */
        background-color: #f5f5f5c4;
        top: 33px;
        left: 50%;
        padding: 20px;
        transform: translate(-50%);
    }

    .miblle_jiagong .col-xs-12 .imgTextBox .imgStyle {
        width: 50px;
        height: 50px;
        display: block;
    }

    .miblle_jiagong .col-xs-12 .imgTextBox .boxBody {
        margin-top: 10px;
        color: #666;
        line-height: 2.5rem;
    }

    .miblle_jiagong .col-xs-12 .imgTextBox .boxTitle {

        display: flex;
        align-items: center;
    }

    .miblle_jiagong .col-xs-12 .imgTextBox .boxTitle span {
        font-size: 20px;
        color: #666666;
        font-weight: 600;
        margin-left: 16px;
    }

    .sanjiaoxing4 {
        border-top: 10px solid #ffffff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: 0px;
        right: 50%;
    }

    .sanjiaoxing1 {
        border-top: 10px solid #024989;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        bottom: -10px;
        right: 50%;
    }

    .sanjiaoxing2 {
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #ffffff;
        position: absolute;
        bottom: 0px;
        right: 50%;
    }


    .sanjiaoxing3 {
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #cccccc;
        position: absolute;
        top: -10px;
        right: 50%;
    }

    .phone_swiper .image {
        /* width: 111px; */
        height: 140px;
    }

    .phone_swiper .border {
        border: 1px solid rgba(7, 0, 2, 0.2);
    }

    .phone_swiper .swiper-slide {
        width: 273px;
        height: 207px;
    }

    .phone_swiper .swiper-container {
        height: 160px;
    }

    .carousel {
        margin-top: 50px;
    }

    #pc_swiper {
        /*display: none;*/
        height: 240px;
    }

    #leftright_arrow {
        display: none;
    }

    /* 轮播图 */
    .aboutCarousel {
        position: relative;
    }

    .aboutCarousel .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .aboutIcon-left {
        position: absolute;
        left: 0px;
        top: 50%;
        width: 24px;
        margin-left: 3px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border: 1px solid #999; */
        color: #ccc;
    }

    .aboutIcon-right {
        position: absolute;
        right: 0px;
        top: 50%;
        width: 24px;
        margin-right: 3px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border: 1px solid #999; */
        color: #ccc;
    }

    .lleft {
        top: 38%;
        margin-left: 10px;
    }

    .rright {
        top: 38%;
        margin-right: 10px;
    }

    .abut_top .abut_top_img {
        width: 100%;
        margin-top: 50px;
    }

    .about_dashan .compang_name {
        font-size: 21px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .about_dashan .company_img {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .about_dashan .company_data {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .about_dashan .number {
        font-size: 40px;
        font-weight: 400;
        color: rgba(2, 73, 137, 1);
    }

    .about_dashan .comp {
        font-size: 20px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .about_menu {
        width: 100%;
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #E6E6E6;
    }

    .cultureAlign {
        text-align: center;
    }

    .about_menu a {
        color: #666666;
        text-decoration: none;
    }

    .about_menu a:hover {
        color: #024989;
        text-decoration: none;
        padding-bottom: 25px;
        border-bottom: 3px solid #024989;
    }

    .conpany_cultural .title {
        box-sizing: border-box;

        padding-top: 15px;
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    /* 				.corporate_image .title {
						text-align: center;
						font-size: 1px;
						font-weight: bold;
						color: rgba(0, 0, 0, 1);
						margin-top: 109px;
				} */
    .conpany_cultural {
        margin-top: 15px;
        /* width: 100%; */
        /* height: 200px; */
        margin-left: 15px;
        margin-right: 15px;
        background-image: url(../img/cultural.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .xiantiao1 {
        display: none;
        width: 3px;
        height: 130px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .xiantiao2 {
        display: none;
        width: 3px;
        height: 130px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .xiantiao3 {
        display: none;
        width: 3px;
        height: 130px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .flex_name {
        font-size: 1.6rem;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .flex_bottom {
        margin-top: 6px;
        font-size: 8px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .conpany_cultural .container {
        margin-top: 15px;
        padding-bottom: 20px;
    }

    .centerBox {
        margin: 10px 0;
    }

    .centerBox p {
        margin: 0px;
        line-height: 2rem;
        font-size: 1.3rem;
    }

    .corporate_image .title {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        margin-top: 15px;
    }

    .about_dashan .news {
        text-indent: 25px;
        /* margin-top: 30px; */
        padding-top: 10px;
        font-size: 12px;
        line-height: 20px;
        color: rgba(51, 51, 51, 1);
    }

    .wrap {
        display: none;
    }

    .swiperlist {
        /* display: none; */
    }

    .swiperlist .swiper-container {
        /* width: 100%;
			height: 100%; */
    }

    #phone_zhengshu .image {
        width: 100%;
        height: 207px;
    }

    #phone_zhengshu .swiper-container {
        height: 250px;
    }

    #phone_zhengshu .guanli {
        color: #666666;
        height: 40px;
        line-height: 40px;
        width: 100%;
    }

    .credentials .zhengshu {
        height: 50px;
        line-height: 50px;
        font-size: 21px;
        font-weight: bold;
    }

    .about_dashan .juli {
        margin-top: 30px;
    }

    .corporate_image .title {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    /* .credentials .container .row .col-xs-12 {
				font-size: 13px;
				font-weight: bold;
				color: rgba(255, 255, 255, 1);
		} */
    .swiperlist .swiper-slide {
    }

    .phone_xingxiang .image {
        width: 100%;
        height: 207px;
    }

    .phone_xingxiang .swiper-container {
        height: 200px;
    }

    .friends .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .friends_title .container-fluid .col-xs-12 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 21px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
    }

    .friends .banner {
        margin-top: 50px;
        width: 100%;
        height: auto;
    }

    .friends_content .container-fluid .row .friends_content_img {
        width: 100%;
    }

    .friends_content_border {
        width: 100%;
        height: 110px;
        line-height: 110px;
        overflow: hidden;
        border: 1px solid rgba(217, 217, 217, 1);
    }

    .friends_content_border img {
        width: 100%;
    }

    .friends_content .container .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .friends_content_title {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .aboutCarousel {
        position: relative;
    }

    .aboutCarousel .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .aboutIcon-left {
        position: absolute;
        left: 0px;
        top: 50%;
        width: 24px;
        margin-left: 3px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border: 1px solid #999; */
        color: #ccc;
    }

    .aboutIcon-right {
        position: absolute;
        right: 0px;
        top: 50%;
        width: 24px;
        margin-right: 3px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border: 1px solid #999; */
        color: #ccc;
    }

    .lleft {
        top: 38%;
        margin-left: 10px;
    }

    .rright {
        top: 38%;
        margin-right: 10px;
    }

    .abut_top .abut_top_img {
        width: 100%;
        margin-top: 50px;
    }

    #certify {
        /*display: none;*/
    }

    .about_dashan .compang_name {
        font-size: 21px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .about_dashan .company_img {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .about_dashan .company_data {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .about_dashan .number {
        font-size: 40px;
        font-weight: 400;
        color: rgba(2, 73, 137, 1);
    }

    .about_dashan .comp {
        font-size: 20px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    .about_menu {
        width: 100%;
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #E6E6E6;
    }

    .cultureAlign {
        text-align: center;
    }

    .about_menu a {
        color: #666666;
        text-decoration: none;
    }

    .about_menu a:hover {
        color: #024989;
        text-decoration: none;
        padding-bottom: 25px;
        border-bottom: 3px solid #024989;
    }

    .conpany_cultural .title {
        box-sizing: border-box;

        padding-top: 15px;
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    /* 				.corporate_image .title {
						text-align: center;
						font-size: 1px;
						font-weight: bold;
						color: rgba(0, 0, 0, 1);
						margin-top: 109px;
				} */
    .conpany_cultural {
        margin-top: 15px;
        /* width: 100%; */
        /* height: 200px; */
        margin-left: 15px;
        margin-right: 15px;
        background-image: url(../img/cultural.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .xiantiao1 {
        display: none;
        width: 3px;
        height: 130px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .xiantiao2 {
        display: none;
        width: 3px;
        height: 130px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .xiantiao3 {
        display: none;
        width: 3px;
        height: 130px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .flex_name {
        font-size: 1.6rem;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .flex_bottom {
        margin-top: 6px;
        font-size: 8px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .conpany_cultural .container {
        margin-top: 15px;
        padding-bottom: 20px;
    }

    .centerBox {
        margin: 10px 0;
    }

    .centerBox p {
        margin: 0px;
        line-height: 2rem;
        font-size: 1.3rem;
    }

    .corporate_image .title {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        margin-top: 15px;
    }

    .about_dashan .news {
        text-indent: 25px;
        /* margin-top: 30px; */
        padding-top: 10px;
        font-size: 12px;
        line-height: 20px;
        color: rgba(51, 51, 51, 1);
    }

    .wrap {
        display: none;
    }

    .swiperlist {
        /* display: none; */
    }

    .swiperlist .swiper-container {
        /* width: 100%;
			height: 100%; */
    }

    #phone_zhengshu .image {
        width: 100%;
        height: 207px;
    }

    #phone_zhengshu .guanli {
        color: #666666;
        height: 40px;
        line-height: 40px;
        width: 100%;
    }

    .credentials .zhengshu {
        height: 50px;
        line-height: 50px;
        font-size: 21px;
        font-weight: bold;
    }

    .about_dashan .juli {
        margin-top: 30px;
    }

    .corporate_image .title {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    /* .credentials .container .row .col-xs-12 {
				font-size: 13px;
				font-weight: bold;
				color: rgba(255, 255, 255, 1);
		} */
    .swiperlist .swiper-slide {
    }

    .phone_xingxiang .image {
        width: 100%;
        height: 207px;
    }

    .phone_xingxiang .swiper-container {
        height: 200px;
    }

    .jiagong_img {
        margin-top: 50px;
        width: 100%;
    }

    .jiagong_detail_img {
        width: 100%;
    }

    .jiagong_title .col-xs-12 {
        font-size: 22px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        margin-top: 20px;
    }

    .swiperlist {
        width: 100%;
        height: 250px;
    }

    .swiperlist .zhengshu_pic {
        width: 100%;
        height: 207px;
    }

    .zhengshu_wenzi {
        text-align: center;
    }

    .swiperlist .father {
        text-align: center;
    }

    .jiagong_product .swiperpic {
        border: 1px solid #ccc;
        width: 100%;
        overflow: hidden;
    }


    .ban {
        width: 100%;
        height: 320px;
        position: relative;
        background-color: #E6E6E6FF;
        overflow: hidden;
        margin: 40px auto 0 auto;
    }

    .ban2 {
        width: 100%;
        height: 200px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .ban2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .ban2 ul li {
        width: auto;
        height: 500px;
    }

    .prev_btn1 {
        width: 16px;
        text-align: center;
        height: 18px;
        cursor: pointer;
    }

    .next_btn1 {
        width: 16px;
        text-align: center;
        height: 18px;
        margin-right: 10px;
        cursor: pointer;
    }

    .num {
        height: 82px;
        overflow: hidden;
        width: 100%;
        position: relative;
        margin: 0px 20px;
    }

    .num ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .num ul li {
        /* width: 80px;
			height: 80px; */
        margin-right: 20px;
        padding: 1px;
    }

    .num ul li.on {
        /* border: 1px solid red; */
        padding: 0;
    }

    .min_pic {
        padding-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .detectinfo .ban2 ul li img {
        width: auto;
    }

    .productImg, .aboutImg {
        width: 100%;
    }

    ul.two {
        height: 1110px;
    }

    ul.two li {
        width: 100%;
    }

    .jieshao table {
        margin: 0;
    }

    .jieshao table tr th:nth-child(1) {
        width: 100px;
    }

    .jieshao table tr th:nth-child(2) {
        width: 235px;
        overflow: hidden;
    }

    .youshi {
        height: auto;
    }

    .gdtp, .gdtp img {
        width: 100%;
    }

    .friendLink{
        width: 100%;
      }
}


