@charset "utf-8";

img{ border:0px;}
body {
	font-size:12px;
	margin:0;
	padding:0; line-height: 24px;
	color:#666;
	background-color:#fff;font-family:"微软雅黑";
}
.main{width:100px; margin:0 auto; position:relative;}
.clr{clear: both;}
ul,li {margin:0;padding:0;list-style:none;}
A:link {COLOR: #666; TEXT-DECORATION: none;}
A:visited {COLOR: #666; TEXT-DECORATION: none}
A:hover {COLOR:#000; TEXT-DECORATION: none}
A.b:link {COLOR: #da3939; TEXT-DECORATION: underline}
A.b:visited {COLOR: #da3939; TEXT-DECORATION: underline}
A.b:hover {COLOR:#0C82FF; TEXT-DECORATION: none}
input{background:transparent;border:1px solid #cd1314; width: 294px; padding: 0 15px; height: 45px; line-height: 45px; margin:0px; color:#000;list-style:none; margin-top: 15px; font-family:"黑体"; font-size:30px;}
.white {color:#ffffff;}
.red {color:#ec1c24;}
.tc{text-align: center}

.top{background:url("../images/top.png") center top no-repeat;height:600px;}

.bg1{background-color: #fcead9; width: 903px; margin:50px auto; padding-bottom: 20px; overflow: hidden;}
.bg1 ul{padding-left: 20px;}
.bg1 li{width: 286px; height: 94px; float: left; text-align: center; font-size: 22px; color: #4D5D71; padding-top: 110px; line-height: 28px;}
.ico1{background:url("../images/ico1.png");}
.ico2{background:url("../images/ico2.png");}
.ico3{background:url("../images/ico3.png");}

h1{height: 76px; color: #E8413E; line-height: 76px; text-align: center; font-size: 30px;background: linear-gradient(175deg, #FCE6CD,#F7C093); margin: 0px; background-color: #FBD8B8}
.txt{padding: 20px; font-size: 18px; color: #C69C6D;}
.txt2{padding: 20px 20px 0 20px; text-align: center; font-size: 18px; color: #C69C6D;}

.ewm{
    position: absolute;
    left: -35px;
    top: 328px;
}

.server{background:url("../images/server.png"); width: 319px; height: 277px; display: block; margin: 0 auto;}
.bg2{background-color: #E7403E;padding: 1px 0}
.dh{
  -webkit-animation: dh 0.3s linear infinite alternate;
  animation-name: dh 0.3s linear infinite alternate;
}
@-webkit-keyframes dh{
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes dh{
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.footer{text-align:center; font-family:"宋体"; font-size:12px; padding:20px 0;}
