.y_banner_box{
	height: 560px;
	background: url(../images/down/banner.jpg) center center;
}
.headerBlur.header .nav>li>a{
	color: #007BFF;
}
.headerBlur.header .li_hover i{
	border-top-color: #007BFF;
	border-right-color: #007BFF;
}

.headerBlur.header .fixDiv .nav>li>a{
	color: #333333;
}
.headerBlur.header .fixDiv .li_hover i{
	border-top-color: #999999;
	border-right-color: #999999;
}
.headerBlur .Header-Button {
	background: #2890FF;
	color: #FFFFFF;
}

.headerBlur .Header-Button2 {
	color: #2890FF;
	border: 1px solid #2890FF;
}
/* #header{
	background:url(../images/down/index-header.png) center center no-repeat;
	background-size: 100% 100% ;
} */
.y_banner_box .pos{
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}
.y_banner_box .pos a{
	position: absolute;
	width: 173px;
	height: 55px;
	background: url("../images/down/btn.png") no-repeat;
	top: 400px;
	left: 20px;
	transition: 1s all;
}
.y_banner_box .pos a:hover{
	transition: 1s all;
	transform: scale(1.1);
}

.cont1{
	/* margin-top: 40px; */
}
.cont1 li{
	width: 220px;
	height: 220px;
	margin: 0 10px;
	border-radius:10px;
	text-align: center;
	box-sizing: border-box;
}
.cont1 li.left{
	background: url("../images/down/libg.png") no-repeat;
	text-align: center;
	padding-top: 120px;
	height:460px;
	color: #fff;
}
.cont1 li.left p{
	padding: 20px 0 70px;
	font-size: 24px;
}
.cont1 li.left .btn{
	width: 130px;
	line-height: 34px;
	border-radius: 34px;
}
.cont1 li.left .btn:hover{
	filter: brightness(120%);
}
.cont1 li.left .btn a{
	font-size: 20px !important;
	color: #fff;
}
.cont1 .right{
	position: inherit;
	display: block;
	background: none;
	padding: 0;
	width: 968px;
}
.cont1 .right ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cont1 .right ul li{margin-bottom:20px;padding: 0;overflow: hidden;}
.cont1 .right ul li .icoBox{padding-top:13px;height: 139px;}
.propAccount .mp{font-size:20px !important;padding:20px 0 10px;}
.propAccount>.tip{padding-top:24px;}
.propAccount img{box-shadow: 0px 0px 8px 0px #EEEEEE;}

.cont1 li:not(.left){
	background-repeat:  no-repeat;
	background-position: 31px 76px;
	box-shadow: 0 0 10px 2px #eee;
	padding: 30px;
	transition: 1s all;
	position: relative;
	background-size: 72%;
}
.cont1 li:not(.left):hover{
	transform: scale(1.1);
	transition: 1s all;
}
.cont1 li:not(.left):hover div{
	display: block;
	animation: tobig .5s ease;
}
.cont1 .text1{
	padding-top: 10px;
	font-size: 16px;
	color: #333;
}
.cont1 .text2{
	font-size: 14px;
	color: #333333;
}
.cont1 .clickText{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	padding: 97px 0;
	display: none;
}
.swiper-containers{
	/* margin-top: 80px!important; */
}
.swiper_banner3{
	background:url(../images/cross_border/banner.png) center center no-repeat;
	/* background-size: 100% 100%; */
	height: 600px;
	background-size: cover;
	background-position: center center;
}
.swiper-wrappers{
	height: 600px;
}
.swiper-slides{
	height: 100%;
}
.swiper_banner_item{
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.swiper_banner_item_info{
	text-align: left;
}
.swiper_banner_item h2{
	font-size: 42px;
	font-weight: 800;
	color: #007BFF;
	/* padding-top: 71px; */
	text-align: left;
	margin: 0;
}
.swiper_banner_item p{
	margin: 40px 0 0 0;
	padding-bottom: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #007BFF;
	border-bottom: 1px dashed #007BFF;
	align-self: baseline;
}
.swiper_banner_img{
	/* height: 395px; */
	width: 550px;
	margin-top: 0;
}
.bannerbox {
    width: 1185px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.swiper_banner_href3 .index_btn1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 50px;
	background: #007BFF;
	border-radius: 2px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
.swiper_banner_href3{
	margin-top:36px;
	display: flex;
}

@keyframes tobig {
	from{
		opacity: 0;
		transform: translateY(30px);
	}
	to{
		opacity: 1;
		transform: translateY(0px);
	}
}


.dg{
	display: none;
}

.world {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: move;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
	right: 0;
}

.world-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.world-globe {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
}

.world-globe-pole {
	position: absolute;
	width: 530px;
	height: 530px;
	left: -265px;
	top: -265px;
	border-radius: 50% 50%;
	background-color: #fff;
	transform: scale(.7);
}

.world-globe-doms-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	transform: scale(.7);
}

.world-globe-halo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 730px;
	height: 715px;
	margin-left: -368px;
	margin-top: -350px;
	transform: scale(.7);
}

.info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 12px;
}

