@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-family:"Microsoft Yahei";
}

@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
}

.attach,.banner .control-wrapper {
	display: flex;
	flex-flow: row nowrap
}

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
}

.banner,.banner .swiper-container .img-item {
	width: 100%;
	height: 400px
}

header .container .nav-right .nav-right-item.login {
	background: #086da0
}

header .container .nav-right .nav-right-item.register {
	margin-left: 16px;
	background: #64c9ff
}

.banner {
	position: relative
}

.banner .swiper-container .img-item.bg0 {
	background: url(../img/banner0-1.png?v=1) center center no-repeat;
	background-size: cover
}

.banner .swiper-container .img-item.bg1 {
	background: url(../img/banner1.png) center center no-repeat;
	background-size: cover
}

.banner .swiper-container .img-item.bg2 {
	background: url(../img/banner2.png) center center no-repeat;
	background-size: cover
}

.banner .swiper-container .img-item.bg3 {
	background: url(../img/banner3-1.png?v=1) center center no-repeat;
	background-size: cover
}

.banner .control-wrapper {
	position: absolute;
	width: 1200px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 1000;
	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
}

.banner .control-wrapper .banner-btn {
	width: 36px;
	height: 84px;
	cursor: pointer
}

.banner .control-wrapper .banner-btn.banner-btn-left {
	background: url(../img/banner-btn-left.png) center center no-repeat;
	background-size: 100% 100%
}

.banner .control-wrapper .banner-btn.banner-btn-left.active {
	background: url(../img/banner-btn-left-active.png) center center no-repeat;
	background-size: 100% 100%
}

.banner .control-wrapper .banner-btn.banner-btn-right {
	background: url(../img/banner-btn-right.png) center center no-repeat;
	background-size: 100% 100%
}

.banner .control-wrapper .banner-btn.banner-btn-right.active {
	background: url(../img/banner-btn-right-active.png) center center no-repeat;
	background-size: 100% 100%
}

.attach {
	width: 100%;
	height: 70px;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: stretch;
	-webkit-align-items: stretch;
	background: #fff
}

.attach .content-wrapper {
	width: 1200px;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center
}

.attach .content-wrapper .statistics-box {
	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
}

.attach .content-wrapper .statistics-box .statistics-num {
	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;
	margin-left: 10px
}

.attach .content-wrapper .statistics-box .statistics-num .num-item {
	position: relative;
	font-family: jiqi;
	width: 24px;
	height: 38px;
	line-height: 38px;
	font-size: 42px;
	font-weight: 400;
	color: #fff;
	background: #008cd6;
	text-align: center;
	margin-left: 2px;
	overflow: hidden
}

.attach .content-wrapper .statistics-box .statistics-num .num-item:first-child {
	margin-left: 0
}

.attach .content-wrapper .statistics-box .statistics-num .num-item .item-tag-list {
	position: absolute;
	left: 0;
	width: 24px;
	height: 38px;
	top: 0
}

.attach .content-wrapper .statistics-box .statistics-num .num-item .item-tag-list .tag {
	width: 24px;
	height: 38px
}

.attach .content-wrapper .statistics-box .statistics-text {
	margin-left: 14px;
	font-size: 18px;
	font-weight: 700;
	color: #666
}

.attach .content-wrapper .statistics-box .statistics-text.postfix-text {
	margin-left: 8px
}

.attach .content-wrapper .date-box .statistics-text {
	font-size: 18px;
	font-weight: 700;
	color: #666
}

.service {
	width: 100%;
	height: 266px;
	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: center;
	-webkit-align-items: center
}

.service .main-title {
	margin-top: 50px;
	font-size: 28px;
	font-weight: 700;
	color: #3e3e3e
}

.service .sub-title {
	margin-top: 10px;
	font-size: 14px;
	color: #3e3e3e
}

.service .service-box {
	margin-top: 30px;
	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
}

.service .service-box .service-item {
	width: 290px;
	background: #fff;
	padding: 6px;
	margin: 0 5px;
	cursor: pointer
}

.service .service-box .service-item.active {
	box-shadow: 1px 1px 4px 1px rgba(103,103,103,.75)
}

.service .service-box .service-item .item-bg {
	width: 278px;
	height: 170px
}

.service .service-box .service-item .item-bg.bg-safe {
	background: url(../img/service-bg-safe.png) center center no-repeat;
	background-size: 100% 100%
}

