@charset "utf-8";
/* CSS Document */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, input, select, button, textarea, iframe, table, th, td { 
	margin: 0; padding: 0; text-decoration:none; list-style-type:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing: border-box; 
     -ms-box-sizing: border-box; }
a{text-decoration: none;color: #333; outline: none;star:expression(this.onFocus=this.blur());}
a img{border:0px;}
body{  font-family:"微软雅黑";  color:#333; font-size:14px; min-width:1050px;}
button{ font-family:"微软雅黑";outline: none;border: none;cursor: pointer;}
button:focus{outline: none;}
textarea{resize: none;}
/* 弹窗 */
.popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:999;display:none}
.popup_cont{position:relative;top:50%;left:50%;margin-top:-101px;margin-left:-184px;width:367px;height:202px;font-size:18px;color:#fff;background-color:#fff}
.popup_cont_title{height:36px;line-height:36px;background-color:#14b469;padding:0 20px}
.popup_cont_close{background-color:transparent;border:0;outline:none;width:12px;height:11px;margin-top:12px; background:url(../img_change/close.png) no-repeat center center;cursor:pointer}
.popup_cont_text{padding:30px 20px;text-align: center;color:#333;line-height:1.2}
.popup_cont_btn{display:block;width:93px;height:32px;margin:0 auto;color:#fff;font-size:18px;background-color:#14b469}
.popup_code .popup_cont{margin-top:-231px;margin-left:-312px;width:624px;height:429px;background:url(../img_change/banner-code.png) no-repeat center center; ;}
.popup_code .popup_cont>img{width:100%}
.popup_code .popup_cont_close{
  display:block;
  margin:10px auto;
  position: absolute;
  top: 10px;
  right: 18px;
  width: 16px;
  height: 16px;
  background:url(../img_change/close-color.png) no-repeat center center;
  background-size: 100%;
  transition:all .2s
}
.popup_code .popup_cont_close:hover{
  transform:scale(1.1);
  transition:all .2s
}