@charset "UTF-8";

html,img {
	margin: 0;
	padding: 0
}

@font-face {
	font-family:jiqi;src:url(../../font/UnidreamLED.ttf)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display: block
}

header,header .container {
	display: flex;
	flex-flow: row nowrap
}

html {
	font-size: 100%
}

img {
	border: 0
}

input[type=number],input[type=password],input[type=submit],input[type=text],textarea {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	resize: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: none
}

table {
	border-collapse: collapse
}

li,ul {
	list-style: none
}

dfn,em,i {
	font-style: normal
}

a,button,img,input,span,textarea {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	outline: 0;
	text-decoration: none
}

body,html {
	height: 100%;
	width: 100%
}

body {
	background: #f2f2f2
}

@font-face {
	font-family:jiqi;src:url(../../font/UnidreamLED.ttf)
}

header {
	background: #008cd6;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start
}

header .container {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	width: 1200px;
	height: 90px
}

header .container .brand {
	width: 128px;
	height: 42px;
	background: url(../img/brand-v2.png) center center no-repeat;
	background-size: 100% 100%
}

header .container .nav {
	margin-left: 242px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: flext-start;
	-webkit-justify-content: flext-start;
	align-items: center;
	-webkit-align-items: center
}

header .container .nav .nav-item {
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: 4px;
	cursor: pointer
}

header .container .nav .nav-item:first-child {
	margin-left: 0
}

header .container .nav .nav-item.active,header .container .nav .nav-item.current-item {
	background: url(../img/nav-item-active.png) center center no-repeat;
	background-size: 100% 100%
}

header .container .nav .nav-item span {
	font-size: 16px;
	color: #fff
}

header .container .nav-right {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: flex-start;
	-webkit-align-items: flex-start
}

header .container .nav-right .nav-right-item {
	width: 54px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
	cursor: pointer
}

header .container .nav-right .nav-right-item.login {
	background: #086da0
}

header .container .nav-right .nav-right-item.register {
	margin-left: 16px;
	background: #64c9ff
}

.banner-view {
	width: 100%;
	height: 400px;
	background: url(../img/about-us-banner.png) center center no-repeat;
	background-size: auto
}

.img-view {
	width: 100%
}

.img-view.view1 {
	height: 1029px;
	background: url(../img/img-view-about-us-1.png) center center no-repeat;
	background-size: auto
}

.img-view.view2 {
	height: 1129px;
	background: url(../img/img-view-about-us-2.png) center center no-repeat;
	background-size: auto
}

.img-view.view3 {
	height: 705px;
	background: url(../img/img-view-about-us-3.png) center center no-repeat;
	background-size: auto
}

@font-face {
	font-family:jiqi;src:url(../../font/UnidreamLED.ttf)
}

.pannel {
	width: 1200px;
	margin: 30px auto 40px;
	background: #fff
}

.pannel .pannel-header {
	height: 86px;
	padding: 40px 20px 0;
	border-bottom: 1px solid #f2f2f2;
	line-height: 1
}

.pannel .pannel-header .pannel-title {
	height: 24px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-end;
	-webkit-align-items: flex-end
}

.pannel .pannel-header .pannel-title .pannel-border {
	width: 4px;
	height: 24px;
	background: #000
}

.pannel .pannel-header .pannel-title .header1 {
	margin-left: 16px;
	font-size: 24px;
	color: #161616;
	font-weight: inherit
}

.pannel .pannel-header .pannel-title .header2 {
	margin-left: 10px;
	font-size: 16px;
	color: red;
	font-weight: inherit
}

.pannel .pannel-content {
	padding: 20px 40px 70px
}

.form-container {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2
}

.form-container.no-border {
	border-bottom: 0
}

.form-container .form-title {
	font-size: 20px;
	color: #161616;
	font-weight: inherit;
	line-height: 1;
	margin-bottom: 30px
}

.form-container .form-group {
	margin-bottom: 20px
}

.form-container .form-group .label {
	display: inline-block;
	font-size: 20px;
	color: #161616;
	font-weight: inherit;
	line-height: 1;
	margin-bottom: 10px
}

.form-container .form-group .input-wrapper {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start
}

.form-container .form-group .input-wrapper.md {
	width: 265px
}

.form-container .form-group .input-wrapper.long {
	width: 360px
}

.form-container .form-group .input-wrapper.lg {
	width: 550px
}

