@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    height: 820px;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container {
    width:1920px;
    height: 820px;
    position: absolute;
    left: -960px;
    margin-left: 50%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-pagination{
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 9;
    text-align: center;
    bottom: 50px;
}
.swiper-pagination-bullet{
width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #003f98;
    opacity: 0.4;
    display: inline-block;
    margin: 4px;
    border-radius: 50px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
}

.banner .container{
    height:100%;
    display: table;
}
.banner .container .nr-cz{
    height: 820px;
    width: 100%;
}
.banner .container .ban-img1{
    margin-left: -100%;
    opacity: 0;
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    padding-top: 50px;
}
.swiper-slide-active .banner .container .ban-img1{
    margin-left: 0%;
    opacity: 1;
}
.banner .container .ban-img2{
    margin-right: -100%;
    opacity: 0;
    float: right;
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    padding-top: 50px;
}
.swiper-slide-active .banner .container .ban-img2{
    margin-right: 0%;
    opacity: 1;
}


.mainl1{
	transform: rotate(-45deg);
	transform-origin:0 0;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin:0 0;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin:0 0;
	-o-transform: rotate(-45deg);
	-o-transform-origin:0 0;
	animation:line1move 1.5s infinite alternate;
	animation-delay:3s;
	-webkit-animation:line1move 1.5s infinite alternate;
	-webkit-animation-delay:3s;
	-moz-animation:line1move 1.5s infinite alternate;
	-moz-animation-delay:3s;
	-o-animation:line1move 1.5s infinite alternate;
	-o-animation-delay:3s;
}
@keyframes line1move{
	from {width:200px;}
	to {width:0px;}
}
@-webkit-keyframes line1move{
	from {width:200px;}
	to {width:0px;}
}
@-moz-keyframes line1move{
	from {width:200px;}
	to {width:0px;}
}
@-o-keyframes line1move{
	from {width:200px;}
	to {width:0px;}
}


.mainl2{
	transform: rotate(-45deg);
	transform-origin:0 0;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin:0 0;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin:0 0;
	-o-transform: rotate(-45deg);
	-o-transform-origin:0 0;
	animation:line2move 1.2s infinite alternate;
	animation-delay:3s;
	-webkit-animation:line2move 1.2s infinite alternate;
	-webkit-animation-delay:3s;
	-moz-animation:line2move 1.2s infinite alternate;
	-moz-animation-delay:3s;
	-o-animation:line2move 1.2s infinite alternate;
	-o-animation-delay:3s;
}
@keyframes line2move{
	from{width:80px;}
	to{width:0px;}
}
@-webkit-keyframes line2move{
	from {width:80px;}
	to {width:0px;}
}
@-moz-keyframes line2move{
	from {width:80px;}
	to {width:0px;}
}
@-o-keyframes line2move{
	from {width:80px;}
	to {width:0px;}
}
.mainl3{
	transform: rotate(-45deg);
	transform-origin:0 0;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin:0 0;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin:0 0;
	-o-transform: rotate(-45deg);
	-o-transform-origin:0 0;
	animation:line3move 1s infinite alternate;
	animation-delay:3s;
		-webkit-animation:line3move 1s infinite alternate;
	-webkit-animation-delay:3s;
	-moz-animation:line3move 1s infinite alternate;
	-moz-animation-delay:3s;
	-o-animation:line3move 1s infinite alternate;
	-o-animation-delay:3s;
}
@keyframes line3move{
	from{width:60px;}
	to{width:0px;}
}
@-webkit-keyframes line3move{
	from {width:60px;}
	to {width:0px;}
}
@-moz-keyframes line3move{
	from {width:60px;}
	to {width:0px;}
}
@-o-keyframes line3move{
	from {width:60px;}
	to {width:0px;}
}
.mainl4{
	transform: rotate(135deg);
	transform-origin:0 0;
	-ms-transform: rotate(135deg);
	-ms-transform-origin:0 0;
	-webkit-transform: rotate(135deg);
	-webkit-transform-origin:0 0;
	-o-transform: rotate(135deg);
	-o-transform-origin:0 0;
	animation:line4move 1.5s infinite alternate;
	animation-delay:3s;
	-webkit-animation:line4move 1.5s infinite alternate;
	-webkit-animation-delay:3s;
	-moz-animation:line4move 1.5s infinite alternate;
	-moz-animation-delay:3s;
	-o-animation:line4move 1.5s infinite alternate;
	-o-animation-delay:3s;
}
@keyframes line4move{
	from{width:0px;}
	to{width:220px;}
}
@-webkit-keyframes line4move{
	from {width:0px;}
	to {width:200px;}
}
@-moz-keyframes line4move{
	from {width:0px;}
	to {width:200px;}
}
@-o-keyframes line4move{
	from {width:0px;}
	to {width:200px;}
}
.mainl5{
	transform: rotate(135deg);
	transform-origin:0 0;
	-ms-transform: rotate(135deg);
	-ms-transform-origin:0 0;
	-webkit-transform: rotate(135deg);
	-webkit-transform-origin:0 0;
	-o-transform: rotate(135deg);
	-o-transform-origin:0 0;
	animation:line5move 1.2s infinite alternate;
	animation-delay:3s;
	-webkit-animation:line5move 1.2s infinite alternate;
	-webkit-animation-delay:3s;
	-moz-animation:line5move 1.2s infinite alternate;
	-moz-animation-delay:3s;
	-o-animation:line5move 1.2s infinite alternate;
	-o-animation-delay:3s;
}
@keyframes line5move{
	from{width:0px;}
	to{width:100px;}
}
@-webkit-keyframes line5move{
	from {width:0px;}
	to {width:100px;}
}
@-moz-keyframes line5move{
	from {width:0px;}
	to {width:100px;}
}
@-o-keyframes line5move{
	from {width:0px;}
	to {width:100px;}
}
.mainl6{
	transform: rotate(135deg);
	transform-origin:0 0;
	-ms-transform: rotate(135deg);
	-ms-transform-origin:0 0;
	-webkit-transform: rotate(135deg);
	-webkit-transform-origin:0 0;
	-o-transform: rotate(135deg);
	-o-transform-origin:0 0;
	animation:line6move 1s infinite alternate;
	animation-delay:3s;
	-webkit-animation:line6move 1s infinite alternate;
	-webkit-animation-delay:3s;
	-moz-animation:line6move 1s infinite alternate;
	-moz-animation-delay:3s;
	-o-animation:line6move 1s infinite alternate;
	-o-animation-delay:3s;
}
@keyframes line6move{
	from{width:0px;}
	to{width:70px;}
}
@-webkit-keyframes line6move{
	from {width:0px;}
	to {width:70px;}
}
@-moz-keyframes line6move{
	from {width:0px;}
	to {width:70px;}
}
@-o-keyframes line6move{
	from {width:0px;}
	to {width:70px;}
}

.banner2{
    width: 100%;
    height: 100%;
    position: relative;
}
.mainxza{
	margin:0 0 0 10%;
	width:80%;
	height:100%;
	display: table;
	overflow: hidden;
	position: absolute;
	z-index: 6;
	}
.mainxzb{
	margin:0 0 0 10%;
	width:80%;
	height:100%;
	display: table;
	overflow: hidden;
	position: absolute;
	z-index: 6;
	}

.mainxz1 img{max-width:600px;max-height:600px;width:100%;}
.mainxz2 img{max-width:600px;max-height:600px;width:100%;}

.mainxz1{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin:0 auto;
	text-align: center;
}
.mainxz2{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin:0 auto;
	text-align: center;
	opacity:0.5;
}

@media screen and (max-width: 640px) {

}

.mainxz1 img{
	animation: mainzx1 120s infinite linear;
	-webkit-animation:mainzx1 120s infinite linear;
	-moz-animation:mainzx1 120s infinite linear;
	-o-animation:mainzx1 120s infinite linear;
}
@-webkit-keyframes mainzx1 {
 from {
	-webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(359deg)
}
}
@-moz-keyframes mainzx1 {
 from {
	-moz-transform: rotate(0deg)
}
to {
	-moz-transform: rotate(359deg)
}
}
@-o-keyframes mainzx1 {
 from {
	-o-transform: rotate(0deg)
}
to {
	-o-transform: rotate(359deg)
}
}
@keyframes mainzx1 {
 from {
	transform: rotate(0deg)
}
to {
	transform: rotate(359deg)
}
}

.mainxz2 img{
	animation: mainzx2 60s infinite linear;
	-webkit-animation:mainzx2 60s infinite linear;
	-moz-animation:mainzx2 60s infinite linear;
	-o-animation:mainzx2 60s infinite linear;
}
@-webkit-keyframes mainzx2 {
 from {
	-webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(-359deg)
}
}
@-moz-keyframes mainzx2 {
 from {
	-moz-transform: rotate(0deg)
}
to {
	-moz-transform: rotate(-359deg)
}
}
@-o-keyframes mainzx2 {
 from {
	-o-transform: rotate(0deg)
}
to {
	-o-transform: rotate(-359deg)
}
}
@keyframes mainzx2 {
 from {
	transform: rotate(0deg)
}
to {
	transform: rotate(-359deg)
}
}

.mainline2{
	-webkit-animation: mainline2xz 8s infinite alternate;
	-moz-animation: mainline2xz 8s infinite alternate;
	-o-animation: mainline2xz 8s infinite alternate;
	animation: mainline2xz 8s infinite alternate;
}

@-webkit-keyframes mainline2xz {
 from {
	-webkit-transform: rotate(90deg)
}
to {
	-webkit-transform: rotate(0deg)
}
}
@-moz-keyframes mainline2xz {
 from {
	-moz-transform: rotate(90deg)
}
to {
	-moz-transform: rotate(0deg)
}
}
@-o-keyframes mainline2xz {
 from {
	-o-transform: rotate(90deg)
}
to {
	-o-transform: rotate(0deg)
}
}
@keyframes mainline2xz {
 from {
	transform: rotate(90deg)
}
to {
	transform: rotate(0deg)
}
}
.mainline{position:absolute;z-index: 6;top:0;left:0;width:100%;height:100%;}
.mainl1{
position:absolute;top:50%;left:50%;
background:#fff;
margin:-220px 0 0 230px;
width:200px;
height:1px;
}

.mainl2{
position:absolute;top:50%;left:50%;
background:#fff;
margin:-250px 0 0 190px;
width:80px;
height:1px;

}
.mainl3{
position:absolute;top:50%;left:50%;
background:#fff;
margin:-180px 0 0 260px;
width:60px;
height:1px;

}
.mainl4{
position:absolute;top:50%;left:50%;
background:#fff;
margin:230px 0 0 -210px;
width:220px;
height:1px;

}
.mainl5{
position:absolute;top:50%;left:50%;
background:#fff;
margin:190px 0 0 -250px;
width:100px;
height:1px;

}
.mainl6{
position:absolute;top:50%;left:50%;
background:#fff;
margin:270px 0 0 -160px;
width:70px;
height:1px;

}
.mainline2{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    margin: -400px 0 0 -400px;
    width: 800px;
    height: 800px;
    border-left: 1px solid rgba(255,255,255,1);
    border-right: 1px solid rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-top: 1px solid rgba(255,255,255,.2);
    border-radius: 100%;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.mainla{position:absolute;top:50%;left:50%;background:#fff;margin:0 0 0 -550px;width:200px;height:1px;opacity: 1;}
.mainlb{position:absolute;top:50%;left:50%;background:#fff;margin:0 0 0 350px;width:200px;height:1px;opacity: 1;}

.mainld1{position:absolute;top:50%;left:50%;background:#fff;margin:-2px 0 0 -502px;width:4px;height:4px;border-radius: 100%;opacity: 1;}
.mainld2{position:absolute;top:50%;left:50%;background:#fff;margin:-2px 0 0 498px;width:4px;height:4px;border-radius: 100%;opacity: 1;}
.mainld3{position:absolute;top:50%;left:50%;background:#fff;margin:-2px 0 0 -401px;width:4px;height:4px;border-radius: 100%;opacity: 1;}
.mainld4{position:absolute;top:50%;left:50%;background:#fff;margin:-2px 0 0 399px;width:4px;height:4px;border-radius: 100%;opacity: 1;}

.mainlr{
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0,10,50,.05);
    margin: -350px 0 0 -350px;
    width: 700px;
    height: 700px;
    border-left: 1px solid rgba(255,255,255,1);
    border-right: 1px solid rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,.3);
    border-top: 1px solid rgba(255,255,255,.3);
    border-radius: 100%;
}

.ban-yq{
    position: absolute;
    width: 458px;
    height: 458px;
    left: 50%;
    margin-left: -229px;
    top: 50%;
    margin-top: -229px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 1500ms;
    transform: rotateY(0);
    opacity: 0;
}
.swiper-slide-active .ban-yq {
    opacity: 1;
    transform: rotateY(-360deg);
}
.ban-yq p{
    position: absolute;
    bottom: -100;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    opacity: 0;    
    animation-duration: 2s;
    animation-delay: 2.5s;
    animation-fill-mode: both;
}
.swiper-slide-active .ban-yq p{
    bottom: 110px;
    opacity: 1;
}

/*advan1 */
.advan1 {
    margin: 45px 0;
    background: #f6f6f6;
    width: 100%;
}
.advan1 li:last-child{
    border: none;
}
.advan1 li{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 40px 0;
    border-right: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}
.advan1 li:hover i{
    transform: rotateY(360deg);
}
.advan1 li i{
    background-image: url(../images/com_ys_icon.png);
    width: 94px;
    height: 94px;
    display: block;
    background-color: #ff8d1b;
    border-radius: 50px;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 500ms;
    transform: rotateY(0);
}
.advan1 li i{
    background-position: 0 0;
}
.advan1 li:nth-of-type(2) i{
    background-position: 0 94px;
}
.advan1 li:nth-of-type(3) i{
    background-position: 0 188px;
}
.advan1 li:nth-of-type(2) i{
    background-position: 0 282px;
}
.advan1 li h2{
    color: #555555;
    font-size: 22px;
    line-height: 30px;
    padding-top: 15px;
}
.advan1 li p{
    color: #777777;
    font-size: 15px;
    line-height: 20px;
}


/*about*/
.about{
    width:100%;
    margin-top: 40px;
    background: url(../images/about_bg.jpg) no-repeat center fixed;
    position: relative;
    padding: 55px 0;
}
.about::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.about .about-box{
    text-align: center;
    position: relative;
    z-index: 9;
}
.about .about-box p{
    color:#fff;
    font-size:15px;
    line-height:30px;
    max-width: 950px;
    padding: 40px 0;
    margin: 0 auto;
}
.about ul{
    position: relative;
    z-index:9;
}
.about li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-right: 1px solid #e1e1e1;
    text-align: center;
}
.about li:last-child{
    border: none;
}
.about li span{
    color: #ff9617;
    font-size: 42px;
    line-height: 50px;
}
.about li p{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.about a.about-more{
    width: 182px;
    height: 42px;
    background: #f08300;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 9;
    margin-top: 30px;
    color: #fff;
    font-weight: 700;
}

/*products*/
.swiper-container2 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 9;
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pro_pic{
    width: 100%;
    border: 1px solid #f3f3f3;
}
.pro_main h2 {
    color:  #333333;
    font-size: 15px;
    line-height: 40px;
}

.btn-box{
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding-top: 20px;
}
.swiper-button-next2,.swiper-button-prev2,.pro-menu,.swiper-button-next3,.swiper-button-prev3{
    width: 30px;
    height: 30px;
    margin: 4px;
    border-radius: 4px;
    background: #ececec;
    display: inline-block;
    cursor: pointer;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.swiper-button-next2 i,.swiper-button-prev2 i,.pro-menu i,.swiper-button-next3 i,.swiper-button-prev3 i{
    width: 30px;
    height: 30px;
    display: block;
    background-image:url(../images/btn_icon.png);
}
.swiper-button-next2:hover,.swiper-button-prev2:hover,.pro-menu:hover,.swiper-button-next3:hover,.swiper-button-prev3:hover{
    background: #f08300;
}
.swiper-button-next2 i,.swiper-button-next3 i{
    background-position: 0 0;
}
.swiper-button-prev2 i,.swiper-button-prev3 i{
    background-position: 0 -60px;
}
.pro-menu i{
    background-position: 0px -30px;
}
.swiper-button-next2:hover i,.swiper-button-next3:hover i{
    background-position:-30px 0;
}
.swiper-button-prev2:hover i,.swiper-button-prev3:hover i{
    background-position: -30px -60px;
}
.pro-menu:hover i{
    background-position: -30px -30px;
}


/*news*/
.news{
    width: 100%;
}

.news .news_fl li{
    padding: 0 10px;
}
.news-main{
    margin-top: 25px;
    width: 100%;
    position: relative;
    background: url(../images/new_bg.jpg) no-repeat center fixed;
    padding:50px 0;
}
.news-main::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    z-index: 1;
}
.swiper-container3{
    position: relative;
    z-index: 9;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.news .news_fl li a{
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    background: #5c5c5c;
    border-radius: 40px;
    display: block;
    padding:0 58px;
}
.news .news_fl li:hover a{
    background: #f08300;
}

.swiper-slide:hover .news-box{
    background: #2160b5;
}
.news-box{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px 30px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.swiper-slide:hover .news-box.news_date{
    background: #fff;
}
.news_date{
    width: 105px;
    height: 105px;
    float: left;
    background: #f1f1f4;
    text-align: center;
    padding: 22px 10px;
}
.swiper-slide:hover .news_date h2{
    color: #ff991e;
}
.swiper-slide:hover .news_date h2 span{ 
    border-top: 1px solid #ff991e;
    color: #ff991e;
}
.news_date h2{
    color: #666666;
    font-size: 30px;
    line-height: 35px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.news_date h2 span{    
    font-size: 18px;
    color:#666666;
    line-height: 30px;
    display: block;
    border-top: 1px solid #cccccc;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.news_mian{
    width: 88%;
    float: right;
}
.news_mian h3{
    line-height: 40px;
}
.swiper-slide:hover .news_mian h3 a{
    color: #fff;
}
.news_mian h3 a{
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    padding-bottom: 10px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.swiper-slide:hover .news_mian p{
    color: #c5d5ea;
}
.news_mian p{
    color: #666666;
    font-size: 14px;
    line-height: 22px;   
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}


/*partner*/
.partner{
    padding-bottom: 40px;
}
.partner ul li{
    width: 18.5%;
    -ms-flex: 0 0 20%;
    flex: 0 0 18%;
    max-width: 20%;
    display: table;
    height: 124px;
    text-align: center;
    border: #dcdddc 1px solid;
    margin-right: 20px;
}
