html,body{
    width: 100%;

}

.home_banner{
    width: 100%;
    margin-top: 120px;
    position: relative;
}
.home_banner>.banner{
    width: 100%;
}
.home_banner>.title{
    height: 280px;
    text-align: center;
    color: rgb(31, 135, 232);
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 60px;
    font-weight: bold;
}
.home_banner>.title>div{
    opacity: 0;
    position: relative;
    left: 100px;
}
.home_banner>.qrCode{
    width: 100px;
    position: absolute;
    top: 20px;
    right: 50px;
}


.section2{
    width: 1200px;
    margin: 50px auto;
}
.section2>.content{
    margin-top: 40px;
}
.section2>.content:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.section2>.content>.list{
    float: left;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all .3s linear;
}
.section2>.content>.list>a{
    width: 33.333%;
    float: left;
    text-decoration: none;
    margin-bottom: 20px;
}
.section2>.content>.list .icon{
    height: 79px;
}

.section2>.content>.list .name{
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}


/* 产品介绍 */
.product{
    width: 1200px;
    margin: 50px auto;
}

.product>.title,.contact>.title,.myInfo>.title,.team>.title{
    width: 100%;
    font-size: 24px;
    text-align: center;
}

.product>.subhead,.contact>.subhead,.myInfo>.subhead,.team>.subhead{
    text-align: center;
    color: #999;
    font-size: 16px;
    position: relative;
}

.product>.subhead>.text,.contact>.subhead>.text,.newsTrends>.subhead>.text,.team>.subhead>.text{
    margin: auto 10px;
}
.product>.subhead>.h,.contact>.subhead>.h,.newsTrends>.subhead>.h,.team>.subhead>.h{
    width: 20px;
    display: inline-block;
    border-top: 2px solid #999;
    position: relative;
    top: -4px;
}

.product>.content{
    margin-top: 40px;
}

.product>.content:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.product>.content>.list{
    float: left;
    width: 30%;
    cursor: pointer;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all .3s linear;

}

.product>.content>.list .icon{
    width: 100%;
}

.product>.content>.list .name{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.product>.content>.list:hover{
    transform: scale(1.05);
    box-shadow: 0 0 10px #333;
}

/* 我们的团队 */
.team{
    width: 100%;
    min-width: 1200px;
    position: relative;
    margin-top: 50px;
}
.team>.bg{
    width: 100%;
    height: 975px;
    background: url('../images/teambg.png') no-repeat center top / cover;
}
.team>.content{
    width: 560px;
    position: absolute;
    bottom: 100px;
    left: -600px;
    right: 0;
    margin: auto;
}
.team>.content .title{
    font-size: 45px;
    color: #fff;
}
.team>.content .con{
    width: 500px;
    text-align: justify;
    font-size: 14px;
    color: #fff;
    text-indent: 2em;
}
.team>.btn{
    width: 100px;
    text-align: center;
    position: absolute;
    right: 250px;
    bottom: 10px;
    left: 0;
    margin: auto;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #009fe9;
}

/* 基本情况 */
.myInfo{
    width: 1200px;
    margin: 50px auto;
}
.myInfo>.title{
    color: #333;
    position: relative;
}
.myInfo>.content{
    margin-top: 40px;
    padding-bottom: 50px;
}
.myInfo>.content>.topList{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.myInfo>.content>.topList>.topListItem{
    float: left;
    width: 25%;
}
.myInfo>.content>.topList>.topListItem>.icon{
    height: 100px;
    text-align: center;
}
.myInfo>.content>.topList>.topListItem>.icon::before{
    content: "ò";
    font-size: 88px;
    line-height: 88px;
    height: 100px;

}
.myInfo>.content>.topList>.topListItem>.num{
    font-size: 48px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.myInfo>.content>.topList>.topListItem>.name {
    font-size: 14px;
    color: #333;
    text-align: center;
}
.myInfo>.content>.bomList{
    width: 1000px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.myInfo>.content>.bomList>.bomListItem{
    width: 241px;
    height: 241px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.myInfo>.content>.bomList>.bomListItem>.title{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.myInfo>.content>.bomList>.bomListItem>p{
    color: #fff;
    font-size: 12px;
    text-align: justify;
    line-height: 2.1;
}

.myInfo>.content>.newList{
    cursor: pointer;
    margin-bottom: 50px;
}
.myInfo>.content>.newList a{
    text-decoration: none;
}
.myInfo>.content>.newList .title{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.myInfo>.content>.newList .con{
    overflow: hidden;
}
.myInfo>.content>.newList .con>.thumbnail{
    width: 220px;
    height: 130px;
    border-radius: 5px;
    float: left;
}
.myInfo>.content>.newList .con>.con_right{
    width: 70%;
    float: left;
}
.myInfo>.content>.newList .con>.con_right>.describe{
    width: 100%;
    font-size: 15px;
    color: #999;
    margin-left: 20px;
    text-align: justify;
    overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.myInfo>.content>.newList .con>.con_right>.time{
    font-size: 15px;
    color: #999;
    margin-left: 20px;
    margin-top: 20px;
}

.section5>.content{
    width: 1200px;
    margin: 0 auto;
}
.section5>.content>.content_left{
    width: 30%;
    height: 719px;
    float: left;
}
.section5>.content>.content_left:hover{
    background-position: -10px center;
    transition: all linear 0.5s;
}
.section5>.content>.content_right{
    float: left;
    width: 70%;
    padding-left: 10px;
    box-sizing: border-box;
}
.section5>.content>.content_right>.content_right_top{
    width: 100%;
    height: 400px;
    float: left;
    margin-bottom: 10px;
}
.section5>.content>.content_right>.content_right_bom{
    float: left;
    width: 100%;
}
.section5>.content>.content_right>.content_right_bom>.content_right_bom_left {
    width: 49%;
    height: 352px;
    float: left;
}
.section5>.content>.content_right>.content_right_bom>.content_right_bom_right {
    width: 49%;
    height: 352px;
    float: right;
}

/* 联系我们 */
.contact{
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
/* contact_back */
.contact>.bg{
    width: 100%;
    height: 100%;
    background: url('../images/contact_back.jpg') no-repeat center top / cover;
    position: absolute;
    top: 0;
    left: 0;
}
.contact>.title{
    color: #fff;
    position: relative;
}
.contact>.content{
    width: 1200px;
    margin-top: 40px;
    overflow: hidden;
}

.contact>.content>.title{
    font-size: 14px;
    color: #666;
}
.contact>.content>.input{
    overflow: hidden;
    margin-top: 20px;
    padding: 0 20px;
}
.contact>.content>.input>div{
    float: left;
    margin-right: 90px;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}

.contact>.content>.input>div>span{
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
}

.contact>.content>.input>div>input{
    width: 200px;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 50px;
}

.contact>.content>.input>div>textarea{
    height: 100px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 50px;

}
.contact>.content>.submit{
    height: 40px;
    width: 250px;
    background-color: #5ab4ff;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 70px;
    position: relative;
}

.contact>.content>.leaveList>.title{
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
    padding-bottom: 10px;
}
.contact>.content>.leaveList>.list{
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}




