body { url(../images/bg.jpg); }
img { border-radius: 3px; }
/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header .logo a {
    display: block;
    margin: 0;
	padding: 0;
	border: none;
	outline: none;
    width:160px;
    height:60px;
}

.logo{
    float: left;
    width: 180px;
}
*{
    font-family: "微软雅黑"; !important;
}
/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
ul#nav{
   min-height: 48px;
   width: auto;
    text-align: center;
    margin-left: 25%;
}
ul#nav-product{
    min-height: 48px;
    width: auto;
    text-align: center;
}

ul#nav-product li {
     position: relative;
     list-style: none;
     height: 48px;
     display: inline-block;
     margin-left: 7%;
     width: 83px;
 }

ul#nav li{
	position: relative;
	list-style: none;
	height: 48px;
	display: inline-block;
    margin-left: 4%;
    width: 12%;
}

/* Links */
ul#nav li a,ul#nav-product li a {
    display: inline-block;
    padding: 8px 11px;
    line-height: 32px;
	text-decoration: none;
    text-align: left;
    color: #8a8383;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}


/* adds down arrow */
ul#nav span:after {
   width: 0;
	height: 0px;
	border: 4px solid transparent;
	border-bottom: none;
	border-top-color: #001B36;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: 5px;
}

/* Sub Menu
----------------------------------------------------- */
.child-menu{
    width: 100%;
    height:280px ;
    background: #001B36;
    opacity: 0.95;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
}
.f-leable{
    margin-left: 15%;
}
.menu-lable h5{
    color: #fff; !important;
}

.menu-lable{
    height: 200px;
    width: 10%;
    border-right: 1px solid  #35393C;
    float: left;
    color: #fff;
}
.current{
    width: 85px;
    height: 20px;
    background: #fff;
    border-bottom: 3px solid #0e90d2;
    margin-left: 8px;
    margin-top: -14px;
}

#menu-solution{
    display: none;
}
#menu-techsupport{
    display: none;
}
#menu-product{
    display: none;
}
#menu-news{
    display: none;
}

.menu-lable h5,.menu-lable ul{
    margin-left: 25px;
}
.menu-lable h5{
    margin-bottom: 20px;
}

/* ------------------------------------------------------------------ */
/* e. Works Section - Main Page
/* ------------------------------------------------------------------ */
.cp-right{
    color: #B3B3B3;
}
#works {
   background: #ffffff;
   padding-bottom: 50px;
}
#works h1 {
	font:30px/45px  "微软雅黑", sans-serif;
	color: #333;
	margin-bottom: 36px;
}

/* Portfolio Content */
#portfolio-wrapper { margin-top: 36px; }
#portfolio-wrapper .columns { margin-bottom: 36px; }

.l-button{
    border: 1px solid #fff;
    width: 100px;
    height: 32px;
    border-radius: 35px;
    margin: 155px 30%;
    text-align: center;
    color: #fff;
    z-index: 9999;
    position: absolute;
}
.l-button.a{
    color: #fff; !important;
}
#xlgc{
    background: url(../images/portfolio/geometrics.png)  no-repeat ;
    background-size:100% 100%;
}
#city{
    background: url(../images/portfolio/console.png)  no-repeat center top;
    background-size:100% 100%;
}
#school{
    background: url(../images/portfolio/camera-man.png)  no-repeat center top;
    background-size:100% 100%;
}
#instra{
    background: url(../images/portfolio/into-the-light.png)  no-repeat center top;
    background-size:100% 100%;
}


.four-div{
    width:23%;
    height: 204px;
    border-radius: 10px;
    float: left;
    margin-left: 2%;
    position: relative;
}
.mask{
    position: absolute;
    width: 100%;
    height: 204px;
    border-radius: 10px;
    background: RGBA(46,46,46,0.6);
    opacity:1;
}

/* ------------------------------------------------------------------ */
/* f. Journal Section - Main Page
/* ------------------------------------------------------------------ */
#journal .row{
    padding-bottom: 15px;
}
#journal{
    background:url(../images/journal-bg.png);
}
#journal h1 {
	font:30px/45px  "微软雅黑", sans-serif;
	color: #333;
	margin-bottom: 36px;
}

