@font-face {
	font-family: 'Conv_DINCondensedC';
	src: url('../fonts/DINCondensedC.eot');
	src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{font-family:"微软雅黑",Helvetica Neue,sans-serif,Arial;height: 100%;position: relative;background-color: #f3f4f8;}
input[type="text"] {-webkit-appearance:none;}
textarea {-webkit-appearance:none;}
h1,h2,h3,h4,h5,h6,figure {font-weight:400;}
::-webkit-selection {color:#fff;background:#3bbcce;}
::-moz-selection {color:#fff;background:#3bbcce;}
::selection {color:#fff;background:#3bbcce;}
.text-lowercase {text-transform:lowercase;}
.text-uppercase,.initialism {text-transform:uppercase;}
.text-capitalize {text-transform:capitalize;}
a {color:#6E6E6E;text-decoration:none}
a:focus,a:hover {color:#3bbcce;transition:none}
a.text-gray:hover{color:#6E6E6E}
p{margin:0}
dl,dd,ul,li {margin:0;padding:0;list-style:none}
.fixed {z-index:9999;}
.bg-gray{background:#F7F7F7}
.bg-sub{background:#6e6e6e}

.ac{
	text-align: center;
}

.hide, .kgc_hide {
    display: none;
}

.continunt {
	width: 1200px;
	overflow: hidden;
	margin: 10px auto;
}
.bdqn_main {
	width: 100%;
	height: 490px;
	overflow: hidden;
  }
  
  .bdqn_slide {
	height: 490px;
	position: relative;
	z-index: 1;
	overflow: hidden;
  }
  
  .pv-slideBox{position:relative;overflow:hidden;}
  .pv-slideBox ul,li,img{list-style:none;border:0;margin:0;padding:0;}
  .pv-slideBox .pv-slideBox-page{position:absolute;bottom:10px;right:10px;z-index:999;}
  .pv-slideBox .pv-slideBox-page li{float:left;margin:5px;padding:2px;border:1px solid #ccc;cursor:pointer;background:#fff;color:#00317d;}
  .pv-slideBox .pv-slideBox-page span{display:block;padding:1px 5px;}
  .pv-slideBox .pv-slideBox-page .pv-i{display:block;width:50px;height:50px;}
  .pv-slideBox .pv-slideBox-page img{width:50px;height:50px;}
  .pv-slideBox .pv-slideBox-current-page{background:#0159D4;font-weight:bold;color:#FFF;}
  
  .pv-slideBox .slide-direction{width:60px;height:90px;line-height:99em;overflow:hidden;background:url(../images/arrow-btn.png) no-repeat;top:200px;opacity:0.8;z-index: 1;}
  .pv-slideBox .slide-left{left:0;background-position:0 0;}
  .pv-slideBox .slide-left:hover{background-position:0 -91px;}
  .pv-slideBox .slide-right{right:0;background-position:-60px 0;}
  .pv-slideBox .slide-right:hover{background-position:-60px -91px;}
  
  .pv-slideBox{
	 min-width: 1300px;
	height: 490px;
	margin: 0 auto;
	position: relative;
  }
  .pv-slideBox ul.slide-list {
	height: 490px;
	text-align: center;
	margin: 0 auto;
  }
  .pv-slideBox ul.slide-list li {
	width: 1300px;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
  }
  .pv-slideBox ul.slide-list li img {
	  width: 100%;
  }
  .pv-slideBox .swiper-slide{
	  opacity: 0.8;
  }
  .pv-slideBox .swiper-slide.swiper-slide-active{
	  opacity: 1;
  }
  .pv-slideBox.swiper-container-horizontal > .swiper-pagination-bullets {
	  display: inline;
	  left: 50%;
	  right: auto;
	  top: auto;
	  bottom: 44px;
	  height: 28px;
	  line-height: 38px;
	  width: auto;
	  z-index: 9999;
	  margin: 0;
	  padding: 0 20px;
	  background: rgba(0, 0, 0, 0.3);
	  border-radius: 38px;
	  transform: translateX(-50%);
  }
  .pv-slideBox .swiper-pagination-bullet{
	  position: relative;
	  display: inline-block;
	  width: 10px;
	  height: 10px;
	  cursor: pointer;
	  border-radius: 50%;
	  margin: 5px;
	  opacity: 1;
	  background: #d2d2d2;
  }
  .pv-slideBox .swiper-pagination-bullet-active {
	background: #f15050;
	width: 24px;
	border-radius: 5px;
  }
  .bdqn_hotSpot {
	position: relative;
	z-index: 2;
  }
  .bdqn_hotSpot .hotSpot_box {
	width: 250px;
	height: 365px;
	padding-top: 25px;
	position: absolute;
	left: 50px;
	top: 50px;
	background: rgba(0,0,0, 0.6);
	border-radius: 5px;
  }
  .bdqn_hotSpot .hotSpot_box li {
	height: 42px;
	line-height: 42px;
  }
  .bdqn_hotSpot .hotSpot_box li:hover {
	background: rgba(255,255,255,0.2);
  }
  .bdqn_hotSpot .hotSpot_box li > a {
	color: #fff;
	font-size: 15px;
	padding-left: 48px;
	display: block;
	position: relative;
  }
  
  .bdqn_hotSpot .hotSpot_box li:hover>a:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 5px;
	height: 42px;
	background: #3fbbce;
  }
  .bdqn_hotSpot .hotSpot_box li .hot_content {
	position: absolute;
	font-size: 14px;
	width: 470px;
	height: 423px;
	border: 1px solid #096;
	padding: 0 10px 0 20px;
	left: 250px;
	top: 0;
	background: #fff;
	z-index: -1;
	display: none;
  }
  .bdqn_hotSpot .hotSpot_box li .hot_content dl{
	padding-top: 10px;
  }
  .bdqn_hotSpot .hotSpot_box li .hot_content dl dt{
	width: 460px;
	height: 230px;
  }
  .bdqn_hotSpot .hotSpot_box li .hot_content dl dd.col{
	color: #2ebaff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
  }
  .bdqn_hotSpot .hotSpot_box li .hot_content dl dd.gary{
	color: #414141;
	line-height: 26px;
	font-size: 14px;
  }
  .bdqn_hotSpot .hotSpot_box li .hot_content dl dd a{
	width: 110px;
	height: 30px;
	background: #ff5353;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 40px;
	padding-left: 0;
  }
  .abs, .pos-abs {
    position: absolute;
}

.continunt {
	width: 1400px;
	overflow: hidden;
	margin: 10px auto;
}
/*推荐*/

.tj_left{
	width: 50%;
	float: left;
}
.tj_left img {
	width: 97%;
	border-radius: 2rem 0;
}
.tj_right{
	width: 50%;
	float: right;
}
.tj_title {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.tj_title h4::before {
	content: '';
	display: block;
	overflow: hidden;
	width: 4px;
	height: 22px;
	float: left;
	background: #00bac7;
	position: relative;
	top: 7px;
	margin-right: 8px;
}
.tj_title h4 {
	font-size: 18px;
	color: #6b7d87;
	margin-right: 15px;
	display: block;
	float: left;
	line-height: 32px;
	position: relative;
}
.tj_title h4 a {
	color: #6b7d87;
	display: block;
	float: right;
	line-height: 32px;
	height: 32px;
	margin-top: 0;
}
.home_section_headline_video {
	display: block;
	width: 620px;
	height: 535px;
	float: left;
	position: relative;
}

.home_section_headline_news{display: block;overflow: hidden;float: right;width: 100%;height:360px;}

.home_section_headline_news div{border-bottom:1px dashed #e8e8e8;}
.home_section_headline_news div p{font-size:22px;width:100%;text-align:center;height:45px;line-height:24px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position: relative;}
.home_section_headline_news div p em{display: inline-block;width: 24px;height: 16px;position: relative;top: -3px;font-size: 12px;font-family: "\5B8B\4F53","SimSun","宋体",Arial;color: #fff;background: #f00;line-height: 16px;text-align: center;text-transform: uppercase;border-radius: 2px;margin-right: 5px;}
.home_section_headline_news div p a{color:#00bac7;text-align: center;}

.home_section_headline_news div p a font{ color:#00bac7}
.home_section_headline_news div span{height:40px;line-height:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom: 18px;color: #999;}
.home_section_headline_news div span a{color:#00bac7;}
.home_section_headline_news ul{overflow: hidden;margin-left: -16px;}
.home_section_headline_news ul li {
	width: 292px;
	line-height: 20px;
	float: left;
	margin-left: 16px;
	padding-top: 15px;
	height: 35px;
	overflow: hidden;
	position: relative;
}
.home_section_headline_news ul li::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #00bac7;
	position: absolute;
	top: 20px;
	left: 0;
}
.home_section_headline_news ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	padding-left: 12px;
	width: 230px;
	float: left;
	font-size: 14px;
	color: #333;
}
.home_section_headline_news ul li span {
	display: block;
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.home_section_headline_news ul li:hover a{color: #00bac7;}

/* 青鸟产品 */
.course_box {
}

.course_box .course_header {
    margin-top: 88px;
	font-size: 19px;
}

.course_box .course_title {
    display: inline-block;
    padding: 0 32px;
    position: relative;
    color: #7b808d;
    cursor: pointer;
}

.course_box .selected {
    color: #1b202f;
    top: -10px;
}

.course_box .selected:after {
    width: 80%;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    bottom: -25px;
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #3fbbce, #3fbbce);
}
.course_box .course_header .header_line {
    display:block;
    width: 1px;
    height: 20px;
    top: 5px;
    right: 0px;
    position: absolute;
    background: #dcdcdc;
}
.course_box .selected .header_line {
    top: 15px;
}

.course_box .course_content {
    margin-top: 62px;
}

.course_box .course_list_2 li {
    width: 23%;
    height: 190px;
    position: relative;
    background: #4866d608;
    float: left;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 25px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.course_box .course_list_2 li:nth-of-type(4n) {
    margin-right: 0;
}

.course_box .course_list_1 a.mb0,
.course_box .course_list_2 li.mb0 {
    margin-bottom: 0;
}
.course_box .course_list_1 a,
.course_box .course_list_3 a {
    display:block;
    width: 32%;
    height: 144px;
    padding: 31px 0;
    position: relative;
    background: #ffffff;
    float: left;
    border-radius: 5px;
    margin-right: 22px;
    margin-bottom: 24px;
    font-size: 20px;
    text-align: center;
    overflow:hidden;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.course_box .course_list_1 span,
.course_box .course_list_3 span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    font-size: 16px;
    font-weight: 600;
}

.course_box .course_list_1 a:nth-of-type(3n), 
.course_box .course_list_3 a:nth-of-type(3n) {
    margin-right: 0;
}

.course_box .course_list_1 a:nth-child(2) {
    height: 144px;
    padding: 25px 0px;
}
.course_box .course_list_1 a:nth-child(3) {
    height: 144px;
    padding: 20px 0px;
}
.course_box .course_list_1 a:nth-child(4) {
    height: 144px;
    padding: 11px 0px;
}
.course_box .course_list_1 a:nth-child(5) {
    height: 144px;
    padding: 23px 0px;
}


.course_box .course_list_2 li h3 {
    display: block;
    font-size: 20px;
    color: #19232b;
    position: absolute;
    top: 35px;
    left: 28px;
}

.course_box .course_list_2 li span {
    display: block;
    font-size: 16px;
    color: #616a72;
    position: absolute;
    top: 75px;
    left: 28px;
}

.course_box .course_list_2 li a {
    display: block;
    font-size: 14px;
    color: #006cff;
    background: #dcebff;
    border: solid 1px #006cff;
    border-radius: 2px;
    position: absolute;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    bottom: 40px;
    left: 32px;
}
.course_box .course_list_2 li a:hover {
    opacity: 0.8;
}
.course_box .course_list_2 li img {
    position: absolute;
    top: 30px;
    right: 12px;
    -webkit-transition: -webkit-transform 0.8s;
}

.course_box .course_list_1 img,
.course_box .course_list_3 img {
    -webkit-transition: -webkit-transform 0.8s;
}

.course_box .course_list_2 li:hover,
.course_box .course_list_1 a:hover,
.course_box .course_list_3 a:hover {
    box-shadow: 0 5px 10px #3bbcce59;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    border: #3bbcce 1px dashed;
    animation: .6s;
    transition: .6s;
}

.course_box .course_list_2 li:hover img,
.course_box .course_list_1 a:hover img,
.course_box .course_list_3 a:hover img {
  transform: scale(1.1);
}

/*课程体系*/
.kc_title {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	padding-top: 5px;
}
.kc_title h4::before {
	content: '';
	display: block;
	overflow: hidden;
	width: 4px;
	height: 22px;
	float: left;
	background: #00bac7;
	position: relative;
	top: 7px;
	margin-right: 8px;
}
.kc_title h4 {
	font-size: 18px;
	color: #6b7d87;
	margin-right: 15px;
	display: block;
	float: left;
	line-height: 32px;
	position: relative;
}

.kc_title p {
	float: right;
	box-sizing: border-box;
	padding: 5px;
}
.kc_title p a{
	color: #00bac7;
}
.kc_title p span {
	box-sizing: border-box;
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-right: 15px;
	cursor: pointer;
}
.kc_content{
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.kc_content .kc_a {

	border: 1px dashed #00bac7;
	border-radius: 5px;
	overflow: hidden;
	width: 31%;
	float: left;
	margin-right: 3.5%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 1rem 0;
}
.kc_content .kc_a:hover{
	top: -10px;
}

.kc_content .kc_a:nth-of-type(3),.kc_content .kc_a:nth-of-type(6){
	float: right;
	margin-right: 0;
}
.kc_content .kc_a img {
	width: 45%;
	height: 130px;
	float: left;
}
.kc_content .kc_cc{
	float: right;
	width: 50%;
}
.kc_content .kc_cc p:nth-of-type(2) {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 8px;
	line-height: 18px;
}
.kc_content .kc_cc p:nth-of-type(2){
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.kc_content .kc_cc a {
	display: inline-block;
	border: 1px solid #00bac7;
	border-radius: 0.1rem 0.03rem 0.03rem 0.1rem;
	box-sizing: border-box;
	vertical-align: baseline;
	padding: 5px 10px;
	margin-left: 15px;
	color: #333;
}
.kc_content a:nth-of-type(2) {
	background: #00bac7;
	color: #fff;
	margin-left: -.2rem;
	border-radius: 0.03rem 0.1rem 0.1rem 0.03rem;
}

/* 通栏咨询 */
.section-tl{
    display: flex;
    background-image: url("../images/bg2024_06.png");
}
.w1200{
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
#section-content7 {
    width: 1400px;
    height: 555px;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 25px 20px 0 27px;
    margin-top: 47px;
    margin-bottom: 40px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#section-content7 .section-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#section-content7 .section-info-img {
    width: 358px;
    height: 388px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgb(123, 216, 233);
}
#section-content7 .section-info-img img {
    width: 358px;
    height: 388px;
    border-radius: 10px;
}
#section-content7 .section-info-course {
    width: 1080px;
    height: 388px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #f6f7fb;
    padding: 17px 20px;
}
#section-content7 .section-info-course .section-info-course-left {
    width: 314px;
    height: 355px;
    background-color: #ffffff;
    padding-top: 25px;
    box-sizing: border-box;
}

#section-content7 .section-info-course .section-info-course-left .course-stage-ul li {
    /* display: flex; */
    position: relative;
	text-align: left;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pl10 {
    padding-left: 10px;
}
.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.dis-i {
    display: inline-block;
}
.icon {
    background: url('../images/icon1.png');
}
.icon-hot1 {
    width: 32px;
    height: 32px;
    background-position: 0 -128px;
}

.vm {
    vertical-align: middle;
}

#section-content7 .section-info-course .section-info-course-left .course-stage-ul li:not(:first-child)  .tag-circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(234, 207, 186);
    margin-right: 5px;
    vertical-align: middle;
}
#section-content7 .section-info-course .section-info-course-left .free-listen {
    width: 90px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    -webkit-border-radius: 20PX;
    -moz-border-radius: 20PX;
    -ms-border-radius: 20PX;
    -o-border-radius: 20PX;
    background-color: #eec6a7;
    color: #913e23;
}
.icon-wave {
    width: 14px;
    height: 14px;
    background-position: -64px -260px;
}
#section-content7 .section-info-course .section-info-course-right {
    width: auto;
    height: 355px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px 20px 40px 30px;
}
#section-content7 .section-info-course .section-info-course-right .section-info-course-right-title {
    display: flex;
    justify-content: space-between;
}
#section-content7 .section-info-course .section-info-course-right .start-calss-info {
    display: flex;
}
.icon-common {
    background-image: url('../images/icon1.png');
    background-repeat: no-repeat;
}
.icon-info-1 {
    width: 30px;
    height: 30px;
    background-position: -37px -130px;
}
.icon-info-text {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: "SourceHanSansCN";
    color: rgb(38, 38, 38);
    font-weight: bold;
    display: inline-block;
}
#section-content7 .section-info-course .section-info-course-right .free-listen-title {
    width: 84px;
    height: 23px;
    background: linear-gradient(to right, #ff7d4f, #f82e40);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    margin-left: -7rem !important;
    float: left;
}
#section-content7 .class-table{
	width: 100%;
}
.al {
    text-align: left;
    width: 5%;
}
.lh36 {
    line-height: 36px;
}
#section-content7  .section-info-course .section-info-course-right .class-table, .section-060 .section-content .section-info-course .section-info-course-right .class-table th, .section-060 .section-content .section-info-course .section-info-course-right .class-table td {
    border: none;
    table-layout: fixed;
    font-size: 15px;
    color: rgb(99, 97, 97);
}
#section-content7 .section-info-course .section-info-course-right .class-table .t-body-status {
    color: #ff2727;margin-left: 4rem;
}
#section-content7 .section-info-course .section-info-course-right .class-table .t-body-status .fire {
    width: 12px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-position: -97px -130px;
}
#section-content7 .acenter {
    text-align: center;
    width: auto;
}
#section-content7 .section-question {
    display: flex;
}
#section-content7 .section-question .section-question-btns {
    width: 359px;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section-content7 .section-question .course-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: "SourceHanSansCN";
    color: rgb(57, 57, 57);
    font-weight: bold;
}
#section-content7 .section-question .course-icon {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
}
#section-content7 .section-question .course-detaiuls-icon {
    background-position: 0px -160px;
}
#section-content7 .section-question .academic-consultation-icon {
    background-position: -50px -160px;
}
#section-content7 .section-question .project-case-icon {
    background-position: -100px -160px;
}
#section-content7 .section-question .free-listen-icon {
    background-position: -150px -160px;
}
#section-content7 .section-question .section-question-common-question {
    width: 780px;
    height: 140px;
    padding: 10px 20px 0 40px;
    box-sizing: border-box;
}
#section-content7 .section-question .section-question-common-question .common-question-container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 1rem 0 0.4rem 0;
    gap: 10px;
}
#section-content7 .section-question .section-question-common-question .common-question-icon {
    width: 28px;
    height: 30px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-position: -68px -130px;
}
#section-content7 .section-question .section-question-common-question .common-question-title {
    font-size: 18px;
    font-family: "SourceHanSansCN";
    color: rgb(38, 38, 38);
    font-weight: bold;
}
#section-content7 .section-question .section-question-common-question .common-question-dir {
    width: 750px;
    height: 75px;
    box-sizing: border-box;
    /* background-color: aquamarine; */
    margin-top: 5px;
    overflow-y: auto;
}
#section-content7 .section-question .section-question-common-question .common-question-dir .common-question-dir-lineX {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}
#section-content7 .section-question .section-question-common-question .common-question-dir .common-question-dir-item {
    width: 30%;
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(99, 97, 97);
    text-align: left;
}
#section-content7 .section-question .section-question-common-question .common-question-dir .common-question-dir-item::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(234, 207, 186);
    margin-right: 5px;
    vertical-align: middle;
}

