*{
    padding:0 ;
    margin:0 ;
    font-size: 14px;
}
body {
    background-color: #f2f2f2;
}
ol,ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.nav-menu{margin-left: 150px;}

.drop-menu{
	position: relative;
}
.sub-menu{
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 100;
	width: 150px;
	display: none;
}
.drop-menu::after{
	content: "";
	height: 12px;
	width: 12px;
	top: 28px;
	right: -25px;
	border-width: 2px 2px 0 0;
	border-color: white;
	border-style: solid;
	transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
	position: absolute;
	}
.sub-menu-item{
	display: block;
	font-size: 16px;
	line-height: 50px;
	background-color: rgba(43,65,223,0.5);
	padding: 0 15px;
	color: #fff;
}
.sub-menu-item:hover{
	color: #f2f2f2;
}
.drop-menu:hover .sub-menu{
	display: block;
}

.logo{
	margin-left: 40px;
	margin-top: 10px;
}
.logo img{
    width: 174px;
}
.btn-login{
	border: 1px solid rgba(255,255,255,1);
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 40px;
}
.container {
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
}
.fade { 
    opacity: 0;
}
.show {
    opacity: 1;
}
/* 测试部分 */
#top, #header,#nav,#banner,#star,#accessory,#world,#serve,#after-sale,#footer {
    height: 54px;
    width: 100%;
}
/* 设置页面的顶部样式 */
#top {
    height:5px; 
    background-color: #00925f;
}
/* 设置页面的头部样式 */
#header {
    height: 30px;
    background-color: #3d3d3d;}
#header .container {
    height: 30px; 
    background-color: #3d3d3d;
}
#header .header-left div {
    float: left;
    margin: 5px 5px 0px;
}
#header .header-left .xlwb,.txwb {
    width: 20px;
    height: 18px;
    font-family: "iconfont" !important;
    color: #dad4d1;
    font-size: 20px;
    text-align: center;
}
#header .header-left .tel {
    color: #17925f;
    font-size: 14px;
}
#header li{
    float: left;
    line-height: 30px;
    }
#header li a {
    display: inline;
    padding: 0px 14px 0px 14px;
    color: #dad4d1;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #000;
}
#header .shop-car span {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    font-family: "iconfont" !important;
    color: #dad4d1;
    font-size: 14px;
    text-align: center;
}
#header .shop-car a {
   padding-left: 6px;
   border: none;
}
#header li a:hover {
   color:#00925f;
}
/* 设置导航栏的样式 */
#nav {
    height: 83px;
    background-color: #3F57FF;
}
#nav .container {
    background-color: #3F57FF;
		overflow: inherit;
}
#nav .container img {
    padding-top: 5px;
    box-sizing: border-box;
}
#nav li {
    float: left;
    margin: 0px 45px;
    line-height: 80px;
}
#nav li a {
    color: #ffffff;
    font-weight: 400;
		font-size: 20px;
}
#nav li a:hover {
    color: #f2f2f2;
}
/* 设置banner部分的样式 */
#banner {
	position: relative;
    /* overflow: hidden; */
    height: 550px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
  }
.swiper {
    width: 100%;
    height: 100%;
  }
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
  }
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* 设置明星机型部分的样式 */
#star {
    height: 510px;
    width: 1349px;
    padding: 20px 0px;
    background-color: #f2f2f2;
}
#star .container {
    overflow: hidden;
    height: 510px;
    background-color: #fff;
}
#star .star-top {
    height: 50px;
    margin: 20px 0;
}
#star .star-top h2 {
    text-align: center;
    line-height: 50px;
}
#star ul {
    width: 1263px;
    height: 420px;
    margin:10px auto;
}
#star .star-top img {
    height: 150px;
    width: 300px;
}
#star ul li {  
    float: left;
    width: 300px;
    height: 400px;
    border-bottom: 4px solid #DFDFDF;
    transition: all .3s;
}
#star li:hover {
    border-bottom: 4px solid #4fb590;
    transform: translateY(-10px);
}
#star li img {
    width: 300px;
    height: 300px;}
#star li h2 {
    margin-top: 10px;
    text-align: center;    
}
#star li p {
    margin: 10px 0px;
    text-align: center;
    font-size: 12px;
    color: #bdbdbd;
}
#star .money {
    color: #00925f;
    font-size: 14px;}
#star .line {
    width: 0px;
    height: 400px;
    margin: 0px 10px;
    border-left: 1px solid #eaeaea;
   }
