@charset "utf-8";
body,html{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
html{
    margin: auto;
    background: white;
}
ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    outline: none;
}

a,a:link,a:visited,a:hover, a:active,a:focus {
    text-decoration: none;
    color:inherit;
}

i {
    font-style: normal;
}

s {
    text-decoration: none;
}

.wow{
    visibility: visible;
}


    .item_class_8 .bx-wrapper {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .item_class_8 .bx-viewport {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .item_class_8 .bx-slider {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        transition-duration: 0.5s;
    }

    .item_class_8 .bx-slider li {
        float: left;
        list-style: none;
        position: relative;
        width: 100%;
    }

    .item_class_8 .bx-slider li img {
        height: auto;
        width: 100%;
        display: block;
    }

    .item_class_8 .bx-wrapper .bx-pager {
        position: absolute;
        bottom: 4%;
        left:50%;
        padding: 4px;
        width: auto;
        text-align: center;
        transform: translateX(-50%);
        border-radius: 5px;
        background-color: rgba(204,204,204,0.8);
    }

    .item_class_8 .bx-wrapper .bx-pager .bx-pager-item {
        float: left;
    }

    .item_class_8 .bx-wrapper .bx-pager a {
        background: white;
        display: block;
        margin: 0 3px;
        outline: 0;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        box-sizing: border-box;
        transition: all linear 300ms;
        text-decoration: none;
    }
    .item_class_8 .bx-wrapper .bx-pager.dot a{
        text-indent: -9999px;
        width: 14px;
        height: 14px;
        border-radius: 99px;
    }
    .item_class_8 .bx-wrapper .bx-pager.line a{
        text-indent: -9999px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .item_class_8 .bx-wrapper .bx-pager.num a{
        color: #ff7a12;
        width: 18px;
        height: 18px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 99px;
    }

    .item_class_8 .bx-wrapper .bx-pager a:hover,.item_class_8 .bx-wrapper .bx-pager a.active {
        background: #ff7a12;
    }
    .item_class_8 .bx-wrapper .bx-pager.num a:hover,.item_class_8 .bx-wrapper .bx-pager.num a.active {
        color:white;
    }
    .item_class_8 .bx-wrapper .bx-pager.line a.active{
        width: 30px;
    }

    .item_class_8 .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        outline: 0;
        width: 50px;
        height: 50px;
        z-index: 999;
        fill: #666666;
        opacity: 0.6;
        text-decoration: none;
    }

    .item_class_8 .bx-wrapper .bx-controls-direction a:hover {
        fill: #999999;
    }

    .item_class_8 .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

    .item_class_8 .bx-wrapper .bx-prev {
        left: 10px;
    }

    .item_class_8 .bx-wrapper .bx-next {
        right: 10px;
    }
    @media screen and (max-width: 720px){
        .item_class_8 .bx-wrapper .bx-controls-direction a {
            width: 30px;
            height: 30px;
        }
    }


    .item_class_15 img {
        height: auto;
        width: 100%;
    }


    .item_class_19 .dh-box{
        display: inline-block;
        margin: 0;
        list-style: outside none none;
        padding: 0;
        position: relative;
    }

    .item_class_19 .navigation {
        line-height: 110px;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        display: block;
        padding: 0;
        position: relative;
        color: #6c6c6c;
        font-weight: 700;
        font-size: 12px;
    }

    .item_class_19 .navigation:hover {
        color: #a4a4a4;
        outline: none;
        text-decoration: none;
    }

    .item_class_19 .navigation:after {
        width: 0;
        background: #666666 none repeat scroll 0 0;
        top: 65px;
        content: "";
        height: 1px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .item_class_19 .navigation:hover:after {
        width: 100%;
    }

    .item_class_19 .dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        width: 150px;
        z-index: 100;
        background: #222222;
        visibility: hidden;
        opacity: 0;
        transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
    }

    .item_class_19 .dropdown li {
        list-style: outside none none;
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .item_class_19 .dropdown li a {
        border-bottom: 1px solid rgba(51, 51, 51, 0.5);
        color: rgba(255, 255, 255, 0.7);
        display: block;
        padding: 12px 20px;
        text-align: left;
        font-size: 11px;
        line-height: 1;
    }

    .item_class_19 .dropdown li a:hover {
        color: #ffffff;
        background-color: rgba(51, 51, 51, 0.5);
    }

    .item_class_19:hover .dropdown {
        visibility: visible;
        opacity: 1;
    }


    .item_class_22 .section-title {
        padding-bottom: 40px;
        text-align: center;
    }

    .item_class_22 .section-title h2 {
        color: #585858;
    }

    .item_class_22 .section-title .context {
        color: #838383;
        line-height: 28px;
        font-size: 15px;
    }

    .item_class_22 .section-title .horizontal-line {
        margin: 15px auto 0;
        background: #727272 none repeat scroll 0 0;
        height: 1px;
        width: 70px;
    }


    .item_class_33 .title {
        height: auto;
        width: 95%;
        margin: 0 auto;
    }

    .item_class_33 .title li {
        width: 100%;
        height: 100%;
        background-size: 2.64900662% auto, 1.98675497% auto;
        border: 1px solid rgb(204, 204, 204);
        overflow: hidden;
        margin: 20px 0 0.46875rem 0;
    }

    .item_class_33 .title .time {
        float: left;
        width: 26%;
        text-align: center;
        border-right: 0.03125rem solid rgb(221, 221, 221);
        margin: 15px 0;

    }

    .item_class_33 .title li .time .p1 {
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        font-size: 30px;
        color: rgb(67, 67, 67);

    }

    .item_class_33 .title li .time .p2 {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        font-size: 16px;
        color: rgb(160, 160, 160);

    }

    .item_class_33 .title li .txt {
        float: right;
        width: 70%;
        padding-top: 10px;

    }

    .item_class_33 .title li .txt .tit {
        height: 31px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: rgb(102, 102, 102);
        font-size: 18px;
        font-weight: normal;
        text-align: inherit;
        font-family: microsoft yahei;
        line-height: inherit;
        text-decoration: none;

    }

    .item_class_33 .title li .txt .tit a{
        text-decoration: none;
        color:inherit;
    }

    .item_class_33 .title li .txt .des {
        height: auto;
        overflow: hidden;
        color: rgb(181, 181, 181);
        font-size: 12px;
        font-weight: normal;
        text-align: inherit;
        font-family: microsoft yahei;
        line-height: inherit;
        text-decoration: none;
    }




    .item_class_38 {
        display: block;
        height: auto;
        width: 120px;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 0;
        color: #746f6f;
        background: #fff;
        border: 1px solid #746f6f;
        border-radius: 20px;
        text-align: center;
        margin: 10px auto;
        transition: all linear 200ms;
        text-decoration: none;
    }
    .item_class_38:hover{
        background-color: #746f6f;
        color: white;
        border-color: #746f6f;
    }


    .item_class_40 .title {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
    }

    .item_class_40 hr {
        color: #f4f4f4;
        width: 100%;
    }


    .item_class_41 .title {
        width: 100%;
        height: auto;
    }

    .item_class_41 .shipin {
        width: 100%;
        height: 250px;
    }




    .item_class_42 .title {
        height: auto;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0px;
        color: #fff;
        background: #2e74fd;
        border: 1px solid #746f6f;
        text-align: center;
        margin: 10px auto;
    }
    .item_class_42 .title a{
        text-decoration: none;
        color: inherit;
    }



    .item_class_43 .case_list {
        clear: both;
        padding: 25px 0px 0px 0px;
        margin: 0 auto;
    }

    .item_class_43 .case_img {
        min-height: 270px;
        margin: 15px 20px;
        display: block;
        padding: 4px 15px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
    }

    .item_class_43 .case_img img {
        margin-right: auto;
        margin-left: auto;
        display: block;
        max-height: 270px;
        max-width: 100%;
        height: 200px;
        margin-bottom: 10px;
        padding: 0;
    }

    .item_class_43 .case_title {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .item_class_43 .case_title a {
        color: #333;
    }

    .item_class_43 .case_title {
        margin-top: 10px;
    }

    .item_class_43 .case_des {
        text-align: center;
        color: #9e9e9e;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 26px;
        margin-bottom: 30px;
        font-size: 14px;
    }




    .item_class_49 .message {
        width: 60px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        color: #000;
        border: #000 solid 1px;
        border-radius: 5px;
    }

    .item_class_49 .message a {
        text-decoration: none;
        color: inherit;
        display: block;
    }


	.item_class_86 .title{
		height: auto;
		width:100%;
		line-height:20px;
		box-sizing: border-box;
		padding:10px;
	}


    .item_class_89 .tel12 {
        display: block;
        width: 180px;
        height: 50px;
        line-height: 50px;
        background: rgb(26, 173, 25);
        text-align: center;
    }

    .item_class_89 .tel12 .weixinbtn {
        padding-left: 30px;
        font-size: 16px;
        color: #fff;
        background: url(./files/89/weixin.png) no-repeat;
        background-size: auto 100%;
    }

    .item_class_89 .light1 .close {
        width: 20px;
        height: 20px;
    }

    .item_class_89 .light1 .succtu {
        width: 60px;
        height: 60px;
    }

    .item_class_89 .light1 .fuzhisucc {
        font-size: 20px;
        font-weight: bold;
        line-height: 60px;
    }

    .item_class_89 .light1 .weixin {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #666
    }

    .item_class_89 .erweima {
        width: 70%;
        height: auto;
        margin: 30px auto;
        display: block;
    }

    .item_class_89 .light1 button {
        margin-top: 10px;
        background: #1aad19;
        border-radius: 5px;
        width: 180px;
        border: none;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
    }

    .item_class_89 .light1 a {
        float: right;
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

    .item_class_89 .black_overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 1001;
        opacity: .70;
    }

    .item_class_89 .light1 .copy_content {
        color: red;
        font-weight: bold;
    }

    .item_class_89 .white_content {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 300px;
        transform: translate(-50%,-50%);
        padding: 15px;
        background-color: white;
        border: 1px solid #eee;
        overflow: auto;
        z-index: 9999;
    }

    @media screen and (max-width: 680px) {
        .item_class_89 .tel12 {
            display: block;
            width: 100%;
            height: 2.6rem;
            line-height: 2.6rem;
            background: rgb(26, 173, 25);
            text-align: center;
        }

        .item_class_89 .tel12 .weixinbtn {
            padding-left: 1.5rem;
            font-size: 16px;
            color: #fff;
            background: url(./files/89/weixin.png) no-repeat;
            background-size: auto 100%;
        }

        .item_class_89 .light1 .close {
            width: 1rem;
            height: 1rem;
        }

        .item_class_89 .light1 .succtu {
            width: 3rem;
            height: 3rem;
        }

        .item_class_89 .light1 .fuzhisucc {
            font-size: 1.125rem;;
            font-weight: bold;
            line-height: 3rem;
        }

        .item_class_89 .light1 .weixin {
            text-align: center;
            font-size: 0.875rem;
            line-height: 1.5rem;
            color: #666
        }

        .item_class_89 .erweima {
            width: 70%;
            height: auto;
            margin: 1.5rem auto;
            display: block;
        }


        .item_class_89 .light1 button {
            margin-top: 10px;
            background: #1aad19;
            border-radius: .25rem;
            width: 9rem;
            border: none;
            height: 2.5rem;
            line-height: 2.5rem;
            color: #fff;
            font-size: 0.8rem;
        }
    }




    .item_class_93{
        width: 100%;
        height: 100%;
    }
    .item_class_93 .clear{
        clear: both;
    }
    .item_class_93 .background{
        background-color: #ff7214;
    }

    .item_class_93 .circle{
        text-align: center;
        width: 100%;
        height: 35px;
        border-radius: 50px;
    }
    .item_class_93 .dh-div{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .item_class_93 .dh-div li img{
        max-width: 100%;
        max-height: 100%;
        margin: 5% 0 20% 0 ;
    }
    .item_class_93 li{
        list-style-type:none;
    }
    .item_class_93 .dh-div ul li{
        float: left;
        width: 25%;
        /*margin-left: 4%;*/
        text-align: center;
    }
    .item_class_93 .name_p{
        color: #fff;
    }


    .item_class_104 .top {
        height: 3rem;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .item_class_104 .nav .menu-open, .item_class_104 .nav2 .menu-close {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 3rem;
        text-align: center;
        cursor: pointer;
    }

    .item_class_104 .nav .header{
        height: 100%;
        position: absolute;
        top: 0;
        left: 3rem;
        right: 0;
        text-align: center;
        overflow: hidden;
    }

    .item_class_104 .drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        display: none;
        transition: all 0.3s;
        transform: translateX(-100%);
        z-index: 99999;
        background-color: white;
    }

    .item_class_104 .drawer .box {
        flex: 1;
        overflow: auto;
    }

    .item_class_104 .drawer.show {
        display: flex;
        flex-direction: column;
    }

    .item_class_104 .drawer.open {
        opacity: 1;
        transform: translateX(0);
    }
    .item_class_104 .icon{
        fill: #8e8e8e;
        width: 2.5rem;
        height: 100%;
    }


    .item_class_113 .bx-wrapper {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .item_class_113 .bx-viewport {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .item_class_113 .bx-slider {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        transition-duration: 0.5s;
    }

    .item_class_113 .bx-slider li {
        float: left;
        list-style: none;
        position: relative;
        width: 100%;
    }

    .item_class_113 .bx-slider li img {
        height: auto;
        width: 100%;
        display: block;
    }

    .item_class_113 .bx-wrapper .bx-pager {
        position: absolute;
        bottom: 4%;
        width: 100%;
        text-align: center;
        color: #666;
        padding-top: 20px;
    }

    .item_class_113 .bx-wrapper .bx-pager .bx-pager-item {
        display: inline-block;
    }

    .item_class_113 .bx-wrapper .bx-pager.bx-default-pager a {
        background: transparent;
        border: 1px solid #ccc;
        text-indent: -9999px;
        display: block;
        width: 15px;
        height: 15px;
        margin: 0 3px;
        outline: 0;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #ccc;
    }

    .item_class_113 .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 999;
    }

    .item_class_113 .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

    .item_class_113 .bx-wrapper .bx-prev {
        left: 10px;
        background: url(./files/113/controls.png) no-repeat 0 -32px;
    }

    .item_class_113 .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .item_class_113 .bx-wrapper .bx-next {
        right: 10px;
        background: url(./files/113/controls.png) no-repeat -43px -32px;
    }

    .item_class_113 .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }


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

    .item_class_124 .clear {
        clear: both;
    }

    .item_class_124 .span {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
    }



    .item_class_130 {
        display: table;
        margin: 10px auto;
    }

    .item_class_130 li {
        display: inline-block;
    }

    .item_class_130 li a {
        display: inline-block;
        color: #000000;
        padding: 5px 10px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        margin: 0 5px;
    }

    .item_class_130 li a:hover {
        background-color: #cccccc;
    }


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

    .item_class_132 .clear {
        clear: both;
    }
    .item_class_132{
        width: 100%;
        height: 300px;
    }




      .item_class_138 li,
      .item_class_138 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_138 .fl {
        float: left;
      }
      .item_class_138 .fr {
        float: right;
      }
      .item_class_138 a {
        text-decoration: none;
      }

.item_class_138 .news-list ul li{position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: 4px 0;}
    .news-tit {
    position: relative;
    z-index: 10;
}
.item_class_138 .news-span1 {
    width: 16.66666667%;
    min-width: 125px;
}
.item_class_138 .news-time {
    border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #595959;
        padding: 6px 0;
        text-align: center;
    color: #666666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.item_class_138 .news-time-date {
    font-style: normal;
    font-weight: normal;
    color: #595959;
    font-size: 32px;
}
.item_class_138 .news-time-year {
    margin-top:8px;
    font-style: normal;
     color: #595959;
    font-size: 14px;
}
.item_class_138 .news-span2 {
    max-width: calc(100% - 125px);
    width: calc(100% - 16.7%);
    display: inline;
}
.item_class_138 .news-action {
    padding: 6px 12px 12px 40px;
    box-sizing: border-box;
}
.item_class_138 .label-box {
    font-size: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item_class_138 .news-title {
    color: #3f3f3f;
    font-size: 18px;
    line-height: 18pt;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    padding:0;margin:0;
}
.item_class_138  .news-desc {
    font-size: 12px;
    color: #595959;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-top: 12px;
}
.item_class_138 .news-list ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.item_class_138  .news-list ul li:hover:after {
    background-color: #e50b1c;
    width: 100%;
}
.item_class_138 .news-list ul li:hover a .news-time{border-right-color: #fff;}
.item_class_138 .news-list ul li:hover a .news-time .news-time-date,.item_class_138 .news-list ul li:hover a .news-time .news-time-year,.item_class_138 .news-list ul li:hover a .news-action .news-title,.item_class_138 .news-list ul li:hover a .news-action .news-desc{color:#fff;}

@media (max-width: 767px){
.item_class_138 .news-span1 {
    width: 31.4%;
}
.item_class_138 .news-span1 .news-time {
    margin-right: 12px;
}
.item_class_138 .news-span2 {
    width: auto;
    max-width: none;
    display: block;
    float: none;
}
.item_class_138 .news-action {
    padding: 8px 12px 12px 12px;
}
}



.item_class_139 { display:inline-block; }
.item_class_139 .dh-home{display: inline-block;text-decoration: none;}
      .item_class_139 .home-sy{padding:0 10px;width:auto;min-width:85px;
    height: 80px;
    line-height: 80px;
    color: #000000;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;text-align: center;}
.item_class_139 .home-sy span {width:100%;
    color: #333;font-size: 14px;display: inline-block;line-height: 80px;}
.item_class_139 .home-sy:hover{background-color: rgb(140, 13, 13);color:#fff;}
.item_class_139 .home-sy:hover span::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-animation: layout-109-nav-active2 0.5s;
    -moz-animation: layout-109-nav-active2 0.5s;
    -o-animation: layout-109-nav-active2 0.5s;
    animation: layout-109-nav-active2 0.5s;
    bottom: 25%;
    background-color: #fff;
}
.item_class_139 .home-sy:hover span{color:#fff;}


    .item_class_140 {
        width: 100%;
        height: 100%;
    }
    .item_class_140{
        text-align: center;
    }
    .item_class_140 .title_0 {
        font-size: 36px;
        margin-bottom: 5px;
        color: #333;
    }
    .item_class_140 .title_2{
        font-size: 24px;
        color:#7f7f7f;
    }


    .item_class_152{
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: auto;
        padding: 0 55px;
        text-align: left;
    }
    .item_class_152 .main{
        margin-bottom: 14px;
        font-size: 14px;
        font-weight: bold;
        display: block;
        text-decoration: none;
        color: black;
    }
    .item_class_152 .item{
        font-size: 13px;
        line-height: 28px;
        display: block;
        text-decoration: none;
        color: black;
    }


    .item_class_157 img {
        height: auto;
        width: 100%;
    }


.item_class_171 .wrapper-list{overflow: hidden;}
.item_class_171 .wrapper-row{width:32%;margin:0 2% 20px 0;float:left;}
.item_class_171 .wrapper-row:nth-child(3n){margin-right: 0;}
.item_class_171 .inner-footer-wrapper {
    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: #ccc 0px 0px 10px;
}
.item_class_171 .img-wrap{height: 250px;overflow: hidden;}
.item_class_171 .inner-footer-wrapper img {
    display: block;
    width: 100%;
}
.item_class_171 .inner-footer-wrapper h3 {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #212121;
    color: ;
    padding: 0 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.item_class_171 .inner-footer-wrapper h3:hover {
    color: #fecd5f;
}
.item_class_171 .inner-footer-wrapper p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
    padding-bottom: 20px;
    color: #212121;
}
.item_class_171 .inner-footer-wrapper .readmore {
    border-top: 1px solid;
    border-color: #999999;
    border-color: #eeeeee;
}
.item_class_171 .inner-footer-wrapper .readmore span {
    float: right;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin-right: 35px;
    padding: 12px 0;
}
.item_class_171 .inner-footer-wrapper .readmore a {
    color: #212121;
}


.item_class_173 .icon-share {
    margin-top:200px;
    position: relative;
    display: inline-block;
    font-size: 20px;
}
.item_class_173 .icon-share .icon {
    padding: 5px;
    background: #292828;
    font-size: 22px;
    margin-right: 10px;
    border-radius: 50%;
   width:40px;height: 40px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: #b2b2b2;
    line-height: 38px;
}
.item_class_173 .icon-share .icon svg{margin:0;padding:0;}
.item_class_173 .wechat-code {
    display: none;
    position: absolute;
    left: -24px;
    bottom: 110%;
    padding: 6px;
    width: 100px;
    background-color: #ffffff;
    background-color: #292828;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}
.item_class_173 .full-img img {
    display: block;
    width: 100%;
}
.item_class_173 .icon-share .icon:hover {
    background: #e94746;
    color: #fff;
}
.item_class_173 .icon-share .icon:hover svg{ background: #e94746;color:#fff;}
.item_class_173 .icon-share .icon:first-child:hover + .wechat-code{
    display: block;
}


.item_class_182 .news_index {
	width:1200px;
	clear: both;
    list-style: none;
    margin: 0px auto;
    padding: 20px 0px 0px 15px;
}
.item_class_182 .news_col {
    width: 50%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box; 
}
.item_class_182 .news_index li {
    margin-bottom: 20px;
    padding: 25px 15px;
    min-height: 70px;
    border: 1px solid #ccc;
}
.item_class_182 .news_index li a {
    color: #333;
    font-size: 16px;
    margin-left: -20px;
}
.item_class_182 .news_index li span {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #305DC3;
    color: #fff;
    float: left;
    padding: 0px 2px;
    position: relative;
    left: -35px;
    top: -5px;
}

.item_class_182 .news_index li span strong {
    display: block;
    font-size: 24px;
    padding-top: 5px;
}
.item_class_182 .news_index li span i {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
}
.item_class_182 .news_index li em {
    width: 85%;
    font-style: normal;
    display: inline-block;
    line-height: 18px;
    color: #777;
    padding-top: 10px;
    margin-left: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:14px;
}


     
      .item_class_184 li,
      .item_class_184 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_184 a { text-decoration: none;}
      .item_class_184 .nav-item a.nav-link{color: #333;
    background: transparent;
    display: inline-block;
    font-size: 16px;
    padding: 0px; border-bottom:2px solid  #fff;}

.item_class_184 .nav-item:hover a.nav-link{
    border-bottom:2px solid  #2685ff;
      color: #2685ff;
}
.item_class_184 .dropdown-menu{
    display: none;
   width:700px;
    background-color: #ccc;
}
.item_class_184 .nav-item:hover .dropdown-menu{display: block;}
.item_class_184 .head_open {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}
.item_class_184 .head_open>li {
    line-height: 60px;
    padding: 0 50px;
    float:left;
    width:calc(33% - 100px);
}
.item_class_184 .dropdown-menu .border-top1 {
    text-align: left;
    border: none;
    padding: 0;
    color: #000000;
}
.item_class_184 .dropdown-item{align-items: center;
    color: #000;
    display: flex;}
.item_class_184  .dropdown-item:hover{color:#2685ff;}
.item_class_184  .dropdown-item .indeximg{margin-right: 5px;}


     
      .item_class_185 li,
      .item_class_185 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_185 a { text-decoration: none;}
      .item_class_185 .about_list{width: 80%;margin:20px auto;}

.item_class_185 .about_list::after {
    display: table;
    clear: both;
    content: '';
}
.item_class_185 .about_list .a_top {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.item_class_185 .about_list .a_top,.item_class_185  .about_list .a_bottom {
    overflow: hidden;
    background: #fff
}
.item_class_185 .at_left {
    padding: 60px 0;
    padding-bottom: 0px;
    background-color: #ffffff;
}
.item_class_185 .at_box{padding:0 50px;}
.item_class_185 .at_left,.item_class_185 .at_right {
    width: 50%;
    float: left;
}
.item_class_185 .about_list h2 {
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    color: #000000;
}
.item_class_185 .xhx {
    margin-bottom: 30px;
    display: block;
    font-size: 16px;
    color: #999999;
}
.item_class_185 .about_list .ab_right,.item_class_185 .about_list .ab_left{width:50%;display: inline-block;}
.item_class_185 .about_list .xhx:after {
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    display: block;
    margin-top: 9px;
}
.item_class_185 .about_list .at_left p {
    line-height: 1.5;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 63px;
}
.item_class_185 .about_list .at_left p span {
    color: #999999;
}
.item_class_185 .about_list h4 {
    margin-bottom: 34px;
}
.item_class_185 .m-t-40 {
    margin-top: 40px;
}
.item_class_185 .about_list h4 a {
    font-weight: bold;
    color: #000000;
}
.item_class_185 .about_list .a_top ul {
    display: flex;
    justify-content: space-between;
}
.item_class_185 .about_list .a_top ul li {
    text-align: center;
}

.item_class_185 .about_list .at_left li a {
    color: #999999;
}
.item_class_185 .about_list .indeximg+a {
    display: block;
}
.item_class_185 .about_list .at_right {
    height: 450px;
}
.item_class_185 .about_list .at_right img,.item_class_185  .about_list .ab_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_class_185 .about_list .ab_right {
  float: right;
    background-color: #ffffff;
    height: 221px;
    display: flex;
    align-items: center;
}
.item_class_185 .about_list .a_bottom ul {
    width:100%;
  margin:0 40px;
    display: flex;
    justify-content: space-between;
}
.item_class_185 .about_list .a_bottom ul li {
    text-align: center;
    position: relative;
}
.item_class_185 .about_list .ab_right li span {
    font-size: 50px;
    color: #ff9400;
}
.item_class_185 .about_list .ab_right li p {
    font-size: 16px;
    color: #999999;
    color: ;
}
.item_class_185 .about_list .ab_right li span.ico {
    font-size: 20px;
    position: absolute;
    top: 15px;
    width: 36px;
    text-align: left;
    color: #999999;
    color: ;
}
.item_class_185 .about_list .ab_left {
  float:left;
    height: 221px;
}


     
      .item_class_186 li,
      .item_class_186 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_186 a { text-decoration: none;}
      .item_class_186 .product_list {
    width:80% ;
    margin:0 auto;
    background-color: #ffffff;
    background-color: ;
    padding: 60px 0;
}
.item_class_186 .product_list h2 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
}
.item_class_186 .product_list .item .i_top {
    width: 100%;
    text-align: center;
    position: relative;
}
.item_class_186 .product_list .item .i_top img {
    width: 100%;
}
.item_class_186 .product_list ul {
    margin: 0;
    padding: 35px 0 0;
    overflow: hidden;
}
.item_class_186 .product_list li{float:left;width:33.33%;}
.item_class_186 .product_list li .cont {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
}
.item_class_186 .product_list .cont img {
    width: 70px;
    height: auto;
}
.item_class_186 .product_list .cont h4 {
    margin-top: 30px;
    color: #000000;
}
.item_class_186 .product_list h4+p {
    color: #999999;
    color: ;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_class_186 .product_list .item .i_top .ip_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.item_class_186 .product_list .item .i_top h3 {
    color: #ffffff;
}
.item_class_186 .product_list .item .i_top h3 a {
    font-size: 20px;
    color: #ffffff;
}
.item_class_186 .product_list .item .i_top h3+p {
    color: #ffffff;
    font-size: 14px;
    margin-top:20px;
}
.item_class_186 .product_list .cont p{margin:20px 0;}


     
      .item_class_187 li,
      .item_class_187 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_187 a { text-decoration: none;}
      .item_class_187 .foot-parter {
    width:80%;
    margin:0 auto;
    padding: 2px;
    overflow: hidden;
}
.item_class_187 ul.foot-parter li {
    text-align: center;
    width: 19.5%;
    display: inline-block;
}
 .item_class_187 ul.foot-parter li div {
    margin:10px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 2px #eee;
}
.item_class_187 ul.foot-parter li div img{width:100%;}


     
      .item_class_188 li,
      .item_class_188 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_188 a { text-decoration: none;}
      .item_class_188 .feedback_list{
    background-color: #ffffff;
    background-color: #eaeaea;
    padding: 30px 0;
    overflow: hidden;
}
 .item_class_188 .feedback_list .f_left{
    display: flex;
    align-items: center;
   width: 50%;
    height: 420px;
    float: left;
    background-size: cover;
}
 .item_class_188 .feedback_list .fl_con {
    width: 450px;
    height: 200px;
    margin: 0 auto;
    background-color: #000000;
    padding: 60px;
     display: flex;
    align-items: center;
}

 .item_class_188 .feedback_list .f_left ul {
    width:100%;
    margin:0 auto;
    overflow: hidden;
    display: flex;
}
 .item_class_188 .feedback_list .f_left li {
    flex-grow: 1;
    color: #ffffff;
    text-align: center;
}
 .item_class_188 .feedback_list .f_left li p{margin-bottom: 10px;}

 .item_class_188 .feedback_list .f_right {
    width: 40%;
    float: left;
    padding: 0 5%;
    background-color: #ffffff;
    height: 420px;
}
 .item_class_188 .feedback_list h2 {
    margin:30px 0;
    color: #000000;
    font-size: 30px;
}
 .item_class_188 .feedback_list .f_right p {
    color: #999999;
    line-height: 30px;
    font-size: 16px;
}


     
      .item_class_190 li,
      .item_class_190 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_190 a { text-decoration: none;}

      .item_class_190 .menu{display: inline-block;}
 .item_class_190 .menu summary {color:#333;font-size: 16px;}
.item_class_190 .menu ul{padding:15px 0;}
 .item_class_190 .menu ul li{}
.item_class_190 .menu ul li a{color: #333;padding: 5px 0;
    line-height: 1.5;font-size: 16px;display: inline-block;text-indent: 2em;}
.item_class_190 .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.286rem;
    content: '';
    vertical-align: middle;
    border-top: 0.286rem solid;
    border-right: 0.286rem solid transparent;
    border-left: 0.286rem solid transparent;
    margin-right: 0;
    margin-left: 0.3em;
    margin-top: -3px
}
 .item_class_190 .menu summary::marker {

            content: '';

        }


     
      .item_class_192 li,
      .item_class_192 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_192 a { text-decoration: none;}
      .item_class_192 .about_list{margin:20px auto;}

.item_class_192 .about_list::after {
    display: table;
    clear: both;
    content: '';
}
.item_class_192 .about_list .a_top {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.item_class_192 .about_list .a_top,.item_class_192  .about_list .a_bottom {
    overflow: hidden;
}
.item_class_192 .at_left {
    padding: 20px 0;
    background-color: #ffffff;
}
.item_class_192 .at_box{width:90%;margin:0 auto;}
.item_class_192 .about_list h2 {
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    color: #000000;
}
.item_class_192 .xhx {
    margin-bottom: 30px;
    display: block;
    font-size: 16px;
    color: #999999;
}
.item_class_192 .about_list .ab_right,.item_class_192 .about_list .ab_left{}
.item_class_192 .about_list .xhx:after {
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    display: block;
    margin-top: 9px;
}
.item_class_192 .about_list .at_left p {
    line-height: 1.5;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 63px;
    color: #999999;
}
.item_class_192 .about_list .at_left p span {
    
}
.item_class_192 .about_list h4 {
    margin-bottom: 34px;
}
.item_class_192  .m-t-40 {   margin-top: 40px;
}
.item_class_192 .about_list h4 a {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}
.item_class_192 .about_list .a_top ul {
    display: flex;
    justify-content: space-between;
}
.item_class_192 .about_list .a_top ul li {
    text-align: center;
}

.item_class_192 .about_list .at_left li a {
    color: #999999;
}
.item_class_192 .about_list .indeximg+a {
    display: block;
}
.item_class_192 .about_list .at_right img,.item_class_192  .about_list .ab_left img {
    width: 100%;
    object-fit: cover;
}

.item_class_192 .about_list .ab_right {
    padding: 20px 0;
    background-color: #ffffff;
}
.item_class_192 .about_list .a_bottom ul {
  margin:0 20px;
    display: flex;
    justify-content: space-between;
}
.item_class_192 .about_list .a_bottom ul li {
    width:24%;
    text-align: center;
    position: relative;
}
.item_class_192 .about_list .ab_right li span {
    font-size: 32px;
    color: #ff9400;
    font-weight: normal;
}
.item_class_192 .about_list .ab_right li p {
    font-size: 14px;
    color: #999999;
    color: ;
}
.item_class_192 .about_list .ab_right li span.ico {
    font-size: 16px;
    position: absolute;
    top: 8px;
    width: 36px;
    text-align: left;
    color: #999999;
    color: ;
}


     
      .item_class_193 li,
      .item_class_193 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_193 a { text-decoration: none;}
      .item_class_193 .feedback_list{
    background-color: #ffffff;
    background-color: #eaeaea;
    padding: 30px 0;
    overflow: hidden;
}
.item_class_193 .feedback_list .f_left{
    display: flex;
    align-items: center;
    height: 420px;
    background-size: cover;
}
.item_class_193 .feedback_list .fl_con {
    width: 90%;
    margin: 0 auto;
    background-color: #000000;
    padding:60px 0;
     display: flex;
    align-items: center;
}

.item_class_193 .feedback_list .f_left ul {
    width:100%;
    margin:0 auto;
    overflow: hidden;
    display: flex;
}
.item_class_193 .feedback_list .f_left li {
    flex-grow: 1;
    color: #ffffff;
    text-align: center;
}
.item_class_193 .feedback_list .f_left li p{margin-bottom: 10px;font-size: 12px;}

.item_class_193 .feedback_list .f_right {
    width: 100%;
    float: left;
    padding: 20px 5%;
    background-color: #ffffff;
}
.item_class_193 .feedback_list h2 {
    margin:30px 0;
    color: #000000;
    font-size: 30px;
}
.item_class_193 .feedback_list .f_right p {
    color: #999999;
    line-height: 30px;
    font-size: 16px;
}


    .item_class_195 {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: auto;
        text-align: left;
    }
    .item_class_195 .item {
        font-size: 13px;
        padding: 10px 20px;
        display: inline-block;
        color: black;
    }
    .item_class_195 .item a{
        color: inherit;
        text-decoration: none;
    }


     
      .item_class_196 li,
      .item_class_196 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .item_class_196 a { text-decoration: none;}
      .item_class_196 .product_list {
    margin:0 auto;
    background-color: #ffffff;
    background-color: ;
    padding: 20px 0;
}
.item_class_196 .product_list h2 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
}
.item_class_196 .product_list .item .i_top {
    width: 100%;
    text-align: center;
    position: relative;
}
.item_class_196 .product_list .item .i_top img {
    width: 100%;
}
.item_class_196 .product_list ul {
    margin: 0;
    padding: 35px 0 0;
    overflow: hidden;
}
.item_class_196 .product_list li{}
.item_class_196 .product_list li .cont {
    width: 100%;
    display: inline-block;
    text-align: center;
   
}
.item_class_196 .product_list .cont img {
    width: 70px;
    height: auto;
}
.item_class_196 .product_list .cont h4 {
    margin-top: 30px;
    color: #000000;
}
.item_class_196 .product_list h4+p {
    color: #999999;
    color: ;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_class_196 .product_list .item .i_top .ip_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.item_class_196 .product_list .item .i_top h3 {
    color: #ffffff;
}
.item_class_196 .product_list .item .i_top h3 a {
    font-size: 20px;
    color: #ffffff;
}
.item_class_196 .product_list .item .i_top h3+p {
    color: #ffffff;
    font-size: 14px;
    margin-top:20px;
}
.item_class_196 .product_list .cont p{margin:20px 0;}


      .item_class_209  * {

            margin: 0;

            padding: 0;

        }



.item_class_209 a {

            text-decoration: none;

        }


.item_class_209  .menu-open{
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
    cursor: pointer;}
.item_class_209  .menu-open .icon {
    fill: #8e8e8e;
    width: 2.5rem;
    height: 100%;
}
.item_class_209  #conter {
            position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0;
    width: 100%;
   height: 90%;
    overflow: auto;
    background-color: rgb(255, 255, 255);
box-shadow: -5px 0px 10px rgb(0 0 0 / 20%);
         display: none;  

            margin: auto;

        }



.item_class_209  #help-left {

            width: 100%;

            font-family: 'microsoft YaHei';

            float: left;

        }



.item_class_209 .menu {

          border-bottom: 1px solid rgb(221, 221, 221);

        }



.item_class_209 .menu:last-child {

            border-bottom: 1px solid #ccc;

        }



.item_class_209 .menu summary {

            height: 45px;

            line-height: 45px;

            text-indent: 10px;

            outline: none;

            font-size: 16px;

            cursor: pointer;

        }

.item_class_209 .menu summary a{display: inline-block;width:84%;color:rgb(51, 51, 51);}

.item_class_209 .menu summary::-webkit-details-marker {

            display: none;
             content:"";

        }
.item_class_209  .menu summary::marker {

            display: none;
             content:"";

        }



        /*可用图片或字符,如果使用图片，请把content的值设置成空字符*/

.item_class_209 .menu summary:after {

            content: "";

            background: url(./files/209/xjt.png) no-repeat center center; /*收起时的图片*/

            vertical-align: middle;

            display: inline-block;

            width: 12%;

            height: 90%;

            font-size:18px;

            font-weight:700;
            background-size: 24px;

        }


 .item_class_209 .menu[open] summary{background:#18bc9c;}
 .item_class_209 .menu[open] summary a{color:#fff;}
.item_class_209 .menu[open] summary:after {

            content: "";

            background: url(./files/209/sjt.png) no-repeat center center; /*展开时的图片*/
            vertical-align: middle;
            background-size: 24px;

        }
.item_class_209 .menu summary.home{position: relative;}
.item_class_209 .menu summary.home .close{position: absolute;right:15px;top:0;}
.item_class_209 .menu summary.home:after{ content: " "; background: none; /*展开时的图片*/
            vertical-align: middle; width: 12%;

            height: 90%; background-size: 20px;}
.item_class_209 .menu[open] summary.home:after{ content: " "; background: none; /*展开时的图片*/
            vertical-align: middle; background-size: 24px;}

.item_class_209 .menu ul {

            padding: 10px 0;

        }



.item_class_209 .menu ul li {

            list-style: none;

            text-indent: 10px;

            font-size: 16px;

            height: 45px;

            line-height: 45px;
            margin:0 20px;
            border-bottom: 1px solid #ddd;

        }



.item_class_209 .menu ul li a {

            display: block;

            color: #666;

        }



.item_class_209 .menu ul li a:hover {

            text-decoration: underline;

        }