.service .service-box .service-item .item-bg.bg-low {
	background: url(../img/service-bg-low.png) center center no-repeat;
	background-size: 100% 100%
}

.service .service-box .service-item .item-bg.bg-claim {
	background: url(../img/service-bg-claim.png) center center no-repeat;
	background-size: 100% 100%
}

.service .service-box .service-item .item-bg.bg-info {
	background: url(../img/service-bg-info.png) center center no-repeat;
	background-size: 100% 100%
}

.service .service-box .service-item .item-btn {
	margin: 20px auto 0;
	width: 170px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer
}

.service .service-box .service-item .item-btn.orange {
	background: url(../img/service-btn-bg-orange.png) center center no-repeat;
	background-size: 100% 100%
}

.service .service-box .service-item .item-btn.blue {
	background: url(../img/service-btn-bg-blue.png) center center no-repeat;
	background-size: 100% 100%
}

.service .service-box .service-item .item-btn.pink {
	background: url(../img/service-btn-bg-pink.png) center center no-repeat;
	background-size: 100% 100%
}

.service .service-box .service-item .item-btn.green {
	background: url(../img/service-btn-bg-green.png) center center no-repeat;
	background-size: 100% 100%
}

.service .service-box .service-item .item-btn p {
	text-align: center
}

.platform {
	position: relative;
	width: 100%;
	height: 1200px;
	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: center;
	-webkit-align-items: center;
	background: url(../img/platform-bg.png) center center no-repeat;
	background-size: 100% 100%
}

.platform .main-title {
	margin-top: 146px;
	font-size: 28px;
	font-weight: 700;
	color: #fff
}

.platform .sub-title {
	margin-top: 10px;
	font-size: 14px;
	color: #fff
}

.platform .platform-box {
	margin-top: 40px;
	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
}

.platform .platform-box:last-child {
	margin-top: 30px
}

.platform .platform-box .platform-item {
	position: relative;
	width: 300px;
	height: 400px;
	border-left: 1px solid #e0e0e0
}

.platform .platform-box .platform-item:first-child {
	border-left: 0
}

.platform .platform-box .platform-item .item-btn {
	position: absolute;
	width: 182px;
	height: 40px;
	line-height: 40px;
	left: 59px;
	top: 300px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer
}

.platform .platform-box .item-style-1 {
	background: url(../img/platform-item-bg-orange.png) center center no-repeat;
	background-size: 100% 100%;
	color: #fff
}

.platform .platform-box .item-style-1 .item-content {
	margin-top: 30px;
	margin-left: 59px
}

.platform .platform-box .item-style-1 .item-content .box1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1
}

.platform .platform-box .item-style-1 .item-content .box2 {
	margin-top: 14px;
	font-size: 28px;
	line-height: 1
}

.platform .platform-box .item-style-1 .item-content .box3,.platform .platform-box .item-style-1 .item-style-3 .item-content .box4,.platform .platform-box .item-style-3 .item-style-1 .item-content .box4 {
	margin-top: 24px;
	font-size: 30px;
	line-height: 1
}

.platform .platform-box .item-style-1 .item-btn {
	background: #fff;
	color: #fb850f
}

.platform .platform-box .item-style-2 {
	background: url(../img/platform-item-bg-blue.png) center center no-repeat;
	background-size: 100% 100%;
	color: #fff
}

.platform .platform-box .item-style-2 .item-btn {
	color: #008cd6
}

.platform .platform-box .item-style-2 .item-content {
	margin-top: 30px;
	margin-left: 59px
}

.platform .platform-box .item-style-2 .item-content .box1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1
}

.platform .platform-box .item-style-2 .item-content .box2 {
	margin-top: 14px;
	font-size: 28px;
	line-height: 1
}

.platform .platform-box .item-style-2 .item-content .box3,.platform .platform-box .item-style-2 .item-style-3 .item-content .box4,.platform .platform-box .item-style-3 .item-style-2 .item-content .box4 {
	margin-top: 24px;
	font-size: 30px;
	line-height: 1
}

.platform .platform-box .item-style-3 {
	background: #fff;
	text-align: center
}

.platform .platform-box .item-style-3 .item-content {
	margin-top: 80px
}

