.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

body {
	background: #f3f3f3;
}

.header {
	background: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header-top-logo img {
	height: 40px;
	margin: 20px 0;
}

.header-top-search {
	position: relative;
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin-top: 25px;
	margin-right: 40px;
	padding: 0 10px;
	border: 1px solid #40a4f2;
}

.header-top-search input {
	width: 210px;
	height: 30px;
	line-height: 30px;
	border: 0;
	outline: 0;
}

.header-top-search .input {}

.header-top-search .search_btn {
	position: absolute;
	top: 0;
	left: 230px;
	cursor: pointer;
}

.header-top-search .search_btn i {
	font-size: 26px;
	color: #40a4f2;
}

.header-top-logoin {
	height: 30px;
	line-height: 30px;
	margin-top: 25px;
}

.header-top-avatar {
	line-height: 80px;
}

.header-top-avatar span {
	margin-right: 15px;
}

.header-top-avatar .avatar {
	width: 40px;
	border-radius: 50%;
	margin-right: 5px;
}

.header-top-logoin a {
	color: #666;
}

.header-top-logoin span {
	color: #999;
	margin: 0 10px;
}

.header-top-logoin a:hover {
	color: #40a4f2;
}

.header-top-search input:focus {}

.header-top {
	height: 80px;
}

.header-nav {
	height: 50px;
}

.header-nav .layui-nav {
	background: #fff;
	margin-left: 200px;
}

.header-nav .layui-nav .layui-nav-item {
	line-height: 50px;
}

.header-nav .layui-nav-child {
	top: 55px;
}

.header-nav .layui-nav .layui-nav-item>a {
	color: #333;
}

.header-nav .layui-nav .layui-nav-item:hover>a {
	color: #01AAED;
}

.header-nav .layui-nav .layui-nav-more {
	display: none;
}

.header-nav .layui-nav-child dd.layui-this {
	background: #40a4f2;
}

.header-nav .layui-nav-child dd.layui-this a {
	color: #fff;
}

.header-nav .layui-nav .layui-this:after,
.header-nav .layui-nav-bar,
.header-nav .layui-nav-tree .layui-nav-itemed:after {
	height: 0;
}

.fullSlide {
	min-width: 1000px;
	position: relative;
	height: 340px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 340px;
}

.fullSlide .hd {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: right;
}

.fullSlide .hd {
	font-size: 0;
}

.fullSlide .hd li {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	margin-left: 6px;
	-webkit-transition: all ease 0.5s;
	cursor: pointer;
}

.fullSlide .hd li.on {
	width: 30px;
	border-radius: 5px;
}

.header-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 380px;
	z-index: 1;
}

.header-left-top {
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	background: #40a4f2;
	color: #fff;
}

.header-left-top i {
	margin-right: 10px;
}

.header-left-content {
	height: 340px;
	background: #f1f1f1;
	position: relative;
}

.header-left-content li:hover .slide {
	display: block;
}

