.banner{
    min-width:1200px;
    padding:0 !important;
}
.banner img{
    width:100%;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 59px;
    box-shadow: none;
    border-bottom: 1px solid rgba(132, 132, 132, .27);
    z-index: 199;
    min-width: 1200px;
	background:#fff
}
/* banner */
.banner-text{
	position: absolute;
	/* max-width: 1000px; */
	/* margin: 0 auto; */
	margin-left: -500px;
	top: 120px;
	z-index: 99;
	left: 50%;
	/* width: 1200px; */
	/* text-align: left; */
}
.banner-text img{
	margin-top: 0px;
}
.banner-text h2{
    font-size: 40px;
    font-weight: 400;
    color: #090B0D;
    line-height: 40px;
}

.banner-text p {
    font-size: 16px;
    color: #090B0D;
    margin-top: 10px;
    margin-bottom:40px;
    text-align: left;
    width: 593px;
    height: 16px;
    font-weight: 400;
    line-height: 16px;
}

.banner-text .con-btn{
    width: 140px;
    height: 40px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    float: left;
    border: 1px solid #FFFFFF;
    background:#C7000B;
}
@media screen and (max-width: 1200px) {
    .banner-text {
        width: 600px;
        margin-left: -200px
    }
}
/* banner */

/* item1 */
.item1{
padding:30px 0 60px 0;
}
.item1 ul {
    margin-right:30px;
}
.item1-content1{
    float: left;
    width: 120px;
    height: 960px;
    background: #F4F7FDFF;
    padding: 30px 30px 0 30px;
}
.item1-content1 li{
height: 30px;
  
}
.item1-content2{
    float: left;
width:990px;
}
.item1-content2 li{
  padding:30px 0;
box-shadow: 0px 2px 0px 0px #E8E8E8;
}
.item1-content2-li1{
height: 30px;
font-size: 30px;
font-weight: 400;
color: #090B0D;
line-height: 30px;
  padding: 0 0 30px 0 !important;
  margin: 0 !important;
}
.item1-content2 li p{
  margin-bottom:17px;
height: 16px;
font-size: 16px;
font-weight: 500;
line-height: 16px;
}
.item1-content2 li span{
height: 20px;
font-size: 14px;
font-weight: 400;
color: #808492;
line-height: 20px;
}
/* item1 */


/* mask */
.mask{
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 1020;
}
.mask div{
    background: url("../image/cloudMarket/img_Popup_bgi.png");
    background-size: 80%;
    background-repeat: no-repeat;
    height: 500px;
    width: 480px;
    background-position: 50px;
    margin: 0 auto;
    margin-top: 150px;
}
.mask div .close{
    float: right;
    margin: 20px 30px 0 0;
    cursor: pointer;
}
.mask div .gzh-qcore{
    width: 215px;
    margin: 75px 0 0 135px;
}
/* mask */