.section-100 {
    /* height: 170px; */
    box-sizing: border-box;
}
.w1920-gif {
    position: relative;
    width: 1400px;
    height: 93px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* 通栏咨询end */

/* 形势 */
.section-080 {
    /* height: 697px; */
    box-sizing: border-box;
    background: #f5f6fa;
    padding: 40px 0;
}
.section-080 .section-title {
    color: #3f3f48;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
.section-080 .section-desc {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 1rem;
}
.section-080 .section-content {
    width: 1399px;
    height: 443px;
    display: flex;
    justify-content: space-between;
    background: no-repeat center;
    margin: 30px auto 0 auto;
    box-sizing: border-box;
}
.section-080 .section-content .section-content-left {
    width: 641px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 21px;
    object-fit: cover;
    /* background-color: red; */
    background-repeat: no-repeat;
}
.section-080 .section-content .section-content-right {
    width: 52%;
    height: 100%;
    box-sizing: border-box;
}
.section-080 .section-content .section-content-left-title {
    /* width: 600px; */
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    /* background-color: red; */
}
.ml10 {
    margin-left: 10px;
}
.section-080 .section-content .section-content-left-title .industry-advantages {
    font-size: 24px;
    font-family: "SourceHanSansCN";
    color: rgb(179, 92, 51);
    font-weight: bold;
}
.section-080 .section-content .section-content-left-title .section-content-left-title-dsc {
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(179, 92, 51);
}
.dis-b {
    display: block;
}
.section-080 .section-content .section-content-left-title .title-right {
    width: 145px;
    height: 45px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    background-color: #fec47c;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.section-080 .section-content .section-content-left-title .title-right-btn {
    font-size: 16px;
    font-family: "SourceHanSansCN";
    color: rgb(140, 49, 17);
    font-weight: bold;
    letter-spacing: 0.1em;
}
.right-triangle {
    width: 0;
    height: 0;
    /* border-right: 50px solid transparent; */
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #8c3111;
}
.section-080 .section-content .section-content-left-menu {
    width: 100%;
    height: 316px;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 30px 35px;
    background-repeat: no-repeat;
}
.section-080 .section-content .section-content-left-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-080 .section-content .section-content-left-menu .menu-item .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fdf3e7;
}
.icon-good1 {
    width: 32px;
    height: 32px;
    background-position: -64px -96px;
}
.icon-good2 {
    width: 32px;
    height: 32px;
    background-position: -96px -96px;
}
.icon-good3 {
    width: 32px;
    height: 32px;
    background-position: -128px -96px;
}
.icon-good4 {
    width: 32px;
    height: 32px;
    background-position: -160px -96px;
}
.section-080 .section-content .section-content-left-menu .menu-item .menu-item-title {
    font-size: 20px;
    font-family: "SourceHanSansCN";
    color: rgb(191, 135, 97);
    font-weight: bold;
}
.section-080 .section-content .section-content-left-menu .menu-item .menu-item-dsc {
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(102, 102, 102);
    width: 100%;
}
.section-080 .section-content .section-content-right-title {
    width: 100%;
    height: 110px;
    padding: 20px 20px 20px 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
.ml10 {
    margin-left: 10px;
}
.section-080 .section-content .section-content-right-title .study {
    font-size: 24px;
    font-family: "SourceHanSansCN";
    color: rgb(69, 146, 208);
    font-weight: bold;
}
.section-080 .section-content .section-content-right-title .section-content-right-title-dsc {
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(69, 146, 208);
}
.section-080 .section-content .section-content-right-title .title-right {
    width: 125px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    background-color: #ff5b5b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.fd-r {
    flex-direction: row;
}
.dis-f {
    display: flex;
}
.title-right-question {
    width: 22px;
    height: 22px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5b5b;
    border: 1px #fff solid;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.section-080 .section-content .section-content-right-title .title-right-btn {
    font-size: 16px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 0.1em;
}
.section-080 .section-content  .section-content-right-qa {
    width: 100%;
    height: 330px;
    padding: 40px 0px;
    background-color: #ffffff;
    box-sizing: border-box;
}
.section-080 .section-content-right-qa-content {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
    margin-left: 1rem;
}
.section-080 .section-content-right-q {
    font-size: 18px;
    font-family: "SourceHanSansCN";
    color: rgb(51, 51, 51);
	font-weight: bold;
}
.icon-question {
    width: 32px;
    height: 26px;
    background-position: 0 -98px;
}
.section-080 .section-content-right-a {
    display: flex;
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(102, 102, 102);
	margin-top: 25px;
}
.icon-answer {
    width: 32px;
    height: 26px;
    background-position: -32px -98px;
}

.flex1 {
    flex: 1;
}
.break-all {
    word-break: break-all;
    font-size: 12px;
    line-height: 1.5rem;
}
/* 形势end */

/* 班级 */
.section-class {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
}
.section-class-title {
    width: 100%;
    margin-top: 60px;
}
.section-class-title h4 {
    width: 100%;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}
.section-class-title p{
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	margin-top: 16px;
}
.section-class-content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-class-content-left{
	width: 25%;
}
.section-class-content-left img{
	width: 100%;
}
.section-class-content-right{
	width: 100%;
	position: relative;
	float: left;
    left: -10rem;
    top: -4rem;
}
.section-class-content-right img {
    width: 95%;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* 班级end */

/* 专业 */
.section-major {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.section-major-content {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.section-major-left{
	width: 100%;
	overflow: hidden;
}
.section-major-title {
    width: 100%;
    margin: 10px auto;
}
.section-major-title::before {
    content: "";
    display: inline-block;
    background-color: #043d91;
    border-radius: 1rem;
    width: 5px;
    height: 27px;
    margin-right: 10px;
}
.section-major-title h4 {
    font-size: 28px;
    color: #043d91;
    font-weight: bold;
    display: inline-block;
}
.section-major-title h4 span{
	color: #D31214;
	font-weight: normal;
	font-size: 20px;
	margin-left: 5px;
}
.section-major-lcontent{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.section-major-lcontent table{
	text-align: center;
	width: 100%;
}
.section-major-lcontent table thead{
	color: #ffffff;
	background-image: linear-gradient(to right, #fda650, #fc8442);
	border: 1px #b4b4b4 solid;
}
.section-major-lcontent table thead tr th {
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.section-major-lcontent table tr td{
	font-size: 15px;
	box-sizing: border-box;
	padding: 5px;
	vertical-align:middle;
	line-height: 1.5rem;
	border: 1px #b4b4b4 solid;
}
.section-major-lcontent table tr td a {
	box-sizing: border-box;
	padding: 10px 20px;
	color: #fff;
	background-color: #b81122;
	text-align: center;
	border-radius: 15px 0 15px;
}


/* 专业end */

/*校区环境*/
.hj_content{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.huan {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.huan .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.huan .swiper-slide img{
	width: 100%;
}

/*学院作品*/
.hj_title{
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.hj_title h4::before {
	content: '';
	display: block;
	overflow: hidden;
	width: 4px;
	height: 22px;
	float: left;
	background: #00bac7;
	position: relative;
	top: 7px;
	margin-right: 8px;
}
.hj_title h4 {
	font-size: 18px;
	color: #6b7d87;
	margin-right: 15px;
	display: block;
	float: left;
	line-height: 32px;
	position: relative;
}
.home_wrap {
	background: #9a8d8d;
	padding: 50px;
	position: relative;
	margin-bottom: 100px;
	height: 500px;

}
.home_wrap .hd{float: left;width: 270px;margin-right: 30px;}
.home_wrap .hd ul{overflow: hidden;}
.home_wrap .hd ul li {
	height: 75px;
	background: #fff;
	font-size: 20px;
	line-height: 75px;
	text-align: center;
	cursor: pointer;
}
.home_wrap .hd ul li + li {
	margin-top: 27px;
}
.home_wrap .hd ul li.on{background: #00bac7;color: #fff;}
.home_wrap .bd {
	float: left;
	width: 800px;
	background: #9a8d8d;
	padding: 20px;
	height: 380px;
	overflow: hidden;
}
.home_wrap .bd ul{margin-left: -20px;overflow: hidden;height: 350px;}
.home_wrap .bd ul li{float: left;margin-left:20px;/*width: calc(100%/3 - 20px);*/width:auto;}
.home_wrap .bd ul li img{width: 100%;height: auto;}
.home_wrap .bd ul li:first-child + li + li{}
.home_wrap .bd ul li:first-child + li + li + li{margin-top: 25px;}
.home_wrap a {
	display: block;
	position: absolute;
	width: 160px;
	height: 54px;
	box-shadow: 0 0 12px #00bac7;
	right: -40px;
	bottom: -30px;
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	text-align: center;
	padding-right: 36px;
	background: #00bac7;
}


/*问答*/
#wd{
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}

#wd .wd_title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 32px;
	letter-spacing: 4px;
	font-weight: bold;
	display: none;
	margin: 0 auto 15px;
}
#wd .wd_left{
	width: 65%;
	float: left;
}
#wd .wd_left .wd_left_t {
	height: 48px;
	overflow: hidden;
}
#wd .wd_left .wd_left_t ul {
	height: 48px;
	border-bottom: 2px solid #dadada;
}
#wd .wd_left .wd_left_t ul li::after {
	content: '';
	display: block;
	overflow: hidden;
	width: 100%;
	height: 2px;
	position: relative;
	top: -2px;
	background: #dadada;
	z-index: 999;
}
#wd .wd_left .wd_left_t ul li {
	float: left;
	font-size: 20px;
	line-height: 48px;
	width: 160px;
	text-align: center;
	cursor: pointer;
}
#wd .wd_left .wd_left_b {
	margin-top: 20px;
}
#wd .wd_left .wd_left_b ul li {
	background: #3bbcce33;
	/* height: 36px; */
	/* line-height: 36px; */
	font-size: 16px;
}
#wd .wd_left .wd_left_b ul li a {
	display: block;
	overflow: hidden;
}

#wd .wd_left .wd_left_b ul li img {
	display: none;
}
#wd .wd_left .wd_left_b ul li div {
	display: block;
	float: right;
	width: 100%;
	height: 36px;
	overflow: hidden;
}
#wd .wd_left .wd_left_b ul li span::before {
	content: '';
	width: 0;
	height: 0;
	border-width: 6px 0 6px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #00bac7;
	position: absolute;
	left: 80px;
	top: 10px;
}
#wd .wd_left .wd_left_b ul li span {
	display: block;
	float: left;
	width: 80px;
	height: 36px;
	line-height: 36px;
	background: #00bac7;
	color: #fff;
	text-align: center;
	position: relative;
}
#wd .wd_left .wd_left_b ul li h4 {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-left: 20px;
	width: 540px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	color: #3bbcce;
}
#wd .wd_left .wd_left_b ul li a:hover h4 {
	color: #00bac7;
}
#wd .wd_left .wd_left_b ul li p {
	display: none;
}
#wd .wd_left .wd_left_b ul li + li {
	background: none;
	height: 100px;
	margin-top: 40px;
}
#wd .wd_left .wd_left_b ul li + li img {
	display: block;
	float: left;
	width: 174px;
	height: 100px;
}
#wd .wd_left .wd_left_b ul li + li div {
	display: block;
	float: right;
	width: 75%;
	height: 100px;
	overflow: hidden;
}
#wd .wd_left .wd_left_b ul li + li span {
	display: none;
}
#wd .wd_left .wd_left_b ul li + li h4 {
	font-size: 16px;
	font-weight: 700;
	color: #1b1b1b;
	line-height: 28px;
	margin-left: 0;
}
#wd .wd_left .wd_left_b ul li + li p {
	line-height: 22px;
	height: 66px;
	width: 440px;
	margin-top: 6px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-left: 0;
	white-space: normal;
	font-size: 15px;
	color: #666;
}
#wd .wd_left .wd_left_t ul li.on {
	color: #00bac7;
}
#wd .wd_right {
	width: 420px;
	float: right;
}
#wd .wd_right h3 {
	font-size: 20px;
	line-height: 48px;
	width: 100%;
	border-bottom: 2px solid #dadada;
	overflow: hidden;
	height: 48px;
}
#wd .wd_right  ul {
	overflow: hidden;
	display: block;
	/* padding-top: 20px; */
	/* list-style: none; */
	/* counter-reset: item; */
}