.platform .platform-box .item-style-3 .item-content .box1 {
	font-size: 26px;
	color: #161616;
	line-height: 1
}

.platform .platform-box .item-style-3 .item-content .box2 {
	margin: 18px auto 0;
	width: 140px;
	height: 27px;
	font-size: 18px;
	color: red;
	background: url(../img/platform-item-jmyq-bg.png) center center no-repeat;
	background-size: 100% 100%
}

.platform .platform-box .item-style-3 .item-content .box3,.platform .platform-box .item-style-3 .item-content .box4 {
	margin-top: 50px;
	font-size: 20px;
	color: #666;
	line-height: 1
}

.platform .platform-box .item-style-3 .item-content .box3 .red,.platform .platform-box .item-style-3 .item-content .box4 .red {
	font-size: 40px;
	font-weight: 700;
	color: red;
	vertical-align: sub
}

.platform .platform-box .item-style-3 .item-content .box4 {
	margin-top: 22px
}

.platform .platform-box .item-style-3 .item-content .item-img1 {
	width: 164px;
	height: 82px;
	margin-top: 42px
}

.platform .platform-box .item-style-3 .item-content .item-img2 {
	width: 100px;
	height: 86px;
	margin-top: 22px
}

.platform .platform-box .item-style-3 .item-btn {
	background: #fb850f;
	color: #fff
}

.platform .platform-box .item-style-3 .item-btn a {
	color: #fff
}

.platform .platform-box .item-style-4 {
	background: url(../img/platform-item-claim-bg.png) center center no-repeat;
	background-size: 100% 100%;
	border-left: 0
}

.platform .platform-box .item-style-4 .item-content {
	margin: 60px auto 0;
	width: 240px;
	height: 90px;
	background: rgba(22,22,22,.3);
	text-align: center;
	color: #fff
}


.platform .platform-box .item-style-4 .item-btn {
	background: #008cd6;
	color: #fff
}

.platform .platform-box .item-style-4 .item-btn a {
	color: #fff
}

.platform .platform-box .item-style-4 {
	background: url(../img/platform-item-claim-bg.png) center center no-repeat;
	background-size: 100% 100%;
	border-left: 0
}

.platform .platform-box .item-style-4 .item-content .box1 {
	font-size: 22px;
	padding-top: 22px;
	line-height: 1
}

.platform .platform-box .item-style-4 .item-content .box2 {
	margin-top: 10px;
	font-size: 14px
}

.platform .platform-box .item-style-5 {
	background: #fff
}

.platform .platform-box .item-style-5 .item-content {
	position: relative;
	line-height: 1
}

.platform .platform-box .item-style-5 .item-content .box1 {
	text-align: center;
	font-size: 26px;
	color: #161616;
	line-height: 1;
	padding-top: 46px
}

.platform .platform-box .item-style-5 .item-content .box2 {
	position: absolute;
	top: 154px;
	left: 40px;
	font-size: 16px;
	color: #008cd6;
	font-weight: 700
}


.platform .platform-box .item-style-5 .item-content .box3 {
	position: absolute;
	top: 254px;
	left: 40px;
	font-size: 16px;
	color: #008cd6;
	font-weight: 700
}


.platform .platform-box .item-style-5 .item-content .box4 {
	position: absolute;
	top: 94px;
	left: 95px;
	font-size: 16px;
	color: #008cd6;
	font-weight: 700
}

.platform .platform-box .item-style-5 .item-content .box5 {
	position: absolute;
	top: 94px;
	left: 85px;
	font-size: 16px;
	color: #008cd6;
	font-weight: 700
}

.platform .platform-box .item-style-5 .item-content .box2 .bigger {
	font-size: 28px
}

.platform .platform-box .item-style-5 .item-content .item-img1 {
	position: absolute;
	width: 150px;
	height: 170px;
	top: 220px;
	left: 136px
}

.platform .platform-box .item-style-5 .item-content .item-img2 {
	position: absolute;
	width: 120px;
	height: 196px;
	top: 204px;
	left: 150px
}


.platform .platform-box .item-style-6 {
	background: #fff;
	text-align: center
}

.platform .platform-box .item-style-6 .item-content {
	margin-top: 80px
}

.platform .platform-box .item-style-6 .item-content .box1 {
	font-size: 26px;
	color: #161616;
	line-height: 1
}

