@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_6 .title{
		height: auto;
		width:20rem;
	}
	.item_class_6 .title li{
		width:9rem; 
		height:100%; 
		float:left; 
		margin:0.5rem;
		overflow:hidden;
		height:auto;
		position:relative;
		
		
	}
	.item_class_6 .title img{
		width:100%;
		height:auto;
	}
	.item_class_6 .title p{
		text-align:center;
		line-height:1.875rem;
		background-color:#000;
		opacity:0.5;
		width:100%;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		margin-top:0.5rem;
		bottom:0px;
		color:#fff;
		box-sizing: border-box;
	}
	


    .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%;
        width: 100%;
        text-align: center;
        color: #666;
        padding-top: 20px;
    }

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

    .item_class_8 .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_8 .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_8 .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

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

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

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

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


    .item_class_11 .navigation{
        margin: 5px;
        padding:10px 5px;
        display: block;
        color: #707070;
        text-align: left;
        font-family: "黑体";
        font-weight: bold;
    }
    .item_class_11 hr{
        margin: 3px;
    }


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


    .item_class_19 {
        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;
        border-bottom: 1px solid rgba(51, 51, 51, 0.5);
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .item_class_19 .dropdown li a {
        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_20 .title {
        height: auto;
        width: 100%;
    }

    .item_class_20 .answer_ul {
        clear: both;
        list-style: none;
        margin: 10px auto;
        padding: 0px;
        width: 90%;
        font-size: 14px;
    }

    .item_class_20 .answer_ul li {
        color: #545455;
        line-height: 21px;
        padding: 10px 0px;
    }

    .item_class_20 .answer_ul li a {
        display: block;
        background: url(./files/20/ask.jpg) no-repeat left center;
        padding-left: 28px;
        color: #333;
        font-weight: bold;
    }

    .item_class_20 .answer_ul li p {
        background: url(./files/20/answer.jpg) no-repeat left 2px;
        padding-left: 28px;
        margin-top: 10px;
        line-height: 22px;
        color: #555;
    }


    .item_class_32 .title {
        height: auto;
        width: 100%;
        display: flex
    }

    .item_class_32 .title .divlist {
        height: auto;
        width: 5rem;
        line-height: 40px;
        text-align: center;
        background-color: #23d01a;
        color: #fff;
        flex: 1;
    }




    .item_class_35 .title {
        height: auto;
        width: 100%;
        line-height: 30px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;


    }

    .item_class_35 .title1 {
        height: auto;
        width: 100%;
        line-height: 20px;
        text-align: center;
        color: red;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;


    }




    .item_class_36 .title {
        height: auto;
        width: 100%;
        line-height: 30px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0px;
    }

    .item_class_36 .title1 {
        color: red;
    }


    .item_class_38 .title {
        height: auto;
        width: 30%;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 0px;
        color: #746f6f;
        background: #fff;
        border: 1px solid #746f6f;
        border-radius: 20px;
        text-align: center;
        margin: 10px auto;
    }
    .item_class_38 a{
        text-decoration: none;
        color: inherit;
    }


    .item_class_39 .title {
        height: auto;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }

    .item_class_39 .title li {
        width: 100%;
        height: 100%;
        border-bottom: 1px dashed #d7d9d8;
    }

    .item_class_39 .title a {
        line-height: 30px;
        color: #6d6a61;
        display: inline-block;
        width: calc(100% - 85px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }

    .item_class_39 .title span {
        line-height: 30px;
        color: #6d6a61;
        width: 80px;
        text-align: right;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }




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

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


    .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_47 .top {
        height: 3rem;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

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

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

    .item_class_47 .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_47 .drawer .box {
        flex: 1;
        overflow: auto;
    }

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

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


	.item_class_53 .title{
		height: auto;
		width:100%;
		display:flex;
		margin:10px auto;
	}
	.item_class_53 .title .item{
		height: auto;
		width: 5rem;
		text-align:center;
		color:#000;
		flex:1;
		display:-webkit-box;
		 -webkit-box-flex:1;
		 -webkit-box-pack:center;
		 -webkit-box-align:center;
		 -webkit-box-orient:vertical;
		
	}
	.item_class_53 .title .item a{
		 margin-bottom:10px;
		 border:1px solid silver;
		 background-color:#fff;
		 border-radius:100px;
		 display:-webkit-box;
		 height:55px;
		 width:55px;
		 text-decoration:none;
		 position:relative;
		 -webkit-box-align:center;
		 -webkit-box-pack:center
		
	}
	.item_class_53 .title .item img{
		max-width: 35px;
		height: 34px;
	}
	.item_class_53 .title .attr-content{
		font-size:14px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}



    .item_class_76{
        width: 100%;
        height: 100%;
    }
    .item_class_76 .news{
        width: 90%;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .item_class_76 .news a,.item_class_76 .news a:hover{
        text-decoration: none;
        color: #333;
    }
    .item_class_76 .news ul li{
        font-size: 0.8rem;
        white-space: nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
        line-height: 1px;

    }
    .item_class_76 .icon_zjt{
        width: 1rem;
        height: 1rem;
    }



    .item_class_77{
        width: 100%;
        height: 100%;
    }
    .item_class_77 .news{
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .item_class_77 .news a,.item_class_77 .news a:hover{
        text-decoration: none;
        color: #333;
    }
    .item_class_77 .news ul li{
        margin-left: 2%;
        margin-top: 20px;
        width: 48%;
        float: left;
        height: 80px;

    }
    .item_class_77 .title_h4{
        font-size: 16px;
    }
    .item_class_77 .miaoshu_p{
        font-size: 12px;
        line-height: 16px;
        text-overflow:ellipsis;
        overflow:hidden;
        height: 32px;
    }
    .item_class_77 .left_div{
        float: left;
        width: 30%;
    }
    .item_class_77 .right_div{
        float: left;
        width: 70%;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .item_class_77 .icon_zjt{
        width: 1rem;
        height: 1rem;
    }



    .item_class_78{
        width: 100%;
        height: 100%;
    }
    .item_class_78 .news{
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .item_class_78 .news a,.item_class_78 .news a:hover{
        text-decoration: none;
        color: #333;
    }
    .item_class_78 .news ul li{
        margin-left: 2%;
        margin-top: 20px;
        width: 23%;
        float: left;
        /*height: 80px;*/
        text-align: center;

    }



    .item_class_80{
        width: 100%;
        height: 100%;
    }
    .item_class_80 .clear{
        clear: both;
    }
    .item_class_80 .news{
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;

    }

    .item_class_80 .news ul li{
        margin-left: 2%;
        margin-top: 20px;
        width: 95%;
        height: 30px;
        float: left;
        border-bottom: 1px solid #e9e9e9;

    }
    .item_class_80 .xuhao{
        background: #e63634;
        padding:4px 8px;
        border-radius: 5px;
        color: #fff;
        float: left
    }
    .item_class_80 .title_span{
        padding:6px 8px;
        border-radius: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space:nowrap;
        width:55%;
        display: block;
        float: left
    }
    .item_class_80 .news_btn{
        background: #e63634;
        padding:4px 8px;
        border-radius: 5px;
        float: right;
    }
    .item_class_80 .news_btn_a{
        color: #fff;
    }


    .item_class_82{
        width: 100%;
        height: 100%;
    }
    .item_class_82 .news{
        width: 90%;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .item_class_82 .news a,.item_class_82 .news a:hover{
        text-decoration: none;
        color: #333;
    }
    .item_class_82 .news ul li{
        font-size: 0.8rem;
        font-weight: 300;
        white-space: nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
        line-height: 1rem;
        width: 100%;
        margin-top: 20px;
        color: #999;
        position: relative;
    }
    .item_class_82 .news ul li h4:before{
        position: absolute;
        content: "";
        width: 10px;
        height: 1px;
        background-color: #3c3c3c;
        bottom: 16px;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
    .item_class_82 h4{
        height: 30px;
        border-bottom: 1px solid #efefef;
    }
    .item_class_82 .icon_zjt{
        width: 1rem;
        height: 1rem;
    }



    .item_class_83 .fengexian {
        border-top: 1px solid #d9d9d9;
        width: 95%;
        margin: 10px auto;
    }

    .item_class_83 .item {
        color: #626262;
        text-decoration: none;
        font-size: 14px;
    }

    .item_class_83 .link-single .title {
        line-height: 26px;
        float: left;
        margin-left: 10px;
    }

    .item_class_83 .link-single .iconbox {
        line-height: 26px;
        float: right;
        margin-right: 20px;
    }

    .item_class_83 .link-single .iconbox svg {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        fill: currentColor;
        overflow: hidden;
    }


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


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

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

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

    .item_class_90 .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_90 .drawer .box {
        flex: 1;
        overflow: auto;
    }

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

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

    .item_class_90 .dh_div{
        width: 80%;
        background: #2b2b2b;
        position: fixed;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        right: auto;
        left: auto;
    }
    .item_class_90 .dh_div ul{
        /*margin-top: 60px;*/
    }
    .item_class_90 .dh_div li{
        height: 60px;
        font-size: 20px;
        line-height: 60px;
        text-align: center;
        color: #fff;
    }
    .item_class_90 .dh_div li.active{
        background: #fff;
        color: #2b2b2b;
    }


    .item_class_91{
        width: 100%;
        height: 100%;
    }
    .item_class_91 .background1{
        background-color: #ffc054;
    }
    .item_class_91 .background2{
        background-color: #ff7171;
    }
    .item_class_91 .background3{
        background-color: #ff6ac6;
    }
    .item_class_91 .background4{
        background-color: #83d017;
    }
    .item_class_91 .background5{
        background-color: #25bff7;
    }
    .item_class_91 .background6{
        background-color: #ffd119;
    }
    .item_class_91 .background7{
        background-color: #d7b5ff;
    }
    .item_class_91 .background8{
        background-color: #5cdccf;
    }
    .item_class_91 .circle{
        text-align: center;
        width: 60px;
        height: 60px;
        border-radius: 50px;
    }
    .item_class_91 .dh-div li img{
        max-width: 70%;
        max-height: 70%;
        margin-top: 15%;
    }
    .item_class_91 li{
        list-style-type:none;
    }
    .item_class_91 .dh-div ul li{
        float: left;
        width: 20%;
        margin-left: 4%;
        text-align: center;
    }



    .item_class_93{
        width: 100%;
        height: 100%;
    }
    .item_class_93 .clear{
        clear: both;
    }
    .item_class_93 .background{
        background: -webkit-gradient(linear, left bottom, left top, from(#ff7214), to(#ff9f16));
    }

    .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_119 {
        width: 100%;
        height: 100%;
    }

    .item_class_119 .clear {
        clear: both;
    }

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



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

    .item_class_123 .clear {
        clear: both;
    }

    .item_class_123 {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
        color: #000;
        text-decoration: none;
    }

    .item_class_123:hover {
        color: #000;
        text-decoration: none;
    }

    .item_class_123:visited {
        color: #000;
    }



    .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_125 {
        width: 100%;
        height: 100%;
    }

    .item_class_125 .news {
        padding: 10px;
    }

    .item_class_125 .row {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        table-layout: fixed;
    }

    .item_class_125 .news-box {
        position: relative;
        color: #828282;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .item_class_125 .span-9 {
        float: left;
        margin-right: 2%;
        width: 73%;
        transition: .2s width ease;
    }

    .item_class_125 .span-3 {
        float: left;
        margin-right: 2%;
        width: 23%;
        transition: .2s width ease;
    }

    @media only screen and (max-width: 878px) {
        .item_class_125 .midd-3 {
            width: 23%;
        }

        .item_class_125 .smal-12 {
            width: 98%;
        }

        .item_class_125 .smal-hide {
            display: none !important;
        }
    }

    .item_class_125 .news-box {
        border-bottom: 1px dashed #999999
    }

    .item_class_125 .news-box p {
        padding-top: 10px;
        white-space: nowrap;text-overflow:ellipsis;overflow:hidden;table-layout:fixed;
    }

    .item_class_125 .news-box h3 {
        padding-left: 25px;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        table-layout: fixed;
    }

    .item_class_125 .news-box h3 a {
        color: #373636;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        table-layout: fixed;
    }

    .item_class_125 .news-box h3:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 3px solid #d2d2d4;
        box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
        -webkit-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
    }

    .item_class_125 .news-box h3:hover a {
        color: #0d62be;
        text-decoration: none;
    }

    .item_class_125 .news-box h3:hover:before {
        box-shadow: inset 0 0 0 2px #0d62be;
        border-width: 0px;
        width: 16px;
        height: 16px
    }



.item_class_128 body { margin: 0; padding: 0; height: 100%; font-size: 14px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; color: #333; line-height: 24px }
.item_class_128 li, .item_class_128 ol, .item_class_128 ul { margin: 0; padding: 0; list-style: none }
.item_class_128 h2{ margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px }
.item_class_128 .fl { float: left }
.item_class_128 .fr { float: right }
.item_class_128 .clear { clear: both }
.item_class_128 a { text-decoration: none;}
.item_class_128 .product-list-img{
    width:900px;
}
.item_class_128 .product-list-img ul li{float:left;width:23.5%;margin-right: 2%;background: #f8f8f8;transition: all .5s linear;}
.item_class_128 .product-list-img ul li:nth-child(4n){margin-right: 0;}
.item_class_128 .product-list-img ul li a{display: inline-block;width:98%;padding:2%;text-align: center;}
.item_class_128 .product-list-img ul li a img{vertical-align: middle;max-width: 100%;align-items: center;margin:0 auto;}
.item_class_128 .product-list-img ul li a p{font-family: "微软雅黑";font-size: 14px;color: #555555;overflow: hidden;
    height: 24px;
    line-height: 24px;}
.item_class_128 .img-wth{height: 200px;width:100%;overflow: hidden;
    position: relative;
    display: flex;align-items: center}

    .item_class_128 .product-list-img ul li:hover{background:#39abff;}
    .item_class_128 .product-list-img ul li:hover a p{color:#fff;}



    .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_134 body { margin: 0; padding: 0; height: 100%; font-size: 14px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; color: #333; line-height: 24px }
.item_class_134 li, .item_class_134 ol, .item_class_134 ul { margin: 0; padding: 0; list-style: none }
.item_class_134 h2{ margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px }
.item_class_134 .fl { float: left }
.item_class_134 .fr { float: right }
.item_class_134 .clear { clear: both }
.item_class_134 a { text-decoration: none;}


.item_class_134 .news-list{background: #f5f5f5;padding:15px 0;}
.item_class_134 .news-list ul li{margin-bottom: 5px;background: #fff;padding:10px;}
.item_class_134 .news-list ul li h2{display: block;
    line-height: 24px;
    max-height: 48px;
    font-size: 14px;
    font-family: "Arial";
    overflow: hidden;color: #222;}

.item_class_134 .news-list ul li .ev_t_train_p p {
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
    font-family: "微软雅黑";
}




    .item_class_136 li,
    .item_class_136 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .item_class_136 h2 {
        margin: 0;
        padding: 0;
        font-family: "微软雅黑";
        font-size: 14px;
    }

    .item_class_136 a {
        text-decoration: none;
    }

    .item_class_136 .parduct-list {
        width: 100%;
    }

    .item_class_136 .parduct-list ul li {
        border-bottom: 1px solid #f3f3f3;
        height: 40px;
        line-height: 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .item_class_136 .parduct-list ul li a h2 {
        font-size: 14px;
        color: rgb(51, 51, 51);
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
        text-align: left;
        margin: 0 10px;
    }

    .item_class_136 .parduct-list ul li a:hover h2 {
        color: #000;
    }


      .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_149 {
        font-size: 0;
        height: auto;
        width: 1200px;
        margin: auto;
        position: relative;
    }

    .item_class_149 .icon {
        fill: #000000;
        width: 30px;
        height: auto;
    }

    .item_class_149 .no-next .icon, .item_class_149 .no-prev .icon {
        fill: #666666;
    }

    .item_class_149 .center .item-box > * {
        display: inline-block;
    }

    .item_class_149 .but {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        cursor: pointer;
    }

    .item_class_149 .left {
        left: -50px;
    }

    .item_class_149 .right {
        right: -50px;
    }

    .item_class_149 .center {
        width: 100%;
        background: none;
        margin: 10px auto;
        display: block;
        box-sizing: border-box;
    }

    .item_class_149 .center .panel {
        overflow: hidden;
        width: 100%;
    }

    .item_class_149 .center .panel .item-box {
        white-space: nowrap;
        display: inline-block;
    }

    .item_class_149 .item {
        font-size: initial;
        display: inline-block;
        width: 180px;
        height: auto;
        margin: 10px;
    }

    .item_class_149 .item .img-box {
        border: 1px solid #555555;
        text-align: center;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .item_class_149 .item img {
        height: 100%;
        width: auto;
        display: block;
        margin: auto;
    }

    .item_class_149 .item .text {
        text-align: center;
        margin-top: 10px;
        color: #0C0C0C;
    }


    .item_class_150 {
        padding: 50px 0 30px;
        text-align: center;
    }

    .item_class_150 strong{
        display: block;
        font-size: 32px;
        text-transform: uppercase;
        color: #ccc;
    }
    .item_class_150 .tit{
        position: relative;
        display: inline-block;
        padding: 0 15px;
        color: #333;
        font-size: 32px;
        font-weight: bold;
    }
    .item_class_150 .line{
        display: inline-block;
        height: 1px;
        width: 100px;
        vertical-align: middle;
        background: rgb(186,186,186);
    }
    .item_class_150 .line2{
        display: inline-block;
        height: 3px;
        width: 30px;
        vertical-align: middle;
        background: rgb(0,153,70);
    }
    .item_class_150 .t{
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px;
    }
    .item_class_150 p{
        font-size: 18px;
    }


    .item_class_151 .ul-news01_x {
        overflow: hidden;
    }
    .item_class_151 .ul-news01_x li {
        float: left;
        width: 50%;
        border-bottom: 1px dashed #d0d0d0;
    }
    .item_class_151 .ul-news01_x li .time {
        float: right;
        margin: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        color: #000;
    }
    .item_class_151 .ul-news01_x li .tit {
        display: block;
        overflow: hidden;
        padding-left: 20px;
        height: 40px;
        line-height: 40px;
        color: #000;
        font-size: 13px;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(./files/151/icon7_x.png);
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .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_153{
        height: 100px;
        padding: 10px;
        box-sizing: border-box;
        display: inline-block;
        width: auto;
    }
    .item_class_153 .line{
        height: 100%;
        display: block;
        vertical-align: top;
        width: 1px;
        background: black;
        margin: 0;
    }


    .item_class_154 {
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
    }

    .item_class_154 .box{
        display: flex;
    }

    .item_class_154 .title {
        border-bottom: 1px solid #009946;
        font-size: 18px;
        padding: 10px 0;
    }

    .item_class_154 .line {
        border-bottom: 1px solid #ebebeb;
        flex:1;
    }


    .item_class_155 {
        padding: 10px 0;
        box-sizing: border-box;
    }

    .item_class_155 .text1,.item_class_155 .text2{
        font-size: 14px;
    }

