* {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    font-family: "微软雅黑", "黑体", "新細明體", Arial, "Lucida Grande", sans-serif;
    color: #333;
    background: #fff;
    height: 100%;
   
}

a {
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
}

li {
    list-style: none;
}

img {
    border: none;
}

i,
em {
    font-style: normal;
}

.b_radius_half {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.b_radius_l {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.b_radius_xl {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.box_sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.box_shadow {
    box-shadow: 0 0 5px #ccc;    
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
}



.Animation {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.Rotate {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.text_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.partner .swiper-slide {
	height: auto;
	padding: 0;
}
.partner a {
	display:block;
	overflow:hidden;
	height:auto !important;
}
.partner a img {
	display: block;
	width: 100%;
}

