@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {padding:0; margin:0;}
h1, h2, h3, h4, h5, h6 {font-weight: 400; font-size: 100%;}
fieldset, img {border: 0;}
ol, ul {list-style: none;}
table {border-collapse:collapse; border-spacing:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-weight: 400; font-style:normal;}
caption, th {text-align:left;}
button {cursor:pointer;}
input {font-size:12px;}
.clear {clear:both;}
.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
select {font-size:1.2rem;}
*,:after,:before {box-sizing: inherit;}
html {
  height: 100%;
}

a:link {text-decoration:none; color:#666666;}
a:visited {text-decoration:none;color:#666666;}
a:focus {outline:none;color:#666666;}
a:hover {color:#00A1E9; text-decoration:none;}
a:active {text-decoration:none; color:#666666;}

body {text-align: center; font:normal 400 14px/150% "微软雅黑",helvetica,arial,sans-serif,simsun;color:#666; background:#fff;}

* {box-sizing: content-box; -moz-box-sizing: inherit; -webkit-box-sizing: inherit;}


.mw {
  width: 1200px;
  margin: auto;
  text-align: left;
}

.header {
  padding: 35px 0 30px;
}

.header .logo {
  height: 73px;
}

.main {
  background-color: #DFC79D;
  background-image: url(../images/bt.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100px;
  position: relative;
  height: 790px;
}

.main .mw {
  
}

.main .img {
  padding-top: 40px;
  width: 600px;
  float: left;
}

.main .img p {
  font-size: 22px;
  color: #B73328;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.main .img img {
  width: 100%;
}

.main .wx {
  float: left;
  width: 438px;
  border-radius: 17px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  margin-top: 140px;
  padding-top: 72px;
  height: 541px;
  margin-left: 30px;
}

.main .wx h2 {
  font-size: 33px;
  font-weight: 600;
  color: #000;
  line-height: 60px;
}

.main .wx p {
  color: #787878;
  font-size: 24px;

}

.main .wx img {
  width: 253px;
  margin-top: 40px;
}

.footer {
  padding: 35px;
  text-align: center;
}

.footer .txt {
  line-height: 33px;
  height: 33px;
  background: url(../images/ico.png) left center no-repeat;
  background-size: 28px 33px;
  padding-left: 35px;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 18px;
  width: auto;
  display: inline-block;
}











