@charset "utf-8";

/*->主体框架类
*********************/
a{ font-style:normal;color: #666;}
a:hover{ text-decoration:none;}
/*ul{list-style-type: none;}*/
img{max-width: 100%;}
.clear{ clear:both;}
.lost{ margin-right:0 !important;}
.box{ width: 1200px !important;margin: 0 auto;}
.pdnone{padding: 0 !important;}
.container{margin-right: auto;margin-left: auto;}
.tl{text-align: left !important;}
.tc{text-align: center !important;}
.tr{text-align: right !important;}
.br5{border-radius: 5px !important;}
.br5_top{border-top-right-radius: 5px !important;border-top-left-radius: 5px !important;}
.br5_bottom{border-bottom-right-radius: 5px !important;border-bottom-left-radius: 5px !important;}
body,html{ overflow-x:hidden;font-family: Arial,"微软雅黑",Helvetica,sans-serif; color:#000;background: #fff;height: 100%;font:13px/1.231 arial,helvetica,clean,sans-serif;}
.clear::after{
    display:block;clear:both;content:"";visibility:hidden;height:0
}
.imgD{
    line-height: normal;
    vertical-align: middle;
}
.fl{
    float: left !important;
    display: block;
}
.fr{
    float: right !important;
    display: block;
}
.header_wrapper{
    background: #fff;
    height: 100px;
}
.header{
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #ddd;
        box-shadow: 0 2px 6px #ddd;
}
.header .left{
    width: 20%;
}
.header .left div{
    line-height: 100px;
    vertical-align: middle;
}
.header .left div img{
    max-width: 100%;
    max-height: 100%;
}
.header .center{
    width: 60%;
}
.header .center .nav>ul{
    text-align: center;
    padding-top: 20px;
    height:100px;
}
.header .center .nav>ul>li{
    display: inline-block;
    /*float: left;*/
    height: 80px;
    line-height: 65px;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
    transition: all 1s;
}
.header .center .nav>ul>li.has{
    background: url("../images/nav_j.png") center 50px no-repeat;
}
.header .center .nav>ul>li:hover{
    box-shadow: 0 0 5px #ddd;
}
.header .center .nav>ul>li.has:hover{
    background-image: url("../images/nav_a.png");
}
.header .center .nav>ul>li:hover>a{
    color: #3f87f5;
    /*font-weight: 600;*/
}
.header .center .nav i.hot{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 8px;
    background: url("../images/hot.png") center center no-repeat;
}
.header .center .nav>ul>li .tnav{
    width: 100%;
    display: none;
    line-height: 35px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60px;
    padding: 0 20px;
    z-index: 9999;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.header .center .nav>ul>li .tnav li{
    height: 35px;
    overflow: hidden;
}
.header .center .nav>ul>li .tnav a:hover{
    color: #3f87f5;
}
.header .center .nav>ul>li:hover .tnav{
    display: block;
}
.header .right{
    width: 20%;
    text-align: center;
    line-height: 100px;
}
.header .right div{
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
    color: #0082be;
}

.footer{
    width: 100%;
    height: 347px;
    background: #2d2d39;
    color: #fff;
    position: relative;
}
.footer .beian{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    line-height: 40px;
    text-align: center;
}
.footer .foot{
    padding: 20px 0;
    height: 320px;
}
.footer .foot .left{
    width: 20%;
    float: left;
}
.footer .foot .left div{
    line-height: 320px;
    vertical-align: middle;
    text-align: center;
}
.footer .foot .left div img{
    width: 190px;
}
.footer .foot .center{
    width: 60%;
    float: left;
    padding: 70px 50px 0 50px;
    line-height: 30px;
}
.footer .foot .center .link{
    padding-top: 10px;
}
.footer .foot .right{
    width: 20%;
    float: right;
}
.footer .foot .right div{
    line-height: 320px;
    vertical-align: middle;
    text-align: center;
}
.footer .foot .right div img{
    width: 290px;
}

.page{
    margin-top: 20px;
    text-align: center;
}
.page a{
    display: inline-block;
    padding: 3px 8px;
}
.page a.select{
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #0082be;
}

/*首页CSS*/
.index_wrpper{

}
.banner_wrapper{
    width: 100%;
    height: 450px;
    position: relative;
}
.banner_wrapper .model1{
    width: 1200px;
    height: 450px;
    position: absolute;
    top: 0;
    left:50%;
    margin-left: -600px;
}
.banner_wrapper .banner img{
    height: 450px !important;
}
.banner_wrapper .model1 .md1_list{
    width: 285px;
    float: left;
    background: rgba(0,0,0,0.3);
    box-sizing: border-box;
}
.banner_wrapper .model1 .md1_list li{
    padding: 0 5px;
}
.banner_wrapper .model1 .md1_list li a{
    display: block;
    width: 100%;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 16px;
}
.banner_wrapper .model1 .md1_list li:last-child a{
    border-bottom: none;
}
.banner_wrapper .model1 .md1_list li:hover{
    background: rgba(255,255,255,0.2);
}
.banner_wrapper .model1 .md1_div{
    width: 820px;
    float: left;
}
.banner_wrapper .model1 .md1_list_div{
    width: 820px;
    min-height: 600px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px #ddd;
    box-sizing: border-box;
    padding: 35px;
}
.in_model1{
    height: 100px;
    border: 1px solid #dcdcdc;
    margin: 30px auto;
    box-sizing: border-box;
    overflow: hidden;
    /*padding: 28px 0;*/
}
.in_model1 .li{
    padding: 28px 0 23px 22px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}
.in_model1 .li:last-child{
    border:none;
}
.in_model1 .li img{
    padding: 0 10px;
    float: left;
    margin-top: -3px;
}
.in_model1 .li dt {
  float: left;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  transition: .5s;
  background: url("../images/sprite.png") no-repeat;
}
.in_model1 .li dd {
  float: left;
  margin-left: 30px;
  border-right: 1px solid #dcdcdc;
  padding-right: 30px;
}
.in_model1 .li dd a {
  display: block;
}
.in_model1 .li dd a h3 {
  font-size: 16px;
  color: #2a2a2a;
}
.in_model1 .li dd a span {
  display: block;
  color: #b2b2b2;
  font-size: 14px;
  margin-top: 10px;
}
.in_model1 a:nth-child(1) .li dt {
  background-position: 0 0;
}
.in_model1 a:nth-child(2) .li dt {
  background-position: -80px 0;
}
.in_model1 a:nth-child(3) .li dt {
  background-position: -160px 0;
}
.in_model1 a:nth-child(4) .li dt {
  background-position: -240px 0;
}
.in_model1 a:nth-child(5) .li dt {
  background-position: -320px 0;
}
.in_model1 a:nth-child(5) .li dd {
  border-right:none;
}
.in_model1 .li:hover dt {
  transform: rotate(360deg);
}
.in_model1 a:nth-child(1) .li:hover dt {
  background-position: -40px 0;
}
.in_model1 a:nth-child(2) .li:hover dt {
  background-position: -120px 0;
}
.in_model1 a:nth-child(3) .li:hover dt {
  background-position: -200px 0;
}
.in_model1 a:nth-child(4) .li:hover dt {
  background-position: -280px 0;
}
.in_model1 a:nth-child(5) .li:hover dt {
  background-position: -360px 0;
}
.in_model1 .li div:nth-child(5){
  border-right:none;
}
.in_model1 .li div{
    float: left;
    margin-left: 30px;
    border-right: 1px solid #dcdcdc;
    padding-right: 30px;
}
.in_model1 .li:last-child div{
    margin-right: 0;
    border-right:none;
}
.in_model1 .li:hover p{
    color: #e1445e;
}
.in_model1 .li .en{
    display: block;
    color: #b2b2b2;
    font-size: 12px;
    margin-top: 10px;
}
.in_model2{
    padding-bottom: 20px;
}
.in_model2 .li{

    width: 390px;
    height: auto;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.in_model2 .li:hover{
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.in_model2 .li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.in_model2 .li .title{
    font-size: 25px;
    text-align: center;
    padding: 20px 0 10px;
}
.in_model2 .li .content{
    font-size: 14px;
    text-indent: 2em;
    line-height: 25px;
}
.in_model2 .li .go{
    padding-top: 10px;
}
.in_model2 .li:nth-child(1){
    float: left;
    margin-right: 15px;
    background-image: -webkit-linear-gradient(330deg, #ffa659 0%, #fe6573 100%);
    background-image: -o-linear-gradient(330deg, #ffa659 0%, #fe6573 100%);
    background-image: linear-gradient(60deg, #ffa659 0%, #fe6573 100%);
}
.in_model2 .li:nth-child(2){
    margin-right: 15px;
    float: left;
    background-image: -webkit-linear-gradient(330deg, #995DFE 0%, #3D8DFE 100%);
    background-image: -o-linear-gradient(330deg, #995DFE 0%, #3D8DFE 100%);
    background-image: linear-gradient(60deg, #995DFE 0%, #3D8DFE 100%);
}
.in_model2 .li:nth-child(3){
    float: left;
    background-image: -webkit-linear-gradient(left, #92fe9d 0%, #00c9ff 100%);
    background-image: -o-linear-gradient(left, #92fe9d 0%, #00c9ff 100%);
    background-image: linear-gradient(to right, #92fe9d 0%, #00c9ff 100%);

}
.mdtitle .title{
}
.mdtitle .title span{
    display: inline-block;
    width: 10px;
    height: 30px;
    background: #3f87f5;
    margin-right: 30px;
}
.mdtitle .title p{
    display: inline-block;
    font-size: 38px;
    color: #a4a4a4;
    font-weight: bolder;
}
.mdtitle .conTitle{
    padding-left: 50px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.mdtitle .conTitle .title{
    font-size: 36px;
    line-height: 30px;
    color: #000;
    padding: 20px 0 10px;
}
.in_model3 .in_m3_div{
    padding: 30px 0 40px;
}
.in_model3 .in_m3_div .img{
    width: 100%;
    height: 160px;
    overflow:hidden;
}
.in_model3 .in_m3_div img{
    width: 100%;
    height: 160px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: -webkit-transform 0.8s;
}
.in_model3 .in_m3_div .li{
    width: 292px;
    height: 390px;
	position:relative;
    float:left;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 8px #ddd;
    border-radius: 5px;
    margin-right: 10px;
    overflow: hidden;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
         /*box-shadow: 0 3px 0 #e9e9e9; */
}
.in_model3 .in_m3_div .li .more{
	position:absolute;
	bottom: 20px;
	right: 20px;
}
.in_model3 .in_m3_div .li .more:hover a{
	color: #e83e3e;
}
.in_model3 .in_m3_div .li:hover{
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.in_model_te{
    overflow: hidden;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.in_model_te:hover{
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.in_model_te img.bd{
    -webkit-transition: -webkit-transform 0.8s;
}
.in_model_te:hover img.bd{
  transform: scale(1.1);
}
.in_model3 .in_m3_div .li:last-child{
    margin-right: 0px;
}
.in_model3 .in_m3_div .li .title{
    padding-top: 10px;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.in_model3 .in_m3_div ul{
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
}
.in_model3 .in_m3_div li{
    background: url("../images/hd.png") left center no-repeat;
    padding-left: 11px;
    overflow: hidden;
    height: 30px;
}
.in_model3 .in_m3_div li:hover a{
    color: #ee554d;
}
.in_model4 .in_m4_div{
    padding: 30px 0 40px;
}
.in_model4 .in_m4_div .li{
    float: left;
    width: 590px;
    height: 150px;
    box-shadow: 0 0 5px #ddd;
    margin:0 20px 20px 0;
    border-radius: 5px;
    padding: 15px;
    overflow: hidden;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.in_model4 .in_m4_div a:nth-child(2) .li,
.in_model4 .in_m4_div a:nth-child(4) .li,
.in_model4 .in_m4_div a:nth-child(6) .li,
.in_model4 .in_m4_div a:nth-child(8) .li{
    margin: 0 0 20px 0;
}
.in_model4 .in_m4_div .li:hover{
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.in_model4 .in_m4_div .li img{
    display: inline-block;
    padding: 10px 10px 0;
    float: left;
}
.in_model4 .in_m4_div .li div{
    width: 410px;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
.in_model4 .in_m4_div .li div .title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 5px 0;
}
.in_model5 .in_m5_div{
    padding: 30px 0 40px;
}
.in_model5 .in_m5_div .li{
    box-shadow: 0 5px 15px #ddd;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.in_model5 .in_m5_div .li:hover{
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.in_model5 .in_m5_div .li img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.in_model5 .in_m5_div .li:nth-child(1){
    width: 810px;
    height: 231px;
    float: left;
    margin-bottom: 12px;
}
.in_model5 .in_m5_div .li:nth-child(2){
    width: 380px;
    height: 523px;
    float: right;
}
.in_model5 .in_m5_div .li:nth-child(3){
    width: 400px;
    height: 280px;
    float: left;
    margin-right: 10px;
}
.in_model5 .in_m5_div .li:nth-child(4){
    width: 400px;
    height: 280px;
    float: left;
}
.in_model5 .in_m5_div .li .info{
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 20;
    color: #fff;
}
.in_model5 .in_m5_div .li .info img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    bottom: 63px;
    right: 30px;
    z-index: 21;
}
.in_model5 .in_m5_div .li:nth-child(2) .info{
    background-image: linear-gradient(60deg, #ffa459 0%, #fe6074 100%);
}
.in_model5 .in_m5_div .li:nth-child(3) .info{
    background-image: linear-gradient(60deg, #ebcc00 0%, #ffa400 100%);
}
.in_model5 .in_m5_div .li:nth-child(4) .info{
    background-image: linear-gradient(60deg, #01dcb1 0%, #46e543 100%);
}
.in_model5 .in_m5_div .li .info .title{
    font-size: 22px;
    font-weight: bold;
    width: 90%;
    margin: 2% auto 0;
    line-height: 45px;
}
.in_model5 .in_m5_div .li .img{
    width: 100%;
    height: 100%;
}
.in_model5 .in_m5_div .li .info .intro{
    font-size: 17px;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff !important;
}
.in_model6 .in_m6_div{
    padding: 30px 0 40px;
}
.in_model6 .in_m6_div .li{
    box-shadow: 0 0 15px #ddd;
    border-radius: 5px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.in_model6 .in_m6_div .li:hover{
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.in_model6 .in_m6_div .li:nth-child(1){
    width: 380px;
    height: 520px;
    float: left;
    padding: 20px;
}
.in_model6 .in_m6_div .li:nth-child(1) .user{
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}
.in_model6 .in_m6_div .li:nth-child(1) .user .fl{
    width: 213px;
    color: #ff8666;
    font-size: 17px;
}
.in_model6 .in_m6_div .li:nth-child(1) .user .fl .title{
    font-size: 19px;
    font-weight: 600;
    padding: 5px 0;
}
.in_model6 .in_m6_div .li:nth-child(1) .user .fr{
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.in_model6 .in_m6_div .li:nth-child(1) .content{
    height: 318px;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
    color: #666;
    line-height: 27px;
    position: relative;
}
.in_model6 .in_m6_div .li:nth-child(1) .content .other{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    color: #666;
}
.in_model6 .in_m6_div .li:nth-child(1) .more{
    display: block;
    margin: 10px auto 5px;
    width: 140px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 15px;
    background-image: -webkit-linear-gradient(240deg, #fe6573 0%, #ffa658 100%);
    background-image: -o-linear-gradient(240deg, #fe6573 0%, #ffa658 100%);
    background-image: linear-gradient(330deg, #fe6573 0%, #ffa658 100%);
    /*background: #fe6572;*/
}
.in_model6 .in_m6_div .li:nth-child(2){
    width: 400px;
    height: 280px;
    float: right;
}
.in_model6 .in_m6_div .li:nth-child(3){
    width: 400px;
    height: 280px;
    float: right;
    margin-right: 10px;
}
.in_model6 .in_m6_div .li:nth-child(3) .img,.in_model6 .in_m6_div .li:nth-child(2) .img{
    width: 100%;
    height: 195px;
    overflow: hidden;
}
.in_model6 .in_m6_div .li .liinfo{
    width: 100%;
    height: 87px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 30px;
}

.in_model6 .in_m6_div .li .liinfo .title{
    font-size: 19px;
    font-weight: 600;
}
.in_model6 .in_m6_div .li:nth-child(4){
    width: 810px;
    height: 230px;
    float: right;
    margin-top: 10px;
    position: relative;
}
.in_model6 .in_m6_div .li:nth-child(4) .title{
    font-size: 24px;
    position: absolute;
    top: 100px;
    left: 49px;
    z-index: 99;
    color: #fff;
}
.in_model6 .in_m6_div .li:nth-child(4) img{
    height: 230px !important;

}
.in_model7 .in_m7_div{
    padding: 30px 0 40px;
}
.in_model7 .in_m7_div .li{
    width: 388px;
    height: 518px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 15px #ddd;
    overflow: hidden;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.in_model7 .in_m7_div .li:hover{
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.in_model7 .in_m7_div .li .liinfo{
    width: 100%;
    height: 106px;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 35px;
    position:relative;
}
.in_model7 .in_m7_div .li .liinfo img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    bottom: 63px;
    right: 30px;
    z-index: 21;
}
.in_model7 .in_m7_div .li:nth-child(1) .liinfo{
    color: #fff;
    background: #000000;
}
.in_model7 .in_m7_div .li:nth-child(2) .liinfo{
    color: #fff;
    background-image: -webkit-linear-gradient(330deg, #ffa658 0%, #fe6573 100%);
    background-image: -o-linear-gradient(330deg, #ffa658 0%, #fe6573 100%);
    background-image: linear-gradient(60deg, #ffa658 0%, #fe6573 100%);
}
.in_model7 .in_m7_div .li:nth-child(1) .img,.in_model7 .in_m7_div .li:nth-child(2) .img{
    width: 100%;
    height: 412px;
    overflow: hidden;
}
.in_model7 .in_m7_div .li:nth-child(3) .img{
    width: 100%;
    height: 212px;
    overflow: hidden;
}
.in_model7 .in_m7_div .li .liinfo .title{
    font-size: 23px;
    font-weight: 600;
}

.in_model7 .in_m7_div .li:nth-child(3){
    margin-right: 0;
}
.in_model7 .in_m7_div .li:nth-child(3) .title{
    padding: 10px 0;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.in_model7 .in_m7_div .li:nth-child(3) ul{
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
}
.in_model7 .in_m7_div .li:nth-child(3) li{
    background: url("../images/hd.png") left center no-repeat;
    padding-left: 11px;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.in_model7 .in_m7_div .li:nth-child(3) li:hover a{
    color: #ee554d;
}
.in_model8 .in_m8_div{
    padding: 30px 0 40px;
}
.in_model8 .in_m8_div .li{
    width: 388px;
    height: 518px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 15px #ddd;
}
.in_model8 .in_m8_div .li:nth-child(3){
    margin-right: 0;
}

.in_model9 .in_m9_div{
    padding: 30px 0 40px;
}
.in_model9 .in_m9_div .li{
    border-radius: 5px;
    box-shadow: 0 5px 15px #ddd;
    overflow: hidden;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.in_model9 .in_m9_div .li:hover{
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.in_model9 .in_m9_div .li:nth-child(1){
    width: 230px;
    height: 350px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.in_model9 .in_m9_div .li:nth-child(1) img,.in_model9 .in_m9_div .li:nth-child(3) img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.in_model9 .in_m9_div .li:nth-child(1) .liinfo,.in_model9 .in_m9_div .li:nth-child(3) .liinfo{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    color: #fff;
    padding: 40px 20px;
    font-size: 14px;
    line-height: 25px;
}
.in_model9 .in_m9_div .li:nth-child(1) .liinfo .title,.in_model9 .in_m9_div .li:nth-child(3) .liinfo .title{
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 10px;
}
.in_model9 .in_m9_div .li:nth-child(1) .liinfo .intro,.in_model9 .in_m9_div .li:nth-child(3) .liinfo .intro{
    height: 140px;
}
.in_model9 .in_m9_div .li:nth-child(1) .liinfo a{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f0c300;
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 20px;
}
.in_model9 .in_m9_div .li:nth-child(2){
    width: 750px;
    height: 170px;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.in_model9 .in_m9_div .li:nth-child(2) .liinfo{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    padding: 60px;
}
.in_model9 .in_m9_div .li:nth-child(2) .liinfo .title{
    font-size: 23px;
    font-weight: 600;
}
.in_model9 .in_m9_div .li:nth-child(4){
    width: 370px;
    height: 170px;
    float: left;
    margin-right: 10px;
}
.in_model9 .in_m9_div .li:nth-child(4) .liinfo,.in_model9 .in_m9_div .li:nth-child(5) .liinfo{
    padding: 5px 20px;
    font-size: 14px;
    line-height: 25px;
}
.in_model9 .in_m9_div .li:nth-child(4) .liinfo .title,.in_model9 .in_m9_div .li:nth-child(5) .liinfo .title{
    font-size: 20px;
    font-weight: 600;
}
.in_model9 .in_m9_div .li:nth-child(5){
    width: 370px;
    height: 170px;
    float: left;
}
.in_model9 .in_m9_div .li:nth-child(3){
    width: 200px;
    height: 350px;
    float: right;
    position: relative;
}
.in_model9 .in_m9_div .li:nth-child(3) .liinfo a{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #7d6bfe;
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 20px;
}

.in_model10 .title p{
    font-size: 30px;
}
.in_model10 .title span{
    margin-bottom: -5px;
}
.in_model10 .in_m10_div{
    padding: 30px 0 40px;
}
.in_model10 .in_m10_div .li{
    float: left;
    width: 164px;
    height: 90px;
    border-radius: 5px;
    box-shadow: 0 5px 15px #ddd;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 10px;
}
.in_model10 .in_m10_div .li img{
    max-width: 100%;
}
.in_model10 .in_m10_div .li div{
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
}


.etitle{
    font-size: 22px;
    font-weight: 600;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

/*师资力量*/
.sizi_wrapper{

}
.sizi_content{
    padding: 60px 0;
}
.content_wrapper .enav{
    padding: 50px 0;
    text-align: center;
}
.content_wrapper .enav a{
    display: inline-block;
    width: 109px;
    height: 38px;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #666666;
    line-height: 38px;
    transition: all 1s;
}
.content_wrapper .enav a.active{
    background: #3f87f5;
    border-color: #3f87f5;
    color: #fff;
}
.content_wrapper .enav a:hover{
    background: #3f87f5;
    border-color: #3f87f5;
    color: #fff;
}
.sizi_content .sz_list{
    /*-webkit-column-count: 4;*/
    /*-moz-column-count: 4;*/
    /*column-count: 4;*/
    column-gap: 30px;
    margin-top: 54px;
}
.sizi_content .sz_list .sz_li{
    width: 290px;
    /*break-inside: avoid;*/
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 20px;
    float: left;
    box-shadow: none;
}
.sizi_content .sz_list .sz_li a{
    display: block;
    width: 100%;
    height: 100%;
}
.sizi_content .sz_list .sz_li .sz{
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    cursor: pointer;
    transition: all 0.8s ease 0s;
}
.sizi_content .sz_list .sz_li img{
    width: 100%;
    height: auto;
    /*border-radius: 5px;*/
}
.sizi_content .sz_list .sz_li .liinfo{
    font-size: 14px;
    color: #666;
    padding: 5px 10px;
    line-height: 30px;
}
.sizi_content .sz_list .sz_li .title{
    font-size: 16px;
    color: #000;
}

.sizi_content .sz_con{
    padding: 50px 0;
}
.sizi_content .sz_con .left{
    width: 200px;
    height: auto;
    margin-right: 30px;
}
.sizi_content .sz_con .right .name{
    font-size: 22px;
    color: #000;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.sizi_content .sz_con .right .lb{
    font-size: 14px;
    line-height: 48px;
    color: #666;
}
.sizi_content .sz_con .right .lb .title{
    color: #ff3b3b;
    font-weight: 600;
}


/*项目实训*/
.shixun_wrapper{

}
.shixun_content{
    padding: 60px 0;
}
.shixun_content .shixun_list{

}
.shixun_content .shixun_list .sx_li{
    width: 386px;
    height: 278px;
    float: left;
    border: 1px solid #ececec;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.shixun_content .shixun_list .sx_li:nth-child(3),
.shixun_content .shixun_list .sx_li:nth-child(6),
.shixun_content .shixun_list .sx_li:nth-child(9),
.shixun_content .shixun_list .sx_li:nth-child(12){
    margin-right: 0;
}
.shixun_content .shixun_list .sx_li .liinfo{
    padding: 10px 20px;
    font-size: 12px;
    color: #999;
    line-height: 35px;
}
.shixun_content .shixun_list .sx_li img{
    width: 100%;
    height: 216px;
}
.shixun_content .shixun_list .sx_li .liinfo .title{
    font-size: 16px;
    color: #000;
}

/*名企招聘*/
.mingqi_wrapper{

}
.mingqi_wrapper .sz_list .sz_li .sz .liinfo{
    line-height: 38px;
    height: 48px;
}

/*职场攻略*/
.zhichang_wrapper{

}
.zc_content .zc_left{
    width: 807px;
    float: left;
}
.zc_content .zc_left .banner .banner_new{
    width: 100%;
    height: 235px;
    position: relative;
}
.zc_content .zc_left .banner .banner_new img{
    width: 100%;
    height: 100%;
}
.zc_content .zc_left .banner .banner_new .title{
    width: 100%;
    height: 67px;
    line-height: 67px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.zc_content .zc_left .three_list{
    margin: 12px 0 30px;
}
.zc_content .zc_left .three_list .th_li{
    width: 259px;
    height: 140px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.zc_content .zc_left .three_list .th_li:last-child{
    margin-right: 0;
}
.zc_content .zc_left .three_list .th_li img{
    width: 100%;
    height: 100%;
}
.zc_content .zc_left .three_list .th_li p{
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.zc_content .zc_left .zc_type ul{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ddd;
}
.zc_content .zc_left .zc_type ul li{
    width: 130px;
    height: 100%;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: #666;
    font-size: 16px;
	cursor:pointer;
}
.zc_content .zc_left .zc_type ul li.active{
	background: blue;
    color: #fff;
    border-radius: 22px;
    /* background: url("../images/dt_1.png") left center no-repeat; */
}
.zc_content .zc_left .zc_li{
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    transition: all 1s;
}
.zc_content .zc_left .zc_li:hover{
    background: #f6f6f6;
}
.zc_content .zc_left .zc_li .leftimg{
    width: 260px;
    height: 140px;
    float: left;
    margin-right: 25px;
}
.zc_content .zc_left .zc_li .rightdiv{
    width: 505px;
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 30px;
}
.zc_content .zc_left .zc_li .rightdiv .title{
    font-size: 16px;
    color: #3f87f5;
}
.zc_content .zc_left .zc_li .rightdiv .intro{
    height: 60px;
    overflow: hidden;
}
.zc_content .zc_left .zc_li .rightdiv .other{
    color: #b3b3b3;
    font-size: 14px;
    margin-top: 22px;
}
.zc_content .zc_left .zc_li .rightdiv .other img{
    width: 20px;
    margin-right: 5px;
}
.zc_content .zc_right{
    width: 326px;
    float: right;
}
.zc_content .zc_right .head{
    width: 100%;
    height: 57px;
    line-height: 57px;
    background: #fafafa;
    border-top: 2px solid #3f87f5;
    text-align: center;
    margin-bottom: 30px;
}

.zc_content .zc_right .three_list .th_li{
    width: 100%;
    height: 172px;
    position: relative;
    margin-bottom: 20px;
}
.zc_content .zc_right .three_list .th_li img{
    width: 100%;
    height: 100%;
}
.zc_content .zc_right .three_list .th_li p{
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
}

.zc_content .zc_right .zc_li{
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    transition: all 1s;
}
.zc_content .zc_right .zc_li:hover{
    background: #f6f6f6;
}
.zc_content .zc_right .zc_li .leftimg{
    width: 125px;
    height: 70px;
    float: left;
    margin-right: 10px;
}
.zc_content .zc_right .zc_li .rightdiv{
    width: 190px;
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.zc_content .zc_right  .zc_li .rightdiv .title{
    /*font-size: 16px;*/
    /*color: #3f87f5;*/
    height: 40px;
}
.zc_content .zc_right  .zc_li .rightdiv .other{
    color: #b3b3b3;
    font-size: 12px;
    margin-top: 10px;
}
.zc_content .zc_right  .zc_li .rightdiv .other img{
    width: 20px;
    margin-right: 5px;
}
.zc_content .zc_right .gg a{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}


/*详情页*/
.details_wrapper{
    padding: 60px 0;
}
.details_wrapper .de_left{
    width: 870px;
    float: left;
    border: 1px solid #ececec;
    min-height: 300px;
    padding: 20px;
}
.details_wrapper .de_left .title{
    text-align: center;
    padding: 20px 0;
}
.details_wrapper .de_left .other{
    text-align: center;
    color: #b3b3b3;
    padding: 10px 0 50px;
}
.details_wrapper .de_left .next{
    width: 840px;
    margin: 30px auto 10px;
	padding: 20px 0 0;
    border-top: 1px solid #f5f5f5;
}
.details_wrapper .de_left .next a{
    font-size: 12px;
    line-height: 28px;
}
.details_wrapper .de_left .next a:hover{
    color: #3f87f5;
}
.details_wrapper .de_right{
    width: 290px;
    float: right;
}
.details_wrapper .de_right .evm{
    display: block;
    margin: 0 auto 20px;
    width: 155px;
    height: 155px;
    padding: 3px;
    border:1px solid #ddd;
    border-radius: 5px;
}
.details_wrapper .de_right .gz{
    width: 100%;
    height: 45px;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.details_wrapper .de_right .tj_list p{
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}
.details_wrapper .de_right .tj_list li{
    width: 100%;
    line-height: 22px;
    font-size: 12px;
    color: #333;
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #ddd;
    background: url('../images/de_2.png') left center no-repeat;
}


/*学员故事*/
.gushi_wrapper{

}
.gushi_content{
    padding: 60px 0;
}
.gushi_wrapper .gushi_list .gs_li{
    width: 386px;
    height: 415px;
    float: left;
    padding: 20px;
    margin: 0 7px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #ddd;
    color: #333;
    cursor: pointer;
}
.gushi_wrapper .gushi_list .gs_li:nth-child(3),
.gushi_wrapper .gushi_list .gs_li:nth-child(6),
.gushi_wrapper .gushi_list .gs_li:nth-child(9){
    /*margin-right: 0;*/
}
.gushi_wrapper .gushi_list .gs_li:hover .head .fl{
    color: #3f87f5;
}
.gushi_wrapper .gushi_list .gs_li .head{
    /* height: 65px; */
    margin-bottom: 20px;
}
.gushi_wrapper .gushi_list .gs_li .head .fl{
    width: 200px;
    font-size: 18px;
    color: #000;
    transition:  all 1s;
}
.gushi_wrapper .gushi_list .gs_li .head .fr{
    width: 115px;
}
.gushi_wrapper .gushi_list .gs_li .content{
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}
.gushi_wrapper .gushi_list .gs_li .action{
    color: #666;
}
.gushi_wrapper .gushi_list .gs_li .action a{
    color: #3f87f5;
}



/*学长心得*/
.xinde_wrapper{

}
.xinde_wrapper .xinde_content{
    padding: 60px 0;
}
.xinde_content .xinde_list{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 20px;
    margin-top: 30px;
}
.xinde_content .xinde_list .xinde_li{
    display:inline-block;
    width: 386px;
    float: left;
    box-shadow: 0 0 5px #ddd;
    padding: 30px;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;/* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    color: #666;
}
.xinde_content .xinde_list .xinde_li .head{
    font-size: 12px;
    color: #666;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.xinde_content .xinde_list .xinde_li .head img{
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.xinde_content .xinde_list .xinde_li .head .name{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}


/*学员问答*/
.wenda_wrapper{

}
.wd_content{
    padding: 60px 0;
}
.wd_content .wd_list .wd_left{
    width: 830px;
    float: left;
}
.wd_content .wd_list .wd_left .wd_li{
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 30px;
    color: #666;
}
.wd_content .wd_list .wd_left .wd_li a{
    color: #666;
}
.wd_content .wd_list .wd_left .wd_li:hover .title{
    color: #3f87f5;
}
.wd_content .wd_list .wd_left .wd_li .title{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    transition: all 1s;
}
.wd_content .wd_list .wd_left .wd_li .content{
    line-height: 30px;
    color: #666;
    height: 85px;
}
.wd_content .wd_list .wd_right{
    width: 326px;
    float: right;
}
.wd_content .wd_list .wd_right .here{
    width: 100%;
    margin-bottom: 25px;
}
.wd_content .wd_list .wd_right .head{
    width: 100%;
    height: 57px;
    line-height: 57px;
    background: #fafafa;
    border-top: 2px solid #3f87f5;
    text-align: center;
    margin-bottom: 30px;
}
.wd_content .wd_list .wd_right .tj_list{
    padding: 15px 0 ;
    border-bottom: 1px solid #ddd;
    color: #666;
    line-height: 25px;
}
.wd_content .wd_list .wd_right .tj_list .title{
    padding-left: 15px;
    background: url("../images/wd_2.png") left center no-repeat;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    transition: all 1s;
}
.wd_content .wd_list .wd_right .tj_list:hover .title{
    color: #3f87f5;
}



/*就业咨询*/
.zixun_wrapper{

}
.zixun_wrapper .zixun_content{
    padding: 60px 0;
}
.zixun_content .zx_type{
    width: 100%;
    height: auto;
    background: #fafafa;
    padding: 20px 25px;
    border-radius: 5px;
}
.zixun_content .zx_type .zx_tdiv .left{
    width: 90px;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 23px;
    font-weight: 600;
}
.zixun_content .zx_type .zx_tdiv .right{
    width: 1050px;
    float: left;
}
.zixun_content .zx_type .zx_tdiv .right li{
    display: inline-block;
    width: 235px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}
.zixun_content .zx_type .zx_tdiv .right li.active a{
    color: #3f87f5;
}
.zixun_content .zx_type .zx_tdiv .right li.active{
    background: url("../images/zx_1.png") center bottom no-repeat;
}
.zixun_content .zx_type .zx_tdiv{
    margin: 20px 0;
}
.zixun_content .zx_list .zx_alllist{
    margin: 50px 0;
}
.zixun_content .zx_list .zx_xue{
    width: 285px;
    margin-right: 20px;
    float: left;
}
.zixun_content .zx_list .zx_xue:nth-child(4),
.zixun_content .zx_list .zx_xue:nth-child(8),
.zixun_content .zx_list .zx_xue:nth-child(12),
.zixun_content .zx_list .zx_xue:nth-child(16){
    margin-right: 0;
}
.zixun_content .zx_list .zx_xue img:nth-child(1){
    height: 185px;
}
.zixun_content .zx_list .zx_xue .name{
    font-size: 16px;
    color: #000;
    line-height: 40px;
}
.zixun_content .zx_list .zx_xue img:nth-child(2){
    height: 4px;
    width: 100%;
    margin-bottom: 10px;
}
.zixun_content .zx_list .other{
    line-height: 30px;
}
.zixun_content .zx_list .other .active{
    color: #ff3b3b;
}



/*单页*/
.dan_wrapper{

}
.dan_wrapper .dan_content{
    padding: 60px 0;
}
.dan_wrapper .dan_content .dan_con{
    color: #666;
}


.dan_wrapper .dan_content .zj_list{
    width: 980px;
    margin: 0 auto;
}
.dan_wrapper .dan_content .zj_list .year{
    margin-top: 78px;
    margin-bottom: 98px;
    width: 100%;
}
.zj_list .year {
  margin-top: 78px;
  margin-bottom: 98px;
  width: 100%;
}
.zj_list .year .year-title{
    font-size: 26px;
    font-weight: bold;
}
.zj_list .year .year-content {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.zj_list .year .year-content .month .month-title{
    float: left;
    width: 50px;
    margin-right: 87px;
    text-align: right;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.zj_list .year .year-content .month .month-title:after{
    content: "";
    display: block;
    position: absolute;
    width: 68px;
    height: 9px;
    background-image: url('../images/month-line.png');
    background-position: -68px 0;
    top: 4px;
    left: 68px;
}
.zj_list .year .year-content .month .month-content {
  float: right;
  width: 774px;
}
.zj_list .year .year-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 72px;
  top: 8px;
  bottom: 0;
  width: 0;
  border-left: 1px solid #d9d9d9;
}
.zj_list .year .year-content:after {
  content: "";
  display: block;
  clear: both;
}
.zj_list .year .year-content .month {
  margin-bottom: 32px;
}
.zj_list .year .year-content .month:after {
  content: "";
  display: block;
  clear: both;
}
.zj_list .year .year-content .month .month-content div {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.zj_list .year .year-content .month .month-content div a,
.zj_list .year .year-content .month .month-content div a:link,
.zj_list .year .year-content .month .month-content div a:hover,
.zj_list .year .year-content .month .month-content div a:visited {
  font-weight: bold;
  color: #ff9857;
  display: inline-block;
  position: relative;
}
.zj_list .year .year-content .month .month-content div a img, .zj_list .year .year-content .month .month-content div a:link img, .zj_list .year .year-content .month .month-content div a:hover img, .zj_list .year .year-content .month .month-content div a:visited img {
    width: 241px;
    height: 241px;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -200px;
    z-index: 999;
    max-width: none;
    background: rgba(0,0,0,0.3);
    padding: 5px;
    border-radius: 50%;
    transition: all 1s;
}
.zj_list .year .year-content .month .month-content div a:hover img {
  display: block;
}