.info-desc {
	color: #ddd;
	font-size: 10px;
}


.section-8 .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    box-shadow: 0px 10px 40px 0px #131e3426;
    background: #FFFFFF;
    overflow: hidden;
}
.section-8 .swiper-slide .content-info {
    margin: 78px 70px;
	display: flex;
}
.section-8 .swiper-wrapper {
	height: 476px!important;
}
.section-8 .swiper-slide .div-img {
    width: 160px;
    height: 320px;
    display: inline-block;
    float: left;
	margin-left: 130px;
	background-size: 100% 100%!important;
}
.section-8 .swiper-slide .produce-xcx {
	position: absolute;
	width: 130px;
	height: 130px;
	right: 70px;
	bottom: 120px;
}
.section-8 .swiper-slide:nth-child(1) .div-img {
    background: url(../images/huiyitong.png) no-repeat right center;
}
.section-8 .swiper-slide:nth-child(2) .div-img {
    background: url(../images/htyp_big.png) no-repeat right center;
}
.section-8 .swiper-slide:nth-child(3) .div-img {
    background: url(../images/aida-icon.png) no-repeat right center;
}
.section-8 .swiper-slide:nth-child(4) .div-img {
    background: url(../images/taojianmei.png) no-repeat right center;
}
.section-8 .swiper-slide:nth-child(5) .div-img {
    background: url(../images/hfwy.png) no-repeat right center;
}
.section-8 .swiper-slide:nth-child(6) .div-img {
    background: url(../images/flw.png) no-repeat right center;
}
.section-8 .swiper-slide:nth-child(7) .div-img {
    background: url(../images/zhangshangxinan.png) no-repeat right center;
}
.section-8 .swiper-slide .produce-info {
    flex: 1;
    display: inline-block;
    margin-left: 70px;
    margin-top: 20px;
}
.section-8 .swiper-slide .produce-info .title {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}
.section-8 .swiper-slide .produce-info .title::after {
	content: '';
	    position: absolute;
	    display: inline-block;
	    width: 32px;
	    height: 3px;
		background: linear-gradient(270deg, rgba(40, 144, 255, 0.8) 0%, #2890FF 100%);
	    left: 0;
		bottom: 0;
}
.section-8 .swiper-slide .produce-info .desc {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin: 23px 0;
}
.section-8 .swiper-slide .produce-info .address {
    color: #888888;
    font-size: 16px;
    margin-bottom: 20px;
}
.section-8 .swiper-slide .produce-info .remind {
    color: #333333;
    font-size: 16px;
	width: 55px;
	line-height: 50px;
/* 	width: 90px; */
}
.section-8 .swiper-slide .produce-info span {
	color: #888888;
	line-height: 50px;
}
.section-8 .swiper-slide .produce-info .desc1 span:nth-child(2) {
	flex: 1;
}
.section-8 .swiper-slide .produce-info .desc1 {
    color: #888888;
    font-size: 16px;
	padding-top: 20px;
	display: flex;
	height: 120px;
}
.section-8 .swiper-slide .produce-info .btn-div {
    margin: 40px 0;
    text-align: left;
}
.section-8 .swiper-slide .produce-info .produce-qr {
	display: flex;
	justify-content: space-between;
}
.section-8 .swiper-slide .produce-info .produce-qr .qr-img {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.section-8 .swiper-slide .produce-info .produce-qr .qr-img span {
	font-size: 14px;
	padding-left: 10px;
	color: #8FA5D2;
}
.section-8 .swiper-slide .produce-info .Button_Left {
	width: 200px;
	height: 60px;
	line-height: 60px;
}
.section-8 .swiper-paginations {
    position: absolute;
    text-align: center;
    right: 70px;
    left: auto;
    width: auto;
	bottom: 30px;
	z-index: 99;
}
.section-8 .swiper-paginations .swiper-pagination-current {
    font-size: 36px;
    font-family: DIN Condensed, Arial;
    font-weight: bold;
    font-style: italic;
    color: #2890FF;
    margin-right: 6px;
}
.section-8 .swiper-paginations .sum-div {
    margin-top: 11px;
    float: right;
    width: 40px;
}
.section-8 .swiper-paginations .sum-div .icon {
    font-size: 25px;
    font-family: DIN Condensed, Arial;
    color: #CECECE;
    float: left;
    margin-right: 3px;
    font-style: italic;
}
.section-8 .swiper-paginations .swiper-pagination-total {
    font-size: 24px;
    font-family: DIN Condensed, Arial;
    font-weight: bold;
    font-style: italic;
    color: #CCCCCC;
    float: left;
}

.section-8 .swiper-button {
    top: 400px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.15);
	opacity: 1;
}
.section-8 .swiper-button-prev {
    left: auto;
    right: -29px;
	top: 50%;
}
.section-8 .swiper-button div {
    width: 10px;
    height: 10px;
    border: 2px solid #2890FF;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    display: inline-block;
}
.section-8 .swiper-button-prev div {
    margin-top: 25px;
}
.section-8 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.section-8 .swiper-button-next {
    transform: rotate(180deg);
    left: -29px;
	top: 50%;
}
.section-8 .swiper-button-disabled div {
    border: 2px solid #999;
    border-left: 0;
    border-bottom: 0;
}
.section-8 .swiper-button-next div {
    margin-top: 17px;
    margin-right: 5px;
}

.pOne{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pOne .pngbluckLeft{
	width: 566px;
	height: 610px;
	padding-left: 86px;
	background: url(../images/cross_border/pt_1.png) no-repeat center;
}
.pOne .pngbluckright{
	width: 529px;
	height: 610px;
	padding-left: 118px;
	background: url(../images/cross_border/pt_3.png) no-repeat center;
}
.pOne .pngbluck {
	padding-top: 70px;
}
.pOne .pngbluck:hover{
	margin-top:-20px;
}
.pOne .pngbluck .top{
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.pOne .pngbluck .top .right{
	margin-left: 20px;
	height: 80px;
	padding-left: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pOne .pngbluck .top .right h3{
	font-size: 36px;
	font-weight: 400;
	margin:0;
}
.pOne .pngbluckright .right{
	border-left:5px solid #FFEACC;
}
.pOne .pngbluckright .right h3{
	color: #FF9600;
}
.pOne .pngbluckLeft .right{
	border-left:5px solid #D4E9FF;
}
.pOne .pngbluckLeft .right h3{
	color: #0D9BFF;
}
.pOne .pngbluck .top .right p{
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0;
	color: #B2B2B2;
}
.pOne .pngbluck .con{
	width:327px;
}
.pOne .pngbluck .con li{
	border-bottom: 1px solid rgba(102, 102, 102, 0.15);
	padding-left: 32px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.pOne .pngbluck .con li:last-child{
	border:none;
}
.pOne .pngbluck .con li span{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.5);
	line-height: 29px;
}


.ping2 ul{
	display: flex;
	justify-content:space-between;
	width: 1190px;
	margin:0 auto;
}
.ping2 ul li{
	text-align: center;
	padding:0 28px;
}
.ping2 ul li h3{
	font-size: 19px;
	font-weight: bold;
	color: #666666;
	margin:36px 0 23px;
}
.ping2 ul li p{
	font-size: 17px;
	font-weight: 400;
	color: #666666;
	text-align: left;
	width:188px;
}
.anlie ul{
	display: flex;
	justify-content:space-between;
	width: 1190px;
	margin:0 auto;
	
}
.anlie li{
	width: 240px;
	text-align: center;
}
.anlie li h3{
	margin:45px 0 30px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.anlie li p{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
	text-align: left;
}

.shuazi{
	padding-top: 54px;
	margin-bottom: -80px;
}
.shuazi ul{
	width:1200px;
	margin:0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.shuazi li{
	width: 365px;
	height: 406px;
	background: #F9F9F9;
	box-shadow: 0px 4px 17px 1px rgba(175, 175, 175, 0.53);
	border-radius: 5px;
	padding:160px 50px 0;
	margin-bottom: 40px;
}
.shuazi li:hover{
	margin-top:-20px;
	background-color: RGBA(255, 255, 255, 1);
}
.shuazi li .nth{
	font-size: 79px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 0.15);
	line-height: 98px;
	margin-top: -155px;
	margin-left: -40px;
}
.shuazi li .text{position: relative;padding-top:98px}
.shuazi li .text h3{font-size: 38px; font-weight: bold;color: rgba(51, 51, 51, 0.95);position: absolute;left: 50%;top:33px;transform:translateX(-50%);    white-space: nowrap;}
.shuazi li .text h3::after{content:'';display:block;width: 100%;height: 32px;height: 32px;background: #2890FF;opacity: 0.5;    margin-top: -15px;z-index: -1;position: relative;}
.shuazi li .text p{font-size: 19px; color: #666666;line-height: 32px;margin-top: 50px;}

.btns{
	width: 191px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	background: #2890FF;
	border-radius: 2px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	    margin: 0 auto;
	    display: block;
	    margin-top: -108px;
		cursor: pointer;
}
.btns:hover{
	color: #ffffff;
}
