﻿/*common*/
body{ margin: 0;padding: 0;}
body,html{width: 100%;height: 100%;font-size: 16px;color: #666;min-width: 1179px;}
*{text-decoration: none;list-style: none;font-family: "Microsoft YaHei UI"}
img{border: 0px;padding: 0;margin: 0;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{padding: 0;margin: 0;}
h1,h2,h3,h4,h5{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
.clr{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.pointer{cursor:pointer;}
.cl{clear: both;}
a,input,button{ outline:none;border:0}
a{color: #666;}
i,em{font-style:normal}
.wrapper{width:1179px;height:100%;margin:0 auto;}
/*修改后的*/
body,html,div,h1,h2,h3,h4,h5,h6,p,span,a,img,button,input,textarea,ul,li,i,button {
	border: 0;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover,a:active {
	color: #000;
}
/*img {
	display: block;
}*/

@font-face {  
    font-family: 'PingFang Regular';  
    font-weight: normal;  
    font-style: normal;  
}  
#qq_content{
    width: 182px;
    height: 500px;
    position: absolute;
    right: 20px;
    top: 200px;
    font-family: 微软雅黑;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 6px 2px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
}
body {
	font-family: "微软雅黑";
	overflow-x: hidden;
	/*font-family: 'PingFang Regular';*/
	/*font-family: 'PingFang SC','Helvetica Neue',Helvetica,STHeitiSC-Light,WOL_SB,'Segoe UI Semibold','Segoe UI',Tahoma,Helvetica,sans-serif;*/
}
button {
	outline: none;
	cursor: pointer;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fix {
	position: fixed;
}
.flex {
  display: -moz-box;  /* Firefox */   
  display: -ms-flexbox;    /* IE10 */   
  display: -webkit-box;    /* Safari */    
  display: -webkit-flex;    /* Chrome, WebKit */   
  display: flex;
}
.flex1{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
/***********头部header************/
/* 头部 */
.pctopBar {
    width: 100%;
    position:fixed ;
    top: 0;
    z-index: 10;
    /* background: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
 */
}
.pctopBarActive{
	background: #fff;
}
.pctopBar .topbar {
	max-width: 1300px;
	width: 100%;
	padding: 10px 0;
	margin: auto;
	display: flex;
	align-items: center;
}
.pctopBar .deanlogo {
	width: 168px;
	height: 54px;
}
.pctopBar .deannav {
	width: 880px;
	overflow: hidden;
	margin-left: 70px;
}
.pctopBar .deannav>ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pctopBar .deannav>ul>li{
	height: 60px;
	position: relative;
}
.pctopBar .deannav>ul>li>a{
	color: #fff;
	font-size: 20px;
	height: 65px;
	line-height: 65px;
	transition: all 0.2s linear;
	cursor: pointer;
}
.pctopBar .deannavColor{
	color: #000 !important;
}

.pctopBar .deannav>ul>li>a:hover{
	color: #ec6e17 !important;
}

/* 注册登录 */
.topbarSign{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-left: 5%;
	width: 198px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 16px;/*px*/
	overflow: hidden;
}
.topbarSign .register{
	width: 100px;
	text-align: center;
	background: inherit;
	cursor: pointer;
	color: #fff;
}

.topbarSign .login{
	background: #fff;
	width: 100px;
	text-align: center;
	transition: all .4s;
	color: #02CC83;
	cursor: pointer;
	padding-top: 1px;
}
.barcom{
	border: 1px solid #EF6D1A;
}
.barcom .register{
	color: #EF6D1A;
}
.barcom .login{
	background: #EF6D1A;
	color: #fff;
}

/* 头部下拉设置 */
.product{
	width: 100%;
	height: 0;
	background: #fff;
	box-shadow: 0px 10px 6px -10px #eee;
	overflow: hidden;
	transition: all .3s;
}
.productActive{
	height: 262px;
	overflow: visible;
}
.product_cont{
	width: 1150px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}
.product_cont li{
	width: 18%;
	display: flex;
	padding: 20px;
	cursor: pointer;
	margin-right: 48px;
	margin-bottom: 30px;
}
.product_cont li a{
	display: flex;
	color: rgb(102,102,102);
}
.product_cont li img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.product_cont_com>p:first-child{
	font-size: 15px;/*px*/
	font-weight: bold;
	margin-top: -5px;
}
.product_cont_com>p:last-child{
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.product_cont li:nth-child(4n){
	margin-right: 0;
}
.product_cont li:hover{
	background: #f7f8fa;
}
.back-to-top-acitve{
    background: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
}



.m_solve{
	/*width: 1200px;*/
}
.dropdown .m_fun_center>li{
	/*height: 10px;*/
	cursor: pointer;
	line-height: 0;
	padding: 25px 0;
	border-bottom: 1px solid #EDEDED;
}
.dropdown .m_fun_center>li:last-child{
	border-bottom: none;
}
.dropdown .m_fun_center>li p{
	text-align: center;
}
.dropdown .m_fun_center dl dt{
	width: 300px;
	font-size: 16px;
	color: #333;
}
.dropdown .m_fun_center dl dd{
	font-size: 12px;
	color: #999;
}
.fixed{
    position: fixed;
    top: -80px;
    z-index: 20;
    box-shadow: 0px 3px 15px -5px #ccc;
}



/*顶端进度条*/
.load-wrap{width:100%;height:2px;position:absolute;top:0;left:0;background:#fff}
#pre-load{position:fixed;top:0;height:2px;background:#4ab66d;transition:opacity 3s linear}

/*hover 效果*/
.btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background: #fdfdfd  !important;
	color: #6b6b6b;
}
.btn-default{
	background: #fdfdfd  !important;
	color: #6b6b6b;
	border:1px solid #efefef !important;
	outline: none;
}
.btn-default:hover{
	background:#f7f7f7  !important;
}
.btn-default:active{
	background: #e9e9e9  !important;
	outline: none;
	border:1px solid #e9e9e9 !important;
}

/*左侧悬浮框*/
.left-xf{
	position: fixed;
	left: 10px;
	top: 50%;
	margin-top: -160px;
	width: 200px;
	height: 330px;
	text-align: center;

}
@keyframes move{
	0%{}
	50%{transform: translateX(-20px);transform: translateY(-20px)}
	100%{}
}
.left-xf a{
	background: url(http://www.cqkundian.com/template/dean_energy_161222/farm/img/left-xf.png) no-repeat;
	display: block;
	width: 200px;
	height: 330px;
	position: relative;
}
.left-xf .point{
	position:absolute;
	right: 60px;
	bottom: 5px;
	animation: move1 0.5s ease-in-out infinite;
}
.left-xf .pre{
	width: 127px;
	height: 60px;
	margin: 170px auto;
	animation: move2 0.5s ease-in-out infinite;
}
@keyframes move1{
	0%{}
	50%{transform: translateX(-5px);transform: translateY(-5px)}
	100%{}
}
@keyframes move2{
	0%{}
	50%{transform:scale(0.9,0.9);}
	100%{}
}


.qq_content a,.qq_content img{border:0;}
.qq_content img{vertical-align:middle;width: 120px;
    height: 120px;
}
.qq_content p {
	margin: 0;
	padding: 0;
}
#qq_content .qqicon {
	font-size: 24px;
    margin: 10px 0 0 18px;
    color: #4ab66d;
}
.top {
	width: 182px;
	height: 56px;
	position: relative;
	text-align: center;
}
.top .refer {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
}
.service {
	border-bottom:  1px solid #e8e8e8;
}
.service .p{
	width: 100%;
	height: 43px;
	display: flex;
}
.service .p:hover{
	background: #f5f7f9;
}
.service img {
	vertical-align: middle;
	margin: auto;
	display: inline-block;
	width: 24px;
	height: 22px;
	padding-left: 20px;
}
.service a{
	display: inline-block;
	width: 120px;
	height: 43px;
	font-size: 14px;
	color: #5d5959;
	padding-left: 15px;
	line-height: 43px;
}
.wx_service {
	height: 42px;
	color: #666;
	line-height: 42px;
	text-align: center;
	/*border-bottom:  1px solid #e8e8e8;*/
	font-size: 14px;
}
.richScan {
	text-align: center;
	padding-bottom: 20px;
	font-size: 14px;
	color: #FF8000;
	line-height: 32px;
	border-bottom:  1px solid #e8e8e8;
}
#image2 {
	margin-top:10px;
}
.phone_number {
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	color: #4ab66d;
	border-bottom:  1px solid #e8e8e8;
	margin-top: -10px;
}
.phone_number p:hover{
	background: #f5f7f9;
}
.bottom{
	height: 77px;
	border-bottom:  1px solid #e8e8e8;
}
.bottom div {
	float: left;
	text-align: center;
}
.bottom div p {
	color: #666;
	font-size: 14px;
	line-height: 32px;
}
.bottom .code{
	padding-top: 10px;
	width: 94px;
	border-right: 1px solid #e8e8e8;
	position: relative;
	padding-bottom: 2px;
	cursor: pointer;
}
.back_top {
	cursor: pointer;
}
.back_top icon,.code icon {
	color: #4ab66d;
}
.code icon,.back_top icon {
	font-size: 30px;
}
.code_show {
	width: 150px;
	height: 150px;
	padding: 5px 0 10px 0;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	background: #fff;
	text-align: center;
	border: 1px solid #e8e8e8;
	left: -180px;
	top: -45px;
	display: none;
}
.code_show img {
	margin-top: 5px;
}
.code_show p {
	line-height: 30px;
}
.code_show::after {
	content: '';
	right: -9px;
	top: 75px;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	transform: rotate(45deg);
}
.code:hover{
	background: #f5f7f9;
}
.code:hover .code_show {
	display: block;
}
.bottom .back_top {
	width: 85px;
	padding-top: 10px;
	border-left: 1px solid #f7f7f7;
	padding-bottom: 2px;
}
.back_top:hover{
	background: #f5f7f9;
}
.back_home {
	display: inline-block;
	width: 100%;
	height: 54px;
	font-size: 14px;
	line-height: 42px;
	color: #666;
	text-align: center;
	padding-top: 10px;
}
.back_home:hover{
	background: #f5f7f9;
}
.close_con{
    position: absolute;
    top: -30px;
    right: -4px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    color: #666;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.08);
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}
.fuchuang{
	width: 70px;
	height: 220px;
	position: absolute;
	left: -74px;
	top: 186px;
	display: none;
	cursor: pointer;
	border-radius: 35px;
	background: #fff;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	padding-top: 10px;
}
#qq_content .fuchuang .threelogo {
	width: 100px;
    height: 86px;
    position: absolute;
    top: -62px;
    left: -8px;
}
.fuchuang icon {
	display: block;
	font-size: 40px;
	text-align: center;
	margin: 10px 0;
	color: #4ab66d;
}
.fuchuang icon:hover {
	color: #459bf0;
}
.fuchuang .online {
	padding-top: 30px;
    margin-bottom: 18px;
}
.fuchuang .online,.fuchuang .go_top {
	font-size: 13px;
	color: #333;
	text-align: center;
}
.go_top {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

/*==============================================================================*/
.header .nav .nav_ul .dropdown .fun_center>li a:hover{
	color: #00aeff;
}
/*新版导航*/
.dropdown .m_fun_center{
	width: 178px;
	z-index: 10;
	display: none;
	position: absolute;
	top: 80px;
	left: 54%;
	margin-left: -115px;
	box-shadow: 0px -2px 14px rgba(0,0,0,0.06);
	justify-content: center;
	background: rgba(74,182,109,.6);
}
.dropdown .m_fun_center dd a{
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dropdown .product{
	width: 179px;
}

/*.dropdown .m_fun_center>li{
	float: left;
	padding: 24px 12px 24px 20px;
	margin: 36px 30px;
}*/
/*.dropdown .m_fun_center>li:hover {
	background: #f8f8f8;
}*/

.dropdown .m_fun_center>li>dl>dt{
	font-size: 16px;
	line-height: 16px;
	color: #333;
	font-weight: 600;
	width:100%;
	position: relative;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
}
.dropdown .m_fun_center > li > dl > dt .iconfont {
	transform: rotate(-90deg);
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061616997868383e-16, M12=1, M21=-1, M22=3.061616997868383e-16, SizingMethod='auto expand')";
	color: transparent;
}
.dropdown .m_fun_center>li a:nth-of-type(1){
	color: #fff;
	width: 150px;
	font-size: 15px;
}
.dropdown .m_fun_center>li>dl>dd{
	width: 100%;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 16px;
}
.dropdown .m_fun_center>li>dl>dd>a{
	text-align: left;
	display: block;
	color: #333;
	position: relative;
}
.new {
	padding: 0 7px 0 4px;
	width: 32px;
	height: 18px;
	background: #FF8000;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 4px;
	font-style: italic;
	transform: scale(0.7);
}
.new:before{
	content: "";
	border-left: 4px solid #ff8000;
	border-bottom: 3px solid #ff8000;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 4px;
	left: -3px;
	z-index: 99;
	transform: rotate(45deg);
}
.dropdown .m_fun_center>li>dl>dd>a.orange{
	color: #f57402;
	font-weight: 600;
}
.dropdown .m_fun_center>li>dl>dd>a.orange:hover{
	color:#00aeff;
}
/****************************************适应屏幕*******************************************/
@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.header ul li {
		padding-right: 35px !important;
	}
	.header .logo {
		width: 350px;
	}
	.header div ul li:nth-of-type(1) {
		padding-left: 30px !important;
	}
	.dropdown .m_fun_center {
	    width: 164px;
	    z-index: 10;
	    display: none;
	    position: absolute;
	    top: 80px;
	    left: 89%;
	    margin-left: -115px;
	    box-shadow: 0px -2px 14px rgba(0,0,0,0.06);
	    justify-content: center;
	    background: rgba(74,182,109,.5);
	}
	.bg_box img {
    	width: 100%;
    	height: 415px;
	}
	.banner_box{
		height: 415px !important;
	}
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
	.header ul li {
		padding-right: 0px !important;
	}
	.header .logo {
		width: 280px;
	}
	.header img {
		width: 180px;
		margin-top: 5px !important;
	}
	.header div div:nth-of-type(2) {
		padding-right: 0 !important;
	}
	.dropdown .m_fun_center {
	    width: 164px;
	    z-index: 10;
	    display: none;
	    position: absolute;
	    top: 80px;
	    left: 89%;
	    margin-left: -115px;
	    box-shadow: 0px -2px 14px rgba(0,0,0,0.06);
	    justify-content: center;
	    background: rgba(74,182,109,.5);
	}
	.bg_box img {
    	width: 100%;
    	height: 415px;
	}
	.banner_box{
		height: 415px !important;
	}
}

/*html body .dropdown .m_fun_center.fouritem>li{
	margin: 36px 10px;
}*/
/* 底部 */
/* 底部 */
#Footer {
    width: 100%;
    /* height: 300px; */
    position: relative;
    margin-bottom: -10px;
}
#Footer .foter {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -600px;
}
#Footer .foter .foterwdt {
	width: 1200px;
	margin: auto;
	color: #fff;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#Footer .foter .foterwdt .foterwdtlist {
	width: 280px;
}
#Footer .foter .foterwdt .foterwdtlist> div {
	margin-top: 20px;
}
#Footer .foter .foterwdt .foterwdtlist li {
	line-height: 35px;
	font-size: 15px;
	color: #eee;
}
#Footer .foter .foterwdt .foterwdtlist li a {
	color: #eee;
}
#Footer .foter .foterwdt .foterwdtlist li a:hover {
	color: #f06d18;
}
#Footer .foter .foterwdt .foterwdtlist> p {
	font-size: 18px;
	margin-bottom: 20px;
}
#Footer .foter .foterwdt .foterwdtlist> img {
	width: 168px;
	height: 44px;
}
#Footer .foter .foterwdt .foterwdtlist:first-child {
	text-align: left;
	width: 380px;
	margin-top: -15px;
}
#Footer .foter .foterwdt .foterwdtlist:first-child> div {
	margin-left: 5px;
	font-size: 14px;
	letter-spacing: 1px;
}
#Footer .foter .foterwdt .foterwdtlist:last-child img {
	width: 140px;
	height: 140px;
}
#Footer .deanftbottom {
	background: #172533;
	color: #999;
	height: 45px;
	line-height: 45px;
}
#Footer .deanftbottom .deanw1180 {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
}
#Footer .deanftbottom .deanw1180 a {
	font-size: 14px;
	color: #aaa;
}
#Footer .deanftbottom .deanw1180 a:hover {
	color: #f06d18;
}

