html, body, 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,input{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "微软雅黑";
    color: #121212;
}
i,strong,em,var{
    *font-style: normal;
    -font-style:normal;
}
a{
    text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display: block;
}
ol,ul{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
.clear:after{
    visibility: hidden;/* 将在对象后增加的内容隐藏，但保留物理空间（因为高度设为0，所以对页面无影响）*/
    display: block;/* 以块显示（换行作用) */
    font-size: 0;/* 字号设置为0，使其内容不对页面产生影响 */
    content: ". "; /* " "内为在对象后显示的内容，此处为"." */
    clear: both;/* 清除浮动 */
    height: 0;/* 高度设为0，使其不对页面产生影响 */
}
.clear{
    zoom:1;
}/*兼容IE6/IE7*/
input,textarea,select{
    -webkit-appearance: none;
}
/*正文*/
.first,.service,.customer,.contact{
    width: 100%;
    height: 780px;
    background: url("/images/globalmarketing/first.png") no-repeat;
    background-position: center 0;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
}
.first .title-img{
    width: 756px;
    margin-top: 210px;
}
.first .text{
    margin-top: 55px;
}
.first .text p{
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-shadow: 0 10px 5px rgba(0,0,0,0.6);
}
.arrow{
    width: 45px;
    height: 45px;
    background: url("/images/globalmarketing/arrow.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-top: 120px;
}
.service{
    background: url("/images/globalmarketing/second.png") no-repeat;
    background-position: center 0;
    background-size: cover;
    -webkit-background-size: cover;
}
h2.title-h2{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    padding-top: 90px;
    letter-spacing: 2px;
}
h3.title-h3{
    font-size: 23px;
    color: #fff;
    line-height: 26px;
}
.service .con{
    width: 1252px;
    height: 376px;
    overflow: hidden;
    margin: 90px auto;
    margin-bottom: 0;
}
.service .con li{
    float: left;
    width: 192px;
    height: 376px;
    text-align: center;
    margin-right: 20px;
}
.service .con li:last-child{
    margin-right: 0;
}
.service .con li.bac1{
    background: url("/images/globalmarketing/sec_bac1.png") no-repeat;
    background-size: 100% 100%;
}
.service .con li.bac2{
    background: url("/images/globalmarketing/sec_bac2.png") no-repeat;
    background-size: 100% 100%;
}
.service .con li h3{
    color: #000;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
    letter-spacing: 2px;
}
.service .con li p{
    color: #000;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    margin-top: 34px;
    /*letter-spacing: 2px;*/
}
.service .con li.bac2 h3{
    color: #cfdfec;
}
.service .con li.bac2 p{
    color: #f8fafc;
}
.customer{
    height: 743px;
    min-width: 1300px;
    background: url("/images/globalmarketing/three.png") no-repeat;
    background-position: center 0;
    background-size: cover;
    -webkit-background-size: cover;
}
.customer h2.title-h2,.customer h3.title-h3{
    color: #000;
}
.contact{
    height: 817px;
    background: url("/images/globalmarketing/four.png") no-repeat;
    background-position: center 0;
    background-size: cover;
    -webkit-background-size: cover;
}
.contact .title-h2{
    padding-top: 140px;
}
.contact .con{
    overflow: hidden;
    width: 850px;
    margin: 140px auto;
    margin-bottom: 0;
}
.contact .con li{
    width: 240px;
    float: left;
    margin-right: 65px;
}
.contact .con li:last-child{
    margin-right: 0;
}
.contact .con li img{
    width: 119px;
}
.contact .con li p{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
    letter-spacing: 2px;
}














