body{
    font-family: 'Microsoft YaHei', sans-serif;
}
.mai-icon{
    background: #38f;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}
/*����*/
.navbar{margin-bottom: 0;border-bottom: 1px solid #e6e6e6;}
.navbar-default{
    background-color: #fff;
    /* box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25); */
}
.navbar-default .navbar-brand {
    font-size: 30px;
    font-weight: bold;
    color: #38f;
    height: 70px;
    line-height: 35px;padding:0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #444;
    height: 70px;
    line-height: 35px;
}
.navbar-default .navbar-nav>li>a:hover{color: #38f;}
.navbar-toggle{
    margin-top: 17px;
}
.banner{text-align:center;color: #fff;background:url(../images/banner.jpg);background-size:cover;width:100vw;}
.lvjing{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    padding: 80px 0;
}
/*home*/
/* #home{
    margin-top: 70px;
    background: url("../images/home-bg.jpg");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
#home h1{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
#home p{
    font-weight: 400;
    line-height: 35px;
}
#home img{
    margin-top: 30px;
    display: inline-block;
} */
/*bbs*/
#bbs{
    padding: 80px 0;
    text-align: center;
}

#case h2 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 60px;
}
#bbs .col-md-4{
    padding: 15px;
}
#bbs .col-md-4:hover{
    background: #f1f1f1;
    box-shadow: 1px 1px 4px #ccc;
}
#bbs a{
    color: #212121;
    text-decoration: none;
}
#bbs img{
    margin: 0 auto;
}

/*HTML5 + bootstrap*/
#html5{
    background: #f8f8f8;
}
#html5 , #bootstrap{
    padding: 80px 0;
}
#html5 h2 , #bootstrap h2{
    font-weight: bold;
}
#html5 p  , #bootstrap p{
    line-height: 25px;
}

/*course*/
#course{
    
    padding: 80px 0;
    text-align: center;
}
#course h2{
    font-weight: bold;
    padding-bottom: 60px;
}
#course .col-md-3{
    margin-bottom: 20px;
}
.course {
    background: #ffffff;
    border: 1px solid #eee;
}
#course .btn{
    background: transparent;
    border: 1px solid #38f;
    border-radius: 0px;
    color: #38f;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 8px 40px;
    transition: all 0.3s;
}
#course .btn:hover{
    background: #38f;
    color: #fff;
}
.course .case-img{width:100%;height:auto;}
.product-img{
    padding-bottom: 30px;
}
/*app*/
#app{
    padding: 80px 0;
}
#app h2{
    font-weight: bold;
    padding-bottom: 30px;
}
#app .btn{
    margin: 10px 0;
    background: rgb(64, 210, 177);
    border-color: rgb(64, 210, 177);
    border-radius: 0;
    padding: 6px 30px;
    transition: all 0.3s;
}
#app .btn:hover{
    background: rgb(44, 142, 120);
}
.in-cont {
	margin: 20px auto;
}
.in-cont .mn {
	float: left;
	width: 820px;
}
.in-cont .sidebar {
	float: right;
	width: 360px;
}
.wp {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.cl {
	zoom: 1;
}
.caselist .data {
	float: left;
	width: 23.5%;
	margin: 0 2% 30px 0;
	background: #fff;
}
.caselist .no {
	margin-right: 0;
}
.caselist .data .m a {
	display: block;
	overflow: hidden;
}
.caselist .data img {
	width: 100%;
	height: 200px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
.caselist .data img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.caselist .info {
	padding: 0 10px;
}
.caselist h2 {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}
.caselist h2 em {
	float: right;
	margin-left: 10px;
	padding-left: 16px;
	font-size: 12px;
	color: #888;
	background: url(../image/see.png) no-repeat left center;
}
/*carousel h2*/
#carousel h2 {
    text-align: center;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 50px;
}

/*contact*/
#contact{
    background: url("../images/contact-bg.jpg") no-repeat;
    background-size: cover;
    color: #ffffff;
}
#contact h2{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
#contact p{
    line-height:24px;
    margin-bottom:2px;
}
#contact .form-control {
    border: none;
    border-radius: 0;
    height: 50px;
    margin-bottom: 20px;
}
#contact textarea.form-control{
    height: auto;
}
#contact input[type="submit"]{
    background: #40D2B1;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
}
#contact input[type="submit"]:hover{
    background: rgb(44, 142, 120);
}

/*footer*/
footer{
    font-weight: 400;
    text-align: center;
    padding:20px;
    color:#999;
}