.header-left-content li {line-height: 32px;height: 32px;padding-left: 20px;cursor: pointer;border-bottom: 1px solid #dfdfdf;overflow: hidden;padding-right: 20px;}

.header-left-content li .slide {
	position: absolute;
	top: 0;
	left: 200px;
	width: 380px;
	height: 339px;
	background: #fff;
	display: none;
	border-top: 1px solid #ddd;
}

.header-left-content li .slide-content {
	color: #333;
	line-height: 1.6;
	padding: 20px;
}

.header-left-content li .slide-content span {
	margin: 0 8px;
}

.header-left-content li .slide-content a:hover {
	color: #40a4f2;
}

.header-left-content li:hover,
.header-left-content li:hover i {
	color: #40a4f2;
}

.header-left-content li i {
	margin-right: 5px;
	color: #666;
	font-size: 18px;
}

.s1-left {
	width: 870px;
}

.s1-right {
	width: 280px;
}

.section1 {
	padding-top: 30px;
	overflow: hidden;
	background: #f1f1f1;
	padding-bottom: 50px;
}

.section1 .title {
	font-size: 16px;
	padding-left: 10px;
	border-left: 4px solid #40a4f2;
	line-height: 16px;
	margin-bottom: 15px;
}

.section1 .title a {
	font-size: 12px;
	color: #999;
}

.section1 .title a:hover {
	color: #40a4f2;
}

.s1-left ul {
	overflow: hidden;
}

.s1-left li {
	width: 280px;
	margin-right: 15px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #fff;
}

.s1-left li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.s1-left li:nth-child(3n) {
	margin-right: 0;
}

.s1-left li img {
	width: 100%;
}

.s1-left li h3 {
	line-height: 36px;
	color: #333;
}

.s1-left li h3 {
	line-height: 40px;
	color: #333;
}

.s1-left li .info {
	overflow: hidden;
}

.s1-left li .price span {
	color: #ff5800;
}

.s1-left li .num {
	color: #999;
}

.s1-left li .price small {
	margin-left: 5px;
	color: #999;
	text-decoration: line-through;
}

.s1-right li {
	overflow: hidden;
	padding: 19px 0;
	border-bottom: 1px dashed #e0e0e0;
}

.s1-right li .img {
	width: 140px;
	margin-right: 10px;
}

.s1-right li .img img {
	width: 100%;
}

.s1-right li .des {}

.s1-right li:hover h3 {
	color: #40a4f2;
}

.s1-right li .des h3 {}

.s1-right li .des p {
	color: #999;
	margin-top: 4px;
	font-size: 12px;
}

.footer {
	height: 50px;
	background: #333;
}

.footer p {
	color: #fff;
	line-height: 50px;
}

.header-nav2 {
	background: #40a4f2;
}

.header-nav2 .layui-nav {
	background: #40a4f2;
	margin-left: 0;
	padding: 0;
}

.header-nav2 .layui-nav .layui-nav-item>a {
	color: #fff;
}

.header-nav2 .layui-nav .layui-nav-item:hover>a {
	color: #fff;
}

.select-menu {
	margin: 20px auto;
	padding: 15px 0;
	background: #fff;
	font-size: 12px;
}

.select-menu-panle {
	overflow: hidden;
	padding-top: 10px;
}

.select-menu-panle .name {
	width: 100px;
	text-align: right;
	padding: 5px 0;
}

.select-menu-panle .list {
	width: 1100px;
}

.select-menu-panle .list a {
	float: left;
	display: block;
	margin: 0 0 10px 10px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	cursor: pointer;
	color: #666;
}

.select-menu-panle .list a:hover {
	border: 1px solid #40a4f2;
	color: #40a4f2;
}

.select-menu-panle .list a.on {
	border: 1px solid #40a4f2;
	color: #40a4f2;
}

.list-list {
	background: #fff;
	width: 1160px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}

.list-list ul {
	overflow: hidden;
}

.list-list li {
	width: 275px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.list-list li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.list-list li img {
	width: 100%;
}

.list-list li:nth-child(4n) {
	margin-right: 0;
}

.list-list li h3 {
	line-height: 40px;
	color: #333;
}

.list-list li .info {
	overflow: hidden;
	padding: 0 10px 10px 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.list-list li .price span {
	color: #ff5800;
}

.list-list li .num {
	color: #999;
}

.list-list li .price small {
	margin-left: 5px;
	color: #999;
	text-decoration: line-through;
}

.page-nav {
	text-align: center;
	padding: 50px 0;
	font-size: 0;
}

.page-nav a {
	padding: 4px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 14px;
	margin: 0 3px;
	height: 20px;
	line-height: 20px;
}

.page-nav a:hover,
.page-nav a.on {
	color: #40a4f2;
	border: 1px solid #40a4f2;
}

.kc-info {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

.kc-info .path {
	padding-bottom: 20px;
	color: #666;
}

.kc-info .path a {
	color: #666;
}

.kc-info .info {
	overflow: hidden;
}

.kc-info .info .img {
	width: 320px;
}

.kc-info .info .img img {
	width: 100%;
}

.kc-info .info .content {
	width: 810px;
}

.kc-info .info .content h3 {
	font-size: 22px;
	padding: 10px 0;
}

.kc-info .info .content .buy {
	background: #40a4f2;
	display: block;
	width: 130px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	border-radius: 5px;
}

.kc-info .info .detail {
	color: #666;
}

.kc-info .info .detail span {
	font-size: 16px;
	margin-right: 20px;
}

.kc-info .info .content .buy:hover {
	background: #0c93fc;
}

.kc-list {
	background: #fff;
	margin: 30px 0;
}

.kc-list .layui-tab-title {
	border-bottom: none;
}

.kc-list .layui-tab-brief>.layui-tab-more li.layui-this:after,
.kc-list .layui-tab-brief>.layui-tab-title .layui-this:after {
	border-top: 3px solid #40a4f2;
	border-bottom: 0;
}

.kc-list .layui-tab-brief>.layui-tab-title .layui-this {
	color: #40a4f2;
}

.kc-list .layui-tab-title {
	height: 55px;
}

.kc-list .layui-tab-title li {
	height: 55px;
	line-height: 55px;
	padding: 0 40px;
	font-size: 16px;
}

.kc-list .des {
	line-height: 1.8;
	color: #333;
	padding-bottom: 30px;
}

.kc-list .layui-tab-content {
	padding: 0 30px;
}

.kc-list .lists {
	padding-bottom: 30px;
}

.kc-list .lists li {
	line-height: 40px;
	padding: 0 10px;
}

.kc-list .lists li:nth-child(odd) {
	background: #f3f3f3;
}

.list-list2 {
	padding: 0;
	background: none;
	width: 1200px;
	margin-top: 50px;
}

.list-list2 li {
	width: 224px;
	margin-bottom: 50px;
}

.list-list2 li:nth-child(4n) {
	margin-right: 20px;
}

.list-list2 li:nth-child(5n) {
	margin-right: 0;
}

.list-list2 .title {
	font-size: 16px;
	padding-left: 10px;
	border-left: 4px solid #40a4f2;
	line-height: 16px;
	margin-bottom: 15px;
}

.player-top {
	background: #fff;
	padding: 20px 0;
}

.player-top .path {
	color: #666;
	margin-bottom: 15px;
}

.player-top .path a {
	color: #666;
}

.player-top .title {
	font-size: 22px;
}

.player-video-wrap {
	background: #262A2D;
	padding: 30px 0;
}

.player-video {
	width: 1200px;
	height: 675px;
	margin: 0 auto;
	box-shadow: 0 0 20px #111;
}

.login-top {
	background: #fff;
}

.login-top a {
	display: block;
	line-height: 88px;
}

.login-top img {
	height: 44px;
	padding: 22px 0;
}

.login-content {
	width: 100%;
	height: 600px;
	background-image: url(../img/logo-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.login-box-wrap {
	position: absolute;
	top: 120px;
	right: 60px;
	width: 350px;
}

.login-box {
	width: 300px;
	padding: 25px 25px 23px;
	color: #6c6c6c;
	background: #fff;
	position: relative;
	margin: 0 auto;
}

.login-box .layui-form-pane .layui-form-label {
	width: 40px;
	padding: 0;
	background: #dbdbdb;
	line-height: 38px;
}

.login-box .layui-form-item .layui-input-inline {
	width: 261px;
	margin-right: 0px;
}

.login-title {
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #3c3c3c;
	margin-top: 9px;
	padding-bottom: 8px;
	font-weight: 700;
	margin-bottom: 15px;
}

.login-box .layui-form-pane .layui-input-block {
	margin-left: 0;
}

.login-box .layui-btn {
	width: 100%;
	background: #40a4f2;
}

.login-box .layui-form-pane .layui-form-label i {
	font-size: 22px;
	color: #fff;
}

.login-box .layui-form-item .layui-input-inline.code {
	width: 180px;
	margin-right: 10px;
}

.login-box .layui-form-item .layui-form-mid {
	margin-right: 0;
}

.login-entries a {
	font-size: 12px;
	color: #e52425;
}

.login-entries a i {
	color: #e52425;
}

.login-links {
	margin-top: 25px;
	overflow: hidden;
	text-align: right;
}

.login-links a {
	margin-right: 10px;
	font-size: 12px;
}

.login-links a:hover {
	color: #40a4f2;
}

.login-footer {
	font: 12px/1.5 "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
	color: #666;
	padding-top: 30px;
}

.login-footer .tel {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
}

.login-footer .copyright {
	color: #999;
	margin-top: 10px;
}

.reg-box-wrap {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 510px;
}

.reg-box {
	width: 460px;
	padding: 25px 25px 23px;
	color: #6c6c6c;
	position: relative;
	margin: 0 auto;
	background: #fff;
}

.reg-content {
	width: 100%;
	height: 600px;
	background-image: url(../img/reg-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.reg-box .layui-btn {
	background: #40a4f2;
}

.user {
	margin: 20px 0;
	overflow: hidden;
}

.user-left {
	width: 200px;
}

.user-right {
	width: 920px;
	min-height: 800px;
	background: #fff;
	padding: 0 30px;
}

.user .layui-nav-tree .layui-nav-child dd.layui-this,
.user .layui-nav-tree .layui-this,
.user .layui-nav-tree .layui-this>a,
.user .layui-nav-tree .layui-this>a:hover {
	background: #40a4f2;
}
.user .layui-nav-tree .layui-this a{
	color: #fff !important;
}
.user .layui-nav .layui-nav-item a{
	color: #666;
}
.user .layui-nav-tree .layui-nav-item a:hover{
	background: #eee;
}
.user .layui-nav-tree .layui-nav-bar{
	background-color: #40a4f2;
}
.user .layui-nav{
	background: #fff;
}
.user .layui-tab-brief>.layui-tab-title .layui-this{
	color: #40a4f2;
}
.user .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 3px solid #40a4f2;
}
.user .layui-form-radio i:hover, .layui-form-radioed i{
	color:#40a4f2 ;
}
.user .layui-btn{
	background:#40a4f2 ;
}
