@charset "utf-8";
/*
 * Copyright (C) 2016- A project by lucy
 */

/*style of index*/
.navbar-nav{
    width:75%;

}
.navbar-nav li{
    text-align: right;
    width:11%;
    float: right;
}
.navbar-nav li a{
    text-align: center;
    height:65px;
    line-height:35px;
}
.navbar-nav li a:hover {background: #c9bc9c!important;color: #ba3a37!important;}
.btn-border{
    border: 1px solid #e9ed98;
    border-radius: 5px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    margin-top: 10px;
    display: inline-block;
}

.bg-hover{
    background:#c9bc9c;
}

.con-add{
	background:#ff6600;
    height: 42px!important;
    line-height: 12px!important;
    display: inline-block;
    margin-top: 12px;
    border-radius: 21px;
    width: 100%!important;
}
.con-add:hover{
    background:#ff6600!important;
}

.bg-banner{
}

.navbar{
    margin-bottom: 0!important;
    border-radius: 0!important;
}

.banner-rt{
    position: relative;
}
.banner-img{
    position: absolute;
    top: 0;
    right: 0;
}

.banner-img1{
    position: absolute;
    top: 60px;
    right: 32%;
}

.banner-img2{
    position: absolute;
    vertical-align: middle;
    top: 190px;
    right: 40%;
}

.cus-sp{
    position: relative;
}

.cus-img{
    position: absolute;
    top: 20px;
}

.cus-img1{
    position: absolute;
    top: 40px;
    left: 30%;
}

.intro-wt{
    width: 70%;
    margin: auto;
}

.intro-ht{
    height: 120px;
}

.core{
    color:#4ccbff;
}

.core>li{
    width: 50%;
    float: left;
    list-style: none;
    margin-top: 10px;
}

.circle {
	width: 6px;
	height: 6px;
	background-color: #fff; /* Can be set to transparent */
      	border: 1px #4ccbff solid;
      	border-radius: 3px;
	-webkit-border-radius: 3px;
	display:inline-block;
}

.bg-case{
    background: url("../images/bg-case.png") no-repeat;
    background-size: 100%;
}


.coop-rel{
    position: relative;
    z-index: 0;
}

.coop-rel:hover{
    position: relative;
    z-index: 999;
}

.coop-rel .coop-big{
    height: 250px;
}

.coop-rel .coop-big:hover{
    position: absolute;
    width: 115%;
    height: 330px!important;
    z-index:9!important;
    top: -20px;
    border: 1px solid #1dbdff;
    border-right:1px solid #1dbdff!important;
}

.coop-big:hover .coop-bg{
    display: block!important;
  background: #1dbdff!important;
  color: #fff!important;
    padding-top: 10px;
    padding-bottom: 40px;

}

.coop-big:hover .coop-bg img{
    position: absolute;
    display: block!important;
    left: 50%;
    margin-left: -22px;
}




.alt-bg:hover{
   border-color:#1dbdff!important;
}

.alt-bg:hover .col-bg{
    background: #1dbdff!important;
}

.alt-bg:hover .col-bg p{
    color: #fff!important;
}

/* side */
.side{
    position:fixed;
    width:54px;
    height:275px;
    right:0;
    top:214px;
    z-index:100;}

.side ul li{
    width:54px;
    height:54px;
    float:left;
    position:relative;}

.side ul li .sidebox{
    position:absolute;
    width:54px;
    height:54px;
    top:0;
    right:0;
    transition:all 0.3s;
    background:#fff;
    border-top:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    color:#333;
    font:14px/54px "微软雅黑";
    overflow:hidden;}

.side ul li .sidetop{
    width:54px;
    height:54px;
    line-height:54px;
    display:inline-block;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    background:#fff;
    transition:all 0.3s;}

.side ul li .sidetop:hover{
    background:#fff;
    opacity:1;
    filter:Alpha(opacity=100);}

.side ul li img{float:left;}

/*customer case list*/
.cusCase{
    width: auto;
}

.cusCase>ul>li{
    width: 100%;
    height: 50px;
}

.cusCase>ul>li>a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 14px;
    padding-left: 30px;
}

.current{
    background: #00b4ff !important;
    color: #fff !important;
}

