
/* ====================
     公共样式
     
form,ul,ol,dl,dd,p{margin:0; padding:0;}
li{list-style-type:none;}

==================== */
body{max-width:640px; margin:0px auto;padding:0; color:#404040;  font-family: "微软雅黑",Arial, Helvetica, sans-serif; line-height:160%;}

div{text-align:left;font-family: "微软雅黑",Arial, Helvetica, sans-serif; word-break:break-all; }

:focus{outline:none;}
a,input,button,submit,label{ -webkit-tap-highlight-color:transparent;outline:none;}




h4,h3,h2,h1{margin:0;padding:0}
form,ul,ol,dl,dd,p{margin:0;padding:0 }

img{border:none; max-width:640px;}
a{color:#fff; text-decoration:none;}
a:hover{text-decoration:none;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
.clear{clear:both}
.c {text-align:center;}

@font-face {
    font-family: "sourcehansans";
    src: url("SourceHanSansCN-Normal.eot"); /* IE9 */
    src: url("SourceHanSansCN-Normal.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("SourceHanSansCN-Normal.woff") format("woff"), /* chrome、firefox */
    url("SourceHanSansCN-Normal.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("SourceHanSansCN-Normal.svg#SourceHanSansCN-Normal") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}






.title,.title a {font-size:28px; line-height:35px; color:#303030}
.description,.description a {font-size:18px; line-height:35px; color:#686868; margin-top:10px}





.about{line-height:50px; width:500px; text-align:center;font-size:30px;color:#000000;margin-top:20px;margin-bottom:20px; }
.aboutcontent { line-height:28px; font-size:16px}


.bgindex{
background-image: url(images/home01.jpg?v=1); 
position: fixed;
z-index: -1;
top: 0;
bottom: 0;
right: 0;
left: 50%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
z-index:1;
width: 640px;
margin-left: -320px;

}

.bgreg{
    background-image: url(images/regbg.jpg);
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 1;
    width: 640px;
    margin-left: -320px;
}

.searchbg{
    background-image: url(images/search_bg.jpg);
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 1;
    width: 640px;
    margin-left: -320px;
}


.bodycontent {position:absolute;  width:640px; top:0; left:50%;z-index:99999;margin-left:-320px; }




input, textarea, select, button {
    border: none;
    outline: none;
    background: none;
    background-color: transparent;
}

.search_input {
  width: 640px;
  position: relative;
  top: 0;
  height: 107px;
  background-image:url(images/searchbg.png);
  z-index:99;
  left:50%;
  margin-left:-320px;
  }
  
  .search_input .seach_left {
  
  float: left;
  width: 49px;
  height: 49px;
  margin-left:23px;
  margin-top:23px;

}

.search_input .search_right {
  
  float: left;
  width: 521px;
  height: 49px;
  margin-top:23px;
  background-image:url(images/search01.png);
  margin-left:23px;
  

}
.search_input .search_right span {
  display: block;
  float: left;
}
.search_input .search_right .search_text {
  width: 465px;
}
.search_input .search_right .search_text input {
  width: 455px;
  font-size: 24px;
  line-height: 46px;
  padding-left: 23px;
  color: #8898a8;
  font-family:'微软雅黑';
  
}
.search_input .search_right .search_icon {
  width: 41px;
  height: 41px;
  text-align: right;
  padding-top: 4px;
}


.project_list {
  width: 100%;
  height:100%;

  position:absolute;
  top:0px;
  left:0px;
  z-index:9999;
  
  
  
  /*background-color: #d4d4d3;*/
}

.project_top_bg {
  background-image:url(images/oyy1.jpg);
  width:640px;
  height:110px;
  position:fixed;
  z-index:999;
  top:92px;
  left:50%;
  margin-left:-320px;
  text-align:center

}


.project_list .project_top_bg img {
  margin-top:22px;margin-left:4px;
}
.project_list .projectlist_con {
  width: 100%;
 margin-top:0px;
  /*height: 21rem;
  overflow-y: scroll;*/

}
.project_list .projectlist_con .project_list_state {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}


.project_list .projectlist_con .project_list_state .project_text {
  width: 600px;
  margin: 0 auto;
  padding: 15px 0;  
  margin-top: 17px;
  position: relative;
  border: 1px solid #c6d9e0;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 1px 10px #c9cdcc;
}
.project_list .projectlist_con .project_list_state .project_text p {
  padding: 0 25px;
  line-height: 35px;
  font-weight: bold;
  width:450px;
}
.project_list .projectlist_con .project_list_state .project_text .line_top {
  font-size: 24px;
}
.project_list .projectlist_con .project_list_state .project_text .line_top span {
 

 
  color: #FFFFFF;
  font-size: 16px;
  background-image:url(images/search02.png);
  background-repeat: no-repeat;
  width: 61px;
  height: 30px;
  text-align: center;
  margin-left: 10px;
  line-height: 30px;
  padding:2px 7px 7px 6px;
}


.project_list .projectlist_con .project_list_state .project_text .line_b {
  font-size: 18px;
  font-weight: normal;
}
.project_list .projectlist_con .project_list_state .project_text .project_icon {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 3;
}
.project_list .projectlist_con .project_list_state .project_text .project_icon img {
  height: 40px;margin-left:2px
}
.project_list .projectlist_con .project_list_start {
  /*background: -webkit-linear-gradient(#eff3f4, #ecf1f2);*/
  /* Safari 5.1 - 6.0 */
  /*background: -o-linear-gradient(#eff3f4, #ecf1f2);*/
  /* Opera 11.1 - 12.0 */
  /*background: -moz-linear-gradient(#eff3f4, #ecf1f2);*/
  /* Firefox 3.6 - 15 */
  /*background: linear-gradient(#eff3f4, #ecf1f2);*/
}
.project_list .projectlist_con .project_list_start .project_tit {
  background-color: #eff3f4;
}
.project_list .projectlist_con .project_list_will {
  background: -webkit-linear-gradient(#ecf1f2, #ccdce3);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ecf1f2, #ccdce3);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ecf1f2, #ccdce3);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#ecf1f2, #ccdce3);
}
.project_list .projectlist_con .project_list_will .project_tit {
  background-color: #ecf1f2;
}
.project_list .projectlist_con .project_list_end {
  background: -webkit-linear-gradient(#ccdce3, #a5c4d2);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ccdce3, #a5c4d2);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ccdce3, #a5c4d2);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#ccdce3, #a5c4d2);
}
.project_list .projectlist_con .project_list_end .project_tit {
  background-color: #ccdce3;
}
/*# sourceMappingURL=project.css.map */


div, ul, li, i, p {
    list-style: none;
    font-style: initial;
}

.bgfixed {

	background-image: url(images/list_bg.jpg); 
	    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    
	z-index:1;
	width: 640px;
	margin-left: -320px;
}


.pro_list {
  width: 100%;
  height: 86%;
  overflow-y:auto;
  margin-top: 107px;
  -webkit-overflow-scrolling : touch;
}
.pro_list .pro_con {
  width: 100%;
  padding-top: 56px;
}
.pro_list .pro_con h1 {
  width: 504px;
  padding-left: 57px;
  margin: 0 auto;
  font-size: 30px;
  color: #5c5c5c;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom:2px;
}
.pro_list .pro_con h1 a {
  font-size: 30px;
  color: #5c5c5c;
} 
.pro_list .pro_con .pro_con_list {
  
  
  height: 100%;
  margin:0 auto;
  
  

  

}
.pro_list .pro_con .pro_con_list li {
  width: 521px;
  height: 55px;
  padding: 25px 20px;
  margin:0 auto;
  margin-top:20px;
  
  border: 1px solid #c6d9e0;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 1px 10px #c9cdcc;
  
  
}
.pro_list .pro_con .pro_con_list li .list_icon {
  width: 40px;
  display: block;
  float: left;
  text-align: left;
}
.pro_list .pro_con .pro_con_list li .list_icon img {
  height: 26px;width: 26px;
}
.pro_list .pro_con .pro_con_list li .list_text {
  width: 290px;
  float: left;
  color: #5c5c5c;
}
.pro_list .pro_con .pro_con_list li .list_text p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
}
.pro_list .pro_con .pro_con_list li .list_text p span{
	padding-left:10px;
}
.pro_list .pro_con .pro_con_list li .list_text .border_b {
  border-bottom: 1px solid #5c5c5c;
  width: 100%;
  line-height:24px;
  
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  padding-bottom:5px;
  margin-bottom:5px;
  display: block;
  color: #000;
}
.pro_list .pro_con .pro_con_list li .list_text .border_b i {
  color: #ff0000;
}
.pro_list .pro_con .pro_con_list li .state {
  width: 61px;
  height: 30px;

  text-align: center;
  margin-left: 10px;
  line-height: 30px;
  float: left;
  color: #FFFFFF;
  font-size: 16px;
  background-image:url(images/search02.png);


}
.pro_list .pro_con .pro_con_list li .tips_icon {
  float: right;
  
  
}
.pro_list .pro_con .pro_con_list li .tips_icon span {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.pro_list .pro_con .pro_con_list li .tips_icon  img {
  height: 40px;margin-left:2px
}
 /*.pro_list .pro_con .pro_con_list li .tips_icon .aixin img {
  height: 0.9rem;
 padding-top: 0.1rem;*/
}
.pro_list .pro_con .linear_color {
  background: -webkit-linear-gradient(#ffffff, #b3cfde);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ffffff, #b3cfde);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ffffff, #b3cfde);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#ffffff, #b3cfde);
}
.prodetail_bg {
  width: 100%;
}
.prodetail_bg img {
  width: 100%;
}


.reg1{background: url(images/reg1.jpg) no-repeat;background-position: 0 0px;    width:55px;height:56px;}
.reg2{background: url(images/reg1.jpg) no-repeat;background-position: 0 -61px;    width:55px;height:56px;}
.reg3{background: url(images/reg1.jpg) no-repeat;background-position: 0 -121px;    width:55px;height:56px;}
.reg4{background: url(images/reg1.jpg) no-repeat;background-position: 0 -183px;    width:55px;height:56px;}
.reg5{background: url(images/reg1.jpg) no-repeat;background-position: 0 -240px;    width:55px;height:56px;}
.reg6{background: url(images/reg1.jpg) no-repeat;background-position: 0 -302px;    width:55px;height:56px;}
.reg7{background: url(images/reg1.jpg) no-repeat;background-position: 0 -363px;    width:55px;height:56px;}
.reg8{background: url(images/reg1.jpg) no-repeat;background-position: 0 -425px;    width:55px;height:56px;}
.reg9{background: url(images/reg1.jpg) no-repeat;background-position: 0 -480px;    width:55px;height:56px;}

.reg10{width:55px;height:56px;}




.selecta{width:360px;font-size:22px;color:#000000; border:0px;appearance:none;-moz-appearance:none;-webkit-appearance:none;line-height:56px; height:56px;padding-left:15px;padding-right:15px;
border:2px solid #838282; border-radius:28px; background:#FFFFFF; background: url(images/reg09.png) no-repeat;background-position: top right;
}
.newsbookpic{
		background-repeat:no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    
    
    }
    
.rega {width:500px;margin:0 auto; height:58px;  display:flex; margin-bottom:35px;}
.regb {width:120px;line-height:56px; height:56px; font-size:24px; color:#595757;  margin-top:9px; text-align:center; font-weight:bold;}
.regc {width:360px;line-height:56px; height:56px;  padding-left:20px; margin-top:9px;}
.inputc {width:360px;margin:0 auto; height:56px; line-height:56px; border:2px solid #838282; border-radius:28px; background:#FFFFFF; text-align:left;font-size:22px;padding-left:15px;padding-right:15px; }
.inputd {width:330px;margin:0 auto; height:56px; line-height:56px; border:2px solid #838282; border-radius:28px; background:#FFFFFF; text-align:left;font-size:22px;padding-left:15px;padding-right:15px; }
.inpute {width:280px;margin:0 auto; height:56px; line-height:56px;  background:transparent;font-size:24px;border:0px;}
.inputf {width:360px;margin:0 auto; height:56px; line-height:56px; border:2px solid #838282; border-radius:28px; background:#FFFFFF; text-align:left;font-size:22px; }



.regbb {width:230px;line-height:40px; height:40px; font-size:24px; color:#000000; border-right:1px solid #a0a0a0; margin-top:9px; text-align:center; font-weight:bold;}
.regcc {width:235px;line-height:40px; height:40px;  padding-left:20px; margin-top:9px;}
.regcc input {height:40px; font-size:24px;line-height:30px; width:215px; background:transparent; border:0; font-family:微软雅黑}

.diaochaxuanxiang{
width:495px;
margin: 0 auto;
padding-left:45px;
display:block;
}

.custom-inpbox{
    position: relative;
}
.custom-inpbox input[type="radio"],.custom-inpbox input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    cursor: pointer;
 
}

.anniu{background:url(/themes/xiaomi/images/submit02.png?v=1); width:640px; height:70px; line-height:65px; letter-spacing:2px; font-size:28px; color:#FFFFFF; text-align:center}

.tisha {position:absolute;  z-index:9998; top:0; left:50% ;margin-left:-320px; background:#000000; opacity:0.6; width:100%; height:100%}
.tishb {position:absolute;  z-index:9999; top:50%; margin-top:-150px; left:50% ;margin-left:-220px; background:#ffffff; border:1px solid #b0b0b0;border-radius:15px; width:440px; height:300px}

.anniunew{background:url(/themes/xiaomi/images/submit04.png?v=1); width:260px; height:70px; line-height:65px; letter-spacing:2px; font-size:28px; color:#FFFFFF; text-align:center}
