﻿@charset "utf-8";
*{margin: 0;padding: 0;font-family: "Microsoft YaHei";box-sizing: border-box;-webkit-box-sizing: border-box;}
html{font-family: sans-serif;/* 1 */-ms-text-size-adjust: 100%;/* 2 */-webkit-text-size-adjust: 100%;/* 2 */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);}
body{font-family: "microsoft yahei", sans-serif;font-weight: 400;position: relative;background: #fff;}
a{text-decoration: none!important;}
a:link{background: 0;outline: 0;}
a:visited{background: 0;outline: 0;}
a:focus{outline: 0 solid;background: 0;}
a:hover{text-decoration: none;outline: 0;background: 0;}
a:active{text-decoration: none;outline: 0;background: 0;}
input,
button,
a{outline: 0 none !important;blr: expression(this.onFocus=this.blur());text-decoration: none;-webkit-appearance: none;-webkit-tap-highlight-color:transparent;/***ios 去掉灰色背景***/}
img{border: 0;width: 100%;-ms-interpolation-mode: bicubic;vertical-align: middle;display: inline-block;}
ul>li{list-style: none;margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
ul{margin: 0;padding: 0;box-sizing: content-box;-webkit-box-sizing: content-box;}
section{padding: 0;padding: 0;}
em{font-style: normal;}
i{font-style: normal;}
@media only screen and (max-width:309px){html{font-size:9.375px}}
@media only screen and (max-width:319px) and (min-width:310px){html{font-size:9.6875px}}
@media only screen and (max-width:349px) and (min-width:320px){html{font-size:10px}}
@media only screen and (max-width:359px) and (min-width:350px){html{font-size:10.9375px}}
@media only screen and (max-width:374px) and (min-width:360px){html{font-size:11.25px}}
@media only screen and (max-width:399px) and (min-width:375px){html{font-size:11.718px}}
@media only screen and (max-width:413px) and (min-width:400px){html{font-size:12.5px}}
@media only screen and (max-width:469px) and (min-width:414px){html{font-size:12.9375px}}
@media only screen and (max-width:479px) and (min-width:470px){html{font-size:14.6875px}}
@media only screen and (max-width:539px) and (min-width:480px){html{font-size:15px}}
@media only screen and (max-width:559px) and (min-width:540px){html{font-size:16.875px}}
@media only screen and (max-width:569px) and (min-width:560px){html{font-size:17.5px}}
@media only screen and (max-width:629px) and (min-width:570px){html{font-size:17.8125px}}
@media only screen and (max-width:639px) and (min-width:630px){html{font-size:19.6875px}}
@media only screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}
@media only screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}
@media only screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}
@media only screen and (min-width:800px){html{font-size:25px}}
.fl{float: left!important;}
.fr{float: right!important;}
.clear{clear: both!important;}
.pie{behavior: url(PIE.htc);/**IE8的兼容性**/}
/*banner*/
body{overflow-x:hidden;}html{overflow-x:hidden;background: #fff!important;}
.banenr-bg{display: block;width: 100%;height: 398px;background-position:center center;background-size:cover;background-repeat: no-repeat;position: relative;}
.banenr-bg{background-image: url(../img/banner.png);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg', sizingMethod='scale');}
.ts-fluid{height:35px;background:rgba(0,0,0,.6);color:#fff;line-height:32px;position:absolute;left:0;}
.ts-fluid .ts-close{display:inline-block;width:26px;height:26px;background:rgba(255,255,255,.3);line-height:24px;font-size:18px;text-align:center;border-radius:100%;margin-top:4px;margin-right:6px;cursor:pointer;}
.ts-fluid span{font-size:16px;}
.ts-fluid span a{color:#2DA3D3;margin-left:20px;cursor:pointer;}
.news{height: 120px;box-shadow: 1px 2px 4px 1px rgba(0,0,0,.2);background: #fff;position:absolute;bottom: -60px;left: 0;right: 0;margin-left: auto;margin-right: auto;}	
.icon-share{display: inline-block;margin-top: -1px;cursor: pointer;border-top-left-radius:5px;border-bottom-left-radius:5px;overflow:hidden;}
.share{position: relative;}
.share:hover .share-box{display: block;}
.share-box{width: 230px;height: 62px;background: #f4f4f4;line-height: 60px;box-shadow: 1px 2px 4px 1px rgba(0,0,0,.2);display: none;position: absolute;z-index:66}
.share .list{display: inline-block;width: 42px;height: 42px;margin-left: 10px;position: relative;border-radius: 100%;}
.share .list:after{
	position: absolute;
	content: "";
	width: 42px;
	height: 42px;
	background: rgba(0,0,0,.1);
	border-radius: 100%;
	left: 0;top: 10px;	
}
.share .list:hover:after{
	display: none;
}
.share .code{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 250px;
	height: 320px;
	border-radius: 5px;
	background: #f4f4f4;
	text-align: center;
	box-shadow: 1px 2px 4px 2px rgba(0,0,0,.1);
	padding: 10px 0;
	display: none;
	z-index: 11;
	}
	
.share .code .close-btn{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	border-radius: 100%;
	transition: all .2s; 
	transform: rotate(0deg);	
}	
.share .code .close-btn:hover{background: #ccc;transform: rotate(180deg);}
.share .code .code-img{width: 80%;}
.share .code .wb{font-size: 12px;margin-top: 10px;}

.news .lab-box{width: 540px;}
.news .lab-box li{width: 33.3333%;text-align: center;height: 80px;margin-top: 20px;padding: 14px 0 0 0;}
.news .lab-box li span{line-height: 10px;}
.news .lab-box li.center{border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
.news .lab-box li p{font-size: 18px;color: #666;}
.news .lab-box li i{color: #2da3d3;font-size: 24px;}
.news .lab-box li b {font-size: 24px;color: #666;}
.news .quick_btn:hover{box-shadow: 1px 2px 4px 2px rgba(0,0,0,.1);}
.news .fa{display: none;}

.news .click{background: #ccc; 	width: 160px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	margin-top: 35px;
	margin-right: 40px;
	cursor: pointer;
	margin-left: 10px;
	border-radius: 5px;}
.news .click:hover{box-shadow: 1px 2px 4px 2px rgba(0,0,0,0);}
.news .aplay-box .num {
    color: #FF0000;
    font-size: 24px;
    margin-top: 45px;
    margin-left: 50px;
    display: inline-block;
}
/***fixed****/
.news-fixed{
	position: fixed;
	top: 0;left: 0;right: 0;bottom: auto;
	margin-left: auto;margin-right: auto;
	z-index: 99;
	animation: news .6s ease-in-out;	
}
@keyframes news{
	0%{margin-top: -100px;}
	50%{margin-top: -90px;}
	100%{margin-top: 0;}
}
@-webkit-keyframes news{
	0%{margin-top: -100px;}
	50%{margin-top: -90px;}
	100%{margin-top: 0;}
}
@-ms-keyframes news{
	0%{margin-top: -100px;}
	50%{margin-top: -90px;}
	100%{margin-top: 0;}
}
@-moz-keyframes news{
	0%{margin-top: -100px;}
	50%{margin-top: -90px;}
	100%{margin-top: 0;}
}
/*讲师团队*/
.part1{
	width: 100%;
    padding-top: 0px;
    background: #f9f9f9;
    padding-bottom: 25px;
    margin: 0 auto;
}
.part1 .info-video {
    width: 1152px;
    height: 380px;
    box-sizing: border-box;
    margin: 36px auto 48px auto;
    text-align: left;
    padding: 64px 0 72px 0;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    border-radius: 16px;
    display: block;
 	background: #6a99b1;
    background-size: cover;
    background-position: center;
}
.part1 .video-dark-box {
    width: 862px;
    height: 312px;
    box-sizing: border-box;
}
.part1 .video-dark-box .videoBtn {
    width: 96px;
    margin: 48px 100px 86px 100px;
    padding-bottom: 35px;
}
.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.circle {
   	background: #fff;
    border-radius: 100%;
    height: 100px;
    position: absolute;
    width: 100px;
    opacity: 0.3;
    animation: mymove 2s infinite;
    -moz-animation: mymove 2s infinite;
    -webkit-animation: mymove 2s infinite;
    -o-animation: mymove 2s infinite;
}
 
@keyframes  mymove{
	0% {
    	opacity: 0.3;
	}
	100% {
	    opacity: 0.8;
	}
}
#playBtn:hover{cursor: pointer;}
.circle_inner_play {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #3a3a3a;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -10px;
}

 #videoInfo {
   width: 564px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 35%;
    margin-top: -28%;
}

#videoInfo #content {
    position: relative;
    padding-right: 95px;
    display: table;
}

#videoInfo #content .con {
    display: table-cell;
    vertical-align: middle;
}

#videoInfo #content .info-name {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 16px;
}

 #videoInfo #content .info-desc {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
}

#videoInfo #content .line {
    position: absolute;
    top: 0;
    right: 3px;
    width: 2px;
    height: 100%;
    background: #fff;
}
.detail-white-box {
      position: relative;
    margin-top: -64px;
    left: 0;
    width: 880px;
    box-sizing: border-box;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
    border-radius: 16px 0 0 16px;
    padding: 20px 60px 60px 64px;
    overflow: hidden;
}
.detail-white-box .scrollConTeacher {
    padding-right: 20px;
    box-sizing: border-box;
}
.detail-white-box .detailContent .nickname {
    font-weight: bold;
    font-size: 32px;
    color: #F20D0D;
    line-height: 48px;
}
.detail-white-box .detailContent .jobType {
    font-weight: bold;
    font-size: 20px;
    color: #07111B;
    line-height: 30px;
    margin-bottom: 24px;
}
.detail-white-box .detailContent .introduce p {
    font-size: 16px;
    color: #07111B;
    line-height: 32px;
}
.teacher-right-box {
    width: 272px;
    height: 315px;
    position: relative;
}
.teacher-right-box .teacher {
    width: 160px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.teacher-right-box .teacher .whiteBorder {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto 12px auto;
    background: none;
}
.teacher-right-box .teacher .headPortrait {
    top: 5px;
    position: absolute;
}

.teacher-right-box .teacher .nickname {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 4px;
}

.teacher-right-box .teacher p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}
.teacher-right-box .jiao {
    position: absolute;
    top: 100px;
    height: 0px;
    width: 0px;
    border-top: 20px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 20px solid transparent;
}
/*自动化工程师*/
.part2{
	width:100%;
	padding-bottom:50px;
	margin: 0 auto;
	background: #fff;
}
.part2 .main{
	width:1200px;
	padding: 0;
	margin: 0 auto;
}
.part2 .main .title{
	font-size: 36px;
    color: #15aba6;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top:50px;
}

.part2 .main .box{
	width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.part2 .main .box ul li{
	float: left;
    width: 28%;
    text-align: center;
    margin: 30px;
}
.part2 .main .box ul li div{
	background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 10px rgba(0,0,0,.1);
    height: 320px;
    padding: 65px 45px;
}

.part2 .main .box ul li:hover div{
	 box-shadow: 1px 1px 20px rgba(0,0,0,.2);
}
.part2 .main .box ul li p{
	display: block;
    font-size: 24px;
    color: #15aba6;
    padding-bottom: 20px;
    font-weight: bold;
}
.part2 .main .box ul li span{
	display: block;
    font-size: 16px;
    color: #666;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    line-height: 1.85;
}
/*part3*/
.part3{
	width:100%;
	padding-bottom:50px;
	margin: 0 auto;
	background: #F9F9F9;
}
.part3 .main{
	width:100%;
	padding: 0;
	margin: 0 auto;
}

.part3 .main .title{
	font-size: 36px;
    color: #15aba6;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top:50px;
}

.part3 .main .box{
	width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.part3 .main .box ul li{
	float: left;
    width: 28%;
    text-align: center;
    margin: 30px;
     -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.part3 .main .box ul li span{
	display: block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.part3 .main .box ul li img{
	width:auto;
	 -webkit-transition: 0.6s all ease;
      -o-transition: 0.6s all ease;
      transition: 0.6s all ease;
      -webkit-transform: perspective(800) rotateY(0);
      -ms-transform: perspective(800) rotateY(0);
      -o-transform: perspective(800) rotateY(0);
      transform: perspective(800) rotateY(0);
}
.part3 .main .box ul li:hover img{
	 -webkit-transform: perspective(800px) rotateY(360deg);
      -ms-transform: perspective(800px) rotateY(360deg);
      -o-transform: perspective(800px) rotateY(360deg);
      transform: perspective(800px) rotateY(360deg);
}
.part4{
	width:100%;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 50px;
}
.part4 .main{
	width:1200px;
	padding: 0;
	margin: 0 auto;
}
.part4 .main .title{
	font-size: 36px;
    color: #15aba6;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 80px;
}
.part4 .main .box{
	width: 1200px;
    margin: 0 auto;
    padding: 0 130px;
}

.part4 .main .box img{
	width: auto;
}
.part4 .main .box ul{
	float: right;
    width: 59%;
    margin-top: -50px;
}

.part4 .main .box ul li{
	height: 48px;
    line-height: 48px;
    border: 1px solid #666;
    margin: 20px 0;
    position: relative;
    border-left: none;
}
.part4 .main .box ul li em{
	display: inline-block;
    width: 48px;
    height: 48px;
    border: 1.4px solid #666;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: -23px;
    top: -1px;
}
.part4 .main .box ul li p{
	color: #666;
    font-size: 16px;
    display: inline-block;
    padding-left: 35px;
}

.part4 .main .box ul li span{
	display: inline-block;
    color: #fff;
    font-size: 22px;
    background: #666;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 100%;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 5px;
}
.part4 .main .box ul li:hover .include p{
	color: #15aba6;
}

.part4 .main .box ul li:hover .include em span{
	background: #15aba6;
}
.part4 .main .box ul li:hover{
	border-color: #15aba6;
}
.part5{
	width:100%;
	padding-bottom: 100px;
	margin: 0 auto;
	background: #f9f9f9;
}
.part5 .main{
	width:1200px;
	padding: 0;
	margin: 0 auto;
}
.part5 .main .box{
	width:1200px;
	padding: 0;
	margin: 0 auto;
	height: 350px;
}

.part5 .main .box .box-left{
	float: left;
	width:50%;
	margin-top: 5%;
	
}
.part5 .main .box .box-left .titles{
	font-size: 24px;
    color: #15aba6;
    text-align: center;
    padding-bottom: 15px;
}
.part5 .main .box .box-left ul li{
	margin: 20px 0;
}
.part5 .main .box .box-left ul li img{
	width:auto;
}

.part5 .main .box .box-right{
	float: right;
	width:50%;
	margin-top: 5%;
}

.part5 .main .box .box-right .titles{
	font-size: 24px;
    color: #15aba6;
    text-align: center;
    padding-bottom: 15px;
}
.part5 .main .box .box-right ul li{
	margin: 20px 0;
}

.part5 .main .box .box-right ul li img{
	width:auto;
}

.part6{
	width:100%;
	padding-bottom: 50px;
	margin: 0 auto;
	background: #fff;
}
.part6 .main{
	width:1200px;
	padding: 0;
	margin: 0 auto;
}
.part6 .main .title{
	font-size: 28px;
    color: #15aba6;
    text-align: center;
    padding: 0;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 20px;
}
.part6 .main .box img{
	width:auto;
}

.part6 .main .box .include{
	height: auto;
	padding: 0;
	margin: 0 auto;
	
}
.part6 .main .box .include li.parent {
    width: 100%;
    padding: .5rem;
    transition: all .2s;
}


.part6 .main .box .include li.parent span.fr {
  	display: block;
    width: 24px;
    height: 24px;
    background: url(../img/down.png?v=1);
    background-repeat: no-repeat;
    margin-top: -30px;
}
.part6 .main .box .include li.parent span.fr:hover{
	cursor: pointer;
}

.part6 .main .box .include li.parent ul.chidren{
	margin: 0 auto;
    padding: 15px 50px;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    margin-top: 25px;
    border-bottom:1px solid #ddd;
}
.part6 .main .box .include li.parent ul.chidren li{
	width:100%;
	margin: 10px 0;
	
}

.part6 .main .box .include li.parent ul.chidren li a{
	display: block;
}

.part6 .main .box .include li.parent ul.chidren li a em{
	    color: #15aba6;
    font-size: 24px;
    padding-right: 15px;
    padding-left: 80px;
}

.part6 .main .box .include li.parent ul.chidren li a span{
	color: #666;
	font-size: 18px;
}

.part7{
	width:100%;
	padding-bottom:30px;
	margin: 0 auto;
	background: #f9f9f9;
}
.part7 .main{
	width:1200px;
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.part7 .main .title{
	font-size: 36px;
	color:#15aba6;
	text-align: center;
	padding: 45px 0;
	font-weight: bold;
	margin: 0 auto;
}
.part7 .main .box{
	height: 210px;
}

.part7 .main .box .box-left{
	float: left;
	width:45%;
	text-align: center;
}

.part7 .main .box .box-left p{
	font-size: 24px;
	text-align: left;
}
.part7 .main .box .box-left p span{
	font-size: 24px;
    font-weight: bold;
}
.part7 .main .box .box-left p.especially{
	padding-left: 72px;
}

.part7 .main .box .box-right{
	float: right;
	width:45%;
	text-align: center;
}

.part7 .main .box .box-right p{
	font-size: 24px;
	text-align: left;
}
.part7 .main .box .box-right p span{
	font-size: 24px;
    font-weight: bold;
}
.part7 .main .box .box-right p.especiallys{
	padding-left: 72px;
}
/*弹窗*/
#Apply_modle {
	z-index: 1000;
	display: none;
}
.fork{
	top: 5px;
	right: 5px;
	float: right;
}
.fork a{
	display: block;
	font-weight: 400;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	color: #676767;
	background: #dcdcdc;
	font-size: 20px;
	border-radius: 40px;
}
.modal-mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 360px;
	height: 400px;
	margin: auto;
	background: #ededed;
	z-index: 1000;
	border-radius: 10px;
	text-align: center;
	box-shadow:0 0 8px #585858; ;
}
.modal-mask form{height: 340px;}

.modal-content span {
	display: inline-block;
	margin: 20px 0 0 -10px;
	font-size: 14px;
	color: #979595;
}
#Apply_modle h2 {
	padding-top: 38px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 400;
	color: #2da3d3;
}
#Apply_modle p input {
	width: 286px;
	height: 44px;
	line-height: 44px;
	margin: 10px auto;
	padding-left: 14px;
	font-size: 16px;
	border-radius: 50px;
	border: 1px solid rgba(0,0,0,.2);
	
}
.inp{
    border-color: rgba(80,160,250,0.4);
}
#Apply_modle .phone_btn {
	padding: 14px 0 0 30px;
	font-size: 24px;
}
#Apply_modle .phone_btn span {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #018ed2;
	border-radius: 56px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	margin-top:-5px;
	margin-left:5px;
}
.modal-content .tabinputs {
	width: 280px;
	height: 40px;
	border-radius: 5px;
	padding-left: 6px;
	font-size: 16px;
}

/*二级弹窗*/

.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.clear :before {
	content: '';
	height: 0;
	display: block;
	clear: both;
}
.accomplish-modle {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
    display: none;
}
.accomplish {
	background: #ededed;
    width: 500px;
    height: 250px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 150px auto;
}
.accomplish .succeed {
	font-size: 30px;
    color: #fe0000;
    padding-top: 25px;
    padding-bottom: 15px;
}
.accomplish p {
	color: #999;
	font-size: 18px;
	line-height: 40px;
}
.accomplish .guanbi{
	color: #333;
    right: 15px;
    font-size: 20px;
    top: -5px;
    border: 1px solid #333;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 20px;
}
.accomplish .guanbi a{color: #333;}

.tab-title{margin: auto;width: 230px;height: 50px;border-bottom: 2px solid #ccc;margin-top: 100px;}
.tab-title span{font-size: 24px;color: #666;cursor: pointer;display: inline-block;width: 49%;text-align: center;line-height: 48px;}
.tab-title span:hover{color: #2da3d3;}
.tab-title span.act{border-bottom: 2px solid #2da3d3;color: #2da3d3;}
.row-box2{display: none;} 
.kc-box .list{
	width: 270px;
	height: 250px;               
    margin-top: 40px;
    padding: 0;  
    margin-left: 18px;
}
.kc-box .list i.img{display: block;width: 100%;height: 152px;overflow: hidden;border-radius: 5px;}
.kc-box .list h4{font-size: 20px; color: #333;line-height: 30px;height:60px;}
.kc-box .list span{font-size: 18px;}
.kc-box .list span.fr{color: #2DA3D3;}
.kc-box .list span.fl{color: #ff5b5b;}
.kc-box .list span.color-mf{color: #42b642;}
.kc-box .list:hover h4{color: #2DA3D3;}