/* product 2019 */
#product {
    padding-top: 20px;
	padding-bottom: 50px;
	background:url(../images/back2.png) no-repeat;
	background-size:100% 100%;	
}
#product h1{
    font:30px/45px  "微软雅黑", sans-serif;
	color: #333;
    margin-bottom: 36px;
}
#img-4{
    float: left;
    width: 80%;
    height: 740px;
}

.line-3{
    width: 33.3%;
    height: 670px;
    float: left;
    /*border :1px solid red;*/
}

.img-div4{
    display: none;
    width: 238px;
    height: 300px;
    -moz-box-shadow: 2px 2px 50px #ccc; /* 老的 Firefox */
    box-shadow: 10px 10px 5px #ccc;
}
.class-1{
    width: 70%;
    height: 55%;
    margin: 40% 25%;
    background: url(../images/pone.png) no-repeat;
    background-size:100% 100%;
}
.class-2{
    width: 70%;
    height: 55%;
    margin: 3% auto;
    background: url(../images/ptwo.png) no-repeat;
    background-size:100% 100%;
}
.class-3{
    width: 70%;
    height: 55%;
    margin: 3% auto;
    background: url(../images/pthree.png) no-repeat;
    background-size:100% 100%;
}
.class-4{
    width: 70%;
    height: 55%;
    margin: 40% 5%;
    background: url(../images/pfour.png) no-repeat;
    background-size:100% 100%;
}

.img-div4-show{
    -webkit-animation:share_icon 0.5s linear;
}
@-webkit-keyframes share_icon {
    0% {-webkit-transform: scale(0.5); opacity:0}
    100% {-webkit-transform: scale(1); opacity:1}
}

/*new-429*/
#text-left{
    margin-top: 120px;
    float: left;
    width: 20%;
}
.p-title{
    color: #0e0e0e;
    text-align: center;
    font-size: 25px;
    line-height: 42px;
    margin-bottom: 6px;
}
#text-top{
	padding-bottom:40px;
}
.p-content{
	text-align:center;
	font: 16px/24px "微软雅黑";
    color: #595959;
}
#text-bottom{
	width:100%;
    height: auto;
    display: inline-block;
	padding-top:10px;
}
.p4-div{
	float:left;
	margin-left: 5%;
	width:18%;
	height:350px;
	background-color:#fff;
	border-radius:10px;
	padding: 10px 20px;
}
.p4-div a{
	display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bak-img{
	width: 61px;  
	height: 61px;
	margin:0 auto;   
	margin-top: 40px;
}
.p1{
	background:url(../images/p1.png) no-repeat;
	background-size: 100% 100%;
}
.p2{
	background:url(../images/p2.png) no-repeat;
	background-size: 100% 100%;
}
.p3{
	background:url(../images/p3.png) no-repeat;
	background-size: 100% 100%;
}
.p4{
	background:url(../images/p4.png) no-repeat;
	background-size: 100% 100%;
}
.p-name{
	/* font-style font-variant font-weight font-size/line-height font-family */
	display:inline-block;
	width:100%;
	text-align:center;
	font: 500 20px/50px "微软雅黑";
	padding-top: 20px;
	color:#333;
}
.p-text{
	font: 500 14px/23px "微软雅黑";
	color:#a6a6a6;
}


/* ------------------------------------------------------------------ */
/* e. Cooperation Section - Main Page
/* ------------------------------------------------------------------ */
#cooperation {
   background: url(../images/cooperation-bg.png);
   padding-bottom: 20px;
}
#cooperation h1 {
   font:30px/45px  "微软雅黑", sans-serif;
   margin-bottom: 36px;
   color:#fff;
}
#cooperation .c-button-div{
	width:100%;
	display:inline-block;
	padding-bottom: 20px;
}
#cooperation .c-button{
	display:block;
	float:left;
    margin-left: 4%;
	/* width:132px; */
	width:10%;
    height: 62px;
	text-align:center;
	line-height: 62px;
	color:#fff;
	border:1px solid #fff;
    position: relative;
}