.platform .platform-box .item-style-6 .item-content .box2 {
	margin: 18px auto 0;
	width: 140px;
	height: 27px;
	font-size: 18px;
	color: red;
	background: url(../img/platform-item-jmyq-bg.png) center center no-repeat;
	background-size: 100% 100%
}

.platform .platform-box .item-style-6 .item-content .box3,.platform .platform-box .item-style-6 .item-content .box4 {
	margin-top: 50px;
	font-size: 20px;
	color: #666;
	line-height: 1
}

.platform .platform-box .item-style-6 .item-content .box3 .red,.platform .platform-box .item-style-6 .item-content .box4 .red {
	font-size: 40px;
	font-weight: 700;
	color: red;
	vertical-align: sub
}

.platform .platform-box .item-style-6 .item-content .box4 {
	margin-top: 22px
}

.platform .platform-box .item-style-6 .item-content .item-img1 {
	width: 164px;
	height: 82px;
	margin-top: 42px
}

.platform .platform-box .item-style-6 .item-content .item-img2 {
	width: 100px;
	height: 86px;
	margin-top: 22px
}

.platform .platform-box .item-style-6 .item-content .item-img3 {
	width: 164px;
	height: 120px;
	margin-top: 25px
}

.platform .platform-box .item-style-6 .item-btn {
	background: #008cd6;
	color: #fff
}

.platform .platform-box .item-style-6 .item-btn a {
	color: #fff
}


.trends {
	margin-top: 80px;
	width: 100%;
	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: center;
	-webkit-align-items: center
}

.trends .new-trend {
	width: 1200px;
	height: 220px;
	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;
	background: #fff
}

.trends .new-trend .new-trend-bg {
	flex: 1 1 400px;
	height: 100%;
	position: relative;
	background: url(../img/new-trend-bg.png) center center no-repeat;
	background-size: 100% 100%
}

.trends .new-trend .new-trend-bg .new-treng-bg-tips {
	position: absolute;
	top: 25px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #008cd6;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center
}

.trends .new-trend .new-trend-container {
	flex: 1 1 800px;
	height: 220px;
	padding: 0 20px
}

.trends .new-trend .new-trend-container .title-line {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-top: 35px;
	padding-bottom: 8px;
	line-height: 1;
	border-bottom: 1px solid #e0e0e0
}

.trends .new-trend .new-trend-container .title-line .title {
	font-size: 16px;
	font-weight: 700;
	color: #161616;
	cursor: pointer
}

.trends .new-trend .new-trend-container .title-line .date {
	font-size: 14px;
	color: #666
}

.trends .new-trend .new-trend-container .content {
	padding-top: 10px;
	width: 100%;
	height: 130px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
	color: #666
}

.trends .trend-container {
	width: 1200px;
	height: 260px;
	margin-top: 40px;
	margin-bottom: 100px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start
}

.trends .trend-container .trend-box {
	position: relative;
	flex: 0 1 590px;
	height: 100%;
	background: #fff
}

.trends .trend-container .trend-box .trend-icon {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 12px;
	top: 18px;
	background: url(../img/trend-icon.png) center center no-repeat;
	background-size: 100% 100%
}

.trends .trend-container .trend-box .box-head {
	height: 44px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding: 20px 20px 0 30px;
	border-bottom: 1px solid #e0e0e0
}

.trends .trend-container .trend-box .box-head .tabs {
	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
}

.trends .trend-container .trend-box .box-head .tabs .tab-item {
	width: 88px;
	font-size: 16px;
	line-height: 1;
	color: #161616;
	text-align: center;
	border-right: 1px solid #e0e0e0;
	cursor: pointer
}

.trends .trend-container .trend-box .box-head .tabs .tab-item.active {
	color: #008cd6
}

.trends .trend-container .trend-box .box-head .more-link {
	font-size: 14px;
	color: #666;
	cursor: pointer
}

.trends .trend-container .trend-box .box-content {
	display: none;
	height: 216px;
	padding: 20px 20px 20px 30px;
	overflow-y: auto
}

.trends .trend-container .trend-box .box-content.active {
	display: block
}

.trends .trend-container .trend-box .box-content .message-item {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	cursor: pointer;
	margin-bottom: 18px
}

.trends .trend-container .trend-box .box-content .message-item .item-title {
	font-size: 14px;
	color: #161616;
	line-height: 1;
	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
}

