
.nav .active {
	border-bottom: 1px solid #399ad8;
}
.nav .active a{
	color: #399ad8 !important;
}
a:focus, a:hover{
	text-decoration: none;
}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
	/* structural elements 结构元素 */ dl, dt, dd, ul, ol, li,
	/* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th,
td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
	border: 0px;
}

/* 设置默认字体 */
body, button, input, select, textarea {
	font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial",
	"Helvetica", "sans-serif";
	font-size: 14px;
	color: #333;
	/* [disabled]outline:none; */
}

button, input, select, textarea {
	outline: none;
}

html {
	line-height: 1;
}

address, cite, em, var, i {
	font-style: normal;
} /* 将斜体扶正 */
h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 100%;
}

/* 重置列表元素 */
ul, ol, li {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

/* 重置图片元素 */
img {
	border: 0px;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

.bx_fl, .fl {
	float: left;
}

.bx_fr, .fr {
	float: right;
}

.header {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.c10 {
	height: 10px;
	width: 100%;
}

.c20 {
	height: 20px;
	width: 100%;
}

.c30 {
	height: 30px;
	width: 100%;
}

.dis {
	display: block;
	margin: 0px;
	padding: 0;
}

.undis {
	display: none;
	margin: 0px;
	padding: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0
}

.hot .item .img img, .hot .item .pic img {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.hot .item .img img:hover, .hot .item .pic img:hover {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-moz-transform: scale(1.2, 1.2); /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform: scale(1.2, 1.2); /* Opera */
}


/* 头部 log */
.header .logo{
	float: left;
	margin-top: 16px;
}
.header .logo img {
	width: 165px;
	height: 50px;
}

/*nav*/
.nav {
	margin-left: 250px;
	padding-top: 24px;
}

.nav>.menu li {
	float: left;
	height:50px;
	line-height: 50px;
	margin-right: 64px;
}
.nav>.menu li:last-child{
	margin-right:0;
}
.nav>.menu li a {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	cursor: pointer;
	color: #000000;
}

.nav>.menu li.more {
	position: relative;
	margin-right: 0;
}

.nav>.menu li.more:before {
	content: '';
	position: absolute;
	right: -20px;
	top: 13px;
	display: inline-block;
	width: 12px;
	height: 7px;
	background-image: url(http://light.xcsoft.com/r/cms/light/default/images/tubiao.png);
	background-repeat: no-repeat;
	background-position: -10px -69px;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}

.nav>.menu li.more:hover:before {
	background-position: -10px -86px;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}

.nav>.menu li>.menu-child {
	display: none;
	background: #fff;
	filter: alpha(opacity = 90);
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	width: 120px;
	z-index: 9999;
	left: -20px;
}

.nav>.menu li>.menu-child li {
	float: none;
	margin-right: 0;
	line-height: 40px;
	text-indent: 20px;
}

.nav>.menu li.more:hover>.menu-child {
	display: block;
}

/*top-pic*/
.top-pic {
	/*height: 350px;*/
	/*background-size: 100% 100%;*/
	/*background-repeat: no-repeat;*/
}
.top-pic-info {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-style: italic;
	color: #ffffff;
}
.top-pic-info .info-title {
	font-size: 38px;
}
.top-pic-info .info-context {
	margin-top: 19px;
	font-size: 22px;
	line-height: 38px;
}

/* tabs-container */
.tabs-container {
	background-color: #fafafa;
}
.tabs-container .tabs {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	height: 80px;

	font-size: 16px;
	font-style: italic;
	letter-spacing: 0px;
	color: #000000;
}
.tabs-container .tabs .tab {
	padding: 0 33px;
	height: 40px;
	line-height: 40px;
	margin-right: 22px;
	border-radius: 20px;
	cursor: pointer;
}
.tabs-container .tabs .active {
	background-color: #399ad8;
	color: #ffffff;
}

/*footer*/
.footer {
	width: 100%;
	background: #ffffff;
}
.footer-link{
	width: 1200px;
	margin: 0 auto;
}
.fonter_attention{
	text-align: left;
	margin-top: 57px;
}
.fonter_attention a{
	width: 79px;
	height: 20px;
	font-size: 20px;
	color: #5f6464;
	margin-right: 34px;
	cursor: auto;
}
.fonter_scheme,.fonter_product,.fonter_join{
	display:inline-block;
	width: 150px;
	margin-top: 61px;
}
.fonter_scheme span,.fonter_product span,.fonter_join span{
	display:block;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	color: #5f6464;
}
.fonter_scheme a,.fonter_product a,.fonter_join a{
	display:block;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #5f6464;
	margin-top: 18px
}
.fonter_product {
	width:180px;
	margin-left: 104px;
}
.fonter_join{
	margin-left: 90px;
}
.fonter_botton img{
	width: 195px;
	height: 54px;
	margin-left: 310px;
	margin-top: 100px;
}
.copyright p{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #5f6464;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 52px;
	letter-spacing: 0.7px;
}

/*解决方案*/
.bt{
	text-align: center;
}
.bt p:nth-child(1){
	font-size: 28px;
	font-style: italic;
	line-height: 38px;
	margin-top: 110px;
}
.bt p:nth-child(2){
	font-size: 16px;
	line-height: 38px;
	color: #a9a9a9;
}
/* 分页样式  */
.pagebar{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
.pagebar a{
	display:inline-block;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	line-height: 40px;
	margin-right: 10px;
	color: #b3b3b3;
}
.pagebar .num{
	display: inline-block;
}
/* 当前页 */
.pagebar .on{
	background-color: #399ad8;
	color: #ffffff;
}
/*----------------------*/
.fonter_botton a:hover{
	color: #399ad8;
}
/* 页面共有样式  每个页面里居中的标题 */
.title {
	width: 500px;
	text-align: center;
	line-height: 38px;
	letter-spacing: 0px;
}
.title .title-text {
	font-size: 28px;
	line-height: 28px;
	color: #000000;
}
.title .title-hint {
	margin-top: 17px;
	font-size: 16px;
	line-height: 16px;
	color: #a9a9a9;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont-4.7.0.eot');
	src: url('../font/fontawesome-webfont-4.7.0.eot#iefix&v=4.7.0') format('embedded-opentype'),url('../font/fontawesome-webfont-4.7.0.woff2') format('woff2'),url('http://light.xcsoft.com/r/cms/light/default/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('http://light.xcsoft.com/r/cms/light/default/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('http://light.xcsoft.com/r/cms/light/default/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	text-align: center;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-angle-down:before {
	content: "\f107";
}
.zxys ul {
	position: absolute;
	z-index: 99;
	margin-left: 5px;
	margin-top: -6px;
}
.nav .zxys ul li{
	margin: 0;
	float: none;
	height: 30px;
	line-height: 30px;
}
/* 头部二级菜单*/
.list2 ul{
	position: absolute;
	z-index: 9;
}