.index {
	background-image: url(/statics/my/images/bg.png);
}
.BrandIntroduction{  
	/*height: 1604px;*/
}
.BrandIntroduction .swiper-container{
	height: 940px;
}
.BrandIntroduction .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}
.ad{
	z-index: 50;
    top: 10vh;
    left: 0vw;
}
.ad .tips{
	margin-top: 20px;
	background-color: #E8283E;
	color:#fff;
	padding:0 100px;
	font-size: 30px;
	text-align: center;
	letter-spacing: 15px;
}
.videoTips {
	padding-bottom: 40px;
}
.videoTips::before {
	content: '';
	background-image: url(/statics/my/images/ppjs_right.png);
	background-size: contain;
	width: 563px;
	height: 397px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.videoTips::after {
	content: '';
	background-image: url(/statics/my/images/ppjs_left.png);
	background-size: contain;
	width: 333px;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.objectTitle {
	width: 265px;
}
.videoTips .vbg{
	z-index: 1;
	width: 100%;
	background-size: cover;
	height: 200px;
	background-image: url(/statics/my/images/index45.png);
	top: -150px;
}

.videoTips .videoPrivew{
	position: relative;
	z-index: 50;
	width: 1200px;
	height: 330px;
	margin: 0 auto;
	top: 9vh;
	display: flex;
}
.videoPrivewBox {
	width: 558px;
	border: 3px solid #e0d48d;
	border-radius: 8px; 
	position: relative;
}
.videoTips .videoPrivew video{
	border-radius: 6px;
}

.videoTips .info{
	margin-left: 35px;
	/* margin:-335px 0 0 598px; */
	width: 570px;
}
.videoTips .play{
	    width: 60px;
	    height: 60px;
	    border-radius: 50%;
	    background: rgba(255,255,255,.8);
	    display: inline-block;
	    position: absolute;
	    z-index: 55;
	    top: 40%;
	    left: 45%;
}
.videoTips .play img{
	width: 20px;
	height: 30px;
	margin:15px 0 0 22px;
}
.info h1{
	font-size: 26px;
	color:#007cc3;
	margin-bottom: 1vw;
}
.videoTips .videoPrivew p{
	line-height: 32px;
}
.videoTips .lookMore{
	margin: 120px auto 0;
	width: 154px;
	display: block;
	border-top-left-radius: 28px;
	border-bottom-right-radius: 28px;
	color:#fff;
	background:#007cc3;
	padding: 10px 0;
	text-align: center;
}
.jmys a:hover,

.videoTips .lookMore:hover{
	color: #fff;
	text-decoration:none;
}

.cp {
    padding-top: 1px;
    height: 730px;
		background-image: url(/statics/my/images/index_cp.png);
		background-size: 100% 100%;
}
.cp .swiper-container{
	margin-top:210px;
	height: 500px;
}
.cp .swiper-slide{
	justify-content: center;
	display: flex;
	font-size: 16px;
	color: #fff;
}
.cp .swiper-slide>div{
	margin-top: 30px;
	text-align: center;
}
.cp .swiper-slide>div:nth-child(2){
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 60px;
	margin-right: 60px;
}

.cp .swiper-slide img{
	width: 280px;
	height: auto;
	border-radius: 8px;
}

#cpSwiperPagination{
	    text-align: center;
	    margin-top: 13vh;
	    font-size: 20px;
		color:#fff;
}
#cpSwiperPagination .swiper-pagination-current{
	font-size: 30px;
}
.dmfc{
	padding-top: 1px;
	/*height: 770px;*/
	background-size: cover;
	background-image: url(/statics/my/images/fengcai.png);
	background-color: #f2f0e2;
}
.dmfc .tips {
	    left: 316px;
	    top: 200px;
}
.dmfc .tips p{
	    width: 571px;
		line-height: 28px;
}
.dmfc  ul li{color:#007cc3;margin-right:70px; font-weight: bold;}
.dmfc  ul li em{font-size: 24px;}
.dmfcList{
	bottom: 50px;
}
.dmfcList li{
	 flex: 1;
	 padding: 0 10px;
	 position: relative;
}
.dmfcList li:first-child{padding-left: 20px;}
.dmfcList li:last-child{padding-right: 20px;}
.dmfcList li p{
	position: absolute;
	bottom: 0;
	right: 20px;
	background: rgba(232,49,62,.5);
	color: #fff;
	padding: 5px 20px;
}
.dmfcList li:last-child p{
	right: 30px;
}
.jmys{
	padding-top: 1px;
	height: 750px;
	background-size: 100% 100%;
	background-image: url(/statics/my/images/jiameng.png);
	margin-top: -20px;
}
.jmys a{
	bottom:80px;
	left:50%;
	 margin-left:-150px;
	background-color: #E8283E;
	color: #fff;
	padding: 10px 40px;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
}

.news{
	padding-top: 1px;
	height: 650px;
	background-size: 100% 100%;
	background-image: url(/statics/my/images/news.png);
}
.newsList{
	top: 50px;
	width: 100%;
}

.newsList ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.newsList .photo{
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	overflow: hidden;
}
.newsList .details{
	background:#fff;
	height: 254px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	display: flex;
	flex-direction: column;
	align-items: center; /*定义body的元素垂直居中*/
	justify-content: center; /*定义body的里的元素水平居中*/
}
.newsList li{
	margin-right: 30px;
}
.newsList .details h3{
	vertical-align: middle;
	font-size: 22px;
	padding:.5em;
}
.newsList .details  a{  
	color:#000;
	display: inline-block;
	background-color: #ccc;
	padding:5px 15px;
	border-radius: 18px;
	margin:50px 10px 0 auto;
}
.newsList .details .data{
    left: -15px;
    top: -50px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background:#007CC3;
	color: #fff;
	text-align: center;
}
.newsList .details .data em{
	margin-top: 10px;
	display: block;
	font-size: 25px;
}
.newsList .details  a:hover{
	text-decoration: none;
}

.phoneNum{
	position: absolute;
	right: 600px;
	bottom: 30px;
}
.phoneNum input{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	padding:10px 10px 10px 30px;
	height:40px;
}
.phoneNum a{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background:#E8283E;
	color: #fff;
	padding:8px 20px 10px 20px;
	height: 41px;
}
.phoneNum a:hover{
	color:#fff;
	text-decoration: none;
}


.dmfc{
	background-image: url('/statics/my/images/index_dmfc.png');
	padding-top:100px;
}
.dmfc_content { 
	padding:3em;
	border-radius: 16px;
	background-color: #FFF;
	position: relative;
}

.dmfc_content p{
	margin-top: 2em;
	line-height: 2.2em;
}

.dmfc_door {
	position: absolute;
	bottom: -3.1em;
	right: -3.5em;
	width: auto;
	height: auto;
}

.mendian-item {
	position: relative;
}

.mendian-item p {
	position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    background-color: #ED2021;
    margin-bottom: 0;
    padding: .5em 2em;
    font-size: 15px;
}

.animate-scan{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.animate-scan:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tesecai { 
	position: relative;
}

.tesecai .img-title img {
	height: 60px;
	width: auto;
}

.tesecai .img-title {
	position: absolute;
	top:5%;
	left: 50%;
	margin-left: -134px;
}

.tesecai .tesecai-body {
	position: absolute;
	top:25%;
	width: 100%;
}

.tesecai .tesecai-body .swiper-button-next:after,.tesecai .tesecai-body .swiper-button-prev:after{color:#fff;}

.tesecai .swiper-slide img {
	width: auto;
	height: 200px;
	border-radius: 8px;
	margin-bottom: 1em;
}





.tesecai .swiper-slide>div {
    margin-top: 8%;
    padding: 0 3.5em;
    text-align: center;
}

.tesecai .swiper-slide>div:nth-child(2){
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 60px;
	margin-right: 60px;
}

.tesecai .swiper-slide {
    justify-content: center;
    display: flex;
    font-size: 16px;
    color: #fff;
}

@media screen and (min-width: 1367px){
	.tesecai .tesecai-body{
		top:25%;

	}
	.tesecai .swiper-slide img{
		height: 340px;
	}
	.tesecai .swiper-slide>div{
		    padding: 0 1em;
	}
}

.BrandIntroduction .swiper-pagination-bullet{
	width: 30px;
	height: 5px;
	border-radius: 0;
	background-color: #FFF;
	opacity: .2;
	border:1px solid #FFF!important;
	z-index: 10;
}

.BrandIntroduction .swiper-pagination-bullet-active{
	opacity: 1;
}