.trends .trend-container .trend-box .box-content .message-item .item-title .item-icon {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #008cd6;
	margin: 0 10px
}

.trends .trend-container .trend-box .box-content .message-item .item-date {
	font-size: 12px;
	color: #666
}

.trends .trend-container .faq-box {
	position: relative;
	flex: 0 1 590px;
	height: 100%;
	background: #fff
}

.trends .trend-container .faq-box .faq-icon {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 12px;
	top: 18px;
	background: url(../img/faq-icon.png) center center no-repeat;
	background-size: 100% 100%
}

.trends .trend-container .faq-box .faq-head {
	height: 44px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding: 20px 20px 0 30px;
	border-bottom: 1px solid #e0e0e0;
	margin-left: 16px
}

.trends .trend-container .faq-box .faq-head .head-title {
	font-size: 16px;
	line-height: 1;
	color: #161616
}

.trends .trend-container .faq-box .faq-head .more-link {
	font-size: 14px;
	color: #666;
	cursor: pointer
}

.trends .trend-container .faq-box .faq-content {
	height: 216px;
	padding: 20px 20px 20px 30px;
	overflow-y: auto
}

.trends .trend-container .faq-box .faq-content .faq-main {
	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;
	height: 54px;
	background: #efeaee;
	padding: 0 14px
}

.trends .trend-container .faq-box .faq-content .faq-main .faq-main-icon {
	width: 36px;
	height: 36px;
	background: url(../img/faq-main-icon.png) center center no-repeat;
	background-size: 100% 100%
}

.trends .trend-container .faq-box .faq-content .faq-main .faq-main-content {
	padding-left: 12px
}

.trends .trend-container .faq-box .faq-content .faq-main .faq-main-content p {
	font-size: 14px;
	color: #161616
}

.trends .trend-container .faq-box .faq-content .faq-main .faq-main-content p.bold {
	font-weight: 700
}

.trends .trend-container .faq-box .faq-content .faq-list {
	margin-top: 20px
}

.trends .trend-container .faq-box .faq-content .faq-list .faq-item {
	font-size: 14px;
	color: #161616;
	margin-top: 18px;
	cursor: pointer
}




.partners {
	width: 100%;
	height: 350px;
	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: center;
	-webkit-align-items: center;
	background: #008ed7
}

.partners .main-title {
	margin-top: 50px;
	font-size: 28px;
	font-weight: 700;
	color: #fff
}

.partners .sub-title {
	margin-top: 10px;
	font-size: 14px;
	color: #fff
}

.partners .partners-wrapper {
	margin-top: 40px;
	position: relative;
	width: 1200px
}

.partners .partners-box {
	width: 1060px;
	margin: 0 auto
}

.partners .partners-box .partners-list {
	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
}

.partners .partners-box .partners-list .partner-item {
	width: 158px;
	height: 58px;
	margin-left: 67px;
	cursor: pointer
}

.partners .partners-box .partners-list .partner-item:first-child {
	margin-left: 0
}

.partners .partners-box .partners-list .partner-item.p1 {
	background: url(../img/partner1.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p2 {
	background: url(../img/partner2.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p3 {
	background: url(../img/partner3.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p4 {
	background: url(../img/partner4.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p5 {
	background: url(../img/partner5.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p6 {
	background: url(../img/partner6.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p7 {
	background: url(../img/partner7.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p8 {
	background: url(../img/partner8.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p9 {
	background: url(../img/partner9.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list .partner-item.p10 {
	background: url(../img/partner10.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-box .partners-list+.partners-list {
	margin-top: 26px
}

.partners .partners-btn {
	position: absolute;
	width: 36px;
	height: 84px;
	top: 50%;
	margin-top: -42px;
	cursor: pointer;
	z-index: 1000
}

.partners .partners-btn.partners-btn-left {
	left: 0;
	background: url(../img/banner-btn-left.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-btn.partners-btn-left.active {
	background: url(../img/banner-btn-left-active.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-btn.partners-btn-right {
	right: 0;
	background: url(../img/banner-btn-right.png) center center no-repeat;
	background-size: 100% 100%
}

.partners .partners-btn.partners-btn-right.active {
	background: url(../img/banner-btn-right-active.png) center center no-repeat;
	background-size: 100% 100%
}

@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
}