*{
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5{
	padding: 0;
}
body{
	font-size:0.18rem;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
SimSun, sans-serif;
}
li{
	list-style: none;
}
button{
	cursor: pointer;
}
button,input{
	border: none;
	background: none;
}
input{
	padding: 0 0.2rem;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
nav .logo{
	width:2rem;
}
nav>.navbar-header>.container>ul>li:nth-child(6)>.prod_nav{
	width:auto;
	left: -.7rem;
	margin: 0;
}
nav .container > ul > li .prod_nav .prod_l > div > div{
	width: 100%;
	min-width: auto;
}

nav>.navbar-header>.container>ul>li:nth-child(6)>.prod_nav>div>div ul{
	width: 100% !important;
}
.contents img{
	max-width: 100%;
}
.active_title{
	color:#0087D7 !important;
}
a{
	text-decoration: none;
	color: $fontc3;
}
/*********手机产品详情页**************/
.tel_detail .content img{
	max-width:100% !important;
	   max-height: 5rem;
}
.tel_detail .content{
	box-sizing:border-box;
	padding: 0 .2rem; 
}
/*********新闻详情页**************/
.newscontent img{
	max-width: 100%;
}
.container{
	width:12rem;
	margin: 0 auto;
}
.nav_c{
	color: #0087D7 !important;
}
.main{
	margin-top: 0.7rem;
}
.swiper-container img{
	width: 100% !important;
	/* height:3rem; */
}
.swiper2 .swiper-pagination-bullet{
	width:0.3rem;
	height:0.06rem;
	background:#B5B5B5;
	border-radius:3px;
}
.swiper2 .swiper-pagination{
    bottom: 32px;
}
.swiper-button-white{
	max-height: 0.2rem;
	overflow: hidden;
}
.swiper .el-carousel__button{
	width:0.3rem !important;
	height:0.06rem !important;
	background:#B5B5B5 !important; 
	border-radius:3px !important;
}
.el-carousel__indicator.is-active button{
	background: #FFF1F0;
}
.el-carousel__indicators--outside{
	width: 100% !important;
	left: 0 !important;
	position: absolute !important;
	bottom: 2px !important;
}
.swiper-pagination-bullet-active{
	background: #FFF1F0 !important;
}
/**************分页*******************/
#page {
	margin: 20px auto;
	color: #666;
	display: block;
	text-align: center;
}

#page li {
	display: inline-block;
	min-width: 30px;
	height: 28px;
	cursor: pointer;
	color: #666;
	font-size: 13px;
	line-height: 28px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.xl-nextPage,
.xl-prevPage {
	width: 60px;
	color: #0073A9;
	height: 28px;
}
.swiper-container{
	margin-top: .7rem;
	z-index: -1;
}
#page li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

#page li.xl-active {
	background-color: #0073A9;
	border-color: #0073A9;
	color: #FFF
}
/********滚动条******/
#scroll-2{
	width:100%;
	height: 5.2rem;
	overflow:auto;
}
#scroll-2>div{
   height: 100%;
    height:5.2rem;
}
#scroll-2::-webkit-scrollbar{
    width:4px;
    height:4px;
}
#scroll-2::-webkit-scrollbar-track{
    background: #f6f6f6;
    border-radius:2px;
}
#scroll-2::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius:2px;
}
#scroll-2::-webkit-scrollbar-thumb:hover{
    background: #747474;
}
#scroll-2::-webkit-scrollbar-corner{
    background: #f6f6f6;
}
.rotate{
	-webkit-transform: rotate(180deg);
	 -moz-transform: rotate(180deg);
	 -o-transform: rotate(180deg);
	 -ms-transform: rotate(180deg);
	 transform: rotate(180deg);
}
#grad2{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0.1rem;
        height:0.1rem;
       /* background: #20308B; */
    }
    .inner{
        width: 0.06rem;
        height: 0.06rem;
        border-radius: 0.06rem;
        background-color: #0082DC;
        animation: moveInner 1s infinite;
    }
    .middle{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0.2rem;
        height: 0.2rem;
        border-radius: 0.1rem;
        background-color: rgba(0,130,220, 0.2);
        animation: moveMiddle 1s infinite;
    }
    .biggest{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: rgba(0,130,220, 0.1);
        animation: moveBiggest 1s infinite;
    }
        @keyframes moveInner{
        from {
            width: 0.04rem;
            height: 0.04rem;
        }
        to {
           width: 0.08rem;
           height: 0.08rem;
        }
    }
    @keyframes moveMiddle{
        from {
            width: 0.08rem;
            height: 0.08rem;
        }
        to {
            width: 0.16rem;
            height: 0.16rem;
        }
    }

    @keyframes moveBiggest {
        from {
            width: 0.06rem;
            height: 0.06rem;
        }
        to {
            width: 0.24rem;
            height: 0.24rem;
        }
    }
	
	/************列表hover动画***************/
	
	@media screen and (min-width: 800px){
		.draw {
		  border: 0;
		  box-sizing: border-box;
		  position: relative;
		  vertical-align: middle;
		   transition: color 0.25s;
		}
		.team_item::before, .team_item::after {
		  box-sizing: inherit;
		  content: '';
		  position: absolute;
		  width: 100%;
		  height: 100%;
		}
		.draw::before, .draw::after {
		  border: 1px solid transparent;
		  width: 0;
		  height: 0;
		}
		.draw::before {
		  top: 0;
		  left: 0;
		}
		.draw::after {
		  bottom: 0;
		  right: 0;
		}
		.draw:hover{
			box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		}
		.draw:hover::before, .draw:hover::after {
		  width: 100%;
		  height: 100%;
		}
		.draw:hover::before {
		  border-top-color: #0087D7;
		  border-right-color: #0087D7;
		  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
		}
		.draw:hover::after {
		  border-bottom-color: #0087D7;
		  border-left-color:#0087D7;
		  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
		}
		.meet::after {
		  top: 0;
		  left: 0;
		}
		.meet:hover::before {
		  border-top-color: #0087D7;
		  border-right-color: #0082DC;
		}
		.meet:hover::after {
		  border-bottom-color: #0087D7;
		  border-left-color: #0087D7;
		  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
		}
	}
	/***********产品箭头闪烁*********************/
	
	.className{ 
	-webkit-animation: twinkling 1s infinite ease-in-out 
	} 
	.animated{ 
	-webkit-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both 
	} 
	@-webkit-keyframes twinkling{ 
	0%{ 
	opacity: 0.5; 
	} 
	100%{ 
	opacity: 1; 
	} 
	} 
	@keyframes twinkling{ 
	0%{ 
	opacity: 0.5; 
	} 
	100%{ 
	opacity: 1; 
	} 
	}
.jg{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 3rem;
	height: .8rem;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 0 .2rem;
	margin-left: -1.3rem;
	display: none;
}
.jg>img{
	max-height: .6rem;
	position: relative;
  top: -0.04rem;
}
.jg>span{
	display: inline-block;
	line-height: .8rem;
	font-size: .22rem;
	vertical-align: bottom;
}
@media screen and (max-width: 800px){
	body{
	}
	.container {
		width: 94%;
	}
/* 	.content_4{
		height: 3.8rem !important;
	} */
}