body {background:#f4f1ed;font-family:宋体;overflow-x:hidden;}

img { border:none;}
li { list-style:none;}
a {text-decoration:none;}

.modal-content {background:url(../img/txt_bg.jpg) repeat-y #f4f1ed;background-size:100% auto;;}
.modal-body {line-height:3rem;font-size:1.4rem;color:#cd5b00;}
.modal-body span {color:#548dc7;font-weight:bold;}
.modal-header {border-bottom:none;color:#c3a475;}
.modal-title {text-align:center;font-weight:bold;font-size:1.8rem;}
.close {color:#e8c573;}
.modal-footer {border-top:none;}
.btn-default {background:#f4f1ed;color:#8c4d31;border:none;}

.imgbox {max-width:80%;height:auto;margin:0 auto;overflow:hidden;text-align:center;color:red;font-size:1.4rem;font-weight:bold;color:#548dc7;}
.imgbox img {max-width:100%;height:auto;}


th {border:1px solid #c3a475;border-bottom:1px solid #c3a475; background:#c3a475;color:#050e1d;text-align:center;}
td {border:1px solid #c3a475;padding-left:1rem;padding-right:1rem;color:#cd5b00;}
table span {color:red;}


@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/min_bg.jpg) center 0 no-repeat;
  background-size: cover;
}

.w1200 {width:100%;height:auto;overflow:hide;margin-top:8rem;}
.hh {width:100%;height:5rem;line-height:5rem;font-weight:bold;text-align:center;font-size:2rem;margin-top:2rem;}

.nav {width:100%;height:8rem;overflow:hidden;position:fixed;left:0;top:0;z-index:9;background:#fff;}
.nav_logo {width:auto;height:100%;float:left;overflow:hidden;display:block;margin-left:1rem;}
.nav_logo img {height:100%;width:auto;}
.nav .language {line-height:8rem;font-size:1.6rem;font-weight:bold;float:right;color:#080808;display:block;margin-right:1rem;}
.nav_btn1 {width:auto;height:8rem;line-height:8rem;color:#ff7d00;text-align:center;font-weight:bold;float:right;cursor:pointer;font-size:1.8rem;margin-right:1rem;display:block;}
.nav_btn2 {width:auto;height:8rem;line-height:8rem;color:#ff7d00;text-align:center;font-weight:bold;float:right;cursor:pointer;font-size:1.8rem;margin-right:1rem;display:none;}

.nav_ul {width:100%;height:100%;;position:fixed;left:-100%;top:8rem;display:block;background:#fff;padding-left:0;z-index:9;}
.nav_ul li {width:100%;height:6rem;display:block;text-align:center;}
.nav_ul li a {width:100%;height:6rem;line-height:6rem;display:block;text-align:center;font-size:1.6rem;color:#080808;}
.nav_ul {transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;} 
.nav_ul.on {left:0;}

.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:2rem;overflow:hidden;}
.foot_li {width:100%;height:3rem;display:block;text-align:center;line-height:3rem;margin:0 auto;color:#757575;font-size:1.2rem;}
.foot_bottom {background:#262626;width:100%;height:auto;overflow:hidden;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;}

}


@media screen and (min-width:768px){

.nav {background:url(../img/nav.png) repeat;width:100%;height:100px;font-weight:bold;-webkit-box-shadow: 0 2px 12px 0 rgba(6,6,6,.09);box-shadow: 0 2px 12px 0 rgba(6,6,6,.09);z-index:2;border-radius:0;margin:0 auto;}
.nav.on {background:#fff;width:100%;height:10rem;font-weight:bold;-webkit-box-shadow: 0 2px 12px 0 rgba(6,6,6,.09);box-shadow: 0 2px 12px 0 rgba(6,6,6,.09);position:fixed;top:0;left:0;z-index:2;margin-left:0;border-radius:0;}
.nav {transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;} 
.nav_logo {float:left;display:block;width:auto;height:80px;margin-left:10px;}
.nav_logo img {width:auto;height:80px;margin-top:10px;}
.nav_ul {width:auto;height:80px;display:block;float:right;}
.nav_ul li {float:left;width:100px;height:100px;display:block;position:relative;overflow:hidden;}
.nav_ul li a {width:100px;height:80px;line-height:80px;display:block;margin-top:10px;font-size:16px;color:#0F0F0F;text-align:center;cursor:pointer;}
.nav_ul li a:hover {text-underline:none;}
.nav_ul li i {width:100px;height:3px;background:#ee6a00;position:absolute;bottom:0;left:-100px;}
.nav_ul li i.on {left:0;}
.nav_ul li i {transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;} 
.nav_btn {display:none;}


.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:2rem;overflow:hidden;padding-bottom:2rem;margin-top:30px;}
.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;}


.w1200 {width:1200px;height:auto;margin:0 auto;background:#fff;padding:100px;font-size:14px;line-height:30px;color:#0F0F0F;padding-top:0px;margin-top:30px;}
.w1200 .hh {width:100%;height:100px;line-height:100px;text-align:center;font-size:20px;font-weight:bold;}

}

@media screen and (min-width:1200px){
.modal-dialog {width:1000px;}
}


