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{
    width: 100%;
    height: 550px;
    background: url("/images/globaloperate/head-back.jpg") no-repeat;
    background-position: center 0;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
}
.first-con{
    width: 1280px;
    margin: 0 auto;
}
.first-con .text-box{
    padding-top: 200px;
}
.first-con .text p{
    font-size: 39px;
    font-weight: bold;
    color: #fff;
    line-height: 65px;
    text-align: center;
    text-shadow: 8px 8px 8px rgba(0,0,0,0.8);
}
.descrition{
    font-size: 20px;
    line-height: 55px;
    background: #fafafa;
    padding: 65px 0;
}
.des-con{
    width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}
.img-box{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding-top: 70px;
}
.img-box img{
    width: 1213px;
}