@charset "utf-8";

/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
	font: 12px/1.5 tahoma, arial, 'microsoft yahei', \5b8b\4f53;
}

input,select,textarea {
	font-size: 100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	empty-cells: show;
	border-collapse: collapse;
}

/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}

/* 去除默认边框 */
fieldset,img {
	border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
	border: 0;
	font-variant: normal;
}

/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol,ul {
	list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
	text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 500;
}

q:before,q:after {
	content: '';
}

/* 统一上标和下标 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:focus {
	outline: none
}

a:active,a:hover {
	outline: 0;
	text-decoration: none;
}

/* 默认不显示下划线，保持页面简洁 */
ins,a {
	text-decoration: none;
}

/* 清理浮动 */
.fc:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fc {
	zoom: 1;
 /* for IE6 IE7 */
}

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
	display: none;
}

html,body {
	min-height: 100%;
	background-color: #ffffff;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* flex */
.flex{
	display: flex;
}
.flex-1{
	flex: 1;
}
.fx-b-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fx-b-s{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.fx-e-c {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.fx-s-c {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.fx-c-s {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.fx-s-s{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.fx-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fx-cl-c-c {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.fx-cl-c-s {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.fx-cl-s-s {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.fx-cl-e-c {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: flex-end;
}


/* font */
.ft-12{
	font-size: 12px;
}
.ft-14{
	font-size: 14px;
}
.ft-16{
	font-size: 16px;
}
.ft-18{
	font-size: 18px;
}
.ft-20{
	font-size: 20px;
}
.ft-24{
	font-size: 24px;
}
.ft-26{
	font-size: 30px;
}
.ft-28{
	font-size: 32px;
}
.ft-cff{
	color: #ffffff;
}
.ft-c49{
	color: #494949;
}
.ft-cff{
	color: #ffffff;
}
.ft-cd9{
	color: #d9d9d9;
}
.ft-ccd{
	color: #cdcdcd;
}
.ft-c0c{
	color: #0c0c0c;
}
.ft-c5b{
	color: #5b5b5b;
}
.ft-c36{
	color: #363636;
}
.ft-c66{
	color: #666666;
}
.ft-c00{
	color: #000000;
}
.ft-cd2{
	color: #d22121;
}
.op7{
	opacity: 0.7;
}

.ft-bgf5{
	background: #f5f5f5;
}
.w-1000{
	width: 1000px;
	margin: 0 auto;
}
.w-1192{
	width: 1192px;
	margin: 0 auto;
}
.padding-100{
	padding: 100px 0;
}

.text-overflow{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/* header  Start */
.header{
    width: 100%;
    height: 114px;
	background: #ffffff;
    z-index: 99;
	position: fixed;
	top: 0;
	border-bottom: 1px #dfdfdf solid;
}
.top{
    width: 1192px;
    margin: 0 auto;
}
.logo{
	width: 336px;
	height: auto;
}
.logo img{
	width: 100%;
}
.nav-wrapper>li{
	width: 110px;	
	height: 114px;
	margin-left: 15px;
	position: relative;
}
.nav-wrapper>li a{
	color: #494949;
	font-size: 16px;
}
.nav-wrapper>li a:active,.nav-wrapper>li a:hover{
	color: #d22121;
}
.nav-wrapper>li.active>a{
	color: #d22121;
}
.nav-wrapper>li.selected>a{
	color: #d22121;
}
.creatMenu {
	width: 100%;
	background: #ffffff;
	padding: 10px 0;
	border-bottom: 1px #cccccc solid;
	position: absolute;
	top: 113px;
	z-index: 98;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
	/* opacity: 0; */
	height: 0;
	display: none;
}
.creatMenu>li.selected>a{
	color: #d22121;
}
.nav-wrapper li.active .creatMenu{
	display: block;
	/* opacity: 1; */
	height: auto;
	transition: all ease-out 0.6s;
	-webkit-transition: all ease-out 0.6s;
	-moz-transition: all ease-out 0.6s;
	-ms-transition: all ease-out 0.6s;
	-o-transition: all ease-out 0.6s;
}
.creatMenu li a{
	display: block;
	padding: 20px 0;
	color: #494949;
	font-size: 15px;	
}

/* header  End */
.banner{
	height: 402px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #edf0f7;
	margin-top: 114px;
}
.index-banner{
	height: 500px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #edf0f7;
}

.menu-icon,.right-ico{
	display: none;
}


@media screen and (max-width: 1026px) {
    .w-1192{
		width: 100%;
	}
	
	.banner{
		height: auto;
		margin-top: 114px;
	}
	.banner img{
		width: 100%;
		height: auto;
	}
	.logo{
		width: auto;
	}
	.logo img{
		height: 55px;
	}
	.menu-icon{
		display: block;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.menu-box{
		display: block;
		opacity: 0;
		background: #333333;
		position: fixed;
		top: 114px;
		right: -100vw;
		width: 100%;
		height: calc(100% - 114px);
		overflow-y: auto;
	}
	.box-ani{
		animation:fadeIn 0.5s ease-out both
	}
	.box--out-ani{
		animation:fadeOut 0.5s ease-out both
	}
	@keyframes fadeIn {
		to { opacity: 1;right: 0;}
	}
	@keyframes fadeOut {
		from { opacity: 1;right: 0;}
		to {opacity: 0; right: -100vw;}
	}
	.nav-wrapper{
		flex-direction: column;
	}
	.nav-wrapper>li{
		height: auto;
		margin-left: 0;
        width: 90%;
		display: block;
	}
	.nav-wrapper>li a{
		color: #ffffff;
		height: 50px;
        width: 100%;
        line-height: 50px;
		position: relative;
		display: block;
		padding: 0;
	}
	.nav-wrapper>li .nav-item{
		border-bottom: 0.5px rgba(255, 255, 255, 0.4) solid;
	}
	.right-ico{
		position: absolute;
		right: 0;
		font-size: 16px;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		z-index: 1;
		color: #ffffff;
	}
	.creatMenu{
		position: relative;
		display: block;
		background: none;
		top: inherit;
        height: auto;
        box-shadow: none;
        border-bottom: 0;
	}
	.creatMenu li{
		margin-left: 20px;
		border-bottom: 0.5px rgba(255, 255, 255, 0.4) solid;
	}
	.logo img{
		height: 100px;
	}
}
@media screen and (max-width: 750px) {
	.header{
		height: 60px;
	}
	.banner{
		margin-top: 60px;
	}
	.menu-box{
		top: 60px;
	}
	.logo img{
		height: 55px;
	}
	.menu-box{
		height: calc(100% - 60px);
	}
	.menu-icon{
		width: 30px;
		height: 30px;
	}

}