/* 设置精选配件部分样式 */
#accessory {
    clear: both;
    height: 720px;
    padding-top: 20px;
    background-color: #f2f2f2;
}
#accessory .container {
  height: 720px;
	padding: 40px;
	box-sizing: border-box;
}
.acc-top {
    height: 50px;
    margin: 20px 0;
    z-index: 100;
    transform: translateY(-150%);
}
.acc-top h2 {
    height: 50px;
    line-height: 50px;
    text-align: left;
		font-size: 32px;
		color: #313131; 
		font-weight: 700;
		margin-left: 30px;
}
.acc-top h2 span{
	color: #3F57FF;
    line-height: 50px;
		font-size: 32px;
}
.acc-bottom{
     height: 50px;
     margin: 20px 0;
 }
.acc-bottom h1 {
    height: 50px;
    line-height: 50px;
    text-align: left;
    margin-left: 30px;
    font-size: 82px;
    color: #DEE9FF;
    letter-spacing: 0;
    font-weight: 700;
}
#accessory .acc-main {
    width: 100%;
    margin: 10px auto;}
.acc-list{
	overflow: hidden;
	margin: 0 auto;
	width: 1620px;
	margin-top: 40px;
}
.acc-item{
	float: left;
	margin-right: 60px;
	position: relative;
	width: 360px;
	height: 490px;
}
.acc-item:last-child{
	margin: 0;
}
.acc-item .acc-bg{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 360px;
	height: 490px;}
.acc-item .acc-info{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.acc-item .acc-info .acc-icon{
	width: 189px;
	height: 189px;
}
.acc-item .acc-info .acc-title{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 700;
	margin-top: 20px;
}
/* 设置精选欧珀部分样式 */
#world {
    /* clear: both; */
    height: 910px;
    padding-top: 40px;
    /* background-color: #f2f2f2; */
}
#world .container{
	padding: 40px;
	box-sizing: border-box;
}
#world .world-top {
      height: 50px;
      line-height: 50px;
      text-align: center;
  }
#world .world-top {
    text-align: center;
    margin: 10px 0px;
    padding-top: 10px;
/* background-color: rgb(178, 218, 236); */
}
#world .world-top img {
    height: 150px;
    width: 300px;
}
#world .world-main {
    width: 100%;
    margin: 10px auto;
}
#world .world-left {
    width:100%;
}
#world .world-left>div {
    float: left;
    margin: 20px 40px;
}
#world .world-left>div>div {
    border-top: 3px solid #eaeaea;
    transition: all .3s;
}
#world .world-left div:hover div {
    border-top: 3px solid #035035;
    transform: translateY(-10px);
}
#world .world-left img {
    width: 26vw;
}
#world .btn-more{
	background-image: linear-gradient(180deg, #3F57FF 15%, #5679FF 100%);
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
	padding: 20px 40px;
	margin: 20px auto;
}
.list-footer{
	text-align: center;
}
#world .btn-more{
	display: inline-block;
}
#world .world-right {
    width:350px;
    height: 558px;
    margin-top: 15px;
    background-color: #fff;
}
#world .world-right img {
    width: 100px;
    height: 100px;
}
#world .world-right .world-title { 
    width: 350px;
    height: 60px;
}
#world .world-right .world-title div {
    /* clear: both; */
    float: left;
    width: 175px;
    height: 60px;
    background-color: #eaeaea;
    text-align: center;
    line-height: 60px;
    border-top:3px solid  #eaeaea;
    margin-bottom: 10px;
}
#world .world-right .world-title div:first-child {
    border-top: 3px solid #035035;
    background-color: #fff;
}
#world .world-right .world-title div:first-child:hover {
    border-top: 3px solid #035035;
    background-color: #fff;
} 
#world .world-right ul li {
    background-color: #eaeaea;
    margin: 20px 0px;
    width: 350px;
}
#world .world-right dl {
    position: relative;
    width: 350px;
    height: 100px;
    box-sizing: border-box;
}
#world .world-right dl dt {
    position: absolute;
    top: 0px;
    left: 0px;
}
#world .world-right dl dd {
    position: absolute;
    top: 20px;
    left: 120px;
}
.about {
	margin-top: 30px;
}
.about .container{
	position: relative;
	height: 500px;
}
.about .about-bg{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
}
.about .about-detail{
	position: absolute;
	width: 100%;
	z-index: 10;
	text-align: center;
}
.about .about-title{
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
	margin: 60px auto;
}
.about .about-p{
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 32px;
	font-weight: 400;
	}