.form-container .form-group .input-wrapper.column-wrapper {
	display: flex;
	display: -webkit-flex;
	flex-flow: column nowrap;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start
}

.form-container .form-group .input-wrapper.column-wrapper .radio-label {
	margin-bottom: 10px;
	margin-right: 0
}

.form-container .form-group .input-wrapper.column-wrapper .radio-label:last-child {
	margin-bottom: 0
}

.form-container .form-group .input-wrapper input[type=text],.form-container .form-group .input-wrapper select {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #161616;
	font-weight: inherit;
	padding-left: 20px;
	border: 1px solid #c1c1c1;
	margin-left: 6px
}

.form-container .form-group .input-wrapper input[type=text]:first-child,.form-container .form-group .input-wrapper select:first-child {
	margin-left: 0
}

.form-container .form-group .input-wrapper input[type=text]:hover,.form-container .form-group .input-wrapper select:hover {
	border: 1px solid #008cd6
}

.form-container .form-group .input-wrapper textarea {
	width: 100%;
	height: 120px;
	font-size: 14px;
	color: #161616;
	font-weight: inherit;
	padding-left: 20px;
	border: 1px solid #c1c1c1
}

.form-container .form-group .input-wrapper textarea:hover {
	border: 1px solid #008cd6
}

.form-container .form-group .input-wrapper .valid-btn {
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #008cd6;
	font-weight: inherit;
	margin-left: 10px;
	text-align: center;
	flex-shrink: 0;
	border: 1px solid #008cd6;
	cursor: pointer
}

.form-container .form-group .input-wrapper .textarea-tips {
	font-size: 14px;
	color: #666;
	font-weight: inherit;
	margin-bottom: 10px
}

.form-container .form-group .input-wrapper+.input-wrapper {
	margin-top: 10px
}

.form-container .form-group .radio-label {
	font-size: 16px;
	color: #161616;
	font-weight: inherit;
	line-height: 1;
	margin-right: 10px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center
}

.form-container .form-group .file-label,.form-container .form-group .file-upload-wrapper .file-item {
	font-size: 14px;
	color: #666;
	font-weight: inherit;
	line-height: 1;
	flex-flow: row nowrap;
	padding-left: 20px;
	cursor: pointer
}

.form-container .form-group .radio-label input[type=radio] {
	position: absolute;
	left: -9999px;
	visibility: hidden
}

.form-container .form-group .radio-label .radio-icon {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url(../img/input-radio.png) center center no-repeat;
	background-size: 100% 100%
}

.form-container .form-group .radio-label .radio-icon.checked {
	background: url(../img/input-radio-checked.png) center center no-repeat;
	background-size: 100% 100%
}

.form-container .form-group .file-label {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 36px;
	border: 1px dashed #c1c1c1
}

.form-container .form-group .file-label:hover {
	border: 1px dashed #008cd6
}

.form-container .form-group .file-label input[type=file] {
	position: absolute;
	clip: rect(0 0 0 0)
}

.form-container .form-group .file-label .file-icon {
	width: 14px;
	height: 14px;
	background: url(../img/file-icon.png) center center no-repeat;
	background-size: 100% 100%;
	margin-right: 10px
}

.form-container .form-group .file-upload-wrapper {
	display: none;
	margin-bottom: 12px
}

.form-container .form-group .file-upload-wrapper.active {
	display: block
}

.form-container .form-group .file-upload-wrapper .file-item {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 36px;
	border: 1px dashed #c1c1c1
}

.form-container .form-group .file-upload-wrapper .file-item:hover {
	border: 1px dashed #008cd6
}

.form-container .form-group .file-upload-wrapper .file-item .file-icon-delete {
	width: 20px;
	height: 20px;
	background: url(../img/file-icon-delete.png) center center no-repeat;
	background-size: 100% 100%;
	margin-right: 10px
}

.submit-wrapper {
	margin-top: 70px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start
}

.submit-wrapper .btn {
	width: 182px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer
}

.submit-wrapper .btn.btn-submit {
	background: #008cd6;
	font-size: 16px;
	color: #fff;
	font-weight: 700
}

.submit-wrapper .btn.btn-cancel {
	margin-left: 20px;
	background: #fff;
	font-size: 16px;
	color: #008cd6;
	font-weight: 700;
	border: 1px solid #008cd6
}