a.current:hover,a.current:visited{
    color: #fff;
    text-decoration:none;
}

.cusCase>ul>li>a:hover{
    background: #00b4ff;
    color: #fff;
}

.case-logo{
    width: 152px;
    height: 152px;
    border-radius: 152px;
    border: 1px solid #eee;
}

img.case-logo{
    transition:all .6s;
    -moz-transition:all .6s;
    -ms-transition:all .6s;
    -webkit-transition:all .6s;}

img.case-logo:hover{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);}
    .case-logo{
    width: 152px;
    height: 152px;
    border-radius: 152px;
    border: 1px solid #eee;
}

.case-lg{
    width: 222px;
    height: 222px;
    border-radius: 222px;
    border: 1px solid #eee;
}
img.case-lg{
    transition:all .6s;
    -moz-transition:all .6s;
    -ms-transition:all .6s;
    -webkit-transition:all .6s;}

img.case-lg:hover{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);}

.bs12{
    border-radius: 12px;
}
.new-btn{
    padding: 3px 15px;
}

.new-btn:hover{
    background: #eee;
}

.c-tab{
    width: 100%;
    background: #fafafa;
    border: 1px solid #dadada;
}

.c-tab li{
    height: 50px;
    line-height:50px;
    width: 100px;
    text-align: center;
    border-right:1px solid #dadada;
}

.current-info{
    background: #fff!important;
}


.current-info>a:hover,.current-info>a:visited{
    text-decoration:none;
}

.img-ht{
	min-height:219px;
	max-height:219px;
}

.bg-425{
	background:#3c59cb;
}
.skudiv{
    clear:both;
}

.skudiv b {
    float: left;
    font-weight: normal;
    line-height: 34px;
    color: #666;
    margin-top:7px;
}
.skudiv span {
    float: left;
    overflow: hidden;
    margin-top:7px;
}
.skudiv span .cd {
    float: left;
    margin: 0px 15px 8px 0px;
    height: 44px;
}
.skudiv span .cd .active {
    border: 1px solid #5ac1df;
    margin: 0;
    background:#5ac1df;
    color:#fff;
}
.skudiv span .cd a {
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #5ac1df;
    margin: 0;
    background:#5ac1df;
    color:#fff;
    border-radius:3px;
}
.skudiv span .cd .active img{
	display:inline-block;
	margin-right:5px;
}
.skudiv span .cd a img{
	display:none;
}
.skudiv span .cd .active i {
    display: block;
}
.skudiv span .cd a i {
    display: none;
    width: 21px;
    height: 21px;
    position: absolute;
    right: -1px;
    bottom: -1px;
}
.w30p{
    width:30%;
}
.clearboth{
clear:both;
}
.linesp{
line-height:4;
}
.skudiv .cd a i img{float:left!important; width:21px!important; height:21px!important;}
.carousel-indicators li{
	width:12px!important;
	height:12px!important;
	margin:0 3px!important;
	background:#aaa;
	border:none;
}
.bg-fce{
	background:#fce95f!important;
}
.bg-rgb{
	background:rgba(0,0,0,.3)!important;
}
.c-5f1{
	color:#5f1003!important;
}
.bg-f3b{
	background:#f3b500!important;
}

.banner-img6{
    position: absolute;
    top: 90px;
    right: 12%;
}
.navbar{
	min-height:65px!important; border:none;
}

.menuFixed{
	background:#fff!important;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,.3);
	box-shadow:0 0 8px rgba(0,0,0,.3);
}
.menuFixed a.hover-a{
	color:#333!important;
}
.menuFixed span.sp1{
	color:#333!important;
}
a.hover-a:hover{
	color:#1dbdff!important;
}
.navbar-brand{
	display:table-cell;vertical-align:middle; padding:5px 15px!important;height:65px;
}
.navbar-brand img {vertical-align:middle; max-height:55px;}
.navbar-brand span.sp1{
	height:60px;
	line-height:60px;
	display:inline-block;
}
img{
	max-width:100%!important
	}
.rt-icon{
	width:14px;
	height:14px;
	background:url(../images/btn-icon.png) no-repeat;
	background-position:-5px -1px;
	margin-top:3px;
	display:inline-block;}
.rt-icon1{
	background-position:-5px -19px;
}	
	