/*初始化*/
@charset "utf-8";
body{ font:14px/1.5 "微软雅黑", Roboto, Arial,sans-serif; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family:"Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial,sans-serif; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p { 
	max-height: 999999px; 
	color: #333333;
}	
a{
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	text-decoration:none; 
}
.clearfix{ 
		clear:both;
}
div{
	margin:0;
	padding: 0;
}
body{
	    overflow:scroll;
	    overflow-x:hidden;
}
img{
	vertical-align:middle;
}
i {
    font-style: normal;
}
.y_1200{
	width: 1200px;
	margin: 0 auto;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border:none;outline:medium;
}
input::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}
*{
	box-sizing: border-box;
}
.l{
	float: left;
}
.r{
	float: right;
}
input[type="radio" i] {
    margin: 0px;
}
input[type="checkbox" i] {
    margin: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
/*底部*/

.footer_box_two{
	width: 100%;
	margin: 0 auto;
	background: #1c1f21;
	padding: 27px 0px;
}
.footer_two_left_1{
	overflow: hidden;
	margin-bottom: 8px;
}
.footer_two_left_1>li{
	float: left;
	margin-right: 30px;
}
.footer_two_left_1>li>a{
	color: #c8cdd2;
	font-size: 12px;
}
.footer_two_left_1>li>a:hover{
	color: #FFFFFF;
	transition: all 0.2s;
}
.footer_two_left_2{
	font-size: 14px;
	color: #787d82;
	
}
/*顶部*/
.header{
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	line-height: 30px;
}
.head{
	width: 1200px;
	margin: 0 auto;
	color: #666;
	font-size: 12px;
}
.head_left{
	float: left;
}
.head_right{
	float: right;
}
.head_right a{
	color: #666666;
	font-size: 12px;
}
.head_right li{
	float: left;
}
.head_right li:nth-of-type(1) a{
	margin-right: 50px;
}
.head_right li:nth-of-type(1) a:hover{
	text-decoration: underline;
	color: #00c1de;
}
/*导航*/
.nav_box{
	width: 100%;
	margin: 0 auto;
}
.nav{
	width: 1200px;
	margin: 0 auto;
}
.nav_left{
	float: left;
	line-height: 80PX;
}
.nav_right{
	float: right;
}
.nav_right li{
	float: left;
	margin-right: 36px;
}
.nav_right li:last-child{
	margin-right: 0px;
}
.nav_right li a{
	line-height: 80px;
	font-size: 16px;
	color: #333333;
}
.nav_right li a:hover{
	color: #1976d2;
}