#wd .wd_right  ul li {
	height: 48px;
	line-height: 28px;
	padding: 10px 0;
	box-sizing: border-box;
}
#wd .wd_right ul li:hover a p{
	color: #00bac7;
}
#wd .wd_right  ul li a {
	display: block;
	overflow: hidden;
}
#wd .wd_right  ul li em {
	display: block;
	width: 40px;
	height: 28px;
	line-height: 28px;
	background: #d6dbe4;
	color: #56d6e8;
	text-align: center;
	float: left;
	position: relative;
}
#wd .wd_right  ul li em::before {
	content: '';
	width: 0;
	height: 0;
	border-width: 6px 0 6px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #d6dbe4;
	position: absolute;
	left: 40px;
	top: 7px;
}
#wd .wd_right  ul li p {
	font-size: 15px;
	display: block;
	width: calc(100% - 80px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	color: #333;
}
#wd .wd_right  ul li:first-child em, #wd .wd_right  ul li:first-child + li em, #wd .wd_right  ul li:first-child + li + li em {
	background: #00bac7;
	color: #fff;
}
#wd .wd_right  ul li:first-child em::before, #wd .wd_right  ul li:first-child + li em::before, #wd .wd_right  ul li:first-child + li + li em::before {
	border-color: transparent transparent transparent #00bac7;
}
/*问答*/


