/**
*重置、初始化css样式
*/
@charset "utf-8";
/* CSS Document */
html, body{font-family: "微软雅黑","San Francisco",Arial;}
html{overflow-x:hidden;}
body{margin:0; padding:0;}
ul, li{list-style: none outside none;margin: 0;padding: 0;}
input, button, textarea{outline: none;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, ol, ul, li, img, input, button, textarea, form{margin: 0;padding: 0;}
a{text-decoration: none;}
img{vertical-align: middle;border: 0;-ms-interpolation-mode: bicubic;}
input{border:none; background:none;}
.fl{float:left;}
.fr{float:right;}
.cl{clear: both;}
.main{width: 1200px;margin: 0 auto;background: #fff;}
/**/
body{
    background:#aac1e0;
}
.wrapper{background: url(../images/bg.jpg) no-repeat center 0;min-width: 1200px;padding-top: 175px;min-height:612px;}
.main_article{font-family: "宋体";
    
    background: #fff;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
    color: #1a1a1a;
    width: 1070px;margin: 0 auto;min-height: 612px;}
.main_article img{max-width: 1070px;}
.main_article p{margin-bottom: 14px;
    line-height: 28px;
    font-size: 16px;
    text-indent: 2em;
    color: #1a1a1a;}
.title{padding: 20px 60px 20px;padding-top: 20px;font-family: "微软雅黑";}
.title h1{font-size: 30px;font-weight: normal;}
.source{color:#666666;padding: 20px 0 10px;}
.source i{font-style: normal;color:#c9453a; }