/*--------------------公共部分-----------------*/
/** 公共部分 **/
html{font-size: 62.5%}
*{padding: 0;margin: 0;outline: 0}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; border:0;}
body,button,input,select,textarea{font-family:'Microsoft YaHei';}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul, ol{list-style: none;}
.cc:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
	background-color: #FDC646;
}


.cc2:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
	background-color: #56A2FE;
}

body{overflow-x:hidden;}
html{background:#ffffff;}

.headNav{width:1140px;margin:0 auto;}
.headNav img{width:100%;display:block;}
.d{width:100%;height:10px;background:#3362d6;}
/*底部*/
.divFl{width:668px;height:44px;font-family: MicrosoftYaHei;font-size: 14px;font-stretch: normal;line-height: 32px;letter-spacing: 0px;color: #8693c8;opacity: 0.95;margin: 10px auto;}
.ttp{width:100%;text-align:center;font-weight:normal;padding-bottom:10px;}
.ttp b{font-weight:normal;}
.mk{margin-left:15px;background:#ffffff;color:#8693c8;}