.about .btn-more{
	border: 1px solid rgba(255,255,255,1);
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
	padding: 20px 50px;
	margin: 20px auto;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}
.map .container{
	margin: 30px auto;
	padding: 0 50px;
	text-align: center;
	background-color: #f2f2f2;
	box-sizing: border-box;
}
.map .map-img{
	width: 100%;
}
/* 设置服务部分样式 */
#serve { 
    height: 100px;
    background-color: #fff;
}
#serve .container {
    height: 100px;
}
#serve ul {
    width: 1110px;
    margin: 0px auto;
    height: 89px;
    border-bottom: 1px solid #666;
}
#serve dl {
    position: relative;
    height: 100px;
    width:200px;
}
#serve dl:hover dd {
    color:#4fb590;
}
#serve dt {
    position: absolute;
    height: 40px;
    width: 40px;  
    top: 30px;
    left:10px;
}
#serve dt img {
    width: 40px;
    height: 40px;
}
#serve  dl .dd1 {
    position: absolute;
    height: 40px;   
    top: 30px;
    left: 60px;
    font-weight: 700;
}
#serve  dl .dd2 {
    position: absolute;
    height: 40px;  
    top: 50px;
    left: 60px;
    color: #aaa;
    font-size:12px;
}
#serve li {
    float: left;
    margin: 0px 10px;
    transition: all .3s;
}
#serve li:hover {
    transform: translateY(-10px);
}
/* 设置页面售后服务部分样式 */
#after-sale {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #2E2E4D;
}
.copyright{
    height: 50px;
    background: #2E2E4D;
    text-align: center;
    font-weight: 200;
    margin: 0 auto;
}
.copyright a{
    font-size: 14px;
    color: #9CA1C6;
}
.copyright a:hover{
    color: #fff;
}
#after-sale .left-logo {
    float: left;
    width: 26%;
    background: #2E2E4D;
    overflow: hidden;
}
.left-logo div{
    background: #2E2E4D;
    float: right;
    margin-top: 50px;
    padding-right: 50px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #fff;
}
.left-logo img{
    margin-left: 50px;
}
#after-sale .container {
    float: right;
    width: 74%;
    background: #2E2E4D;
		margin: 0 auto;
    overflow: hidden;
}
#after-sale ul {
    float: left;
    width: 1366px;
    margin: 0px auto;
    padding-top: 50px;
}
#after-sale ul li {
    float:left;
    width: 140px;
    text-align: center;
    margin: 0px 40px;
}
#after-sale ol>li {
    line-height: 30px;
		margin-bottom: 15px;
    }
#after-sale ol>li:first-child {
		margin-bottom: 50px;
}

#after-sale ol>li:first-child a {
    font-weight: bold;
		font-size: 28px;
}
#after-sale ol>li a {
    color: #fff;
		font-size: 18px;
}
#after-sale ul>li:last-child ol li:nth-child(2) {
    position: relative;
    background-color: #000;
    border-radius: 15px;
} 
#after-sale ul>li:last-child ol li:nth-child(2) img {
    position: absolute;
    top: 1px;
    left: 10px;
}
#after-sale ul>li:last-child ol li:nth-child(2) span {
    display: inline-block;
    line-height: 30px;
    color: #fff;
}
#after-sale ul>li:last-child ol li:nth-child(3) a {
    font-weight: 500;
}
#after-sale ol>li a:hover {
    color:#4fb590;
}
.footer-line{
	border-left: 1px solid #9CA1C6;
}
.code-img{
	margin-top: -20px!important;
}
.left-phone{
    font-size: 19px;
    color: #819de1;
    letter-spacing: 1px;
    margin-top: 25px;
    font-weight: 500;
}

