﻿body {background:#efb47e top center no-repeat;font-family:微软雅黑;}

img { border:none;}
li { list-style:none;}
a {text-decoration:none;}

.modal-content {background:#e1f3fd;}
.modal-body {line-height:3rem;font-size:1.4rem;font-weight:bold;color:#363636;}
.modal-body span {color:red;}
.modal-body h1 {width:100%;height:auto;text-align:center;}
.modal-header {border-bottom:none;color:#679bc5;}
.modal-title {text-align:center;font-weight:bold;font-size:1.8rem;}
.close {color:#e8c573;}
.modal-footer {border-top:none;}
.btn-default {background:#e1f3fd;color:#8c4d31;border:none;}

table {width:90%;height:auto;line-height:6rem;margin:0 auto;text-align:center;margin-top:1rem;color:#470802;font-weight:bold;font-size:1.4rem;}
table th {border:1px solid #d25239;text-align:center;color:#fff;background:#d25239;color:#fff;}
table td {border:1px solid #d25239;width:auto;height:6rem;overflow:hidden;}
table .logo {height:100%;width:auto;}




@media screen and (max-width: 768px){
	
body:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:url(../img/bg.jpg) center 0 no-repeat;
  background-size: cover;
}

.w1200 {width:90%;height:auto;overflow:hidden;padding-bottom:5rem;margin:0 auto;line-height:3rem;font-size:1.4rem;}
.w1200 span {color:red;font-weight:bold;}
.w1200 a {width:45%;height:auto;display:block;cursor:pointer;float:left;margin-left:3%;margin-top:3rem;}
.w1200 a img {width:100%;height:auto;}

.imgbox {max-width:100%;height:auto;margin:0 auto;overflow:hidden;text-align:center;}
.imgbox img {max-width:100%;height:auto;}



}





@media screen and (min-width:768px){
	
.top {background:url(../img/max_top.jpg) top center no-repeat;width:100%;height:500px;}

.center {background:url(../img/center.jpg) top center no-repeat;width:100%;height:auto;overflow:hidden;}

.w1200 {background:url(../img/w1200.png) repeat; width:1200px;height:auto;margin:0 auto;overflow:hidden;padding:40px;line-height:40px;font-size:16px;color:#0F0F0F;}
.w1200 a {width:202px;height:131px;display:block;cursor:pointer;float:left;margin-top:150px;margin-left:30px;}
.w1200 span {color:red;font-weight:bold;}

.fix_ul {background:#b12c1d;width:100%;height:5rem;line-height:5rem;color:#fff;font-size:1.6rem;position:fixed;left:0;top:0;z-index:99;opacity:0.9;object.style.opacity=0.9;}
.fix_ul a {cursor:pointer;color:#fff;float:left;margin-right:30px;color:#fff;font-weight:bold;font-size:1.6rem;float:right;}
.fix_logo {position:fixed;left:4px;top:4px;z-index:100;}

.imgbox {max-width:100%;height:auto;margin:0 auto;overflow:hidden;text-align:center;}
.imgbox img {width:auto;height:auto;}

}


@media screen and (min-width:1200px){
.modal-dialog {width:1000px;}
}