/* ------------------------------------------------------------------ */
/* e. NewsCenter Section - Main Page
/* ------------------------------------------------------------------ */
#newscenter {
	padding-top: 20px;
    padding-bottom: 50px;
}
#newscenter h1 {
	font:30px/45px  "微软雅黑", sans-serif;
	color: #333;
	margin-bottom: 36px;
}
#newscenter .tree-div{
	width:31%;
	display:inline-block;
	margin:0;
	padding:0;
    border-radius: 10px;
    float: left;
    margin-left: 2%;
    position: relative;
}
#newscenter .left-div{
	width:520px;
	height:380px;
	margin:0;
	padding:0;
    border-radius: 10px;
    float: left;
    margin-left: 2%;
    position: relative;
	overflow:hidden;
}
#newscenter .right-div{
	float: left;
	margin-left: 5%;
	width: calc( 90% - 520px );
	height:380px;
}
.news-img{
	width:100%;
    display: block;
}
.news-info{
	display: block;
	width:100%;
	padding: 0 20px 0 20px;
	border:1px solid #e6e6e6;
	border-top:none;
	overflow:hidden;
}
/*.news-top{
	width:100%;
	height:50px;
	border-bottom:1px dashed #eeeeee;
}
.news-top h4{
	float:left;
	color:#666666;
	font: 22px/50px raleway-bold, sans-serif;
}
.news-top .more{
	float:right;
	color:#999999;
	font: 12px/50px raleway-bold, sans-serif;
}
.news-menu li{
	width:100%;
	display:inline-block;
	padding: 0;
    margin: 0;
}
.news-menu li a{
	float:left;
	display:block;
	width:100%;
	font: 14px/45px raleway-bold, sans-serif;
	color:#666666;
}
.news-menu li a span{
	display:inline-block;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;	
}

.menu-img{
	float:left;
	position: relative;
    top: 45%;
}
.news-menu .news{
	float:left;
	padding-left:5px;
	width: calc(100% - 135px);
}
.news-menu .date{
	float:right;
	max-width:105px;
	width:30%;
}
*/
.news-menu{
	height: 100%;
}
.news-menu li{
	width:100%;
	height:30%;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:2%;
	overflow:hidden;
}
.news-menu li:last-child{
	border-bottom:none;
}
.news-title{
	display:inline-block;
	width:100%;
	font: 16px/20px  raleway-bold, sans-serif;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	color:#4d4d4d;
	
}
.news-text{
	font: 14px/23px  "微软雅黑", sans-serif;
	height:65%;
	color:#a6a6a6;
}
/* ------------------------------------------------------------------ */
/* e. service Section - Main Page
/* ------------------------------------------------------------------ */

#service{
	display:inline-block;
	width:100%;
	height:110px;
	background:url(../images/bak3.png) no-repeat;
	background-size:100% 100%;
}
.service-p{
	font:500 30px/110px "微软雅黑";
	color:#ffffff;
	text-align:center;
}
/* ------------------------------------------------------------------ */
/* e. VulnBroadcast Section - Main Page
/* ------------------------------------------------------------------ */
#vulnbroadcast{
	background:#e1e1e1;
	height:268px;
	overflow:hidden;
}

#vulnbroadcast h1 {
	font:30px/45px  "微软雅黑", sans-serif;
	color: #333;
	margin-bottom: 36px;
}
.b-menu li{
	width:100%;
	display:inline-block;
	padding: 0;
    margin: 0;
}

.b-menu li a{
	float:left;
	display:inline-block;
	width:100%;
	height:45px;
	font: 20px/30px  raleway-bold, sans-serif;
	color:#666666;
}
.b-menu li a span{
	display:inline-block;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;	
	font-size: 16px
}
.b-menu .b-news{
	float:left;
	padding-left:20px;
	width: calc(100% - 150px);
}
.b-menu .b-date{
	float:right;
	max-width:125px;
	width:30%;
}

/*列表滚动*/
@-webkit-keyframes move {
	0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -268px, 0);
        transform: translate3d(0, -268px, 0);
        display: none;
    }
}
#ldbb{
	position:relative;
	
}
#scroll-ul{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	 -webkit-animation: 10s move linear infinite normal;
    animation: 10s rowup move infinite normal;
}
#ldbb:hover #scroll-ul {
	-webkit-animation-play-state: paused;
}
.scroll-ldbb{
	overflow-y:scroll;
	height:150px;
}
.scroll-ldbb::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.scroll-ldbb::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #4086FF;
    height: 10px;
}
.scroll-ldbb::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 8px;
    background: #fff;
}
/* ------------------------------------------------------------------ */
/* m. footer
/* ------------------------------------------------------------------ */

footer{
   font-size: 14px;
   background: #313131;
}

.footer-nav{
    background: #313131;
}