/* 设置页面底部的样式 */
#footer {
    height: 40px;
    background-color: #2d2d2d;
}
#footer .container {
    height: 40px;
    background-color: #2d2d2d;
    text-align: center;
}
#footer p {
    line-height: 40px;  
}
#footer p span:first-child {
    font-weight: 700;
    color: #fff;
}
#footer p span:nth-child(2) {
    display: inline-block;
    color:#828282;
    margin: 0px 430px 0px 0px; 
    vertical-align: middle;
}
#footer p a {
    color:#fff;
    margin: 0px 10px;
}
#footer p a:hover {
    color: #00925f;
}
/* 设置返回顶部的样式 */
#totop {
    position: relative;
}
#totop  #btn {
    position:fixed;
    right:20px;
    bottom:55px;
    background-color: #eaeaea;
    color: rgb(0, 0, 0);
    padding:26px 15px 4px;
    border-radius: 14px;  
}
#totop #btn .btnimg {
    position:absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 72px;
}
.page-title{
	background: #2B41E0;
	padding: 20px 50px;
	color: #fff;
	font-size: 32px;
	color: #DEE9FF;
	letter-spacing: 0;
	position: absolute;
	right: 0;
	top: 500px;
	z-index: 10;
}
.product-info{
	position: absolute;
	left: 120px;
    right: 120px;
	top: 50px;
	z-index: 10;
}
.product-info .name{
	font-size: 50px;
	color: #FFFFFF;
	font-weight: 700;
}
.product-info .desc{
    font-size: 28px;
    color: #92B3FF;
    letter-spacing: 2.62px;
    font-weight: 700;
    margin-top: 20px;
}
.product-img{
	position: absolute;
	top: 400px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
.product-img img {
    width: 1085px;
}

.product-img2{
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.product-img2 img{
    width: auto;
    margin-right: 50px;
}
.product-detail{
	margin-top: 400px;
}
#development{
	overflow: hidden;
}
#development .container{
	padding: 120px;
	clear: both;
	box-sizing: border-box;
}
.bg-gray{
	background-color: #f2f2f2;
}
#development .dev-left{
	float: left;
	width: 60%;
}
#development .dev-right{
	float: left;
	width: 40%;
}
#development .dev-right img{
	width: 100%;
}
.dev-ml10{
	margin-left: -10px;	
}
.dev-mr10{
	margin-right: 10px;	
}
#development .title{
	font-size: 66px;
	color: #313131;
	line-height: 87px;
	font-weight: 700;
}
#development .title span{
	color: #3F57FF;
	font-size: 66px;
	line-height: 87px;
	font-weight: 700;
}

#development .sub-title{
	font-size: 42px;
	color: #3A46FF;
	letter-spacing: 0;
	font-weight: 700;
	margin-top: 100px;
}
#development .dev-content{
	font-size: 24px;
	color: #666666;
	letter-spacing: 2.25px;
	font-weight: 400;
	margin-top: 34px;
}

#marketing{
	overflow: hidden;
}
#marketing .container{
	padding: 120px;
	clear: both;
	box-sizing: border-box;
}

#marketing .title{
	font-size: 66px;
	color: #313131;
	line-height: 87px;
	font-weight: 700;
	text-align: center;
}
#marketing .title span{
	color: #3F57FF;
	font-size: 66px;
	line-height: 87px;
	font-weight: 700;
}
#marketing .sub-title{
	font-size: 44px;
	color: #313131;
	font-weight: 700;
	text-align: center;
	margin-top: 100px;
}
#marketing .sub-title2{
	font-size: 24px;
	color: #666666;
	text-align: center;
	font-weight: 700;
	margin-top: 50px;
}
#marketing .dev-content{
	font-size: 24px;
	color: #666666;
	letter-spacing: 2.25px;
	font-weight: 400;
	margin-top: 34px;
}
#marketing .mk-top{
	margin: 0 auto;
	width: 900px;
}
.content-img{
	text-align: center;
	margin: 20px auto;
}
#world .yx-title{
	height: 1px;
	border-top: 1px solid #ddd;
	text-align: center;
	width: 900px;
	margin: 30px auto;
	margin-bottom: 50px;
}
#world .yx-title span{
	position: relative;
	top: -30px;
	background: #fff;
	font-size: 44px;
	color: #313131;
	font-weight: 700;
	padding: 0 20px;
}
.tab{
	margin: 50px;
	overflow: hidden;
}
.tab .tab-item{
	float: left;
	margin-right: 50px;
}
.tab .tab-item .tab-label{
	font-size: 26px;
	color: #313131;
	line-height: 35px;
	font-weight: 700;
	padding-bottom: 20px;
}
.tab .tab-item .tab-label a{
	font-size: 26px;
	color: #313131;
	line-height: 35px;
	font-weight: 700;
	padding-bottom: 20px;
}
.tab .tab-item.active .tab-label{
	border-bottom: 5px solid #3A46FF;
}

.intro{
	overflow: hidden;
}
.intro .container{
	padding: 50px 0;
	clear: both;
	box-sizing: border-box;
}
.intro .intro-img{
	width: 100%;
}
.intro .dev-content{
	font-size: 24px;
	color: #666666;
	letter-spacing: 2.25px;
	font-weight: 400;
	width: 900px;
	margin: 0 auto;
	margin-top: 34px;
	}
