﻿body {background:#1a0202;font-family:"微软雅黑";overflow-x:hidden;}

img { border:none;}
li { list-style:none;}
a {text-decoration:none;}
a:hover {opacity:0.7;filter:alpha(opacity=70);}

.modal-content {background:#29261c;}
.modal-body {line-height:4rem;font-size:1.5rem;font-weight:bold;color:#e1dfd9;text-align:center;}
.modal-body h1 {font-size:1.6rem;color:red;}
.modal-body span {color:#c3a475;}
.modal-header {border-bottom:none;color:#e1dfd9;}
.modal-title {text-align:center;font-weight:bold;font-size:1.8rem;}
.close {color:#e8c573;}
.modal-footer {border-top:none;}
.btn-default {background:#29261c;color:#e1dfd9;border:none;}





@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/MinBg.jpg) center 0 no-repeat;
  background-size: cover;
}
	
.Top {width:100%;height:auto;overflow:hidden;}
.Top img {width:100%;height:auto;}	

.Btn {width:50%;height:auto;display:block;margin:0 auto;margin-top:2rem;}
.Btn img {width:100%;height:auto;}

#myCarousel {width:90%;height:auto;margin:0 auto;margin-top:2rem;margin-bottom:10rem;}
#myCarousel img {width:100%:height:auto;}

.footer {display:none;}


}	



@media screen and (min-width:768px){
	
	
.Top {background:url(../img/MaxTop.jpg) top center no-repeat;width:100%;height:346px;max-width:1920px;margin:0 auto;text-align:center;overflow:hidden;}
.MinTop {display:none;}

.Center  {background:url(../img/center.jpg) top center no-repeat;width:100%;height:854px;max-width:1920px;margin:0 auto;text-align:center;overflow:hidden;}

.Btn {width:500px;height:160px;display:block;cursor:pointer;margin:0 auto;margin-top:20px;}

#myCarousel {width:1050px;height:463px;margin:0 auto;margin-top:30px;}

.footer {width:100%;height:auto;background:#262626;-webkit-box-shadow: inset 2px 2px 5px 1px rgba(0,0,0,.08);-moz-box-shadow: inset 2px 2px 5px 1px rgba(0,0,0,.08);box-shadow: inset 2px 2px 5px 1px rgba(0,0,0,.08);padding-top:20px;overflow:hidden;padding-bottom:20px;}
.foot_li {width:33%;height:3rem;display:block;float:left;text-align:center;line-height:3rem;margin:0 auto;color:#757575;font-size:1.2rem;}
.foot_bottom {background:#262626;width:100%;height:3rem;line-height:3rem;color:#818181;font-size:1.2rem;text-align:center;}
.foot_li a {color:#00A0E9;font-size:1.2rem;}
.foot_li .foot_img {width:7rem;height:auto;}
.foot_li a:hover {text-decoration:underline;}

}