.footer-lable{
    width: 15%;
    height: 300px;
    float: left;
}

.footer-fg{
    margin-top: 80px;
    width: 2px;
    height: 170px;
    float: left;
    background: url(../images/footer-10.png);
}

.footer-ico img{
    margin-left: 40%;
    margin-top: 50px;
}

.footer-ico + span{
    margin-left: 30%;
    font-size: 18px;
    font-weight: bolder;
    color: #B3B3B3;
}

.footer-ul{
    margin-bottom: 24px;
    margin-top: 12px;
}
.d-center{
    text-align: center;
}
.u-left{
    margin-left: 20%;
	width:240px;
}
#our li{
	display:block;
	clear:both;
	height: 20px;
}
#our img{
	float:left;
}
#our span{
	float:left;
	display:block;
}
.clear-both{
    clear: both;
}




/* Go To Top Button */
#go-top {
	position: fixed;
	bottom: 0px;
   right: 25px;
   display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 40px;
	background: url(../images/go-to-top.png) no-repeat 50% 50%;
	background-color: #1f2024;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

 	border-radius: 3px 3px 0 0;

   font: 0/0 a;
   text-shadow: none;
   color: transparent;
}
#go-top a:hover { background-color: #0F9095; }

/* product-1-------product-4.html*/
.product-title p{
    margin-left: 10px;
}
.row-group{
    height: 380px;
    border-bottom: 1px dashed #D6D6D7;
}
.row-left{
    float: left;
    width: 48%;
    padding: 15px 10px;
    margin-left: 50px;
}
.row-right{
    float: left;
    width: 40%;
    padding: 40px 10px;
    margin-left: 50px;
}
.product-title h3{
    color: #259BD1;
    display: inline-block;
}
.h-6-custom{
    color: #4F4F4F;
    font-weight: bolder;
    margin-left: 20px;
}
.scroll{
    overflow-y:scroll;
    height: 300px;
}

.scroll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #4086FF;
    height: 10px;
}
.scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 8px;
    background: #fff;
}

.big-width{
    border-bottom: 1px dashed #D6D6D7;
    margin-left: 60px;
}

.headv-check {
    border-bottom: 3px solid #0e90d2;
}
.headv {
    z-index: 10;
    height: 50px;
}
.headv div{
    width: 83px;
    margin-left: 10%;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
}

/************solution-xl**************/
.pdd-40pc{
    padding-right: 30px;
}
.left-menu{
    width: 20%;
    box-shadow: 3px 3px 3px #ccc;
    border: 1px solid #cccccc;
    border-top: none    ;
    float: left;
    background:#fff ;
}

.left-menu-title{
    padding-top: 20px;
	width:80%;
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
    color: #135DDC;
    margin: 0 auto;
}
.left-menu-under{
    width: 80%;
    margin: 0 auto;
    height: 13px;
    margin-bottom: 20px;
}
.left-menu-under+ul{
    margin-top: 10px;
    margin-left: 35px;
    margin-bottom: 50px;
}

.detail-menu{
    display: none;
    margin-left: 10px;
}

.event-li:hover{
    cursor:pointer;
}
.event-li-l:hover{
	 cursor:pointer;
}
.under-line{
    border-bottom: 1px solid #D8D8D8;
    width: 95%;
    margin-left: -8%;
}

.main-menu li{
    margin-top: 12px;
}
.solu-all-row{
    background: #F0F2F6;
    margin-top: -16px;
}
.content-head{
    margin-left: 1%;
    height: 38px;
    float: left;
    background:#fff ;
    width: 79%;
    border-bottom: 1px solid #E0E0E0;
}
.little-menu{
    float: left;
    width: 145px;
    height: 38px;
    background: url(../images/solu_icon-1.png) no-repeat;
	background-size: 100% 100%;
    text-align: center;
    line-height: 38px;
    color: #1F2024;
    font-weight: bolder;
}
.r-content{
    width: 80%;
    float: left;
    padding-left: 60px;
    padding-top: 50px;
}
.content-title{
	font: 500 25px/40px "微软雅黑";
    color: #4086ff;
    margin-left: 20px;
}
.content-title-l{
    font: 700 25px/40px "微软雅黑";
    color: #333;
}
.about-us img{
	position: relative;
    left: 4%;
	top:4px;
}


