html{font-size: 16px;}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,textarea,a,address,del,dfn,em,img,s,small,strong,sub,sup,i,dl,dt,dd,ol,ul,li,hr,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit	
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}
body{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;font-size:1.2rem;font-family:'Microsoft Yahei','微软雅黑', sans-serif;color:#000000;background-color:#FFFFFF;}

.fl{float:left;}
.fr{float:right;}
ul ,li{list-style-type:none;}
span{font-family:'微软雅黑'}


.header{width:100%;height:60px;background-color: #FFCC00;border-bottom:1px solid #d9a401;}
.header .nav{width:1200px;height:60px;margin:0 auto;}
.nav .logo{width:122px;height: 60px;float: left;margin-right:18px;background: url(../img/logo.png) left center no-repeat;}
.nav .list{width:1000px;height: 60px;float: left;}
.nav .list .item{font-size: 16px;font-weight: bold;width:80px;text-align:center;float: left;line-height:59px;margin-right:50px;cursor: pointer;}
.nav .list .item.selected{border-bottom: 2px solid #000000;}
.nav .weixin{width:38px;height: 60px;float: right;background: url(../img/weixin.png) right center no-repeat;cursor: pointer;}


.footer{height:133px;width:100%;background-color: #000000;}
.footer .footerNav{margin:0 auto;color:#FFFFFF;text-align: center;font-size:16px;padding-top:24px;}
.footer .footerNav span{display: inline-block;width:90px;border-right: 1px solid #FFFFFF;cursor: pointer;}
.footer .footerNav span.borderLess{border:none;}
.footer .about{color: #FFFFFF;text-align: center;font-size:16px;padding-top:24px;} 



.scancontent{width:653px;height:395px;background-color:#FFFFFF; border-radius:10px;position: absolute; top:270px; left:350px;z-index:100;box-shadow: 10px 10px 10px #888888;-moz-box-shadow: 10px 10px 10px #888888;-webkit-box-shadow: 10px 10px 10px #888888;border:1px solid #DDDDDD;}
.scancontent .scanclose{width:42px; height:42px; border-radius:100%; background-color:#fff; position:absolute;  top: -20px; right: -18px;cursor: pointer;box-shadow: 10px 10px 10px #888888;-moz-box-shadow: 10px 10px 10px #888888;-webkit-box-shadow: 10px 10px 10px #888888;}
.scancontent .scanclose .sclose{position:absolute; width:20px; height:20px; background:url(../img/scanclose.png) 0 0 no-repeat;top: 12px; left: 12px;}
.scancontent .scontent{width:520px; height:264px; margin:65px 0 0 60px;}
.scancontent .scontent .scan{float:left; width:264px;}
.scancontent .scontent .scan .scantext{width:264px;  font-size:22px; text-align:center; color:#000;}
.scancontent .scontent .scan .scanimg{width:264px; height:264px; margin-top:13px;}
.scancontent .scontent .scanthrid{float:right;width:213px;}
.scancontent .scontent .scanthrid .thridtext{width:213px;font-size:22px; text-align:center; color:#000;}
.scancontent .scontent .scanthrid .thridbtn{width:213px; height:213px; margin-top:28px; position:relative; background:url(../img/service.png) 0 0 no-repeat;}
.scancontent .scontent .scanthrid .thridbtn .tbtn{width:138px;height:37px; text-align:center; line-height:37px; font-size:16px; color:#fff;cursor: pointer; position:absolute; top:165px; left:38px; background-color:#FF6600; border-radius:100px;}


.footer .footerNav a{color: #FFF;text-decoration: none;}
