html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-family: 'Microsoft YaHei';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
    text-decoration: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.header{
    height: 66px;
    line-height: 66px;
    background: #fff;
    width: 100%;
}
.header .main{
    width: 1200px;
    margin:0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    height: 66px;

}
.header .left{
    display: flex;
    display: -webkit-flex;
}
.header .left .logo{
    width: 153px;
    height: 36px;
    border-right: 1px solid #D9D9D9;
    padding-right: 15px;
    margin-top: 15px;
} 
.header .left .logo img{
    width: 153px;
    height: 36px;
    position: relative;
    bottom: 3px;
}
.header .left p{
    font-size: 18px;
    color: #707070;
    padding-left: 10px;
}
.header .right a{
    font-size: 14px;
    color: #707070;
    margin-left: 15px;
}
.banner{
    width: 100%;
    height: 415px;
    background: url("../image/banner.jpg") no-repeat center center;
}
.advantage{
    width: 1200px;
    margin:15px auto 70px auto;
    min-height:380px;
     
}
.advantage h2{
    font-size: 20px;
    color: #474747;
    font-weight: bold;
}
.advantage .title{
    text-align: center;
    margin-bottom: 45px;
}
.advantage .line{
    width: 100px;
    height: 4px;
    background: #0C6DE2;
    display: inline-block;
    border-radius: 10px;
}
.advantage ul {
    display:flex;
    flex-wrap:wrap;
    display: -webkit-flex; /* Safari */
}
.advantage ul li  {
    flex:1; 
    padding-left: 50px;
}

.advantage ul li i{
    width: 62px;
    height: 62px;
    display: inline-block;
    margin-left: 38px;
}
.advantage ul li p{
    color: #0C6DE2;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    width: 140px;
    text-align: center;
    font-family: "Microsoft YaHei";
    margin-bottom: 10px;
}
.advantage ul li span{
    display: inline-block;
    color: #474747;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    width: 140px;

}
.advantage ul li:nth-child(1) i{
    background: url("../image/website.png") no-repeat center center;
}
.advantage ul li:nth-child(2) i{
    background: url("../image/person.png") no-repeat center center;
}
.advantage ul li:nth-child(3) i{
    background: url("../image/system.png") no-repeat center center;
}
.advantage ul li:nth-child(4) i{
    background: url("../image/solution.png") no-repeat center center;
}
.advantage ul li:nth-child(5) i{
    background: url("../image/yunpc.png") no-repeat center center;
}
footer{
    position: fixed;
    bottom: 0;
    height: 98px;
    background: #051B59;
    width: 100%;
    text-align: center;
}
footer p,footer p a{
    font-size: 12px;
    color: #4D5E8E;
    line-height: 22px;
    
}
footer p:nth-child(1){
    margin-top: 15px;
}
footer p i{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 18px;
    position: relative;
    top:2px;
    right: 4px;
}
footer p i:nth-child(1){
    background: url("../image/tel.png") no-repeat center center;
}
footer p i:nth-child(2){
    background: url("../image/email.png") no-repeat center center;
}
footer p i:nth-child(3){
    background: url("../image/address.png") no-repeat center center;
}