/**** techsupport.html ****/
.tech-ul{
    list-style: square;
    margin: 20px 20px;
}
.tech-ul li:hover{
    cursor: pointer;
}
.li-info{
    display: none;
    padding-left: 20px;
}
.li-info>td{
    padding-left: 20px;
}
.td-nomal{
    width: 83%;
}
.td-nomal:hover{
    cursor: pointer;
}
.down-content{
    margin-top: 20px;
}
#websafe{
    display: none;
}
#vuln{
    display: none;
}

/* add 429 */

.bak{
	display:inline-block;
	width:100%;
	padding:20px 20px 50px 30px;
}
.bak1{
	background-color:#fff;
	height:500px;
	overflow-y:scroll;
}
.bak1::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.bak1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #4086FF;
    height: 10px;
}
.bak1::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 8px;
    background: #fff;
}

.bak4{
	background:url(../images/techsupport/bak4.png) no-repeat;
	background-size:100% 100%;
}
.b-part{
	padding: 10px 0 20px 0;
}
.c-stitle{
	display:block;
	font:700 30px/40px "微软雅黑";
	color:#333;
}
.t-c{
	display: block;
    height: 40px;
	font:500 16px/40px "微软雅黑";
	color:#333;
	position:relative;
	padding:20px 0;
}
.t-c img{
	position:absolute;
	top:10px;
	left:0;
}
.t-c span{
	position:absolute;
	left: 35px;
    top: 3px;
}


/********aboutus.html********/


.about-us{
    height: 680px;
    width: 100%;
    background: #ffffff;
    box-shadow: 3px 3px 3px #ccc;
    margin-top: 20px;
}
#info-table{
    width: 90%;
    margin:auto;
    padding:5px;
    text-align: left;
    line-height: 31px;
}

#info-table table tr td{
    /*border:solid 1px Black;*/
    line-height: 40px;
	font-size:0.8em;
}
#allmap {
    width: 95%;
    height:480px;
    overflow: hidden;
    margin:10px auto;
}
#map {
    width: 95%;
    height:480px;
    overflow: hidden;
    margin:10px auto;
}
.pddbtm-5{
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #797979;
    width: 215px;
}
.ft img{
float: left;
}




.about-zz{
	width: 100%;
    background: #ffffff;
    box-shadow: 3px 3px 3px #ccc;
    margin-top: 20px;
}


.r-content-ul-zz li{
	margin: 10px  20px 10px 0;
	padding:0;
	width: calc( 33% - 20px);
	display:inline-block;
}

.p-desc{
	width: 90%;
	text-align:center;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/********news.html********/

.r-content-div{
    width: 100%;
    padding: 20px 0;
	border-bottom: 1px solid #cdcdcd;
}
.r-content-top
{
	height: 155px;
}

.con-left{
	width:20%;
	height:100%;
	float:left;
}
.con-title{
	font-size:16px;
	font-weight:600;
}
.con-right{
	width:79%;
	height:100%;
	float:left;
	overflow:hidden;
}
.r-content-ul li {
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;
}
.r-content-ul li a img
{
	float:left;
	position: relative;
    top: 6px;
}

.r-content-ul li a span
{
	display:block;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;	
}
.a-left
{
	float:left;
	width:60%;
}
.a-right{
	float:right;
	text-align:right;
	width:35%;
}
.page{
	width: 50%;
    margin: 0 auto;
    padding: 10px 0;
}
.f-title{
	font:800 20px/30px '微软雅黑';
}


/********index.html********/
.twelve{
    margin-top: 25px;
}
* {
    margin: 0;
    padding: 0;
    color: #424242;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.slider-wrap {
    position: relative;
    height: 500px;
    width: 100%;
    margin:0 auto;
    overflow: hidden;
}

.slider {
    position: absolute;
    width: 9600px;
    top: 0;
    left: -1920px;
}

.slider li {
    float: left;
    width: 1920px;
}

.slider li img {
    width: 100%;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    color: #333;
    font-size: 30px;
    background: rgba(0, 0, 0, .2);
    font-weight: 600;
    opacity: 0.3;
}

.arrow:hover {
    opacity: 0.8;
}

.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0
}

.indicators {
    z-index: 10;
    position: absolute;
    right: 48%;
    bottom: 10px;
}

.indicator {
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
}

.indicator:hover {
    background-color: #888;
    cursor: pointer;
}

.indicator.active {
    background: #333;
}
