﻿*{margin:0px;padding:0px;}
a{text-decoration:none;}
a img{border:0px;}
ul,li{list-style:none;}
body{font-size:14px; font-family:"微软雅黑","宋体";background: #ffffff;color: #626262}
.clear{clear: both}




.header{
    width: 60%;
    
    font-size: 16px;
    margin: 0 auto;
}
.headerinner{
   
   float:left;
   margin:10px 0;


}
.headernav{
  
   float:right;
}
.headernav li{
    float: left;
    line-height: 62px;
   
}
.headernav li a{
    color: #989493;
    padding:8px 10px;
    margin:0 12px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    -moz-transition: 0.1s;
    cursor: pointer;

}
.headernav .logo{
    width: 200px;
    height:100%;
    margin-right: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    line-height: 28px;
}

.headernav .logo img{
    width:105px;
    height: 28px;

}
.headernav .logo .w1{
    width:105px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
}

.current_li a{
    color: #A02220 !important;
}
.current_li .triangle{
	width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #A02220;
    margin: 0 auto;
}

.current_li .line{
	border-bottom: 3px solid #A02220;
	width: 60%;
	margin: 0 auto;
}


.bottom{
    width:100%;
    background: #363636;
    
}
.bottombox{
    width: 60%;
    margin: 0 auto;
}
ul, menu, dir {
	text-align: center;
	display: block;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.btm_left{
    width:100%;
    padding:3%;
    
}
.btm_left ul li{
    width:10%;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #ffffff;
}
.btm_left ul li:last-child{
    border-right: none;
}
.btm_left ul li a{
    color: #CCC;
}
.btm_left ul li .choose{
	color:#FFF;
}

.btm_left .partone,.parttwo,.partthr{
    
   margin:4% 0 1% 0;
   text-align: center;
}
.bottombox p a {
    color: #ffffff;
}
.btm_right{
   width: 15%;
  display: inline-block;
  margin-left:25%;
}

.btm_right .code{
	padding:10% 15% 14% 16%;
	background-color: #3E4245;
}

.btm_right p {
    text-align: center;
    font-size: 12px;
}

footer{
    width:100%;
    background: #262626;
    padding: 20px 0 15px 0;
}
.footer_main{
    width:1000px;
    margin: 0 auto;
}
.footer_main p{
    width:100%;
    text-align: center;
    color: #ffffff;
	line-height: 30px;
}



 .device {
    width: 100%;
    height: 400px;
    position: relative;
}

.swiper-container {
    height: 400px;
    width: 100%;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px;
    width: 100%;
    z-index: 1000;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #da3f59;
}