body{
    font-family: 'Microsoft YaHei', sans-serif;
}
*{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    font-family:"微软雅黑";
    outline:none;
    font-size: 14px;
}
.mai-icon{
    background: rgb(64, 210, 177);
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}
/*头部*/
.navbar-default{
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25);
}
.navbar-default .navbar-brand {
    font-size: 30px;
    font-weight: bold;
    color: #40D2B1;
    height: 70px;
    line-height: 35px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #666;
    height: 70px;
    line-height: 35px;
}
.navbar-toggle{
    margin-top: 17px;
}
.navbar-default .navbar-toggle:hover {
    border-color: #40D2B1;
    background-color: rgb(69, 210, 184);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1C9982;
}

/*三个icon的css样式--start*/
.section-wrap{
	padding:40px 0px;
}
.section-wrap p{
	color: #333333;
}
/*三个icon的css样式--end*/


/*home*/
#home{
    margin-top: 70px;
    background: url("../img/img-StaSeaFoot/homeBg02.jpg");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.lvjing{
    width: 100%;
    height: 600px;
    background: rgba(0,0,0,0.4);
    padding: 90px 0;
}
#home h1{
    /*font-weight: bold;*/
    margin-top: 0;
    margin-bottom: 25px;
}
#home p{
    /*font-weight: 400;*/
    line-height: 35px;
	color:#fff;
}
#home img{
    margin-top: 30px;
    display: inline-block;
}
/*这个是进行调整home上的banner的字体距离整体banner的上下的高度*/
#home .col-md-8 {
    margin-top: 70px;
}

/*应用--start*/

.yingyong h1{
	text-align: center;
	font-size: 40px;
/*	background-color: aqua;*/
	margin-bottom: 60px;
}

.bootstrapPage{
/*	margin-bottom: 20px;*/
	padding-top: 40px;

}
/*应用--end*/


/*HTML5 + bootstrap*/
#html5{
/*    background: #f8f8f8;*/
}
#bootstrap{
	 background: #f8f8f8;
}
#html5 , #bootstrap,#html5-01{
    padding: 30px 0;
}
#html5 h2 , #bootstrap,#html5-01 h2{
/*	padding-top:20px;*/
    font-size: 26px;
}
#html5 p  , #bootstrap,#html5-01, #bootstrap p{
    line-height: 25px;
	color: #333;
}
/*HTML502*/
#html502{
    background: #f8f8f8;
}
#html502 , #bootstrap{
    padding: 30px 0;
}
#html502 h2 , #bootstrap h2{
}
#html502 p  , #bootstrap , #app p{
    line-height: 25px;
	color: #333;
}
#html5-01 p{
	color: #333;
}
/*course*/

/*app*/
#app{
    padding: 30px 0;
	background: #f8f8f8;
}
#app h2{
	padding-top: 20px;
    padding-bottom: 10px;
}
#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.6s;
}
#app .btn:hover{
    background: rgb(44, 142, 120);
}


/*applic实际*/
#course{
/*    background: #f8f8f8;*/
    padding: 30px 0;
    text-align: center;
}
#course h2{
    padding-bottom: 60px;
}
#course .col-md-3{
    margin-bottom: 40px;
}
.course {
    background: #ffffff;
}

#course p{
    border-bottom: 1px dashed #999;
    border-left: 1px dashed #999;
    border-right: 1px dashed #999;
    border-radius: 0px;
    color: #333;
    font-size: 8px;
    transition: all 0.3s;
}
/* 图片的黑色滤镜的操作的css*/
.port-item {
    height: auto;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.port-item img {
    width: 100%;
}
.port-caption {
    background-color: rgba(25,85,181,0.9);
    bottom: 5%;
    height: auto;
    left: 0%;
    right: 0%;
    position: absolute;
    top: 75%;
    width: auto;
    transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
}
.transit {
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.port-item .port-title {
/*    margin: 30% auto 7% auto;*/
	margin: 7% auto 10% auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.port-item .port-title a {
}
.port-item .port-icon {
    margin: 15px auto;
    text-align: center;
}
.port-item .port-icon i{
    font-size: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    color: #fff;
}
.port-item:hover .port-caption {
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
}
@media (max-width: 767px) {
    .port-item .port-title {
        margin: 36% auto 7% auto;
    }
}



/*footer*/
footer{
    text-align: center;
    background-color: #0959DA;
}

.foot {
    width: 100%;
    min-width: 1200px;
    background: #0959DA;
    height: 170px;
    overflow: hidden;
    margin-left: -40px;
}
.foot a{
    color:#fff;
    text-decoration: none;
}

.foot .list li {
    float: left;
    width: auto;
    height: 140px;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 84px;
    line-height: 18px;
    border: 0;
}
.foot .inner{
    width:1200px;
    margin: 0 auto;
}
.foot .list li .foot_phone {
    font-size: 24px;
    height: 40px;
    width: 210px;
    display: inline-block;
    float: right;
    margin-right: 2px;

}

.foot .list li{
    margin:37px 30px 0 60px;
}
.foot .list .foot-right{

    float: right;

}
.foot .list .foot-right p{
    color:#FFF;
}



.foot .list .foot_erweima_l {
    margin-left: 124px;
    padding-right: 18px !important;
    float: right;
    margin-right: 20px;
}

.foot .list .foot_erweima_l p {
    padding-top: 3px;
    width: 100px;
    text-align: center;
}

.foot .list li .foot_erweima_r p {
    padding-top: 3px;
    padding-left: 32px;
}

.foot .list li .foot_erweima_l, .foot .list li .foot_erweima_r {
    margin-right: 0px;
    padding-right: 0px;
}

.foot .list li span {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    color: #fff;
}

.foot .list li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.foot .list li a:hover {
    color: #053583;
}


/*友情链接下的6个品牌*/
.list-eh{
    margin: -72px 0 0 78px;
    font-size: 14px;
    /*line-height: 24px;*/
}
.list-am{
    margin-left: 96px;
}
.list-xm{
    margin-left: 96px;
}


.foot-icon {
    width: 100%;
    height: 112px;
    background: #fff;
}

.icon-item {
    margin: 0 auto;
    width: 1200px;
}
.icon-item div {
    float: left;
    width: 240px;
}

.icon-item img {
    margin: 36px 15px 0 50px;
    float: left;
    width: 44px;
}

.icon-item span {
    font-size: 20px;
    float: left;
    margin-top: 45px;
}

.foot_fm {
    width: 1200px;
    height: 36px;
    /*color: #666666;*/
    background-color:#0959DA;
    text-align: center;
    margin-top: 1px;
    margin-left: -40px;
}
.foot_fm p{
    /*改变最下层的颜色*/
    color:#fff;
    font-size:12px;
    line-height: 36px;
}

.imgA img{
	height: 100px;
	margin-left:130px;
}














