@CHARSET "UTF-8";
/*common*/
html,head,body,div,a,ul,li,iframe{margin: 0;padding: 0;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
body{font-family: 'Microsoft YaHei';background: #fff;font-size: 2.3em;min-width: 480px;}

ul{list-style: none;}
.clear{clear: both;}
.cursor{cursor: pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);}

a{text-decoration: none;}
img{border:0;}


.txt1{font-size: 1.1em;}
.txt2{font-size: 1.0em;}
.txt3{font-size: 0.9em;}
.txt4{font-size: 0.8em;}
.txt5{font-size: 0.7em;}





/*header*/
.header{width:100%;height:102px;border-bottom:3px solid #dd0024;color:#dd0024;background: #fff;overflow: hidden;}

.header .headMenu{height:64px;width:25%;margin:16px 0 16px 0;float:left;overflow: hidden; }
.header .headMenu .headMenuItem{width: 100%;max-width: 65px;margin-left: 20px;}

.header .headerLogo{width:50%;float: left;margin:33px 0 16px 0;overflow: hidden;text-align: center;}
.header .headerLogo .headLogoItem{width:100%;max-width: 162px;margin: 0 auto; }

.header .headPerson{height:64px;width:25%;margin:16px 0 16px 0;float:left;overflow: hidden;text-align: right;}
.header .headPerson .headPersonItem{width: 100%;max-width: 65px;margin-right: 20px;}


/*footer*/
.footer{width:100%;height:106px;background: #eee;position: static;bottom: 0; }
.footer > div{width:73.125%;color:#74715e;margin:auto;}
.footer .telephone{height:39px;min-width:61px;margin:33px -15px 34px 0;float:right;}
.footer .hotline{line-height: 106px;font-size:14px;}
/*container*/
.container{width:100%;color:#959595;}
.content{width:92.5%;margin:auto;}

@media only screen and (max-width: 525px){
	.header .width10p{width:15%}
	.headertitle{width:70%}
	.width80p{width:78%}
	.width20p{width:22%}
}