h6,
.h6 {
	font-size: 16px;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

em {
	font-style: normal;
	color: #b1182c;
}

.m0 {
	margin: 0px!important;
}

* {
	color: #353535;
	margin: 0px;
	padding: 0px;
}

.w1150 {
	width: 1200px;
	margin: 0px auto;
}

.bn {
	border: none!important;
}

ul,
li {
	list-style: none;
}

body {
	margin: 0px;
	padding: 0px
}

.banner {
	width: 100%;
	height: 680px;
	background: url('../images/banner.jpg')no-repeat center;
	/*margin-top: 128px;*/
}

.banner-btn {
	width: 550px;
	height: 80px;
	margin: 0px auto;
	margin-top: 500px;
}

.banner-btns {
	padding: 0px 40px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 26px;
	color: #a92224;
	font-weight: bold;
	background: rgb(250, 93, 25);
	background-size: 100% 100%;
	border-radius: 100px;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.7s ease 0s;
}
.btn2{
	background: none;
    border: 2px solid rgb(250, 93, 25);
}
.banner-btns:hover {
	    transform: scale(1.1);
}
.banner-btns a{
	color: #fff;
}
.clearfix{
	clear: both;
	overflow: hidden;
}

/*page1*/
.page1{background: url(../images2020/bg.jpg) repeat-y center top;margin: 50px 0;}
.page1 .content .txt{padding-bottom:50px;line-height: 24px;text-indent: 22px;}
.page1 .content .txt span{color:#b564fc;}
.page1 .content ul li{background: url(../images/page1_line.png) no-repeat right center;float: left;width: 33.3%;text-align: center;}
.page1 .content ul li h6{color:#7c62ff;font-size: 24px;line-height: 160%;}
.page1 .content ul li.last{background: none;}


/* part7.css */
.part7 {
  width: 100%;
  height: 650px;
  background: url(../images/part7-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.part7 .container {
  height: 100%;
  box-sizing: border-box;
  padding-top: 115px;
  text-align: center;
}
.part7 .head {
  margin-bottom: 8px;
}

.part7 .text-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}
.part7 .text-content .content-all {
  width: 395px;
  height: 406px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 162px;
  margin-right: 10px;
}
.part7 .text-content .content1 {
  background: url(../images/part7-img1.png) no-repeat center;
  background-size: 100% 100%;
}
.part7 .text-content .content2 {
  background: url(../images/part7-img2.png) no-repeat center;
  background-size: 100% 100%;
}
.part7 .text-content .content3 {
  background: url(../images/part7-img3.png) no-repeat center;
  background-size: 100% 100%;
}
.part7 .text-content .content4 {
  background: url(../images/part7-img4.png) no-repeat center;
  background-size: 100% 100%;
}
.part7 .text-content .content-all .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
.part7 .text-content .content-all .line {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.part7 .text-content .content-all .text {
  width: 283px;
  font-size: 16px;
  margin: 0 auto;
}

h2 {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 60px;
}
.btnVal{
	width: 286px;
    height: 54px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 54px;
    text-align: center;
    background: rgb(250, 93, 25);
    margin: auto;
    transition: all 0.7s ease 0s;
    border-radius: 30px;
}
.btnVal:hover{ transform:scale(1.1) ; }
a{
	text-decoration: none;
}


/*院校*/
.cont22{background: url('../images/cont2.png') no-repeat center top;padding: 60px 0;}
.cont22 .title{height: 163px;background: url('../images/title.png') no-repeat center top;}
.cont22 .flexbox{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.cont22 .flexbox .box{border-top: 7px solid #7c62ff;width: 330px;background: #fff;padding: 10px 18px 0;height: 374px; box-sizing: border-box;position: relative;margin-bottom: 30px; box-shadow: 0 10px 10px #e7e7e7 ;}
.cont22 .p1{font-size: 16px;line-height: 24px;color: #333;margin-bottom: 13px;}
.cont22 .p2{font-size: 16px;line-height: 24px;color: #fa5d19;margin-bottom: 13px;}
.cont22 .p2 span{font-weight: bold;}
.cont22 .p3{font-size: 16px;line-height: 24px;color: #333;margin-bottom: 17px;}
.cont22 .btnbox{height: 60px;width: 100%;position: absolute;left: 0;;bottom: 0;}
.cont22 .btnbox .btn{ transition:0.7s ; display: block; width: 170px; height: 39px; margin: auto; cursor: pointer; text-align: center; line-height: 39px; font-size: 19px; color: #fff; background: #fa5d19; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; -webkit-transition:0.7s ; -moz-transition:0.7s ; -ms-transition:0.7s ; -o-transition:0.7s ; }

.cont22 .btnbox .btn:hover{ transform:scale(1.05) ; -webkit-transform:scale(1.05) ; -moz-transform:scale(1.05) ; -ms-transform:scale(1.05) ; -o-transform:scale(1.05) ; }
.cont22 .flexbox .box img{
	width: 100%;
}


.cont4{height: 127px;background: url(../images/1212_02.png) no-repeat center center;}
.cont4 .m1000{padding-top: 38px;box-sizing: border-box;}
.cont4 a{color: #fa5d19;display: block;width: 100%;height: 100%;}

.cont4 .left{border-radius: 30px;cursor: pointer; width: 251px;color: #283c7f; height: 47px;background: #fff;font-size: 19px;font-weight: bold;text-align: center;line-height: 47px;float: right;margin-left: 20px;}
.cont4 .active{color: #fff;background: url(../images/gbtn_07.png) no-repeat center center;color: #fff;}
.cont4 .active a{color: #fff; border-radius: 30px; border: 1px solid #fff;}

.pcone{
	padding-top: 40px;
}
.bianbai{
	color: #fff;
}




.cont2{padding:50px 0;background: url(../images/cont_02.jpg) no-repeat center top;height: 980px;background-size: cover;}
.cont2 .m1000{padding-top: 70px;box-sizing: border-box;}
.cont2 .title{text-align: center;font-size: 42px;color: #7f3e27;font-weight:bold;line-height: 40px;margin-bottom: 54px;}
.cont2 .title img{vertical-align:center;margin: 0 22px;}
.cont2 .box{width: 997px;height: 375px;margin: auto;background: #f9f5fd;padding-top: 19px;box-sizing: border-box;border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;-ms-border-radius: 15px;-o-border-radius: 15px;}
.cont2 .box .div{width: 964px;margin: auto;height: 340px;box-shadow: 0px 0px 0px #000;background: url(../images/c3_03.png) no-repeat center top;}
.cont2 .box .div .left{width: 50%;float: left;padding-left: 23px;box-sizing: border-box;}
.cont2 .box .div .right{width: 50%;float: right;padding-left: 23px;box-sizing: border-box;}
.cont2 .box .div .left .ptitle{font-size: 23px;color: #fff;font-weight: bold;height: 56px;line-height: 56px;text-align: center;margin-bottom: 30px;}
.cont2 .box .div .right .ptitle{font-size: 23px;color: #fff;font-weight: bold;height: 56px;line-height: 56px;text-align: center;margin-bottom: 30px;}
.cont2 .box .div .biao{margin-bottom: 21px; width: 229px;height: 34px;color: #fff;padding-left: 7px; line-height: 34px;background: url(../images/cont21.png) no-repeat left top;font-size: 16px;font-weight: bold;}
.cont2 .box .div .nei{font-size: 15px;font-weight: bold;color: #9c7165;margin-bottom: -7px;}
.cont2 .box .div .nei1{font-size: 14px;color: #484848;margin-bottom: 17px;width: 385px;line-height: 23px;}
.cont2 .btn{font-weight: bold;box-shadow: 0px 0px 10px #455296;width: 304px;cursor: pointer;border-radius:53px;height: 57px;background: url(../images/btn_03.png) no-repeat center top;margin:0 auto 55px;font-size: 20px;color: #fff;line-height: 58px;text-align: center;-webkit-border-radius:53px;-moz-border-radius:53px;-ms-border-radius:53px;-o-border-radius:53px;}
.cont2 .height400{height: 755px;}

/*专业*/
.box3 .subjectlist {
    margin: 0 0 11px;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 309px;
    /* background: #FFFFFF; */
    border-radius: 11px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.box3 .subjectlist li {
    width: 203px;
    height: 255px;
    background: #FFFFFF;
    box-shadow: 2px 2px 11px 0 rgba(40, 75, 240, 0.13);
    border-radius: 8px;
}

.box3 .subjectlist li .intro {
    width: 100%;
    height: 77px;
    background: #fa5d19;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    color: #fff;
    line-height: 77px;
    text-align: center;
}

.box3 .subjectlist li .info {
    width: 100%;
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box3 .subjectlist li .info a {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.box3 .content {
    width: 100%;
    height: 137px;
    background: #FFFFFF;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box3 .content p {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    text-align: center;
    margin: 0;
}



/*学费*/
.listbox{overflow: hidden;position: relative;}
.listbox.img1{background: #fdf6d0;}
.listbox.img2{background:#ffe4d9;}
.listbox.img3{background: #eee9ff;}
.listbox.img4{background:#f5e1c6}
.listbox .caption{color: #fff;position: absolute;left:0;top:50%;margin-top: -4%;text-align: center;width: 25%;}
.listbox .caption h3{font-size: 30px;line-height: 110%;}
.listbox .caption p{font-size: 24px;opacity: 0.3;line-height: 160%;font-weight: bold;}
.listbox .txt{width:70%;padding:10px 1% 10px 29%; }
.listbox .txt dl{padding:10px 0;}
.listbox .txt dl dt{color:#484848;font-weight: bold;}
.listbox .txt dl dd{font-size: 16px;line-height: 160%;}
.listbox .txt dl dd b{color: #955f1e;}
.listbox .txt.twoColumns dl{float: left;width:45%;padding-right:5%;}
.listbox .txt.threeColumns dl{float: left;width:31%;padding-right:2.3%;}

.listbox.img1_b{background:#cce6ff url(../image2021/list_b_1.jpg) no-repeat left top;}
.listbox.img2_b{background:#cce6ff url(../image2021/list_b_2.jpg) no-repeat left top;}
.listbox.img3_b{background:#cce6ff url(../image2021/list_b_3.jpg) no-repeat left top;}
.listbox.img4_b{background:#cce6ff url(../image2021/list_b_4.jpg) no-repeat left top;}
.listbox.img1_b .txt dl dd b,
.listbox.img2_b .txt dl dd b,
.listbox.img3_b .txt dl dd b,
.listbox.img4_b .txt dl dd b{color: #2161a6}
.page5 {padding: 50px 0;}
.page5 .clearfix{
	border-radius: 10px;
}
.page5 .btnVal{
	margin-top: 50px;
}




.page2 {
	padding-top: 58px;
	padding-bottom: 0;
	background: url(../images/page2_bg.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding-bottom: 55px;

}

.page2 ul li{    
	width: 350px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #66a4e3;
    background-color: #fff;
    display: inline-block;
    margin-right: 44px;
    position: relative;
    vertical-align: top;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.page2 ul .last{margin-right: 0;}
.page2 ul li h3{margin-top: 20px;height: 45px;display: inline-block;background-color: #7c62ff;font-size: 20px;font-weight: bold;color: #fedf0a;position: relative;margin-left: -5px;line-height: 45px;padding: 0 15px;margin-bottom: 10px;}
.page2 ul li h3 span{font-size: 14px;}
.page2 ul li h4{position: absolute;bottom: 0;width: 100%;height: 60px;font-size: 22px;font-weight: bold;color: #059aff;text-align: center;line-height: 60px;background-color: #333;background-color: rgba(5,154,255,0.1);}
.page2 ul li p{padding: 6px 20px}
.page2 ul li p i{display: inline-block;width: 6px;height: 6px;background-color: #017dff;transform: rotate(45deg);vertical-align: super;margin-right: 10px;}
.page2 ul li p span{font-size: 16px;color: #333;line-height: 20px;width: 90%;display: inline-block;vertical-align: top;}



.page3 {
	overflow: hidden;
	padding-top: 0;
	background: url(../images/page3_bg.jpg) no-repeat top center;
	padding-bottom: 50px;
}

.page3 .content ul li {
	width: 96%;
	float: left;
	padding: 16px 0;
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
	margin-left: 18px;
	margin-bottom: 20px;
}

.page3 .content ul li.w46 {
	width: 46%;
	margin-right: 2%;
}

.page3 .content ul li p {
	text-indent: 35px;
	font-size: 18px;
	line-height: 30px;
}

.page3 .content ul li span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #7c62ff;
	border-radius: 50%;
	color: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-align: center;
	left: -18px;
}
.page3 .content{
	overflow: hidden;
	padding-bottom: 30px;
}



.cont9{background: #6b97fa;}
.cont9 .w1150{padding: 70px 0;box-sizing: border-box;}
.cont9 .title{text-align: center;font-size: 42px;color: #fff;font-weight:bold;padding-bottom: 0;}
.cont9 .title img{vertical-align:top;margin: 0 10px;}
.cont9 .box{width: 560px;margin: auto;}


.cont9 .form-wrap form label {width: 560px;border: none;height: 55px;box-sizing: border-box;}
.form-wrap form label span {line-height: 55px;width: 92px;font-size: 21px;color: #404040;}
.cont9 .form-wrap form label i{}
.cont9 .il1{background: url(../images/i1_03.png) no-repeat center center;position: absolute;left: 0;top: 0;width: 57px;height: 55px;}
.cont9 .il2{background: url(../images/i2_03.png) no-repeat center center;position: absolute;left: 0;top: 0;width: 57px;height: 55px;background-position:center 0px !important;}
.cont9 .il3{background: url(../images/i3_03.png) no-repeat center center;position: absolute;left: 0;top: 0;width: 57px;height: 55px;background-position:center 0px !important;}
.cont9 .tiaokuan{color: #fff;}
.cont9 .form-wrap {width: 560px;margin: 38px auto 0;}
.form-wrap .btn-wrap{width: 558px;height: 50px;line-height: 50px;background: url(../images/end_03.png) no-repeat center top;}
/*在线预约*/
.form-wrap { width: 560px; margin: 60px auto 0;}
.form-wrap form label {position: relative;display: block; height: 50px; line-height: 50px; margin-bottom: 20px; padding-left: 45px; font-size: 0; border:1px solid #004fa3;background: #fff}
.form-wrap form label i{ display: block;width: 22px;height: 30px;overflow: hidden;position: absolute;top:32%;left: 18px;background-image: url("https://liuxue.xdf.cn/special/include/imagess/form_icon_orange.png"); background-repeat: no-repeat;}
.form-wrap form label.name i{background-position: center 0;}
.form-wrap form label.phone i{ background-position:  center -30px;}
.form-wrap form label.country i{ background-position:  center -60px; }
.form-wrap form label.degree i{ background-position:  center -90px; }
.form-wrap form label.city i{ background-position:  center -120px;}
.form-wrap form label.school i{ background-position:  center -150px; }
.form-wrap form label i.iconDown{ background-position:  center -180px;top:40%;left: 92%;}
.form-wrap form label span {display: inline-block; width: 26%; padding-left: 10px; font-size: 18px; color: #666; }
.form-wrap form label input, .form-wrap form label select {width: 70%;padding: 0;border:none;outline: none;font-size: 18px;background-color: transparent;color: #666;position: relative;z-index: 2;}
.form-wrap form label select { -moz-appearance: none; -webkit-appearance: none; }
.form-wrap form label select option {text-align: center;color: #000;}
.form-wrap form label select::-ms-expand { display: none; }
.form-wrap .btn-wrap {
	    cursor: pointer;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    background: #fa5d19;
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    border-radius: 30px;
}




#case_footer{
	background:#000;
	height:100px;
	padding-top:20px;
}
.case_footertext p{
	line-height:20px;
	font-size:12px;
	text-align:center;
	color:#636363;
}


/*头部导航*/
header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	box-shadow: 0 0px 8px rgba(25,24,40,.35);
}

header.header .logo {
	line-height: 80px;
}

header.header .logo img {
	height: 100%;
}

header.header>.c-flex {
	justify-content: space-between;
}

.underline {
	position: relative;
}

.underline::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.header-tel {
	margin: 0 1.5rem;
	padding-left: 18px;
	background: url(../images/ico02.png) no-repeat left center;
	background-size: 12px;
	float: left;
	color: #fff;
}

img {
	vertical-align: middle;
}
.header-ewm {
	width: 20px;
	height: 20px;
	background: url(../images/ico01.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	position: relative;
	z-index: 9;
}

.header-ewm img {
	position: absolute;
	bottom: 7px;
	right: -26px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	display: none;
}

.header-nav {
	height: inherit;
}

.header-nav li {
	margin-left: 1.23rem;
	height: 5.5rem;
	display: flex;
	align-items: center;
	position: relative;
}

.header-nav li:first-of-type {
	margin-left: 0;
}

.header-nav li::after {
	content: '';
	position: absolute;
	left: 45%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #2e48d4;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.header-nav li.active::after {
	width: 100%;
	bottom: 22px;
}

.header-nav li.active .h6 {
	color: #2e48d4;
}

.header-nav li:hover .h6 {
	color: #2e48d4;
}

.header-nav li.ready-hover:hover::after {
	width: 120px;
	bottom: 0;
}

.header-nav .h6 {
	color: #2e48d4;
	color: #474747;
	display: block;
}

.header-nav nav {
	position: absolute;
	left: -30px;
	bottom: 0;
	width: 125px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 2;
	display: none;
	background: #fff;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
}

.header-nav nav a {
	background: #fff;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #888;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.header-nav nav a:hover {
	color: #2e48d4;
	background-color: #f8f8f8;
}
/*顶部*/

.topbar {
	position: relative;
	z-index: 99;
	height: 39px;
	border-bottom: 1px solid #e6ebf0;
	background-color: #2e48d4;
	font-size: 14px;
}

.wel {
	height: 39px;
	float: left;
	line-height: 39px;
	color: #fff;
}
.wel strong { color: #fff}
.top-contact {
	height: 39px;
	float: right;
}

.top-contact>li {
	position: relative;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #fff;
}

.top-contact>li.line {
	margin: 0 20px;
	width: 1px;
	height: 39px;
}

.top-contact>li>a {
	color: #fff;
}

.top-contact li.wx-menu img {
	display: none;
	position: absolute;
	top: 98%;
	left: 50%;
	margin-left: -80px;
	max-width: 160px;
	width: 160px;
	height: 160px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.top-contact li.wx-menu:hover img {
	display: block;
}

.top-contact li .iconfont {
	display: inline-block;
	vertical-align: middle
}

.top-contact li .zx-ppbox {
	top: 100%;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background-image: url(../images/zx1.png)
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.qq-item:hover .zx-ppbox {
	display: block;
}

.header-main {
	position: relative;
	z-index: 8;
	padding: 30px 0;
	height: 70px;
}

.zx-ppbox {
	position: absolute;
	width: 320px;
	height: 166px;
	padding: 0 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/zx1.png);
	display: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.item-zixun .zx-ppbox {
	right: 90px;
	top: 0;
}

.zx-cell {
	position: relative;
	color: #000;
	padding: 20px 0;
}

.zx-cell:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 230px;
	border-top: 1px dashed rgba(255, 255, 255, .4);
	content: '　';
}

.zx-cell:last-child:after {
	display: none;
}

.zx-hd span,
.zx-hd strong {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.zx-hd {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
}

.zx-hd .iconfont {
	font-size: 22px;
}

.zx-link {
	width: 280px;
	height: 66px;
	margin-top: 16px;
	overflow: hidden;
}

.zx-link a {
	display: block;
	width: 125px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	border: 1px solid #000;
	border-radius: 26px;
	text-align: center;
	color: #000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.zx-link a:hover {
	background-color: #000;
	color: #f49329;
}

.zx-bd .text {
	opacity: .8;
	font-size: 13px;
	line-height: 1.4;
}
.maxwidth {
	width: 1200px;
	margin: 0 auto;
}
.c-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}



/*新闻*/
.top_seven{
	overflow: hidden;
	padding: 30px 0 50px 0;
}
.top_seven .bk_content .top_beikao .beikao_list a{
	float: left;
    width: 85%;
}
.top_seven .bk_content .top_beikao .beikao_list span{
	float: right;
    font-size: 12px;
    color: #999;
    display: block;
}
.top_seven .bk_content .top_beikao .beikao_list a:hover{
	color: #7c62ff;
}
.top_seven .bk_content .top_beikao {
  width: 380px;
  float: left;
  margin-right: 18px;
  margin-top: 10px;
}

.top_seven .bk_content .top_beikao h4 {
  font-size: 16px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 20px;
}

.top_seven .bk_content .top_beikao .beikao_list {
  border-radius: 5px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 5px 10px #e7e7e7;
}

.top_seven .bk_content .top_beikao .beikao_list .beikao_first {
  width: 380px;
  height: 152px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.top_seven .bk_content .top_beikao:last-child{
	margin-right: 0;
}
.top_seven .bk_content .top_beikao .beikao_list .beikao_first img {
  width: 380px;
  height: 152px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.top_seven .bk_content .top_beikao .beikao_list .beikao_first p {
  width: 380px;
  height: 42px;
  padding: 0 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  color: #fff;
  line-height: 42px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_seven .bk_content .top_beikao .beikao_list .beikao_first:hover img{
  transform: scale(1.1);
}

.top_seven .bk_content .top_beikao .beikao_list .beikao_first:hover p{
  background-color: rgb(124 98 255);
}
.top_seven .bk_content .top_beikao .beikao_list p{
	padding: 0 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.top_seven .bk_content .top_beikao .beikao_list .beikao_item {
      height: 30px;
    /* display: block; */
    /* margin-top: 21px; */
    font-size: 15px;
    color: #555555;
    line-height: 30px;
    /* padding-left: 16px; */
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_seven .bk_content .top_beikao .beikao_list .beikao_item:hover{
  color: #7c62ff;
}

.top_seven .bk_content .marr0 {
  margin-right: 0;
}

.top_seven .show {
  display: block;
}