/*表单*/

.plus_page_bottom_form_top {
	overflow: hidden;
	height: 185px;
	width: 1400px;
	margin: 20px auto;
	background-color: #00bac71f;
    padding: 2rem;
}
.plus_page_bottom_form_top h3 {
	display: block;
	float: left;
	width: 165px;
	height: 120px;
	margin-right: 20px;
	background: #00bac7;
	text-align: center;
	color: #fff;
	line-height: 120px;
	font-size: 24px;
	font-weight: 400;
}
.plus_page_bottom_form_top ul{float: right;width: 240px;height: 120px;}
.plus_page_bottom_form_top ul li{width: 110px;height: 55px;float: left;margin-left: 10px;margin-bottom: 10px;background: #00bac7;line-height: 55px;text-align: center;color: #fff;font-size: 18px;}
.plus_page_bottom_form_top ul li a{display: block;color: #fff;}
.plus_page_bottom_form_top form {
	display: block;
	overflow: hidden;
	float: left;
	width: 67%;
	background: #fff;
	/* height: 100px; */
	border: 1px solid #e8e8e8;
	padding: 10px 20px 15px;
}
.plus_page_bottom_form_top form p{line-height: 42px;font-size: 28px;font-weight: lighter;padding-bottom: 10px;}
.plus_page_bottom_form_top form input{outline: none;border: none;border-radius: 5px;}
.plus_page_bottom_form_top form input[type=text]{width: 256px;border: 1px solid #e8e8e8;line-height: 32px;margin-right: 10px;padding: 2px 15px;}
#name2 {
	width: 200px;
}
#tel2{ width: 200px;background-color: #ff00000d;font-weight: 600;color: #ff0000 !important;}
.yanzhengma{ border: 1px solid #e8e8e8; line-height: 32px; padding: 2px 15px; margin-right: 10px; border-radius: 5px; display: inline-flex; justify-content: space-between;}
.yanzhengma #vCode2{ width: 110px;}
.yanzhengma a.getcode{ color: #00bac7;}
.plus_page_bottom_form_top form input[type=submit]{background: #00bac7;line-height: 32px;padding: 4px 0;width: 120px;color: #fff;font-weight: 700;font-size: 16px;}
.plus_page_bottom_form_bot{overflow: hidden;}

.plus_page_bottom_form_bot ul{margin-left: -20px;overflow: hidden;}
.plus_page_bottom_form_bot ul li{display: block;float: left;width: 285px;line-height: 40px;margin-top: 20px;margin-left: 20px;background: #fff;text-align: center;border-radius: 5px;font-size: 16px;}


/* 悬浮框 */
.con_l_l {
    width: 175px;
    height: 600px;
    background-color: #40bbcd;
    border-radius: 10px;
    position: fixed;
    left: 0rem;
    float: left;
    top: 10rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 500;
    display: none;
}
.list_left_btn {
    width: 100%;
    /* height: 45px; */
    text-align: center;
    /* border-radius: 25px; */
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SourceHanSansCN";
    color: rgb(66, 66, 66);
    -webkit-border-radius: 25px;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-radius: initial;
}
.con_l_l_content {
    width: 160px;
    height: 530px;
    background-color: #ffffff;
    margin: 10px auto 0 auto;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 15px; */
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 35px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.list_left_btn:hover {
    background-color: #3dbacc;
    color: #ffffff;
}

.list_left_btn a {
    color: inherit;
}
.onLine-ask {
    margin-top: 15px;
    gap: 10px;
    font-size: 15px;
    font-family: "SourceHanSansCN";
    color: rgb(66, 66, 66);
    color: #feff00;
    letter-spacing: 5px;
}
.onLine-ask a{
    display: flex;
    justify-content: center;
        align-items: center;
}
/* 悬浮框end */


/*关于我们*/

.bann1{
	height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bann1 img {
	top: 0;
	left: 50%;
	margin-left: -960px;
	position: absolute;
}
.wrap {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}
/*左侧导航*/
.yui3-u-3-16 {
	display: inline-block;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	width: 18.75%;
}
.about-sub-box {
	top: -68px;
	position: relative;
	z-index: 9;
}
.about-sub-title>p{
	margin-left: 71px;
}
.about-sub li {
	list-style: none;
	border: 0;
	padding: 0;
	line-height: 36px;
	margin: 15px 0;
}
.about-sub-title {
	padding-top: 20px;
	height: 68px;
	background-color: #3bbcce;
}
.about-sub-title > p {
	margin-left: 71px;
}
.about-sub {
	background-color: #f0f1f2;
	overflow: hidden;
}
.f24 {
	font-size: 24px;
}
.white {
	color: white;
}
.acenter {
	 text-align: center;
 }
.about-sub li.on, .about-sub li a:hover {
	border-left: 3px solid #3bbcce;
	color: #3bbcce;
}
.about-sub li.on a:hover{border:none;}
.subpage_1 {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}
.about-sub li a {
	height: 36px;
	display: block;
	color: #838383;
	font-size: 14px;
}
.yui3-u-3-16 {
	display: inline-block;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	width: 18.75%;
}
.right_1 {
	width: 70%;
	margin: 0 0 50px 22px;
	padding-top: 20px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
/*关于我们end*/

.right {
	width: 70%;
	background: #ffffff;
	float: left;
	margin-left: 16px;
	display: inline;
	margin-bottom: 15px;
}
.rightcon {
	width: 100%;
	padding: 18px 10px;
	box-sizing: border-box;
}
.rightcon img{
    width: 70%;
    display: block;
    margin: 0 auto;
}
.rightimg{
	width: 100%;
	overflow: hidden;
}
.rightimg img{
	width: 100%;
}
.bigtit{
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 10px auto;
}
.datetime{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #a4a4a4;
	margin: 15px auto;
}
.pageUpDown{
	margin-top: 25px;
}

/*图片列表*/
.subpage {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.righttitle {
	width: 100%;
	height: 43px;
	margin: 0 auto;
	font: 12px/43px 宋体;
	color: #5c7e10;
	position: relative;
	border-bottom: 1px solid #eee;
}
.titlename {
	display: block;
	text-indent: 35px;
	font: 16px/43px 微软雅黑;
	color: #00bac7;
	float: left;
}
.righttitle p {
	float: right;
	color: #5c7e10;
	font: 12px/43px 微软雅黑;
}
.righttitle p span, .righttitle a {
	font: 14px/45px 微软雅黑;
	margin: 0 5px;
	color: #349ead;
}
.right_2 {
	width: 70%;
	margin: 0 22px 50px 0;
	padding-top: 20px;
	flex-grow: 1;
	zoom: 1;
	background-color: #fff;
	padding: 1rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.right_2 p {
	letter-spacing: 1px;
	line-height: 160%;
}
.right_2 .right_2c {
	margin-top: 20px;
}
.right_2 .right_2c p{
	font-size: 18px;
}
.r_ban {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.r_ban .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.r_ban .swiper-slide img{
	width: 100%;}

.articleCon {
	padding-top: 20px;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 20px;
	overflow: hidden;
}
.articleCon>a {
	overflow: hidden;
	width: 100%;
	display: block;
}

.articleCon .artCon {
	float: left;
	width: calc(100% - 120px);
	height: 120px;
	display: block;
	position: relative;
}
.articleCon .artCon img {
	float: left;
	width: 200px;
	height: 120px;
	display: block;
	margin-right: 20px;
}
.articleCon .artCon .artCon_title {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	cursor: pointer;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}
.articleCon:hover .artCon .artCon_title {
	color: #00bac7;
}
.articleCon .artCon .artinfo p {
	color: #999;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.articleCon .artCon .artinfo {
	height: 24px;
	color: #666;
	overflow: hidden;
	font-weight: 400;
	margin-top: 10px;
	font-size: 15px;
	float: left;
}
.articleCon .artCon .artinfo small {
	float: left;
	margin-right: 20px;
}
.articleCon .artCon .artinfo em {
	width: 15px;
	height: 16px;
	float: left;
	margin-right: 5px;
	_margin-right: 3px;
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: url(../images/post_list_icon.png) 0 0 no-repeat;
}
.articleCon .artCon .artinfo .from em {
	background-position: -31px 0;
}
.articleCon .artCon .artinfo .edit em {
	background-position: 0 0;
}
.articleCon .artCon .artinfo .time em {
	background-position: -15px 0;
}

.articleCon .artCon .artTxt {
	color: #999;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 65%;
	float: left;
}
.articleCon a> span {
	display: block;
	float: right;
	color: #00bac7;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	margin: 60px 0 0 0;
	border: 1px solid #00bac7;
	width: 98px;
	height: 34px;
	cursor: pointer;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.articleCon:hover a > span {
	color: #fff;
	background: #00bac7;
}
.articleCon .artCon .artSee {
	margin-top: 18px;
	text-align: right;
	color: #bcbcc3;
}
/*图片列表end*/

/*大右侧导航*/
.con_r {
	width: 26%;
	/* float: left; */
	flex-grow: 1;
	margin-left: 20px;
	background-color: #fff;
    padding: 1rem;
}

.hotInfo {
	overflow: hidden;
	width: 100%;
}
.hotInfo h4 {
	height: 40px;
	line-height: 40px;
	background: url("../images/info.png") no-repeat 20px #6c7887;
	padding-left: 48px;
	font-size: 17px;
	color: #fff;
	overflow: hidden;
	margin: 0 auto;
}
.hotInfo .hotInfo_list {
	border: 1px solid #e5e5e5;
	padding: 14px;
	padding-top: 5px;
}
.hotInfo .hotInfo_list li {
	line-height: 32px;
}
.hotInfo .hotInfo_list li span {
	width: 16px;
	height: 16px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: #cacaca;
}
.hotInfo .hotInfo_list li .numb {
	background: #f57619;
}
.hotInfo .hotInfo_list li a {
	font-size: 14px;
	color: #262626;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 260px;
	vertical-align: middle;
}
.hotInfo .hotInfo_list li a:hover {
	color: #ff702d;
}
.hotCourse,
.clientDow {
	margin-top: 15px;
	overflow: hidden;
}
.hotCourse_list,
.clientDow_list {
	margin-top: 15px;
	border: 1px solid #e5e5e5;
}
.hotTit {
	font-size: 18px;
	position: relative;
	padding-left: 10px;
	line-height: 30px;
	margin: 0 auto;
}

.hotTit::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 17px;
	background: #f34540;
	left: 0;
	top: 6px;
}
.hotCourse_list li, .clientDow_list li {
	height: 40px;
	border: 1px solid #e5e5e5;
	display: table;
	width: 47%;
	float: left;
	margin-top: 10px;
}
.hotCourse_list li:nth-of-type(2n){
	float: right;
}
.hotCourse_list li a, .clientDow_list li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #6e6e6e;
	text-align: center;
}

.hotCourse_list li a img,
.clientDow_list li a img {
	vertical-align: middle;
}
.hotCourse_list li:hover {
	background: #fafafa;
}

.hotCourse .leftbq {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.hotCourse .leftbq li {
	box-sizing: border-box;
	padding: 8px 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.hotCourse  .leftbq1 {
	padding: 10px 5px;
	overflow: hidden;
}
.hotCourse .leftbq1 li {
	height: 45px;
	line-height: 45px;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}
.hotCourse  .leftbq1 li a{
	color: #333;
}
.hotCourse  .leftbq1 li:hover a{
	color: #00bac7;
}
/*大右侧导航end*/


/* 标签 */
.tag{display:inline-block;transition:.5s}
.tag.padding{padding:5px 12px}
.tags{color: #3bbcce!important; border: 1px solid #3bbcce!important; background-color: unset;}
/* 英文字体begin */
.Conv_DINCondensedC{ font-family: "Conv_DINCondensedC";}
/* 英文字体end */

.mb5{margin-bottom: 5px;}
/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
/* 行距 end*/

.sidebar-l {margin-right:30px}
.sidebar-r {margin-left:0px;}
.container-layout{max-width:1500px;}
.line-large {margin-left:-15px;margin-right:-15px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:15px;padding-left:15px}

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots{position:absolute;top:50%;padding:0;text-align:left;width:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.owl-carousel .owl-dots .owl-dot{display:inline-block;position:relative;vertical-align:middle}
.owl-carousel .owl-dots .owl-dot span{width:8px;height:8px;margin:0 5px;border-radius:50%;background:#d3d3d3;display:inline-block;text-align:center;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}
.owl-carousel .owl-dots .owl-dot.active span{width:16px;height:8px;background:#000;border-radius:20px}
.owl-carousel .owl-nav i{font-size:24px;color:#fff}
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{background:#000;width:42px;height:42px;line-height:48px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;text-align:center;border-radius:50%;opacity:0}
.owl-carousel .owl-nav .owl-prev{background:#000;left:20px;right:auto}
.owl-carousel .owl-nav .owl-next{right:20px}
/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.3}
.slides-arrow.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页轮播 */

/* 常用TAB */
.tab-normal .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;}
.tab-normal .tab .tab-nav li {display:inline-block;width:auto;text-align:center}
.tab-normal .tab .tab-nav li a {background:#fff;color:#6e6e6e;border-radius:30px;padding:0px 20px;height:42px;line-height:42px;margin:0 10px;display:block;border:0;font-size:16px;}
.tab-normal .tab .tab-nav .active a {background:linear-gradient(-45deg,#FFD100,#3bbcce);cursor:default;color:#fff;border-bottom:0px solid #FD3C6B;}
.tab-normal .tab .tab-nav .active{background:none}
.tab-normal .tab .tab-nav .active a:hover {color:#FFF}
.tab-normal .tab .tab-nav li a:focus {outline:none;}
.tab-normal .tab .tab-nav li a:hover {background:linear-gradient(-45deg,#FFD100,#3bbcce);color:#fff}
.tab-normal .tab .tab-body {padding:0;border-radius:0;border-top:0px solid #ff0000}
/* 常用TAB */

/* 首页产品 */
.carousel-pro .media{position:relative;-webkit-transition:.5s;transition:.5s;}
.carousel-pro .media:hover {-webkit-transition:.5s;transition:.5s;box-shadow:0px 5px 15px 0px rgba(0,0,0,.05);}
.carousel-pro .button {background-color:#FFD100;transition: all .5s ease;box-shadow: 0 3px 8px 0px rgba(39,39,39,0.26);}
.carousel-pro .media:hover .button{color:#FFF;background-color:#3bbcce;transition: all .5s ease;}
.carousel-pro .media-body {padding:10px 0 0 0}
/* .carousel-pro:hover .owl-nav .owl-next,.carousel-pro:hover .owl-nav .owl-prev{opacity:.6} */
.carousel-pro.dot-center .owl-dots{position:relative;top:30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页产品 */

/* 首页关于我们 */
.home-about{background-repeat:no-repeat;background-position:center 50%;background-size:cover}
.home-about .padding-large{padding:40px 50px}
.home-about h2{position:relative;font-size:24px;font-weight:600;margin-bottom:40px;word-break:break-all}
.home-about h2:before {content:'';display:block;position:absolute;background:#FFD100;width:30px;height:3px;bottom:-15px;left:0;}
/* 首页关于我们 */

/* 首页解决方案 */
.solution .media-img{position:relative;}
.solution .media-img .mask{opacity:0;z-index:3;background:url(../images/solution-hover.png) no-repeat center center;width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:0.3s;}
.solution .media-img .mask .subtitle{padding:25px}
.solution .media-img .mask .more{position:absolute;bottom:25px;right:25px}
.solution .media-img:hover .mask{z-index:5;transition:0.3s;opacity:1;transform: scale(1.1);}
.solution .media-img .linear-link{z-index:1;opacity:1;background:linear-gradient(to bottom,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:0.3s;}
.solution .media-img .linear-link .subtitle{padding:0 25px;z-index:3;width:100%;bottom:25px;left:0;position:absolute;transition:0.3s;}
/* 首页解决方案 */

/* 首页新闻 */
.home-news-l{margin-right:10px}
.home-news-r{margin-left:10px}
.home-news-h .media-img {position:relative;}
.home-news-h .media-img .post-title{background:#fff;bottom:-30px;left:30px;width:65%;padding:20px;position:absolute;color:#333;transition:0.5s;box-shadow:0 5px 15px 0 rgba(0,0,0,0.06)}
.home-news-h .media-img:hover .post-title {bottom:30px;}
.home-news-h .media-img .post-title h3 a {color:#333;font-size:18px;font-weight:600;line-height:28px;display:block;}
/* .home-news-h .media-img:hover .post-title h3 a {color:#FFF;} */
.home-news-h .button{margin-top:1rem;width:48px;line-height:28px;font-size:18px;background:#FFD100;color:#fff}
.home-news-h .media-img:hover .button{background:#3bbcce;color:#fff;}

.home-news-c:hover{box-shadow:0 3px 8px 0 rgba(0,0,0,0.03);}
.home-news-c .news-time{margin:20px 15px 0 0px;border-right:2px solid #eee;padding:0}
.home-news-c .news-time .text-large{font-size:42px;line-height:48px;}
.home-news-c .news-title{margin-top:20px;margin-left:15px}
.home-news-c .news-title h2 a{font-weight:600;font-size:18px;margin-bottom:20px;display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.home-news-c:hover .news-title h2 a{color:#3bbcce}
/* 首页新闻 end */

/* 路径 */
.nav-bread{padding:0;height:70px;line-height:70px;font-size:0}
.nav-bread h2{font-size:24px;font-weight:600}
.nav-bread a{color:#888888;font-size:14px;display:inline-block;}
.nav-bread a:hover{color:#3bbcce}
.nav-bread a:after {content:"";padding:0 10px;background:url(../images/nav-bread.png) no-repeat center 50%;}
.nav-bread a:last-child:after {content:"";background:none;}
/* 路径 */

/* 上下篇  */
.prenext-pro a.button{height:70px;line-height:70px;padding:0 25px}
.prenext-pro a.button:hover{background:#3bbcce;color:#fff}
.prenext-pro a.border{border:1px solid #eee}

/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#3bbcce;color:#fff;border:1px solid #3bbcce;}
/*分页 end*/

/* 标题样式-居中 */
.title-c{position:relative;}
.title-c h3{position:relative;font-size:30px;text-transform:uppercase;margin:0 auto 50px auto;font-weight:600}
.title-c h3:before {background:#FFD100;content:'';display:block;position:absolute;width:30px;height:3px;bottom:-15px;left:50%;margin-left:-15px;}

/* 标题样式-左 */
.title-l h2{line-height:28px;height:28px;color:#333;position:relative;font-size:18px;letter-spacing:0;padding-left:20px;margin-bottom:10px;}
.title-l h2:before {content:'';display:block;position:absolute;width:5px;height:20px;top:4px;background:#3bbcce;left:0}

/* 下拉分类 */
.nav-tree {font-size:0;height:70px;line-height:70px}/*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {position:relative;display:inline-block;}
.nav-tree li a{color:#6E6E6E;display:block;padding:0 30px;font-size:16px;background:#fff;}
.nav-tree li a.active,.nav-tree li a.cur{background:linear-gradient(-45deg,#FFD100,#3bbcce);color:#fff}
.nav-tree li.focusa a{background:linear-gradient(-45deg,#FFD100,#3bbcce);color:#fff;border-bottom-left-radius:0px;border-bottom-right-radius:0;}
.nav-tree li ul:after {position:absolute;top:-8px;left:50%;margin-left:-8px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.nav-tree li ul {top:70px;left:0;background:#fff;padding:10px 0;z-index:99;position:absolute;width:100%;display:none;border-radius:0px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.03);}
.nav-tree li ul li{display:block;width:100%;text-align:left;}
.nav-tree li ul li.children a{font-size:14px;background:#fff;border-radius:0;box-shadow:none;display:block;color:#6e6e6e;line-height:34px;height:34px}
.nav-tree li ul li.children a.active,.nav-tree li ul li.children a:hover{color:#3bbcce}
/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */

/* 属性 */
.filter-box .padding-big{padding:15px 25px}
.filter-box dl{margin:15px 0;display: flex;}
.filter-box dl dt{width:8%;display:block;flex: none;line-height:24px;font-weight:normal}
.filter-box dl dd{display:block;float:left;position:relative;}
.filter-nav ul li {margin:0;display:block;float:left;width:auto;line-height:24px;}
.filter-nav ul li a{margin:0 10px 0 0;padding:2px 10px;cursor:pointer;display:block;color:#6E6E6E;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.filter-nav ul li a:hover{color:#3bbcce;}
.filter-nav ul li a.active{color:#fff;background:#3bbcce}
.filter-nav ul li b{font-weight:normal;}

/* 横向不带ICO导航 */
.nav-x {background:#fff;width:100%;position:relative;}
.nav-x .menu-toggle h3 {display:none}
.nav-x ul {font-size:0;-webkit-text-size-adjust:none;text-align:center}
.nav-x li {display:inline-block}
.nav-x li i {margin:0px auto 5px auto;font-size:24px;display:block;}
.nav-x li a {font-size:16px;padding:0;height:70px;line-height:70px;color:#6e6e6e;text-align:center;display:block;}
.nav-x li a:hover{color:#3bbcce}
.nav-x li a.active {background:linear-gradient(-45deg,#FFD100,#3bbcce);color:#fff}
.col-2 {width:10%}
/* 横向不带ICO导航 */

/* 新闻列表 */
.list-news {margin-bottom:30px}
.list-news .time{margin-top:70px;margin-right:-20px;padding:15px 0 10px 0;border-right:1px solid #eee;}
.list-news .time .text-large{font-size:52px;line-height:54px;}
.list-news .news {margin-top:70px;margin-left:50px;margin-right:30px}
.list-news .news h3 a{display:block;font-size:24px;color:#333;margin-bottom:20px}
.list-news .button{margin-top:70px;width:70px;line-height:56px;font-size:24px;border:1px solid #ebebeb;}
.list-news:hover .button{background:#3bbcce;color:#fff;border:1px solid #3bbcce}
.list-news:hover h3 a{color:#3bbcce}
/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text li {padding:5px 0;}
.list-post-text li a{display:block;}
.list-post-text li.dot a{padding-left:15px;position:relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list-post-text li.dot:hover a:before {background:#3bbcce;}
.list-post-text li.dot a:before {content:'';position:absolute;left:-2px;background:#ccc;width:6px;height:6px;top:9px;border-radius:50%}
/* 纯文字列表  end*/

/* 下载列表 */
.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:25px 30px 25px 50px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{color:#888888;position:absolute;right:30px;top:28px}
.normal-list li:hover{background:#3bbcce;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:35px;border-radius:50%}

/* 下载详细页begin */
.download-detail{position:relative;z-index:3}
.download-detail .button-big{padding:15px 25px}
/* 下载详细页end */

/* ===视频教程 beign*/
	/* ====视频教程列表 begin*/
.video-list .media{-webkit-transition:.5s;transition:.5s;}
.video-list .media:hover{box-shadow:0 30px 50px rgba(229,229,229,.8)}
.video-list .media-img{position:relative;overflow:hidden}
.video-list .media-body .padding-big{padding:20px}
.video-list .media-body h2{margin:0 0 20px 0;overflow:hidden}
.video-list .media a.play{opacity:.6;position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;width:48px;height:48px;line-height:48px;background:rgba(0,0,0,.6);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .media .playtime{position:absolute;bottom:10px;right:10px;padding:0 8px;height:20px;line-height:18px;background:rgba(0,0,0,.5);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .media:hover a.collect,.video-list .media:hover a.play{opacity:1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .excerpt-info ul li.v2-1{width:50%}
.video-list .excerpt-info ul li.v2-2{width:50%;}
	/* 视频教程列表 end*/

	/* =====视频内容页 */
.video-detail .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;padding-left:25px;border-bottom:1px solid #EFEFEF}
.video-detail .tab .tab-nav li {display:inline-block;width:13%;margin:0}
/* .video-detail .tab .tab-nav li:last-child {margin-right:0px} */
.video-detail .tab .tab-nav li a {color:#616770;padding:18px 0;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;display:block;line-height:20px;font-weight:500;border-radius:0;font-size:16px;text-align:center;}
.video-detail .tab .tab-nav .active {border-radius:0px;}
.video-detail .tab .tab-nav .active a {margin-bottom:-1px;cursor:default;background:#FFF;border-bottom:2px solid #3bbcce;font-weight:600}
.video-detail .tab .tab-nav li a,.video-detail .tab .tab-nav .active a:focus {outline:none;}
.video-detail .tab .tab-body {border-radius:0;border-top:solid 0px #ebebeb;padding:25px}
			/* ======播放器 */
.jw-video{text-align: center;height: 510px; border-right: 1px solid #433D3D;}
.jw-video video{width: auto;max-width: 100%;height: 100%;}
.jw-video-expense{position:absolute;left:0;top:0;width:100%;height:100%;background:#616770;z-index:1;display:none}
.jw-video-expense .apply{position:absolute;left:50%;margin-left:-176px;top:50%;margin-top:-50px}
.jw-video-expense .button{cursor:pointer}
.video-period .price{font-size:32px;margin-top:5px}
.video-buy-now{cursor:pointer;width:130px;float:right}
.video-free-now{width:130px;padding:10px 0;float:right}
.video-title h1{font-size:24px;display:block;}
.video-period-title{padding:15px 10px 15px 20px}
.video-period-list{overflow:hidden;height:410px;overflow-y:auto}
.video-period-list li{height:69px;width:100%;border-bottom:1px #433D3D solid;position:relative;text-align:left}
.video-period-list li a{display:block;padding:8px 10px 8px 50px}
.video-period-list li a.cur{background:#2D2D2D;display:block;}
.video-period-list li:hover{background:#2D2D2D;}
.video-period-list li p{font-size:14px;color:#888888;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.video-period-list li:before{content:"";position:absolute;width:20px;height:13px;left:18px;top:15px;background:url(../images/video-ico.png) no-repeat;z-index:4}
.video-period-list li .video-info{padding-top:8px;position:relative;color:#616770}
.video-period-list li .video-info span{position:absolute;right:0;width:62px;text-align:right}
.video-period-list li:last-child{border-bottom:none}
.video-content-tit{padding:5px 30px 0;line-height:50px;border-bottom:1px solid #ECEFF5}
.video-content-tit h2{font-size:18px;color:#434C5A;border-bottom:1px solid #434C5A;display:block;width:72px;margin-bottom:-1px}
		/* 播放器 end*/
	/* 视频内容页end */
/* 视频教程 end*/

/* 横向左图右字列表 begin*/
.list-post-x .media{margin-bottom:20px}
.list-post-x .media.border{border:0;border-bottom:1px solid #ECEFF5;padding-bottom:20px}
.list-post-x .media img{transition:all .3s ease-out}
.list-post-x .media .thumb-md{position:relative;max-width:100px;overflow:hidden}
.list-post-x .media .thumb-md .playtime{position:absolute;bottom:5px;right:5px;padding:0 5px;height:20px;line-height:18px;background:rgba(0,0,0,.6);z-index:3;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.list-post-x .media .thumb-md .playicon{position:absolute;bottom:5px;left:5px;width:20px;height:20px;line-height:18px}
.list-post-x .media:hover img{transition:all .3s ease-out;transform:scale(1.1)}
.list-post-x .media.media-x .float-left{margin-right:15px}
.list-post-x .media.media-x .float-right{margin-left:15px}
.list-post-x .media.media-x .media-body{text-align:left;padding:0}
.list-post-x .media a:hover{color:#434C5A}
.list-post-x .media-body p{color:#888888;line-height:22px}
.list-post-x .media:last-child{margin-bottom:0}
/* 横向上图下字列表 end *

/* 内容 begin */
.article{overflow:hidden}
.article .padding-large{padding:30px 50px}
.article .post h1{font-size:28px;font-weight:600;}
.article .post h2{font-size:24px;font-weight:600;margin:10px 0}
.article .post h3{font-size:20px;font-weight:600;margin:10px 0}
.article .post hr{margin:10px 0;height:1px}
.article .post strong{font-size:16px;margin:10px 0}
.article .post table{margin:20px 0}
.article .post table th{background:#daf0fd;color:#fff;border:1px solid #fff}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{font-size:16px;line-height:28px;margin-bottom:10px}
.article .post img{max-width:100%;height: auto !important;}
.article .post a{text-decoration:none;}
.article .post a:hover{color:#3bbcce;border-bottom:0 solid #3bbcce}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.article .post ul li p{line-height:24px}
.article .post ul li:before{content:'';position:absolute;top:8px;left:0;background:#888888;width:7px;height:7px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#888888}
/* 内容 end */

/* 产品列表*/
.product-list .media{-webkit-transition:.3s;transition:.3s;}
.product-list .media:hover {-webkit-transition:.3s;transition:.3s;box-shadow:0 5px 20px 5px rgba(0,0,0,.05);}
.product-list .media-body {padding:10px 0 0 0}
.product-list .media:hover .media-body h2 a {color:#3bbcce;}
.price-info ul li.v2-1{width:50%}
.price-info ul li.v2-2{width:50%;}
/*产品列表*/

/* 产品详细页begin */
.product-description .padding-large{padding:30px 0 0 30px}
.product-description .padding-large-top{padding:0}
.product-description p{line-height:24px}
.product-description .zoomimg{width:474px}/* PC端独有 */

/* 产品详情TAB begin */
.product-overview .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;border-bottom:1px solid #EFEFEF}
.product-overview .tab .tab-nav li {display:inline-block;width:12%;}
.product-overview .tab .tab-nav li a {margin-bottom:-1px;color:#6E6E6E;padding:20px 0;display:block;line-height:24px;border:0;border-radius:0;font-size:18px;text-align:center;}
.product-overview .tab .tab-nav .active {border-radius:0px;}
.product-overview .tab .tab-nav .active a {cursor:default;color:#3bbcce;background:#FFF;border-bottom:3px solid #3bbcce;}
.product-overview .tab .tab-nav li a,.product-overview .tab .tab-nav .active a:focus {outline:none;}
.product-overview .tab .tab-body {padding:0;border-radius:0;border-top:solid 0px #ebebeb;}
/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg{cursor:pointer;display:block}
.pro-thumb .item img{border:1px solid #ececec}
.pro-thumb .item:hover img{border:1px solid #3bbcce}
.pro-thumb:hover .owl-nav .owl-prev,.pro-thumb:hover .owl-nav .owl-next {opacity:.6;}
/* 放大镜 end */

/* 商品参数 */
.attribute li {position:relative;color:#666;line-height:32px;}
/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {color:#999}
/* 商品参数 end */

/* 商品详情 */
.content img{max-width: 100% !important;height: auto !important;}
/* 商品详情 end */

/* 产品详细页end */

.job-list{transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list:hover{box-shadow:0 10px 25px rgba(0,0,0,0.3);transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list dt{font-weight:normal}

 /* 弹出层*/

.dialog {border-radius:0;border:0 solid #ebebeb;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);}
.dialog .dialog-head {font-size:18px;border-bottom:0;background:#FFF;color:#383838;}
.dialog .dialog-head .close {float:right;line-height:24px}
.dialog .dialog-body{padding:10px 40px 40px 40px;}
.dialog-body h3 {font-size:24px;font-weight:600;color:#333;margin-bottom:10px}
.dialog-body .form-group {padding-bottom:20px}
.dialog-body .input{height:48px;line-height:24px;padding:0 12px;border:1px solid #ebebeb;width:100%;display:block;border-radius:0px;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;background:transparent;}
.dialog-body .textarea {padding:10px 12px;line-height:24px;width:100%;background:transparent;border:1px solid #ebebeb;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 8px;color:#ADADAD;border-radius:0px;width: 100%; height:48px;line-height:48px;border:solid 1px #ebebeb;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #ebebeb;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #6E6E6E;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #6E6E6E;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #6E6E6E;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #6E6E6E;} 
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}
 /* 弹出层 end*/

/*  联系我们begin  */
.inside h2 {font-size:36px;font-weight:400;margin-bottom:20px}
.inside .contact{padding:0 0 50px 0;}
.inside .contact hr {height:1px;background:#F2F2F2}
.inside .contact .media {margin:0;padding:0 0 30px 0;}
.inside .contact .media span{width:42px;height:42px;line-height:64px;}
.inside .contact .media i {font-size:36px;}
.inside .contact .media .media-body {padding:0 0 0 10px;margin-top:0px;}
.inside .contact .media .media-body a,.inside .contact .media .media-body p{color:#333;}
.inside .wx{border:1px solid #eee;padding:20px 30px;}

.home-contact{background:#cacaca}
.home-contact .title{position:relative;width:590px;float:right;text-align:left;}
.home-contact .title h2{font-size:64px;line-height:64px;padding-top:25%;padding-right:50px;padding-bottom:30px;}
.home-contact .title h2 span{color:#3bbcce}
.home-contact .title a{font-size:24px;text-decoration: none;border-bottom: 2px solid #3bbcce;color: #FFF;}
.home-contact .title a:hover{border-bottom: 0 solid #82CC37;}
.home-contact .gb{position:relative;width:590px;float:right;text-align:left;}

 /*guestbook*/
.guestbook{padding:50px 80px 50px 0}
.guestbook h2{font-size:24px;font-weight:600}
.guestbook .padding{padding:50px;}
.guestbook .form-group {padding-bottom:20px}
.guestbook .input{font-size:16px;padding:0 15px;height:50px;line-height:50px;border:0;width:100%;display:block;-webkit-appearance:none;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;}
.guestbook .textarea {padding:12px;line-height:24px;width:100%;font-size:16px;background:#fff;border:0;}
.guestbook .label {display:block;line-height:24px;}
.guestbook .label label {font-weight:400;}
.guestbook .field {font-size:16px}
.guestbook select {font-size:16px;padding:0 35px 0 15px;width: 100%; height:50px;line-height:50px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/select-down.png) no-repeat right 50%;color:#666;}
.guestbook .form-tips .guestbook .input-help ul {border:0;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.guestbook .input::-webkit-input-placeholder, .guestbook .textarea::-webkit-input-placeholder {color: #111;font-size: 16px;}
.guestbook .input:-moz-placeholder, .guestbook .textarea:-moz-placeholder {color: #111;font-size: 16px;}
.guestbook .input::-moz-placeholder, .guestbook .textarea::-moz-placeholder {color: #111;font-size: 16px;}
.guestbook .input:-ms-input-placeholder, .guestbook .textarea:-ms-input-placeholder {color: #111;font-size: 16px;}
/* 联系我们end */

.channel-banner {height:350px;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0;padding:0;}
.channel-banner .banner-info {position:absolute;top:50%;margin-top:-50px;left:0;right:0;z-index:3}
.channel-banner .banner-info h3{font-size:40px;font-weight:600;position:relative;margin-bottom:30px}
.channel-banner .banner-info h3:before {left:50%;margin-left:-15px;bottom:-10px;width:30px;height:3px;background:#3bbcce;content:'';display:block;position:absolute;}
.channel-banner .banner-info p{font-size:36px;}

/* 底部地图版权 begin*/
footer{padding:70px 0 0 0;background-color: #141319;}
.w1210 {
	width: 1210px;
	margin: 0 auto;
}
.site-footer {
	font-size: 14px;
	line-height: 1.8;
	background: #00bac7;
}

.site-footer a:hover {
	color: #ffdf00 !important;
}

.footer-links {
	position: relative;
	z-index: 1;
	width: 1140px;
	padding: 10px 0 20px 20px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 0px;
	border-bottom:1px solid #343434;
}

.footer-links span {
	position: absolute;
	left: 0;
	color:#fff;
}

.footer-links a {
	padding: 0 5px;
	margin: 0 10px;
	color: #fff;
}

.footer-info .info-text {
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}

.footer-info .info-text .nav-bottom {
	padding: 20px 0 5px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

.footer-info .info-text .nav-bottom a {
	padding: 0 8px;
	color: #b6b6b8;
}
.footer-info .info-text .copyright {
	padding-top: 5px;
	color: #00bac7;
}
.footer-info .info-text .copyright a {
	color: #00bac7;
}
.copyright a{
	color: #fff;
}
.footer-info .info-text em {
	padding: 0 8px;
}

/* 底部地图版权 end*/
@media screen and (max-width:1440px){
.container-layout{max-width:98%;}
}
/* 底部表单 */
.section-130.scroll-mask {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    min-width: 1024px;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 999;
}
.section-130 .main-content {
    position: relative;
    display: flex;
    align-items: center;
}	
.section-130 .scroll-mask-img {
    width: 167px;
    height: 158px;
    position: absolute;
    top: -100px;
    left: 0;
}
.section-130 .bottom-text {
    padding-left: 170px;
    color: #fff;
    font-size: 24px;
}
.section-130 .one-by-one {
    color: #f85415;
    font-weight: 700;
}
.section-130 .phone-b {
    display: flex;
    height: 44px;
    width: 456px;
    align-items: center;
    border-radius: 22px;
    position: relative;
    margin-left: 35px;
}
.section-130 .phone-icon {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 25px;
    height: 24px;
}
.section-130 .registerAuditions {
    display: block;
    /* width: 100%; */
    height: 44px;
    padding: 0 45px;
    color: #333;
    font-size: 18px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    /* border-radius: 4px; */
    border: none;
}

.section-130 .registered-auditions-bottom {
    position: absolute;
    right: 16px;
    top: 0;
    margin-left: 10px;
    width: 150px;
    height: 44px;
    line-height: 44px;
    background: #f85415;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
	border: none;
}
/* 底部表单 end */