/* main */
hr {
    margin: 0;
    border: none;
    width: 100%;
    height: 0.22rem;
    background: #eaeaea;
}
.main {
    background: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.title {
    margin-bottom: 0.35rem;
}
.title h2 {
    font-size: 0.4rem;
	font-weight: bold;
    color: #444444;
    text-align: center;
}





/* overseas_container */
.overseas_content {
    font-size: 0.24rem;
	line-height: 0.36rem;
    color: #666666;
    text-align: center;
}
.overseas_container {
    padding: 0 3%;
    padding-bottom: 0.6rem;
    margin-top: 0.45rem;
}
.overseas_container .swiper-pagination {
    bottom: 0;
}
.overseas_container .swiper-pagination span {
    width: 0.2rem;
	height: 0.2rem;
    background: #ececec;
    opacity: 1;
    margin: 0 0.05rem !important;
}
.overseas_container .swiper-pagination span[class*=active] {
    background: #00a2a2;
}
.overseas_container .swiper-slide {
    width: 48.5%;
    text-align: center;
    position: relative;
    box-shadow: 0.03rem 0.03rem 0.1rem rgba(50,50,50,0.3);
}
.overseas_container .swiper-slide .picture_container {
    padding-top: 72.1%;
}
.overseas_container .swiper-slide .picture_container {
    padding-top: 72.1%;
}
.overseas_container .swiper-slide .national_picture {
    padding-top: 0;
    width: 0.81rem;
    height: 0.41rem;
    position: absolute;
    left: 0;
    top: 0;
}
.overseas_container .swiper-slide .explain_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0.26rem;
	font-weight: bold;
	letter-spacing: 1px;
    color: #ffffff;
    line-height: 0.7rem;
}
.overseas_container .swiper-slide .explain_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
    height: 0.7rem;
}




/* superiority */
.superiority .super_item {
    width: 32%;
    height: 2.6rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
    float: none;
    margin-right: 2%;
}
.superiority .super_item:nth-child(1) {
    margin-left: 0.1%;
}
.superiority .super_item:nth-child(2),
.superiority .super_item:nth-child(5),
.superiority .super_item:nth-child(7) {
    margin-right: 0;
}
.superiority .super_item:nth-child(3),
.superiority .super_item:nth-child(4),
.superiority .super_item:nth-child(5) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}
.superiority .inner_item {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
	background-blend-mode: normal, 
        normal;
}
.superiority .super_item:nth-child(1) .inner_item,
.superiority .super_item:nth-child(3) .inner_item {
    background-image: linear-gradient(-15deg, 
    #5da8fc 0%, 
    #5fb9ff 100%), 
    linear-gradient(
        #ffffff, 
        #ffffff);
}
.superiority .super_item:nth-child(2) .inner_item,
.superiority .super_item:nth-child(4) .inner_item,
.superiority .super_item:nth-child(6) .inner_item {
    background-image: linear-gradient(-15deg, 
		#fe9156 0%, 
		#ffb55a 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
}
.superiority .super_item:nth-child(5) .inner_item,
.superiority .super_item:nth-child(7) .inner_item {
    background-image: linear-gradient(-15deg, 
		#8880f2 0%, 
		#aba5ff 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
}
.superiority .super_item .picture_icon {
    position: absolute;
    font-size: 0.55rem;
    transform: translateY(-0.55rem);
}
.superiority .super_item .explain_content {
    position: absolute;
    font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.36rem;
	letter-spacing: 1px;
    color: #ffffff;
    transform: translateY(0.3rem);
}





/* benefit */
.benefit {
    border: 1px solid #eee;
}
.benefit .item {
    width: 100%;
}
.benefit .picture_container,
.benefit .explain {
    width: 50%;
}
.benefit .picture_container {
    padding-top: 35.3%;
}
.benefit .explain {
    padding: 0.25rem 0.23rem 0;
}
.benefit .explain_title {
    font-size: 0.3rem;
	font-weight: bold;
	color: #555555;
}
.benefit .explain_content {
    font-size: 0.24rem;
	line-height: 0.36rem;
    color: #666666;
    margin-top: 0.1rem;
}