.culture{
	overflow: hidden;
}
.culture .container{
	padding: 50px 0;
	clear: both;
	box-sizing: border-box;
}
.culture-map{
	position: relative;
	width: 1280px;
	height: 640px;
	margin: 0 auto;
}
.culture-map .culture-img{
	position: absolute;
	width: 450px;
	height: 479px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.culture-map .culture-item{
	position: absolute;
}
.culture-item.c-1{
	top: 0;
	left: 0;
}
.culture-item.c-2{
	top: 60px;
	right: 40px;
}
.culture-item.c-3{
	bottom: 60px;
	left: 0;
}
.culture-item.c-4{
	bottom: 0;
	right: 0;
}
.culture-title{
	font-size: 44px;
	color: #313131;
	line-height: 87px;
	font-weight: 700;
	text-align: center;
}
.culture-title span{
	color: #3F57FF;
	font-size: 44px;
	line-height: 87px;
	font-weight: 700;
}
.culture-info{
	font-size: 24px;
	color: #666666;
	letter-spacing: 2.25px;
	font-weight: 400;
}
.logos{
	overflow: hidden;
}
.logos .container{
	padding: 50px 0;
	clear: both;
	box-sizing: border-box;
}
.resource-title{
	text-align: center;
	font-size: 44px;
	color: #3F3F3F;
	letter-spacing: 4.12px;
	font-weight: 400;
	margin: 50px auto;
}
.logo-tab{
	width: 900px;
	margin: 20px auto;
	overflow: hidden;
}
.logo-tab-item{
	text-align: center;
	font-size: 22px;
	color: #3F3F3F;
	font-weight: 400;
	float: left;
	margin: 0 15px;
	padding-bottom: 10px;
	cursor: pointer;
}
.logo-tab-item.active{
	color: #3A46FF;	
	border-bottom: 2px solid #3A46FF;
}
.logo-list{
	width: 1280px;
	margin: 30px auto;
	overflow: hidden;
}
.logo-list .logo-icon{
	text-align: center;
	margin: 20px 0;
	width: 140px;
	flex-direction: column;
}
.logo-list .logo-icon img{
	width: 75px;
	height: 75px;
}
.logo-list .logo-icon p{
	font-size: 22px;
	color: #3F3F3F;
	font-weight: 400;
}
.swiper-pagination{
	bottom: 0!important;
}
.join-list{
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}
.join-list .join-icon{
	text-align: center;
	float: left;
	margin: 20px 50px;
}
.join-list .join-icon img{
	width: 189px;
	height: 189px;
}
.join-list .join-icon p{
	font-size: 30px;
	color: #5E5E5E;
	font-weight: 400;
}


.scene{
	overflow: hidden;
}
.scene .container{
	padding: 50px 100px;
	box-sizing: border-box;
}
.scene .scene-item{
	overflow: hidden;
	width: 1620px;
	margin: 50px auto;
}
.scene .dev-left{
	float: left;
}
.scene .dev-right{
	float: left;
	width: 850px;
}
.ml-80{
	margin-left: 80px;
}
.mt-80{
	margin-top: 80px!important;
}
.mt-150{
	margin-top: 150px;
}
.scene .title{
	font-size: 66px;
	color: #313131;
	line-height: 87px;
	font-weight: 700;
}
.scene .title span{
	color: #3F57FF;
	font-size: 66px;
	line-height: 87px;
	font-weight: 700;
}

.scene .sub-title{
	font-size: 42px;
	color: #3A46FF;
	letter-spacing: 0;
	font-weight: 700;
	margin-top: 100px;
}
.scene .dev-content{
	font-size: 24px;
	color: #666666;
	letter-spacing: 2.25px;
	font-weight: 400;
	margin-top: 34px;
}
.integral-top{
	width: 1492px!important;
}
.integral-list{
	overflow: hidden;
	margin: 0 auto;
	width: 1492px;
	margin-top: 40px;
}
.integral-item{
	float: left;
	margin-right: 60px;
	position: relative;
	width: 328px;
	height: 379px;
}
.integral-item:last-child{
	margin: 0;
}
.integral-item .integral-bg{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 328px;
	height: 379px;}
.integral-item .integral-info{
	position: absolute;
	width: 100%;
	height: 76px;
	background: #353535;
	z-index: 10;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.integral-item .integral-info .integral-title{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 76px;
	text-align: center;
}