/*设置初始样式*/
		body{
			font-size: 14px;
			font-family: "Hiragino Sans GB", "Microsoft YaHei", "宋体", Arial, Tahoma, Helvetica, Geneva, sans-serif;
			color: #494949;
		}
		/*@media screen and (max-width: 1200px) {
			body {
				width: 1200px;
			}
		}*/
		a{
			color: #494949;
			text-decoration: none;
		}

/*公共样式 版芯*/
		.inner {
			width: 1200px;
			margin: 0 auto;
		}
/*首页header部分样式*/
		 .header {
			width: 100%;
			height: 78px;
			background: linear-gradient(left, #5556FF, #5293F6);
            background: -webkit-linear-gradient(left, #5556FF, #5293F6);
            background: -o-linear-gradient(left, #5556FF, #5293F6);
            background: -moz-linear-gradient(left, #5556FF, #5293F6);
		}
		.inner {
			width: 1200px;
			margin: 0 auto;
		}
		.header_c {
			padding-top: 35px;
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
			 
		}
		.header .logo {
			background: url(../images/logo.png) no-repeat;
			-webkit-background-size: 100% 100%;
			background-size: 100% 100%;
			width: 126px;
			height: 42px;
            
		}
		.header .logo a {
			display: inline-block;
			width: 100%;
			height: 100%;
			text-indent: -1000em;
			overflow:hidden; 
		}
		.header .list {
			position:relative;
		}
		.header .list .listbox {
			display: flex;
			display: -webkit-flex;
			width: 200px;
			height: 42px;
			line-height: 42px;
			text-align: center;
			font-size: 20px;
			margin-right: 80px;
			
		} 
		.header .list .listbox a{
			color: #FFF;
		}
		.header .list .listbox .index,
		.header .list .listbox .about {
			flex: 1;
			-webkit-flex:1;
			cursor: pointer;
		}
		.header .list .listbox .cur {
			font-weight: 700;
		}
		.line_bar_index {
			position: absolute;
			bottom: 0px;
			left: 31px;
			width: 38px;
			height: 4px;
			background: #FFF;
			border-radius: 10px;
		}
		.line_bar_about {
			position: absolute;
			bottom: 0px;
			left: 112px;
			width: 70px;
			height: 4px;
			background: #FFF;
			border-radius: 10px;
		}
		
/*footer样式*/
		.footer {
			height: 160px;
			font-size: 16px;
			background: #111232;
			color: #FFF;
		}
		.footer .footer_c {
			display:flex;
			display: -webkit-flex;
		 	padding-top:50px;
		 	justify-content: center;
		 	margin-bottom:10px;
		}
		.qq {
			text-align: center;
		}
 


