

.tittle{
	width: 204px;
	left: 50%;
	margin-left: -102px;
	position: relative;
	padding: 70px 0 30px 0;
}

.c-banner{
	background-image: url(../../images/contact/bg.jpg);
	position: relative;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 1040px;
    color: #fff;
}
.c-center{
	width:1100px;
	height: 700px;
	background: rgba(0,0,0,0.8);
	position: relative;
	left: 50%;
	margin-left: -550px;
	text-align: center;
	padding-top: 50px;
}
.c-center h1{
	font-size: 30px;
	font-family: "microsoft yahei";
	font-weight: 800;
}
.c-center h2{
	margin-top: 30px;
}
.c-center ul li{
	font-size: 12px;
	line-height: 30px;
}

.c-icp{
	width: 100%;
	background-color: #000000;
	height: 40px;
    line-height: 40px;
    text-align: center;
}
.c-icp a{
	font-size: 12px;
	position: absolute;
    top: 0px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    
}
.fix{
    position: fixed;;
	bottom: 0px;
	
}

@media (max-width:1023px) {



    .c-banner{
        height: 1080px;
    }
    .c-center h2{
        margin-top: 20px;
    }
.top-in{background: rgba(33,33,33,0.9);}
.c-center {
    width: 100%;
    height: 810px;
    left: 0%;
    margin-left: 0px;
    padding-top: 30px;
}

.tittle {
    position: relative;
    padding: 70px 0 30px 0;
}

}