
@charset "utf-8";
/* CSS Document */

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{ margin:0px; padding:0px; font-size:12px;font-family:"Microsoft yahei","ºÚÌå";color:#898989;line-height:1; background:#fde5d7;}
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form{ margin:0px; padding:0px;}
input { font-family: "Î¢ÈíÑÅºÚ"; }
ul,li{ list-style:none}
img{border:0px; padding:0px;}
a{ color:#5c5c5c; text-decoration:none}
.clear{ zoom : 1; }
.clear:after { content: ""; display: block; clear: both; }
.fl{ float:left}
.fr{ float:right}
.hidden{display:none;}
h2,h3,h4 { font-weight: normal; }
em { font-style: normal; }

*html{background-image:url(d); background-attachment:fixed;}

body { overflow-x: hidden; }
.wrapper { position: relative; width: 1920px; left: 50%; }
.content { position: relative; width: 1920px; left: -50%; }

.gwc { display: block; width: 279px; height: 75px; line-height: 75px; font-size: 40px; color: #fff; border-radius: 4px; background: #fe5a0d; text-align: center; margin: 0 auto; }
.gwc i { display: inline-block; vertical-align: top; width: 48px; height: 75px; background: url(../images/gwc.png) no-repeat center center; background-size: 100% auto; margin-left: 15px; position: relative; left: 0; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; }
.gwc:hover i { left: 10px; }

.banner { position: relative; }
.banner .gwc { width: 373px; position: absolute; left: 50%; bottom: 123px; margin-left: -186px; }

.main_list { width: 1300px; margin: 0 auto; font-size: 0; text-align: center; }
.main_list li { display: inline-block; vertical-align: top; width: 585px; height: 560px; background: #fff; border-radius: 4px; margin: 0 10px 20px; padding: 14px; box-shadow: 0 0 30px #fbcfb9; }
.main_list li img { width: 100%; }
.main_list li h2 { font-size: 46px; font-weight: bold; color: #8e5f4c; margin-top: 26px; white-space: nowrap; }
.main_list li h3 { font-size: 30px; color: #666666; margin: 4px 0 10px; white-space: nowrap; }
.main_list li p { font-size: 53px; font-weight: bold; color: #fe5a0d; margin-bottom: 8px; }
.main_list li:hover { box-shadow: none; }