/* 核心功能 */
.plantingcore{
	width: 100%;
	background-color: #ffffff;
}
.plantingcore .industry_function_left {
	width: 1040px;
	height: 260px;
	margin: 0px auto;
	padding: 40px 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.plantingcore .industry_function_text {
	width: 420px;
}
.plantingcore .industry_function_text_name {
	font-family: PingFang-SC-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 40px;
}
.plantingcore .industry_function_text_content {
	margin-top: 28px;
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}
.plantingcore .industry_function_right {
	width: 1040px;
	height: 260px;
	margin: 40px auto 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.plantingcore .industry_function_img_r {
	width: 480px;
}
.plantingcore .industry_function_text_r {
	width: 420px;
}
.plantingcore .industry_last_div{padding-bottom: 65px;}

/* adoptcom */
.Adoptcom_wlw{
	width: 1150px;
	margin: auto;
	padding-bottom: 30px;
}
.Adoptcom_wlw_title{
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin: 68px 0 26px;
}
.Adoptcom_wlw_desc{
	font-size: 24px;
	color: #666;
	text-align: center;
	margin-bottom: 110px;
}
.Adoptcom_wlw ul{
	display: flex;
	justify-content: space-between;
}
.Adoptcom_wlw_item{
	width: 25%;
	text-align: center;
}
.Adoptcom_wlw_item .wlw_img{
	width: 228px;
	height: 173px;
	margin-bottom: 34px;
}
.Adoptcom_wlw_item .wlw_title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 19px;
}
.Adoptcom_wlw_item .wlw_desc{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	letter-spacing: 2px;
}
.Adoptcom_list{
	width: 100%;
	height: 630px;
	background: #f5f9ff;
}
.Adoptcom_list_item{
	width: 1150px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 90px;
}
.Adoptcom_list_item .item_cont_lf{
	margin-right: 60px;
}
.Adoptcom_list_item .item_cont_lf>p:nth-child(1){
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 25px;
}
.Adoptcom_list_item .item_cont_lf>p:nth-child(2){
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 35px;
	font-weight: bold;
	color: #484848;
	padding-bottom: 40px;
}
.Adoptcom_list_item .item_cont_lf>p:nth-child(3){
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #0b83e5;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 2px;
	transition: all .3s;
}

.Adoptcom_list_item .item_cont_lf>p:nth-child(3):hover{
	background: #0a90ef;
}
.Adoptcom_list_item_rt{
	width: 600px;
	height: 400px;
}
.Adoptcom_listbg{
	width: 100%;
	background: #fff;
	height: 600px;
}
.Adoptcom_listbg_item{
	width: 1150px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 90px;
}
.Adoptcom_listbg_item .item_cont_lt{
	width: 605px;
	height: 410px;
}

.Adoptcom_listbg_item .item_cont_rf{
	margin-left: 60px;
}
.Adoptcom_listbg_item .item_cont_rf li{
   display: flex;
   align-items: center;
   margin-bottom: 50px;
}
.Adoptcom_listbg_item .item_cont_rf li img{
   width: 90px;
   height: 90px;
}
.Adoptcom_listbg_item .item_cont_rf li .rf_text>p:first-child{
	color: #0B83E5;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 15px;
}
.Adoptcom_listbg_item .item_cont_rf li .rf_text>p:last-child{
	font-size: 15px;
	color: #8f8f8f;
	line-height: 24px;
}
.Adoptcom_listbg_item .item_cont_rf li:last-child{
	margin-bottom: 0;
}

/* 智慧种植swiper */
.liveswiper{
	width: 100%;
	padding: 30px 0;
	background: #fff;
}
.liveswiper_swiper{
	width: 1200px;
	margin: 20px auto;
	display: flex;
}
.liveswiper_swiper ul{
	width: 275px;
}
.liveswiper_swiper_item{
	width: 80%;
	height: 100px;
	padding: 18px 28px;
	border-bottom: 1px solid #EAEAEA;
	cursor: pointer;
	background: #FAFBFD;
}
.liveswiper_swiper_item>div:first-child{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.liveswiper_swiper_item>div:first-child>p:last-child{
	color: #fff;
	transform: rotate(-90deg);
}
.liveswiper_swiper_item>div:last-child{
	width: 223px;
	font-size: 14px;
	line-height: 32px;
}
.liveswiper .active{
	background: #EF6D1A;
	color: #fff;
}
.liveswiper_swiper_item:last-child{
	border-bottom: none;
}
.liveswiper_swiper_img{
	width: 950px;
	height: 684px;
	/* display: none; */
}
.liveswiper .is_active{
	display: block;
}


