﻿/*-----------------[初始化]--------------*/
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {margin: 0 auto;padding-top: 1.2rem;padding-bottom: 1.333333rem;min-width: 320px;max-width: 750px;color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {display: block;max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input [type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
.ani, a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
a {color: #333;text-decoration: none;}
a:hover {color: #ff4b59;text-decoration: none;}

ul {list-style: none;}
.fix{*zoom:1;}
.fix:after,.fix:before{display:block;content:"";height:0;clear:both;}
table{border-collapse:collapse; border-spacing:0;}
.c {clear: both;}

.col-l {float: left;}
.col-r {float: right;}

em {font-style: normal;}
/*******************************
    -------[=头部]-------
********************************/
.head {position: fixed;top: 0;right: 0;width: 100%;height: 1.2rem;line-height: 1.2rem;background-color: #0d83e7;z-index: 100;-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;}
.head .btn-back {position: absolute;top: 0;left: 0;display: block;width: 1.2rem;height: 1.2rem;background: url(../images/ico-g-1.png) center center no-repeat;-webkit-background-size: 0.266667rem 0.453333rem;background-size: 0.266667rem 0.453333rem;}
.head .colname {margin: 0 auto;display: block;width: 100%;height: 1.2rem;text-align: center;color: #fff;font-size: 0.48rem;font-weight: bold;}
/*.head .menuBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.573333rem;
    height: 1.2rem;
    background: url(../images/ico-g-2.png) left center no-repeat;
    -webkit-background-size: 1.186667rem auto;
    background-size: 1.186667rem auto;
}
.head .menuBtn .wheel {
    position: absolute;top: 0.6rem;display: block;
    width: 0.2rem;height: 0.2rem;
    background: url(../images/ico-g-3.png) center center no-repeat;
    -webkit-background-size: 0.2rem 0.2rem;
    background-size: 0.2rem 0.2rem;}*/
/*    .head .menuBtn .wheel.w1 {left: 0.12rem;}
    .head .menuBtn .wheel.w2 {left: 0.88rem;}*/
.head .menuBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .3rem;
    width: 60px;
    height: 21px;
    background: url(../images/ico-g-2.png) left center no-repeat;
    -webkit-background-size: 60px auto;
    background-size: 60px auto;
}
.head .menuBtn .wheel {
    position: absolute;bottom: 1px; display: block;
    width: 10px;height: 10px;
    background: url(../images/ico-g-3.png) center center no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
.head .menuBtn .wheel.w1 {left: 6.5px;}
.head .menuBtn .wheel.w2 {left: 45.5px;}
.menuBtn .wheel{-webkit-animation: wheel 1.6s linear normal forwards infinite;
  -moz-animation: wheel 1.6s linear normal forwards infinite;
  -o-animation: wheel 1.6s linear normal forwards infinite;
  animation: wheel 1.6s linear normal forwards infinite;}
@-webkit-keyframes wheel{
       0%{transform: rotate(0deg);}
       100%{transform: rotate(-360deg);}
}
@-moz-keyframes wheel{
       0%{transform: rotate(0deg);}
       100%{transform: rotate(-360deg);}
}
@-o-keyframes wheel{
       0%{transform: rotate(0deg);}
       100%{transform: rotate(-360deg);}
}
@keyframes wheel{
       0%{transform: rotate(0deg);}
       100%{transform: rotate(-360deg);}
}
.head2 {padding: 0.1rem 0 0 0.4rem;}
.head2 .logo {line-height: 1;}
.head2 img {display: inline-block;height: 1rem;}
/*******************************
    -------[=导航]-------
********************************/
.aside {position: fixed;top: 0;right: -80%;width: 80%;height: 100%;z-index: 100;background-color: #fff;-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;}
.aside .btn-close {position: absolute;top: 0;right: 0;display: block;width: 1.2rem;height: 1.2rem;background: url(../images/ico-g-4.png) center center no-repeat;-webkit-background-size: 0.4rem auto;background-size: 0.4rem auto;}
.aside .logo-side {padding: .23rem 0.4rem;}
.aside .logo-side img {display: inline-block;height: 0.6rem;}
.aside .list a {padding-left:1.333333rem;display: block;height: 1.2rem;line-height: 1.2rem;color: #666;font-size: .36rem;}
.aside .list a.on {color: #fff;background-color: #0d83e7;}
.slide-open .head,.slide-open .container {right: 80%;}
.slide-open .aside {right: 0;}
/*******************************
    -------[=底部]-------
********************************/
/* .form {padding: 0.933333rem 0.4rem 0.666667rem;} */
.form {padding:0 0.4rem 0.666667rem;}
.form .tit {margin: 0 -0.4rem 0.4rem;padding:  0 0.4rem;height: 1.066667rem;line-height: 1.066667rem;background: url(../images/ico-g-6.png) right 0.4rem center no-repeat;-webkit-background-size: 0.48rem auto;background-size: 0.48rem auto;border-bottom: 1px solid #ededed;}
.form .tit .s1 {font-size: 0.4rem;}
.form .tit .s2 {font-size: 0.32rem;color: #ea1936;}
.form li {position: relative;margin-bottom: 0.266667rem;width: 100%;}
.form .inp-form {padding-left: 0.906667rem;display: block;width: 100%;height: 1.333333rem;font-size: 0.346667rem;background-position: 0.266667rem center;background-repeat: no-repeat;-webkit-background-size: auto 0.4rem;background-size: auto 0.4rem;background-color: transparent;border: 1px solid #f0f0f0;}
.form .li1 .inp-form {background-image: url(../images/ico-g-8.png);}
.form .li2 .inp-form {background-image: url(../images/ico-g-9.png);}
.form .li3 .inp-form {background-image: url(../images/ico-g-10.png);}
.form .li3 {background: url(../images/ico-g-7.png) right 0.266667rem center no-repeat;-webkit-background-size: 0.306667rem auto;background-size: 0.306667rem auto;}
.form .li3 .list {position: absolute;top: 1.333333rem;left: 0;display: none;width: 100%;-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
box-shadow: 0 0 3px rgba(0,0,0,.3);background-color: #fff;z-index: 10;}
.form .li3 .list a {padding-left: 0.906667rem;display: block;width: 100%;height: .8rem;line-height: .8rem;font-size: 0.266667rem;border-bottom: 1px solid rgba(0,0,0,.15);}
.form .li3 .list a:last-child {border-bottom: none;}
.form .li3 .list a:hover {color: #333;text-decoration: none;}
.form .btn-form {margin-top: 0.533333rem;display: block;width: 100%;height: 1.333333rem;line-height: 1.333333rem;text-align: center;color: #fff;font-size: 0.4rem;background-color: #ea1936;}
.addr {padding: 0.4rem 0.4rem 0 0.746667rem;overflow: hidden;}
.addr img {float: left;display: block;width: 3.146667rem;}
.addr .txt {margin-left: 4.24rem;}
.addr .txt .item {padding: 0 0 0.266667rem 1.146667rem;background-repeat: no-repeat;-webkit-background-size: 0.933333rem 0.933333rem;background-size: 0.933333rem 0.933333rem;}
.addr .txt .item.i1 {background-image: url(../images/ico-g-11.png);}
.addr .txt .item.i2 {background-image: url(../images/ico-g-12.png);}
.addr .txt .p1 {font-size:0.32rem;font-weight: bold;}
.addr .txt .p2 {font-size: 0.293333rem;}
.addr .txt .i1 .p2 {font-size: 0.373333rem;font-family: Arial;}
.copy {height: 0.933333rem;line-height: 0.933333rem;text-align: center;font-size: 0.293333rem;color: #666;border-top: 1px solid #ededed;}
.footer-nav {position: fixed;bottom: 0;left: 0;width: 100%;height: 1.333333rem;z-index: 100;}
.footer-nav a {padding-left: 1.173333rem;float: left;width: 33.333%;height: 1.333333rem;line-height: 1.333333rem;color: #fff;font-size: 0.4rem;background-position: 0.653333rem center;background-repeat: no-repeat;-webkit-background-size: 0.4rem 0.4rem;
background-size: 0.4rem 0.4rem;background-color: #0d83e7;}
.footer-nav a.a1 {background-image: url(../images/ico-g-13.png);}
.footer-nav a.a2 {position: relative;background-image: url(../images/ico-g-14.png);background-color: #ea1936;}
.footer-nav a.a3 {background-image: url(../images/ico-g-15.png);}
.footer-nav em {position: absolute;top: 0.1rem;right: 0.3rem;display: block;width: 0.48rem;height: 0.48rem;line-height: 0.48rem;border-radius: 50%;color: #ea1936;font-size: 0.266667rem;font-family: Arial;background-color: #fff;text-align: center;}
/*******************************
    -------[=公用]-------
********************************/
.container {position: relative;right: 0;width: 100%;-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;}
/* banner */
.banner img {display: block;width: 100%;}
/* 返回顶部 */
.goTop {position: fixed;right: 0;bottom: 4rem;width: 1.173333rem;z-index: 90;opacity: 0;visibility: hidden;}
.goTop.cur {opacity: 1;visibility: visible;}
/* 浮动广告 */
.float-ad {position: fixed;right: 0;top: 50%;width: 2.053333rem;z-index: 90;}
.float-ad .btn-close {position: absolute;top: -5px;right: 0.133333rem;display: block;width: 0.4rem;z-index: 2;}
.float-ad .img-ad {-webkit-animation: float .5s linear normal forwards infinite;animation: float .5s linear normal forwards infinite;}
@-webkit-keyframes float{
   0%{transform: scale(1);}
   30%{transform: scale(0.8);}
   100%{transform: scale(1);}
}
@keyframes float{
   0%{transform: scale(1);}
   30%{transform: scale(0.8);}
   100%{transform: scale(1);}
}
/* 分页 */
.pages {margin: 0.48rem 0;padding: 0 0.4rem;font-size: 0;text-align: center;}
.pages a {margin: 0 0.133333rem;padding: 0 0.133333rem;display: inline-block;height: 0.666667rem;line-height: 0.64rem;color: #666;font-size: 0.32rem;border: 1px solid #dbdbdb;border-radius: 3px;}
.pages span {padding: 0 2px;display: inline-block;color: #666;font-size: 0.32rem;}
.pages select {display: inline-block;height: 0.666667rem;border: 1px solid #dbdbdb;border-radius: 3px;font-size: 0.346667rem;font-family: Arial;}
/* 上一页下一页 */
.prevandnext {padding: 0.4rem 0;}
.prevandnext li {height: 0.8rem;line-height: 0.8rem;font-size: 0.346667rem;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
/* 首页 */
.ban-row{
    position: relative;
    height: 0;
    padding-top: 53%;
    overflow: hidden;
}
.banner-index,.banner-pic,.slick-row1 .list{
    position: absolute !important;
    top: 0;left: 0;
    width: 100%;
}
.slick-row1{
    position: relative;
    height: 0;
    padding-top: 53%;
    overflow: hidden;
}
.banner-index img {display: block;width: 100%;}
.banner-index .slick-dots {position: absolute;bottom: 0.2rem;left: 0;width: 100%;text-align: center;}
.banner-index .slick-dots li {margin: 0 0.133333rem;display: inline-block;width: 0.533333rem;height:3px;background-color: rgba(255,255,255,.3);-webkit-box-shadow: 0 0 4px rgba(169,169,169,.9);
box-shadow: 0 0 4px rgba(169,169,169,.9);border-radius: 2px;}
.banner-index .slick-dots .slick-active {background-color: rgba(13,131,231,.9);}
.g-border {border-bottom: 0.266667rem solid #f7f7f7;}
.section-index-1 {padding: 0.2rem 0.4rem;overflow: hidden;}
.section-index-1 .item {padding-left: 1.626667rem;float: left;width: 50%;background-position: 0.266667rem center;background-repeat: no-repeat;-webkit-background-size: 90p;
background-size: 1.2rem auto;}
.section-index-1 .item.i1 {background-image: url(../images/ico-index-3.png);border-right: 1px solid #f7f7f7;}
.section-index-1 .item.i2 {background-image: url(../images/ico-index-2.png);}
.section-index-1 .p1 {font-size: 0.373333rem;font-weight: bold;}
.section-index-1 .p2 {color: #666;font-size: 0.32rem;}
.section-index-2 {padding-top: 0.266667rem;padding-bottom: 0.4rem;overflow: hidden;}
.section-index-2 .item {padding-top: 0.3rem;float: left;width: 25%;text-align: center;}
.section-index-2 .ico {position: relative;margin: 0 auto;width: 1.333333rem;height: 1.333333rem;line-height: 1.333333rem;text-align: center;}
.section-index-2 .circle {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;}
.section-index-2 .i1 .circle {background-color: #0c97ee;}
.section-index-2 .i3 .circle {background-color: #20cb74;}
.section-index-2 .i4 .circle {background-color: #ffa800;}
.section-index-2 .i5 .circle {background-color: #f2446a;}
.section-index-2 .i6 .circle {background-color: #6457f2;}
.section-index-2 .i7 .circle {background-color: #0c97ee;}
.section-index-2 .i8 .circle {background-color: #0bd1ac;}
.section-index-2 .icon {display: inline-block;width: 0.76rem;vertical-align: middle;}
.section-index-2 .txt {height: 0.8rem;line-height: 0.8rem;text-align: center;font-size: 0.346667rem}
.section-index-2 .icon {position: relative;z-index: 2;}
.section-index-2 .i2 .circle {background: url(../images/ico-index-13.png) center center no-repeat;-webkit-background-size: contain;
background-size: contain;-webkit-animation: circle 1.6s linear normal forwards infinite;
    -moz-animation: circle 1.6s linear normal forwards infinite;
    -o-animation: circle 1.6s linear normal forwards infinite;
    animation: circle 1.6s linear normal forwards infinite;}
.section-index-2 .i2 .vahicle {position: absolute;top: -0.2rem;left: 50%;margin-left: -0.213333rem;display: block;width: 0.426667rem;-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);-webkit-animation: vehicle .8s linear normal none infinite;
    -moz-animation: vehicle .8s linear normal none infinite;
    -o-animation: vehicle .8s linear normal none infinite;
    animation: vehicle .8s linear normal none infinite;}
@-webkit-keyframes circle{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}
@-moz-keyframes circle{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}
@-o-keyframes circle{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}
@keyframes circle{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}
@-webkit-keyframes vehicle{
    0%{transform: rotate(-10deg);margin-left:-8px;}
    20%{transform: rotate(-20deg);margin-left:-8px;}
    50%{transform: rotate(0deg);margin-left:-8px;}
    70%{transform: rotate(-5deg);margin-left:-7px;margin-top:-7px;}
    100%{transform: rotate(0deg);margin-left:-8px;}
}
@-moz-keyframes vehicle{
    0%{transform: rotate(-10deg);margin-left:-8px;}
    20%{transform: rotate(-20deg);margin-left:-8px;}
    50%{transform: rotate(0deg);margin-left:-8px;}
    70%{transform: rotate(-5deg);margin-left:-7px;margin-top:-7px;}
    100%{transform: rotate(0deg);margin-left:-8px;}
}
@-o-keyframes vehicle{
    0%{transform: rotate(-10deg);margin-left:-8px;}
    20%{transform: rotate(-20deg);margin-left:-8px;}
    50%{transform: rotate(0deg);margin-left:-8px;}
    70%{transform: rotate(-5deg);margin-left:-7px;margin-top:-7px;}
    100%{transform: rotate(0deg);margin-left:-8px;}
}
@keyframes vehicle{
    0%{transform: rotate(-10deg);}
    20%{transform: rotate(-20deg);}
    50%{transform: rotate(0deg);}
    70%{transform: rotate(-5deg);margin-top: -2px;}
    100%{transform: rotate(0deg);}
}
.section-index-3 img {display: block;width: 100%;}
.section-index-4 {padding: 0.586667rem 2.986667rem 0.8rem 0.4rem;overflow: hidden;background: url(../images/img-index-3.png) right center no-repeat;-webkit-background-size: 2.28rem auto;
background-size: 2.28rem auto;}
.section-index-4 .cont {
    padding-left: 1.173333rem;height: 0.933333rem;
    background: url(../images/img-index-2.png) left center no-repeat;
    -webkit-background-size: 0.92rem auto;
    background-size: 0.92rem auto;
    overflow: hidden;
}
.section-index-4 .list .item {
    padding-left: 0.9rem;height: 0.4rem;line-height: 0.4rem;
    overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
    text-overflow: ellipsis;font-size:0.293333rem;
}
.section-index-4 .list:before {position: absolute;top: 0;left: 0;display: block;width: 0.8rem;height: 0.4rem;line-height: 0.32rem;color: #ec1a23;font-size: 0.266667rem;border: 1px solid #ec1a23;border-radius: 3px;text-align: center;}
.section-index-4 .list.list1:before {content: '热点';}
.section-index-4 .list.list2:before {content: '专业';}
.section-index-4 .list.list2 {margin-top: 0.133333rem;}
.section-index-5 .cont {position: relative;}
.section-index-5 .cont  a {position: absolute;display: block;}
.section-index-5 .cont .a1 {top: 0;left: 0;width: 3.493333rem;height: 100%;}
.section-index-5 .cont .a2 {top: 0;right: 0;width: 6.533333rem;height: 2.293333rem;}
.section-index-5 .cont .a3 {bottom: 0;left: 3.466667rem;width: 3.066667rem;height: 3.6rem;}
.section-index-5 .cont .a4 {right: 0;bottom: 0;width: 3.466667rem;height: 3.6rem;}
.section-index-5 img {display: block;width: 100%;}
.section-index-6 {position: relative;}
.btn-ani {position: absolute;top: 0.266667rem;right: 0.4rem;display: block;width: 2.24rem;height: 0.8rem;}
.btn-ani img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.tit-index-1 {margin-bottom: 0.4rem;padding: 0 0.4rem;height: 1.106667rem;line-height: 1.093333rem;border-bottom: 1px solid #ededed;}
.tit-index-1 .more {padding-right: 0.266667rem;float: right;display: inline-block;height: 1.093333rem;line-height: 1.093333rem;color: #666;font-size: 0.346667rem;background: url(../images/ico-index-14.png) right center no-repeat;-webkit-background-size: 0.16rem auto;background-size: 0.16rem auto;}
.tit-index-1 span {font-size: 0.453333rem;font-weight: bold;}
.section-index-7 .list {padding: 0.56rem 0 0;}
.section-index-7 .list .slick-list {padding-bottom: 0.933333rem !important;}
.section-index-7 .list .item-cont {margin: 0.373333rem 0.4rem 0;padding-bottom: 0.666667rem;-webkit-box-shadow: 0 0 0.4rem rgba(0,0,0,.1);box-shadow: 0 0 0.4rem rgba(0,0,0,.1);border-radius: 0.133333rem;overflow: hidden;background: url(../images/bg-index-0412.png) center bottom no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-index-7 .list .slick-current .item-cont {margin: 0;}
.section-index-7 .list img {width: 100%;-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;}
.section-index-7 .list .slick-current .img {padding: 0;}
.section-index-7 .list .intro {padding-top: 0.533333rem;text-align: center;}
.section-index-7 .list .tit {font-size: 0.4rem;font-weight: bold;}
.section-index-7 .list .desc {font-size: 0.346667rem;}
.section-index-7 .list .focus {position: relative;padding: 0.666667rem 0 0.4rem;color: #ec1a23;font-size: 0.346667rem;}
.section-index-7 .list .focus:before {position: absolute;top: 15px;left: 50%;margin-left: -0.333333rem;display: block;width: 0.666667rem;height: 3px;background-color: #dbdbdb;border-radius: 2px;content: '';}
.section-index-7 .list .btn-more {margin: 0 auto;display: block;width: 2.4rem;height: 0.8rem;line-height: 0.773333rem;text-align: center;color: #0d83e7;font-size: 0.346667rem;border: 1px solid #0d83e7;border-radius: 2px;}
.section-index-9 {padding-bottom: 0.64rem;}
.section-index-9 .single {padding: 0.266667rem 0.4rem;}
.section-index-9 .item .img {position: relative;overflow: hidden;border-radius: 3px;}
.section-index-9 .item img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-index-9 .item .info {position: absolute;bottom: 0;left: 0;padding: 0.586667rem 0 0.186667rem;width: 100%;color: #fff;font-size: 0.293333rem;text-align: right;font-family: Arial;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,.5) 100%);
}
.section-index-9 .list .item .info {padding: 0.586667rem 0 0;}
.section-index-9 .item span {padding: 0 0.213333rem 0 0.36rem;background-position: left center;background-repeat: no-repeat;-webkit-background-size: 0.253333rem auto;
background-size: 0.253333rem auto;}
.section-index-9 .item .s1 {background-image: url(../images/ico-index-15.png);}
.section-index-9 .item .s2 {background-image: url(../images/ico-index-16.png);}
.section-index-9 .item .tit {margin-top: 0.266667rem;height: 1em;line-height: 1em;overflow: hidden;font-size: 0.373333rem;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.section-index-9 .item .desc {margin-top: 0.186667rem;height: 1em;line-height: 1em;overflow: hidden;font-size: 0.32rem;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;color: #888;}
.section-index-9 .item .tag {position: absolute;top: 0;right: 0.133333rem;display: block;width: 0.7rem;height: 0.373333rem;line-height: 0.373333rem;color: #fff;font-size: 0.266667rem;text-align: center;-webkit-background-size: 100% 100%;
background-size: 100% 100%;z-index: 2;}
.section-index-9 .item .tag.t1 {background-image: url(../images/ico-index-17.png);}
.section-index-9 .item .tag.t2 {background-image: url(../images/ico-index-18.png);}
.section-index-9 .list {margin-left: 0.4rem;width: calc(100% - 0.533333rem);overflow: hidden;}
.section-index-9 .list li {padding-top: 0.506667rem;padding-right: 0.266667rem;float: left;width: 50%;}
.section-index-10,.section-index-12 {position: relative;}
.tel {position: absolute;top: 0;left: 0;padding-left: 0.4rem;height: 1.333333rem;line-height: 1.333333rem;color: #fff;font-size: 0.453333rem;font-weight: bold;}
.tel .num {display: inline-block;height: 1.333333rem;font-family: Arial;font-size: 0.48rem;}
.tel .num .cur {color: #f0ff00;font-size: 0.613333rem;}
.section-index-11 {padding: 0 0.4rem;}
.section-index-11 .tit {overflow: hidden;}
.section-index-11 .tit span {display: inline-block;height: 1.84rem;line-height: 1.84rem;font-size: 0.453333rem;font-weight: bold;}
.section-index-11 .tabtitle {float: right;overflow: hidden;font-size: 0;}
.section-index-11 .tabtitle li {padding-left: 0.533333rem;display: inline-block;}
.section-index-11 .tabtitle a {position: relative;display: inline-block;height: 1.84rem;line-height: 1.84rem;font-size: 0.346667rem;}
.section-index-11 .tabtitle .on a {color: #0d83e7;}
.section-index-11 .tabtitle .on a:after {position: absolute;right: 0;bottom: 0.4rem;display: block;width: 100%;height: 1px;background-color: #0d83e7;content: '';}
.section-index-11 .slide {margin-right: -0.4rem;overflow: hidden;}
.section-index-11 .slide .img {position: relative;padding-top: 70%;height: 0;overflow: hidden;border-radius: 3px;}
.section-index-11 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-index-11 .slide .tit-pic {position: absolute;bottom: 0;left: 0;padding: 0.586667rem 0.32rem 0.266667rem;width: 100%;color: #fff;font-size: 0.32rem;line-height: 1.42;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,.5) 100%);
}
.section-index-11 .list li {padding-left: 0.32rem;height: 1.333333rem;line-height: 1.333333rem;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;background: url(../images/ico-index-19.png) left center no-repeat;-webkit-background-size: 0.106667rem auto;background-size: 0.106667rem auto;border-bottom: 1px solid #ededed;}
.section-index-11 .list a {font-size: 0.32rem}
.section-index-11 .list span {padding-left: 0.533333rem;float: right;color: #666;font-size: 0.32rem;}
.section-index-11 .btn-more {display: block;width: 100%;height: 1.333333rem;line-height: 1.333333rem;text-align: center;color: #888;font-size: 0.346667rem}
.section-index-11 .btn-more img {margin-left: 0.186667rem;display: inline-block;vertical-align: baseline;width: 0.16rem;}

.section-index-13 .list {padding: 0.266667rem 0.4rem 0.666667rem;overflow: hidden;}
.section-index-13 .list a {position: relative;}
.section-index-13 .list .a1 {margin-bottom: 0.266667rem;display: block;width: 100%;}
.section-index-13 .list .a2 {float: left;width: 4.013333rem;}
.section-index-13 .list .a3 {margin-bottom: 0.266667rem;float: right;width: 4.933333rem;}
.section-index-13 .list .a4 {float: right;width: 4.933333rem;}
.section-index-13 .list .txt {position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0.506667rem 0 0 0.4rem;color: #fff;}
.section-index-15 .cont {padding: 0 0.4rem 0.693333rem;}
.section-index-13 .list .d1 {padding-bottom: 3px;font-size: 0.4rem;}
.section-index-13 .list .d2 {padding-bottom: 8px;font-size: 0.32rem;font-weight: lighter;}
.section-index-13 .list .d3 span {padding: 0 0.426667rem 0 0.16rem;display: inline-block;height: 0.533333rem;line-height: 0.533333rem;font-size: 0.293333rem;background: url(../images/ico-index-0509-1.png) right 0.173333rem center no-repeat rgba(0,0,0,.3);border-radius: 3px;-webkit-background-size: auto 0.2rem;background-size: auto 0.2rem;}
.section-index-15 .slide {position: relative;margin-right: -0.4rem;overflow: hidden;}
.section-index-15 .slide .img {position: relative;padding-top: 65%;height: 0;overflow: hidden;border-radius: 3px;}
.section-index-15 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-index-15 .slide .tit {margin-top: 0.4rem;height: 1em;line-height: 1em;font-size: 0.373333rem;overflow: hidden;}
.section-index-15 .slide .desc {padding-top: 3px;color: #888;font-size: 0.32rem;}
.section-index-15 .slide .btn {position: absolute;top: 30%;display: block;width: 0.4rem;height: 0.8rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 5;background-color: rgba(0,0,0,.5);}
.section-index-15 .slide .btn.btn-prev {left: 0;background-image: url(../images/ico-inner-13-6.png);}
.section-index-15 .slide .btn.btn-next {right: 0;background-image: url(../images/ico-inner-13-7.png);}
.section-index-16 {padding: 0 0.4rem;}
.section-index-17 {padding:0.266667rem 0.4rem 0.4rem;overflow: hidden;}
.section-index-17 ul {margin-left: -0.266667rem;overflow: hidden;}
.section-index-17 li {padding-left: 0.266667rem;margin-bottom: 0.266667rem;float: left;width: 50%;}
.section-index-17 .cont {padding:  0.266667rem 0.373333rem;background-position: right 0.266667rem center;background-repeat: no-repeat;-webkit-background-size: auto 1.2rem;background-size: auto 1.2rem;background-color: #f7f7f7;}
.section-index-17 li.li1 .cont {background-image: url(../images/img-index-13.png);}
.section-index-17 li.li2 .cont {background-image: url(../images/img-index-14.png);}
.section-index-17 li.li3 .cont {background-image: url(../images/img-index-15.png);}
.section-index-17 li.li4 .cont {background-image: url(../images/img-index-16.png);}
.section-index-17 li .p1 {font-size: 0.373333rem;font-weight: bold;}
.section-index-17 li .p2 {color: #666;font-size: 0.32rem;}
.section-index-18 {padding-bottom: .4rem;}
.section-index-18 .item {position: relative;margin: 0 0.266667rem;}
.section-index-18 .item .img {position: relative;padding-top: 53%;height: 0;overflow: hidden;border-radius: 3px;}
.section-index-18 .item img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border-radius: 3px;}
.section-index-18 .item .tit {position: absolute;bottom: 0;left: 0;padding: 0.586667rem 0.32rem 0.266667rem;width: 100%;color: #fff;font-size: 0.373333rem;text-align: center;border-radius: 0 0 3px 3px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,.5) 100%);
}
.section-index-18 .slick-dots {position: absolute;bottom: -0.6rem;left: 0;width: 100%;text-align: center;}
.section-index-18 .slick-dots li {margin: 0 0.133333rem;display: inline-block;width: 0.533333rem;height:3px;background-color: #dbdbdb;-webkit-box-shadow: 0 0 4px rgba(169,169,169,.9);
box-shadow: 0 0 4px rgba(169,169,169,.9);border-radius: 2px;}
.section-index-18 .slick-dots .slick-active {background-color: #1386e8;}
/* 内页-老师团队 */
.tit-inner-1 {margin: 0.8rem 0 0.2rem;text-align: center;height: 1em;line-height: 1em;color: #0d83e7;font-size: 0.533333rem;font-weight: bold;}
.tit-inner-1-tips {text-align: center;color: #666;font-size: 0.32rem;}
.list-teacher {padding: 0 0.4rem;}
.list-teacher li {margin-top: 0.346667rem;padding: 0.44rem 0.4rem;background: url(../images/bg-inner-1-1.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;overflow: hidden;}
.list-teacher .img {float: left;width: 3.333333rem;}
.list-teacher .cont {position: relative;padding-top: 116%;height: 0;overflow: hidden;}
.list-teacher img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.list-teacher .txt {margin-left: 3.666667rem;padding-top: 0.226667rem;}
.list-teacher .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;font-weight: bold;}
.list-teacher .desc1 {padding-top: 0.133333rem;font-size: 0.32rem;}
.list-teacher .desc2 {margin: 0.186667rem 0 0.266667rem;color: #666;font-size: 0.32rem;height: 4.5em;overflow: hidden;}
.list-teacher .btn {display: inline-block;width: 2.2rem;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #fff;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.list-teacher .btn.btn1 {background-image: url(../images/bg-inner-1-2.png);}
.list-teacher .btn.btn2 {background-image: url(../images/bg-inner-1-3.png);}
.section-inner-1-1 .hotline {padding: 0.666667rem 0.4rem;}
.group-teacher {padding: 0 0.4rem 0.8rem;}
.group-teacher .intro {padding: 0.506667rem 0.453333rem 0;background: url(../images/bg-inner-1-4.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.group-teacher .txt {color: #666;font-size: 0.346667rem line-height: 1.38;text-align: center;}
.group-teacher .list {margin-left: -0.346667rem;overflow: hidden;}
.group-teacher .list li {margin-top: 0.373333rem;padding-left: 0.346667rem;float: left;width: 33.333%;}
.group-teacher .list a {display: block;width: 100%;background: url(../images/bg-inner-1-5.png) center bottom no-repeat;-webkit-background-size: 100% auto;
background-size: 100% auto;}
.group-teacher .list .img {position: relative;padding-top: 116%;height: 0;overflow: hidden;}
.group-teacher .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.group-teacher .list .name {height: 0.8rem;line-height: 0.8rem;text-align: center;font-size: 0.373333rem;overflow: hidden;}
.group-teacher .btns {margin-top: 0.8rem;overflow: hidden;}
.group-teacher .btns .btn {width: 4.4rem;}
.group-teacher .btns .btn.btn1 {float: left;}
.group-teacher .btns .btn.btn2 {float: right;}
/* 内页-老师团队-列表 */
.tab-teacher {padding-bottom: 0.8rem;}
.tab-teacher .tabtitle {padding: 0.266667rem 0.4rem;overflow: hidden;background-color: #0d83e7;white-space: nowrap;font-size: 0;overflow-x: auto;}
.tab-teacher .tabtitle::-webkit-scrollbar {-webkit-appearance: none;width: 0;height: 0;}
.tab-teacher .tabtitle li {display: inline-block;}
.tab-teacher .tabtitle a {padding: 0 0.293333rem;display: inline-block;height: 0.666667rem;line-height: 0.666667rem;color: #fff;border-radius: 0.333333rem;font-size: 0.346667rem;}
.tab-teacher .tabtitle .on a {color: #0d83e7;background-color: #fff;}
/* 内页-实战实训 */
.tit-inner-2 {margin-top: 0.8rem;height: 0.533333rem;text-align: center;}
.tit-inner-2 span {position: relative;display: inline-block;height: 0.64rem;color: #0d83e7;font-size: 0.533333rem;font-weight: bold;line-height: 1;}
.tit-inner-2 span:before {position: absolute;bottom: 0;left: -1.626667rem;display: block;width: 2.093333rem;height: 0.533333rem;background: url(../images/bg-inner-2-1.png) center center no-repeat;-webkit-background-size: 100% 100%;content: '';
background-size: 100% 100%;content: '';}
.tit-inner-2 span:after {position: absolute;top: 0;right: -1.76rem;display: block;width: 1.533333rem;height: 0.52rem;background: url(../images/bg-inner-2-2.png) center center no-repeat;-webkit-background-size: 100% 100%;content: '';
background-size: 100% 100%;content: '';}
.tit-inner-2-tips {padding: 0.133333rem 0.4rem 0.666667rem;color: #666;font-size: 0.32rem;text-align: center;}
.section-inner-2-1 {padding: 0 0.4rem 0.666667rem;}
.section-inner-2-1 .tit-inner-2 {margin-bottom: 0.586667rem;}
.section-inner-2-1 .btns {margin-top: 0.24rem;overflow: hidden;}
.section-inner-2-1 .btns .btn {display: block;width: 4.426667rem;}
.section-inner-2-1 .btns .btn.btn1 {float: left;}
.section-inner-2-1 .btns .btn.btn2 {float: right;}
.section-inner-2-2 .slide .item {margin: 0 0.333333rem;}
.section-inner-2-2 .slide .img {position: relative;padding-top: 119%;height: 0;overflow: hidden;}
.section-inner-2-2 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-2-2 .slide .tit {height: 1.253333rem;line-height: 1.253333rem;overflow: hidden;text-align: center;font-size: 0.4rem;}
.section-inner-2-2 .slide .slick-dots {position: absolute;bottom: -0.4rem;left: 0;width: 100%;text-align: center;}
.section-inner-2-2 .slide .slick-dots li {margin: 0 0.066667rem;display: inline-block;width: 0.533333rem;height:3px;background-color: #e5e5e5;}
.section-inner-2-2 .slide .slick-dots .slick-active {background-color: #0d83e7;}
.section-inner-2-2 .btns {margin: 0.8rem 0;padding: 0 0.4rem;overflow: hidden;}
.section-inner-2-2 .btns .btn.btn1 {float: left;display: block;width: 3.226667rem;}
.section-inner-2-2 .btns .btn.btn2 {float: right;display: block;width: 5.6rem;}
.section-inner-2-3 .cont {padding: 0 0.4rem 0.6rem;}
.section-inner-2-3 .cont a {margin-top: 0.666667rem;display: block;}
.section-inner-2-4 .cont {padding: 0 0.4rem 0.6rem;}
.section-inner-2-4 .btns {padding-top: 0.666667rem;overflow: hidden;}
.section-inner-2-4 .btns .btn {display: block;width: 4.426667rem;}
.section-inner-2-4 .btns .btn.btn1 {float: left;}
.section-inner-2-4 .btns .btn.btn2 {float: right;}
.section-inner-2-5 {padding-bottom: 1.066667rem;}
.section-inner-2-5 .tab {padding: 0.373333rem 0.4rem 0.8rem;}
.section-inner-2-5 .tabtitle {overflow: hidden;}
.section-inner-2-5 .tabtitle li {float: left;width: 33.333%;}
.section-inner-2-5 .tabtitle a {padding-top: 0.266667rem;display: block;width: 100%;height: 1.48rem;text-align: center;}
.section-inner-2-5 .tabtitle .p1 {height: 1em;line-height: 1em;font-size: 0.293333rem;}
.section-inner-2-5 .tabtitle .p2 {margin-top: 0.133333rem;height: 1em;line-height: 1em;font-size: 0.373333rem;font-weight: bold;}
.section-inner-2-5 .tabtitle .on a {background: url(../images/img-inner-2-12.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;color: #0d83e7;}
.section-inner-2-5 .big {margin: 0.186667rem 0 0.266667rem;display: block;}
.section-inner-2-5 .img {position: relative;padding-top: 47%;height: 0;overflow: hidden;}
.section-inner-2-5 .img img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-2-5 .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #fff;font-size: 0.32rem;overflow: hidden;background-color: rgba(0,0,0,.5);}
.section-inner-2-5 .img:before,.section-inner-2-5 .img:after {position: absolute;display: block;width: 0;height: 0;border: 5px dashed transparent;border-bottom: 5px solid #fff;content: '';z-index: 2;}
.section-inner-2-5 .img:before {top: -5px;left: -5px;-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);}
.section-inner-2-5 .img:after {right: -5px;bottom: -5px;-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);}
.section-inner-2-5 .list {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-2-5 .list li {margin-bottom: 0.266667rem;padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-2-5 .list .img {padding-top: 62%;}
.section-inner-2-5 .btns {padding: 0 0.4rem;overflow: hidden;}
.section-inner-2-5 .btns .btn {display: block;width: 4.426667rem;}
.section-inner-2-5 .btns .btn.btn1 {float: left;}
.section-inner-2-5 .btns .btn.btn2 {float: right;}
.section-inner-2-6 .list {padding: 0 0.4rem 0.666667rem;overflow: hidden;}
.section-inner-2-6 .list1,.section-inner-2-6 .list2 {overflow: hidden;}
.section-inner-2-6 .col-l {width: 3.733333rem;}
.section-inner-2-6 .col-r {width: 5.333333rem;}
.section-inner-2-6 .img {position: relative;display: block;width: 100%;}
.section-inner-2-6 .cont {position: relative;height: 0;overflow: hidden;}
.section-inner-2-6 .cont img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-2-6 .img .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.666667rem;line-height: 0.666667rem;overflow: hidden;background-color: rgba(0,0,0,.5);color: #fff;font-size: 0.32rem;text-align: center;}
.section-inner-2-6 .col-l .img.i1 {margin-bottom: 0.16rem;}
.section-inner-2-6 .col-l .img.i1 .cont {padding-top: 171%;}
.section-inner-2-6 .col-l .img.i2 {margin-bottom: 0.16rem;}
.section-inner-2-6 .col-l .img.i2 .cont {padding-top: 50%;}
.section-inner-2-6 .col-l .img.i3 .cont {padding-top: 50%;}
.section-inner-2-6 .col-r .img.i1 .cont {margin-bottom: 0.16rem;padding-top: 57%;}
.section-inner-2-6 .col-r .img.i2 .cont,.section-inner-2-6 .col-r .img.i3 .cont {padding-top: 123%;}
.section-inner-2-6 .col-r .img.i2,.section-inner-2-6 .col-r .img.i3 {width: 2.6rem;}
.section-inner-2-6 .col-r .img.i2 {float: left;}
.section-inner-2-6 .col-r .img.i3 {float: right;}
.section-inner-2-6 .col-r .img.i4 {margin-top: 0.16rem;float: left;}
.section-inner-2-6 .col-r .img.i4 .cont {padding-top: 72.5%;}
.section-inner-2-6 .btn {margin-bottom: 0.666667rem;padding: 0 0.4rem;display: block;}
/* 内页-视频分类页面 */
.head-video {padding-left: 0.4rem;}
.head-video .tabtitle {margin-top: 0.27rem;}
.head-video .tabtitle li {float: left;}
.head-video .tabtitle a {display: block;width: 2.133333rem;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #fff;font-size: 0.426667rem;border-radius: 0.333333rem;}
.head-video .tabtitle a img {margin-top: -3px;display: inline-block;width: 0.44rem;vertical-align: middle;}
.head-video .tabtitle a img.i2 {display: none;}
.head-video .tabtitle .on a {color: #0d84e7;background-color: #fff;}
.head-video .tabtitle .on a img.i1 {display: none;}
.head-video .tabtitle .on a img.i2 {display: inline-block;}
.slide-video-type {padding: 0.533333rem 0 1.013333rem;border-bottom: 1px solid #ececec;}
.slide-video-type .item .cont {padding: 0.186667rem 0.266667rem 0;}
.slide-video-type .item.slick-current .cont {padding: 0;}
.slide-video-type img {width: 100%;border-radius: 5px;}
.slide-video-type .slick-dots {position: absolute;right: 0;bottom: 0.4rem;width: 100%;text-align: center;}
.slide-video-type .slick-dots li {margin: 0 3px;display: inline-block;width: 0.186667rem;height: 0.186667rem;border-radius: 0.093333rem;background-color: #e5e5e5;}
.slide-video-type .slick-dots .slick-active {width: 0.4rem;background-color: #0d83e7;}
.tit-inner-3 {padding: 0 0.4rem;height: 0.666667rem;line-height: 0.666667rem;font-size: 0.453333rem;font-weight: bold;}
.tit-inner-3 img {margin-right: 0.186667rem;display: inline-block;width: 0.506667rem;vertical-align: middle;}
.list-video-type {margin-top: 0.32rem;margin-left: -0.266667rem;overflow: hidden;}
.list-video-type li {padding-left: 0.266667rem;float: left;width: 50%;}
.list-video-type .img {position: relative;padding-top: 60%;height: 0;overflow: hidden;border-radius: 3px;}
.list-video-type img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.list-video-type .info {position: absolute;bottom: 0;left: 0;width: 100%;}
.section-inner-3-1 {padding-top: 0.373333rem;border-bottom: 1px solid #ececec;}
.section-inner-3-1 .btn-more,.section-inner-3-2 .btn-more {margin: 0.4rem 0.4rem;display: block;height: 0.933333rem;line-height: 0.933333rem;text-align: center;color: #666;font-size: 0.32rem;background-color: #f2f6fa;border-radius: 0.133333rem;}
.section-inner-3-1 .btn-more img,.section-inner-3-2 .btn-more img {margin-left: 0.133333rem;display: inline-block;width: 0.28rem;vertical-align: middle;}
.section-inner-3-2 {padding-top: 0.373333rem;}
.section-inner-3-2 .btn-more img {margin-left: 0;margin-right: 0.133333rem;}
/* 内页-视频分类页面-列表-播放页 */
.cont-video .box-video video {display: block;width: 100%;}
.cont-video .box-video .info {height: 1.12rem;line-height: 1.12rem;color: #666;font-size: 0.293333rem;}
.cont-video .box-video .info span {padding-left: 0.4rem;display: inline-block;}
.cont-video .box-video .info img {margin-top: -3px;margin-right: 0.16rem;display: inline-block;width: 0.32rem;vertical-align: middle;}
.cont-video .box-video .txt {padding: 0.4rem 0.4rem 0.666667rem;}
.cont-video .box-video .tit {font-size: 0.4rem;font-weight: bold;}
.cont-video .box-video .desc {padding-top: 0.186667rem;color: #666;font-size: 0.346667rem;line-height: 1.46;text-align: justify;}
.cont-video .recommand {padding: 0 0.4rem 0.8rem;}
.cont-video .recommand .tit {height: 1.066667rem;line-height: 1.066667rem;font-size: 0.4rem;}
.cont-video .recommand li {margin-top: 0.4rem;overflow: hidden;}
.cont-video .recommand .img {float: left;width: 2.933333rem;}
.cont-video .recommand .cont {position: relative;padding-top: 59%;height: 0;overflow: hidden;}
.cont-video .recommand .cont img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.cont-video .recommand .cont .tag {position: absolute;top: 0;right: 0.133333rem;display: block;width: 0.666667rem;z-index: 2;height: 0.373333rem;}
.cont-video .recommand .cont .time {position: absolute;right: 0;bottom: 0;padding: 0 3px;display: inline-block;height: 0.4rem;line-height: 0.4rem;text-align: center;color: #fff;font-size: 0.266667rem;font-family: Arial;background-color: rgba(0,0,0,.5);border-radius: 3px 0 3px 0;}
.cont-video .recommand .txt {margin-left: 3.28rem;}
.cont-video .recommand .tit-video {height: 1em;line-height: 1em;font-size: 0.373333rem;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.cont-video .recommand .desc {margin-top: 3px;height: 0.96rem;line-height: 0.48rem;overflow: hidden;color: #666;font-size: 0.32rem;}
.cont-video .recommand .hits {height: 1em;line-height: 1em;color: #666;font-size: 0.32rem;}
/* 内页-万通图册总 */
.banner-pic .item {position: relative;}
.banner-pic .img {position: relative;padding-top: 53%;height: 0;overflow: hidden;}
.banner-pic img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.banner-pic .txt {position: absolute;bottom: 0;left: 0;padding: 0.586667rem 1.6rem 0.24rem 0.4rem;width: 100%;color: #fff;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,.5) 100%);
}
.banner-pic .tit {height: 1em;line-height: 1em;font-size: 0.346667rem;font-weight: bold;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.banner-pic .desc {margin-top: 0.133333rem;height: 1em;line-height: 1em;font-size: 0.293333rem;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.banner-pic .slick-dots {position: absolute;right: 0;bottom: 0.32rem;padding-right: 0.4rem;text-align: right;line-height: 1;}
.banner-pic .slick-dots li {margin-left: 0.133333rem;display: inline-block;width: 0.16rem;height: 0.16rem;border-radius: 50%;background-color: rgba(255,255,255,.5);}
.banner-pic .slick-dots .slick-active {background-color: #fff;}
.list-pic {margin-top: 0.346667rem;padding: 0 0.4rem;}
.section-inner-5 {padding-bottom: 0.4rem;}
.section-inner-5 .border {padding-bottom: 0.4rem;border-bottom: 1px solid #ececec;}
.tit-inner-5 {margin-top: 0.32rem;padding: 0 0.4rem;height: 1.2rem;line-height: 1.2rem;}
.tit-inner-5 .more {padding-right: 0.293333rem;float: right;height: 1.2rem;color: #666;font-size: 0.346667rem;background: url(../images/ico-index-14.png) right center no-repeat;-webkit-background-size: 0.16rem auto;
background-size: 0.16rem auto;}
.tit-inner-5 span {font-size: 0.453333rem;font-weight: bold;}
.slide-pic {padding-left: 0.4rem;overflow: hidden;}
.slide-pic .img {position: relative;padding-top: 66%;height: 0;overflow: hidden;border-radius: 3px;}
.slide-pic img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.slide-pic .tit {margin-top: 0.266667rem;height: 1em;line-height: 1em;font-size: 0.346667rem;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.slide-pic .pics {margin-top: 0.186667rem;height: 1em;line-height: 1em;color: #666;font-size: 0.293333rem;}
/* 内页-万通图册总-列表 */
.list-class {position: relative;}
.list-class .cont {position: relative;padding: 0.266667rem 0 0.266667rem 0.4rem;overflow: hidden;white-space: nowrap;font-size: 0;overflow-x: auto;background-color: #0d83e7;}
.list-class .cont::-webkit-scrollbar {-webkit-appearance: none;width: 0;height: 0;}
.list-class:after {position: absolute;top: 0;right: 0;display: block;width: 1.333333rem;height: 1.146667rem;content: '';
    background: -moz-linear-gradient(right, transparent 0%, rgba(13,132,231,.8) 100%);
    background: -webkit-linear-gradient(right, transparent 0%,rgba(13,132,231,.8) 100%);
    background: -o-linear-gradient(right, transparent 0%,rgba(13,132,231,.8) 100%);
    background: -ms-linear-gradient(right, transparent 0%,rgba(13,132,231,.8) 100%);
    background: linear-gradient(to right, transparent 0%,rgba(13,132,231,.8) 100%);
}
.list-class a {padding: 0 0.266667rem;display: inline-block;height: 0.666667rem;line-height: 0.666667rem;color: #fff;font-size: 0.346667rem;border-radius: 0.333333rem;}
.list-class a.on {color: #0d83e7;background-color: #fff;}
.section-inner-6-1 {padding: 0 0.4rem;}
.section-inner-6-1 ul {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-6-1 li {margin-top: 0.373333rem;padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-6-1 .img {position: relative;padding-top: 66%;height: 0;overflow: hidden;border-radius: 3px;}
.section-inner-6-1 img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-6-1 .tit {margin-top: 0.266667rem;height: 1em;line-height: 1em;font-size: 0.346667rem;overflow: hidden;}
/* 内页-万通图册总-详情 */
.section-inner-7-1 .tit {padding: 0.453333rem 0.4rem;height: 1.466667rem;text-align: center;font-size: 0.453333rem;font-weight: bold;}
.section-inner-7-1 .gallery-big {position: relative;margin: 0 0.4rem;overflow: hidden;}
.section-inner-7-1 .gallery-big .btn {position: absolute;top: 50%;margin-top: -0.666667rem;display: block;width: 0.8rem;height: 1.333333rem;z-index: 2;}
.section-inner-7-1 .gallery-big .btn.btn-prev {left: 0;}
.section-inner-7-1 .gallery-big .btn.btn-next {right: 0;}
.section-inner-7-1 .img {position: relative;padding-top: 65%;height: 0;overflow: hidden;border-radius: 3px;}
.section-inner-7-1 .img img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-7-1 .gallery-thumbs {margin-left: 0.4rem;padding-top: 0.4rem;overflow: hidden;}
.section-inner-7-1 .gallery-thumbs .item.swiper-slide-active:before {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border: 2px solid #0d83e7;border-radius: 3px;content: '';z-index: 2;}
.section-inner-7-1 .gallery-thumbs .item.swiper-slide-active:after {position: absolute;top: -0.24rem;left: 50%;margin-left: -0.146667rem;display: block;width: 0;height: 0;border-top: 0.12rem dashed transparent;border-right: 0.146667rem dashed transparent;border-bottom: 0.12rem solid #0d83e7;border-left: 0.146667rem dashed transparent;content: '';}
.section-inner-7-1 .btn-link {margin-top: 0.533333rem;display: block;width: 100%;}
/* 内页-新闻分类-新闻列表 */
.section-inner-8-1 {overflow: hidden;}
.list-news {padding: 0.2rem 0.4rem 0;}
.list-news li {padding: 0.4rem 0;border-bottom: 1px solid #ececec;overflow: hidden;}
.list-news .img {float: left;width: 2.933333rem;}
.list-news .cont {position: relative;padding-top: 64%;height: 0;overflow: hidden;}
.list-news img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.list-news .txt {margin-left: 3.28rem;}
.list-news .tit {font-size: 0.373333rem;height: 1.013333rem;line-height: 1.36;overflow: hidden;}
.list-news .info {margin-top: 0.186667rem;color: #888;font-size: 0;}
.list-news span {padding-left: 0.453333rem;display: inline-block;background-position: left center;background-repeat: no-repeat;-webkit-background-size: auto 0.293333rem;
background-size: auto 0.293333rem;font-size: 0.293333rem;}
.list-news span.s1 {padding-right: 5px;background-image: url(../images/ico-inner-8-1.png);}
.list-news span.s2 {background-image: url(../images/ico-inner-8-2.png);}
/* 内页-新闻分类-新闻列表-文章详情 */
.section-inner-9-1 {padding: 0.666667rem 0.4rem 0;}
.section-inner-9-1 .tit {font-size: 0.426667rem;line-height: 1.31;font-weight: bold;}
.section-inner-9-1 .info {margin-top: 0.24rem;color: #888;font-size: 0;}
.section-inner-9-1 .info span {padding-left: 0.453333rem;display: inline-block;background-position: left center;background-repeat: no-repeat;-webkit-background-size: auto 0.293333rem;
background-size: auto 0.293333rem;font-size: 0.293333rem;}
.section-inner-9-1 .info span.s1 {padding-right: 0.32rem;background-image: url(../images/ico-inner-8-1.png);}
.section-inner-9-1 .info span.s2 {padding-right: 0.32rem;background-image: url(../images/ico-inner-8-2.png);}
.section-inner-9-1 .info span.s3 {background-image: url(../images/ico-inner-9-1.png);}
.section-inner-9-1 .text {padding-top: 0.8rem;color: #666;font-size: 0.346667rem;line-height: 1.54;text-align: justify;}
.section-inner-9-1 .text p {padding-bottom: 0.506667rem;}
.section-inner-9-1 img {display: block;width: 100%;}
.section-inner-9-1 .list .tit-list {padding-top: 0.533333rem;font-size: 0.4rem;}
.section-inner-9-1 .list .list-news {padding: 0.533333rem 0 0;}
.section-inner-9-1 .list .list-news span.s1 {padding-right: 5px;}
.section-inner-9-1 .list .list-news span.s2 {padding-right: 0;}
.section-inner-9-1 .prevandnext {margin: 0 -0.4rem;padding: 0.4rem;}
/* 内页-新闻分类页 */
.section-inner-10-1,.section-inner-10-2,.section-inner-10-3,.section-inner-10-4,.section-inner-10-5,.section-inner-10-6 {padding-left: 0.4rem;}
.tit-inner-10 {position: relative;margin-top: 0.293333rem;padding-top: 0.5rem;margin-left: -0.146667rem;padding-left: 0.426667rem;line-height: 0.853333rem;color: #fff;}
.tit-inner-10 span {font-size: 0.4rem;font-weight: bold;}
.tit-inner-10 .more {padding: 0 0.453333rem 0 0.266667rem;font-size: 0.32rem;background: url(../images/ico-inner-10-1.png) right center no-repeat;-webkit-background-size: 0.306667rem;
background-size: 0.306667rem;color: #fff;}
.tit-inner-10 img {position: absolute;top: 0;right: 0;}
.tit-inner-10 .txt {position: relative;z-index: 2;}
.slide-inner-10 {position: relative;margin-bottom: 1rem;margin-left: 0.266667rem;}
.slide-inner-10 .cont {position: relative;padding-top: 87%;height: 0;overflow: hidden;border-radius: 3px;}
.slide-inner-10 img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.slide-inner-10 .tit {padding: 0.266667rem 0.32rem 0.266667rem;font-size: 0.32rem;line-height: 1.42;-webkit-box-shadow: 0 0 0.266667rem rgba(0,0,0,.1);box-shadow: 0 0 0.266667rem rgba(0,0,0,.1);border-radius:  0 0 0.133333rem 0.133333rem;}
.slide-inner-10 .swiper-pagination {bottom: -0.8rem !important;}
.slide-inner-10 .swiper-pagination .swiper-pagination-bullet {margin: 0 0.066667rem !important;width: 0.6rem;height: 0.106667rem;border-radius: 2px;background-color: #e5e5e5;opacity: 1;}
.section-inner-10-1 .slide-inner-10 .swiper-pagination .swiper-pagination-bullet-active {background-color: #1595ea;}
.section-inner-10-2 .slide-inner-10 .swiper-pagination .swiper-pagination-bullet-active {background-color: #07b78d;}
.section-inner-10-3 .slide-inner-10 .swiper-pagination .swiper-pagination-bullet-active {background-color: #ff5746;}
.section-inner-10-4 .slide-inner-10 .swiper-pagination .swiper-pagination-bullet-active {background-color: #fcb23b;}
.section-inner-10-5 .slide-inner-10 .swiper-pagination .swiper-pagination-bullet-active {background-color: #8e6eec;}
/* 内页-学校简介 */
.tit-inner-11 {margin: 0.533333rem 0 0.266667rem;height: 0.8rem;line-height: 0.8rem;font-size: 0.533333rem;font-weight: bold;color: #0d83e7;text-align: center;background: url(../images/bg-inner-11-8.png) center center no-repeat;-webkit-background-size: auto 100%;background-size: auto 100%;}
.section-inner-11-1 {padding: 0 0.4rem;}
.section-inner-11-1 .txt {color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-11-1 .txt p {padding-bottom: 0.24rem;}
.section-inner-11-2 {padding: 0 0.4rem;}
.section-inner-11-2 .box-video {padding: 0.533333rem 2.56rem 0.533333rem 0.266667rem;background: url(../images/img-inner-11-3.png) right 0.266667rem no-repeat;-webkit-background-size: 2.36rem auto;
background-size: 2.36rem auto;}
.section-inner-11-2 .box-video .tit {margin: 0 auto;width: 5.133333rem;}
.section-inner-11-2 .box-video .cont {position: relative;margin-top: 0.266667rem;width: 6.4rem;}
.section-inner-11-2 .box-video .cont img {position: absolute;top: 0;left: 0;width: 100%;height: 3.733333rem;z-index: 2;}
.section-inner-11-2 .box-video video {display: block;width: 100%;height: 100%;}
.section-inner-11-2 .txt {color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.btns-inner-11 {margin: 0.48rem 0 1.066667rem;overflow: hidden;}
.btns-inner-11 .btn {display: block;width: 4.4rem;height: 1.2rem;line-height: 1.2rem;text-align: center;color: #fff;font-size: 0.453333rem;font-weight: bold;}
.btns-inner-11 .btn.btn1 {float: left;text-shadow: 3px 3px 2px rgba(154,2,23,.5);background: url(../images/bg-inner-11-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.btns-inner-11 .btn.btn2 {float: right;text-shadow: 3px 3px 2px rgba(0,90,168,.5);background: url(../images/bg-inner-11-2.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-11-3 {padding: 0 0.4rem;}
.section-inner-11-3 .txt {padding-bottom: 0.453333rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-11-3 .list {overflow: hidden;}
.section-inner-11-3 .d1 {padding-bottom: 0.266667rem;}
.section-inner-11-3 .item {position: relative;display: block;width: 100%;}
.section-inner-11-3 .item .img {position: relative;height: 0;overflow: hidden;border-radius: 3px;}
.section-inner-11-3 .item img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-11-3 .item .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #fff;font-size: 0.346667rem;background-color: rgba(0,0,0,.5);border-radius: 0 0 3px 3px;}
.section-inner-11-3 .d1 .img {padding-top: 43%;}
.section-inner-11-3 .d2 {overflow: hidden;}
.section-inner-11-3 .col-l {width: 4.466667rem;}
.section-inner-11-3 .col-r {width: 4.426667rem;}
.section-inner-11-3 .col-l .i1 {margin-bottom: 0.266667rem;padding-top: 102%;}
.section-inner-11-3 .col-l .i2 {padding-top: 69%;}
.section-inner-11-3 .col-r .i1 {margin-bottom: 0.266667rem;padding-top: 69%;}
.section-inner-11-3 .col-r .i2 {padding-top: 104%;}
.section-inner-11-4 {padding: 0 0.4rem;}
.tips-inner-11 {margin-top: -10px;color: #666;font-size: 0.32rem;text-align: center;}
.section-inner-11-4 .list {padding-top: 0.906667rem;overflow: hidden;font-size: 0;}
.section-inner-11-4 li {padding: 0 0.32rem 1.2rem;display: inline-block;width: 50%;text-align: center;vertical-align: top;}
.section-inner-11-4 li .tit {height: 1em;line-height: 1em;font-size: 0.4rem;font-weight: bold;}
.section-inner-11-4 li img {margin: 0.4rem auto 0.32rem;display: inline-block;height: 1.2rem;}
.section-inner-11-4 li .txt {color: #666;font-size: 0.32rem;line-height: 1.42;}
.section-inner-11-5 {padding: 0 0.4rem;}
.section-inner-11-5 .list {margin-top: 10px;margin-left: -0.666667rem;padding-bottom: 0.533333rem;overflow: hidden;}
.section-inner-11-5 .list li {margin-top: 0.186667rem;padding-left: 0.666667rem;float: left;width: 33.333%;}
.section-inner-11-5 .list .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.706667rem;
}
.section-inner-11-5 .list img {max-height: 100%;}
.section-inner-11-5 .list .tit {height: 0.613333rem;line-height: 0.613333rem;text-align: center;font-size: 0.293333rem;overflow: hidden;}
.section-inner-11-6 .list {margin-top: 0.586667rem;padding: 0 0.4rem 0 0.8rem;background: url(../images/bg-inner-11-3.png) 0.533333rem top repeat-y;-webkit-background-size: 1px auto;
background-size: 1px auto;}
.section-inner-11-6 .list li {position: relative;padding-bottom: 0.373333rem;}
.section-inner-11-6 .list li .dot {position: absolute;top: 38%;left: -0.4rem;display: block;width: 0.293333rem;height: 0.293333rem;background: url(../images/ico-inner-11-1.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.section-inner-11-6 .list .txt {position: relative;}
.section-inner-11-6 .list .txt:after {position: absolute;top: 0.093333rem;left: 0.133333rem;display: block;width: 100%;height: 102%;border: 1px solid #d7ebfc;border-radius: 0 0 5px 0;content: '';z-index: 1;}
.section-inner-11-6 .list .cont {position: relative;padding: 0 0.4rem 0.32rem 0.266667rem;border: 1px solid #6eafe6;border-radius: 0 0 5px 0;z-index: 2;background-color: #fff;}
.section-inner-11-6 .list .year {height: 0.853333rem;line-height: 0.853333rem;color: #1184e7;font-size: 0.346667rem}
.section-inner-11-6 .list .year em {padding-right: 0.133333rem;font-weight: bold;font-family: Arial;font-size: 0.586667rem;}
.section-inner-11-6 .list .info {font-size: 0.346667rem;line-height: 1.38;}
.section-inner-11-6 .list .cover {position: absolute;top: 0;left: -0.266667rem;display: block;width: 1px;height: 50%;background-color: #fff;content: '';}
.section-inner-11-6 .btn-more {margin: 0.266667rem 0.4rem 0;display: block;height: 1.093333rem;line-height: 1.093333rem;text-align: center;color: #666;font-size: 0.373333rem;background-color: #f5f5f5;}
.section-inner-11-6 .btn-more img {margin-left: 0.133333rem;display: inline-block;width: 0.373333rem;vertical-align: middle;}
.g-form-1 {margin: 0.586667rem 0.4rem 0.933333rem;padding: 0.2rem 0 0.2rem 0.533333rem;overflow: hidden;background: url(../images/bg-inner-11-4.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.g-form-1 .inp-form {padding: 0 0.266667rem;float: left;display: block;width: 5.333333rem;height: 0.8rem;background-color: #fff;border-radius: 3px;font-size: 0.293333rem}
.g-form-1 .btn-submit {margin-left: 0.266667rem;float: left;display: block;width: 2.533333rem;height: 0.8rem;background: url(../images/bg-inner-11-5.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.section-inner-11-7 {padding: 0.8rem 0.4rem 0;}
.section-inner-11-7 .d1 {overflow: hidden;}
.section-inner-11-7 .d1 img {float: right;width: 2.013333rem;}
.section-inner-11-7 .d1 .txt {margin-right: 2.4rem;padding: 0.666667rem 0 0 0.506667rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-11-7 .d1 span {color: #fe1313;}
.section-inner-11-7 .d2 {overflow: hidden;}
.section-inner-11-7 .d2 img {float: left;width: 2.026667rem;}
.section-inner-11-7 .d2 .txt {margin-left: 2.666667rem;padding: 0.72rem 0.666667rem 0 0;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-11-7 .d2 span {color: #fe1313;}
.section-inner-11-7 #allmap {height: 5.333333rem;}
.section-inner-11-7 #allmap img {max-width: none;}
.section-inner-11-7 #allmap .BMap_bubble_content {text-align: center;color: #0d83e7;font-size: 0.533333rem}
.section-inner-11-7 .btn-ask {margin: 0.533333rem 0 0.933333rem;display: block;height: 1.2rem;line-height: 1.2rem;text-align: center;color: #fff;font-size: 0.453333rem;font-weight: bold;text-shadow: 3px 3px 2px rgba(0,90,168,.6);background: url(../images/bg-inner-11-4.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.section-inner-11-8 {padding: 0 0.4rem 0.533333rem;}
.g-list-1 {margin-left: -0.266667rem;overflow: hidden;}
.g-list-1 li {margin-bottom: 0.293333rem;padding-left: 0.266667rem;float: left;width: 50%;}
.g-list-1 .img {position: relative;padding-top: 61%;height: 0;overflow: hidden;}
.g-list-1 img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.g-list-1 .tit {font-size: 0.346667rem;text-align: center;height: 0.8rem;line-height: 0.8rem;border: 1px solid #ececec;border-top: none;}
/* 全部专业页面 */
/* .section-inner-12 {background-color: #f5f5f5;} */
.section-inner-12-1 {padding: 0.64rem 0.213333rem 0;}
.section-inner-12-1 .list {padding: 0 0.466667rem 0.453333rem;background: url(../images/bg-inner-12-1.png) center 0.133333rem no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.section-inner-12-1 .list li {margin-bottom: 0.266667rem;padding: 0.266667rem 0.306667rem 0.266667rem 0.266667rem;overflow: hidden;background: url(../images/bg-inner-12-2.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.section-inner-12-1 .list .img {float: left;width: 2.933333rem;}
.section-inner-12-1 .list .cont {position: relative;padding-top: 117%;width: 100%;height: 0;overflow: hidden;}
.section-inner-12-1 .list .cont img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-12-1 .list .txt {margin-left: 3.333333rem;padding-top: 0.266667rem;}
.section-inner-12-1 .list .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;font-weight: bold;}
.section-inner-12-1 .list .tit img {display: inline-block;vertical-align: middle;width: 0.386667rem;}
.section-inner-12-1 .list .info {padding: 0.186667rem 0;font-size: 0.293333rem;}
.section-inner-12-1 .list .info .s1 {color: #666;}
.section-inner-12-1 .list .info .s2 {color: #fd2800;}
.section-inner-12-1 .list .desc {color: #666;font-size: 0.32rem;height: 3em;overflow: hidden;}
.section-inner-12-1 .list .btns {margin-top: 0.32rem;overflow: hidden;}
.section-inner-12-1 .list .btn {display: block;width: 2.0rem;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #fff;font-size: 0.293333rem;}
.section-inner-12-1 .list .btn.btn1 {margin-right: 0.266667rem;float: left;background: url(../images/bg-inner-12-3.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.section-inner-12-1 .list .btn.btn2 {float: left;background: url(../images/bg-inner-12-4.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.section-inner-12-1 .btns2 {padding-left: 1.2rem;background: url(../images/bg-inner-12-7.png) center top no-repeat;-webkit-background-size: 100% auto;
background-size: 100% auto;overflow: hidden;}
.section-inner-12-1 .btns2 a {float: left;display: block;width: 3.466667rem;height: 1.066667rem;}
.section-inner-12-1 .btns2 a.a1 {margin-right: 0.266667rem;float: left;}
.section-inner-12-2 {padding: 0.8rem 0.213333rem 0.8rem;}
.section-inner-12-2 .list {padding: 0 0.453333rem 0.453333rem;background: url(../images/bg-inner-12-8.png) center 0.133333rem no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;overflow: hidden;}
.section-inner-12-2 .list li {padding: 0.413333rem 0.266667rem ;width: 4.2rem;overflow: hidden;background: url(../images/bg-inner-12-11.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-12-2 .list li:nth-child(2n) {float: left;}
.section-inner-12-2 .list li:nth-child(2n+1) {float: right;}
.section-inner-12-2 .list .img {position: relative;padding-top: 65%;height: 0;overflow: hidden;}
.section-inner-12-2 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-12-2 .list .tit {margin-top: 0.266667rem;height: 1.2em;line-height: 1.2em;font-size: 0.373333rem;font-weight: bold;overflow: hidden;}
.section-inner-12-2 .list .info {padding: 0.133333rem 0 0.453333rem;font-size: 0.293333rem}
.section-inner-12-2 .list .info .s1 {color: #666;}
.section-inner-12-2 .list .info .s2 {color: #fd2800;}
.section-inner-12-2 .list .desc {color: #666;font-size: 0.32rem;line-height: 1.42;text-align: justify;height: 4.26em;overflow: hidden;}
.section-inner-12-2 .btn {margin-top: 0.266667rem;display: block;width: 100%;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #fff;font-size: 0.293333rem;background: url(../images/bg-inner-12-10.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-12-2 .btns {padding: 0 1.2rem;background: url(../images/bg-inner-12-9.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-12-2 .btns .btn2 {display: block;width: 100%;}
.section-inner-12-3 .form {padding: 0 1.2rem;background: url(../images/bg-inner-12-7.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;overflow: hidden;}
.section-inner-12-3 .form .cont {position: relative;padding: 0.133333rem;height: 1.066667rem;background: url(../images/bg-inner-12-14.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-12-3 .form .inp-form {padding: 0 0.186667rem;float: left;width: 100%;height: 0.8rem;line-height: 0.8rem;font-size: 0.293333rem;background-color: #fff;}
.section-inner-12-3 .form .btn-submit {position: absolute;top: 0.133333rem;right: 0.133333rem;display: block;width: 1.866667rem;height: 0.8rem;color: #fff;font-size: 0.346667rem;font-weight: bold;background-color: #fea718;text-shadow: 2px 2px 3px rgba(168,104,0,.6)}
.section-inner-12-4 .list {background-image: url(../images/bg-inner-12-17.png);}
.section-inner-12-4 .btn2 {padding: 0 1.2rem;background: url(../images/bg-inner-12-16.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-12-4 .btn2 a {display: block;width: 100%;}
/* 专题-初中毕业学什么好 */
.section-inner-13 > div {
    overflow: hidden;
    background: -moz-linear-gradient(top, #2285e4 0%, #1f81df 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2285e4), color-stop(100%,#1f81df));
    background: -webkit-linear-gradient(top, #2285e4 0%,#1f81df 100%);
    background: -o-linear-gradient(top, #2285e4 0%,#1f81df 100%);
    background: -ms-linear-gradient(top, #2285e4 0%,#1f81df 100%);
    background: linear-gradient(to bottom, #2285e4 0%,#1f81df 100%);
}
.section-inner-13-1 {padding: 0.533333rem 0.4rem 0.64rem;}
.section-inner-13-1 .txt {padding: 0.506667rem 0.586667rem;background: url(../images/bg-inner-13-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;color: #fff;font-size: 0.346667rem;line-height: 1.46;text-align: center;}
.section-inner-13-1 .txt span {color: #fffd01;}
.section-inner-13-1 .btn {margin-top: 0.666667rem;display: block;}
.tit-inner-13 {margin: 0.48rem 0 0.186667rem;height: 1.066667rem;text-align: center;}
.tit-inner-13 span {position: relative;padding: 0 0.373333rem;display: inline-block;height: 1.066667rem;line-height: 1.066667rem;color: #fcff00;font-size: 0.586667rem;font-weight: bold;}
.tit-inner-13 span:before {position: absolute;top: 0;left: -0.64rem;display: block;width: 0.64rem;height: 1.066667rem;background: url(../images/bg-inner-13-3.png) center center no-repeat;-webkit-background-size: 0.64rem auto;background-size: 0.64rem auto;content: '';}
.tit-inner-13 span:after {position: absolute;top: 0;right: -0.64rem;display: block;width: 0.64rem;height: 1.066667rem;background: url(../images/bg-inner-13-4.png) center center no-repeat;-webkit-background-size: 0.64rem auto;background-size: 0.64rem auto;content: '';}
.section-inner-13-1 .cont .img {width: 100%;}
.section-inner-13-1 .btns {padding: 0.8rem 0 0.4rem;overflow: hidden;}
.section-inner-13-1 .btns a {display: block;width: 4.4rem;}
.section-inner-13-1 .btns a.a1 {float: left;}
.section-inner-13-1 .btns a.a2 {float: right;}
.section-inner-13-2 .slide {padding: 0 0 0.853333rem;}
.section-inner-13-2 .slide .cont1 {margin: 0.133333rem 0.266667rem;}
.section-inner-13-2 .slide .cont {padding: 0.093333rem;}
.section-inner-13-2 .slide .info {padding: 0.4rem 0.48rem 0.266667rem;text-align: center;background: url(../images/bg-inner-13-8.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-2 .slide img {display: inline-block;height: 1rem;}
.section-inner-13-2 .slide .tit {margin-top: 0.4rem;color: #fff;font-size: 0.36rem;font-weight: bold;}
.section-inner-13-2 .slide .txt {padding-top: 0.16rem;color: #fff;font-size: 0.293333rem;}
.section-inner-13-2 .slide .txt span {color: #fffd01;}
.section-inner-13-2 .slide .slick-current img {height: 1.32rem;}
.section-inner-13-2 .slide .slick-current .tit {font-size: 0.4rem;}
.section-inner-13-2 .slide .slick-current .txt {font-size: 0.32rem;}
.section-inner-13-2 .slide .slick-current .cont1  {margin: 0;}
.section-inner-13-2 .slide .slick-current .cont {background: url(../images/bg-inner-13-7.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-2 .slide .slick-dots {position: absolute;bottom: 0.2rem;left: 0;width: 100%;text-align: center;}
.section-inner-13-2 .slide .slick-dots li {margin: 0 2px;display: inline-block;width: 0.533333rem;height: 0.08rem;background-color: rgba(0,0,0,.1);}
.section-inner-13-2 .slide .slick-dots .slick-active {background-color: #fffd01;}
.section-inner-13-2 .img {padding: 0 0.4rem;}
.section-inner-13-2 .img img {width: 100%;}
.section-inner-13-2 .btns {padding: 0.293333rem 0.4rem 0.8rem;overflow: hidden;}
.section-inner-13-2 .btns a {display: block;}
.section-inner-13-2 .btns a.a1 {float: left;width: 4.266667rem;}
.section-inner-13-2 .btns a.a2 {float: right;width: 4.533333rem;}
.section-inner-13-3 {padding-bottom: 0.8rem;}
.section-inner-13-3 .img {padding: 0 0.4rem;}
.section-inner-13-3 .img img {width: 100%;}
.section-inner-13-3 .btns {padding: 0.666667rem 0.4rem 0;}
.section-inner-13-3 .btns img {width: 100%;}
.section-inner-13-4 {padding-bottom: 0.8rem;}
.section-inner-13-4 .img img {width: 100%;}
.section-inner-13-4 .btns {padding: 0 0.4rem;}
.section-inner-13-4 .btns img {width: 100%;}
.section-inner-13-5 {padding-bottom: 0.8rem;}
.section-inner-13-5 .cont {padding: 0 0.4rem;}
.section-inner-13-5 .list {margin-left: -0.133333rem;overflow: hidden;}
.section-inner-13-5 .list li {padding-left: 0.133333rem;float: left;width: 33.333%;}
.section-inner-13-5 .list .info {padding: 0.533333rem 0.373333rem 0.426667rem;background: url(../images/bg-inner-13-13.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;text-align: center;}
.section-inner-13-5 .list img {margin: 0 auto;width: 1.6rem;}
.section-inner-13-5 .list .tit {padding-top: 0.293333rem 0 3px;color: #fff;font-size: 0.373333rem;}
.section-inner-13-5 .list .txt {color: #fff;font-size: 0.32rem;line-height: 1.42;}
.section-inner-13-5 .txt-full {margin: 0.266667rem 0 0.666667rem;padding: 0.426667rem;background: url(../images/bg-inner-13-14.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;color: #fff;font-size: 0.346667rem;line-height: 1.46;text-align: center;}
.section-inner-13-5 .btns {overflow: hidden;}
.section-inner-13-5 .btns .a1 {float: left;display: block;width: 4.266667rem;}
.section-inner-13-5 .btns .a2 {float: right;display: block;width: 4.533333rem;}
.section-inner-13-6 {padding-bottom: 0.8rem;}
.section-inner-13-6 .tab {padding: 0 0.4rem;}
.section-inner-13-6 .tabtitle {text-align: center;font-size: 0;}
.section-inner-13-6 .tabtitle li {margin: 0 0.133333rem;display: inline-block;}
.section-inner-13-6 .tabtitle a {display: block;width: 3.6rem;height: 0.8rem;line-height: 0.8rem;color: #fff;font-size: 0.4rem;background: url(../images/bg-inner-13-18.png) center top no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-6 .tabtitle .on a {height: 0.893333rem;line-height: 0.893333rem;background: url(../images/bg-inner-13-17.png) center top no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-6 .tab .tabcontent {margin-top: -0.093333rem;padding: 0.533333rem 0.4rem 0.666667rem;background: url(../images/bg-inner-13-19.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-6 .d1 {margin-bottom: 0.266667rem;overflow: hidden;}
.section-inner-13-6 .d2 {overflow: hidden;}
.section-inner-13-6 .d1 > div {width: 4.066667rem;}
.section-inner-13-6 .d2 > div {width: 4.066667rem;}
.section-inner-13-6 .tabcontent a {position: relative;display: block;}
.section-inner-13-6 .tabcontent .a1 .img {position: relative;padding-top: 124%;height: 0;overflow: hidden;}
.section-inner-13-6 .tabcontent .a2 .img,.section-inner-13-6 .tabcontent .a3 .img {position: relative;padding-top: 59%;height: 0;overflow: hidden;}
.section-inner-13-6 .tabcontent img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-13-6 .tabcontent .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #fff;font-size: 0.346667rem;background-color: rgba(0,0,0,.6);}
.section-inner-13-6 .tabcontent .a2 {margin-bottom: 0.266667rem;}
.section-inner-13-6 .btns {padding: 0.666667rem 0.4rem 0;overflow: hidden;}
.section-inner-13-6 .btns .a1 {float: left;width: 4.266667rem;}
.section-inner-13-6 .btns .a2 {float: right;width: 4.533333rem;}
.section-inner-13-7 {padding-top: 0.266667rem;padding: 0 0.4rem 0.8rem;}
.section-inner-13-7 .slide {margin-bottom: 0.613333rem;}
.section-inner-13-7 .slide .item {opacity: .6;}
.section-inner-13-7 .slide .slick-current {opacity: 1;}
.section-inner-13-7 .slide .cont {padding: 0.72rem 0.266667rem 0;}
.section-inner-13-7 .slide .slick-current .cont {padding: 0;}
.section-inner-13-7 .slide .info {padding: 0.533333rem 0.533333rem 0;background: url(../images/bg-inner-13-22.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-7 .slide .d1 {overflow: hidden;}
.section-inner-13-7 .slide .img {float: left;width: 2.4rem;}
.section-inner-13-7 .slide .img-cont {position: relative;padding-top: 72%;height: 0;overflow: hidden;}
.section-inner-13-7 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-13-7 .slide .img-cont:before {position: absolute;top: -0.133333rem;right: 0;display: block;width: 0;height: 0;border: 0.133333rem dashed transparent;border-right: 0.133333rem solid #00a8ff;content: '';z-index: 2;}
.section-inner-13-7 .slide .img-cont:after {position: absolute;bottom: -0.133333rem;left: 0;display: block;width: 0;height: 0;border: 0.133333rem dashed transparent;border-left: 0.133333rem solid #00a8ff;content: '';z-index: 2;}
.section-inner-13-7 .slide .img-info {margin-left: 2.666667rem;}
.section-inner-13-7 .slide .tit {color: #fff;font-size: 0.4rem;}
.section-inner-13-7 .slide .tag span {margin: 4px 4px 0 0;padding: 0 3px;display: inline-block;height: 0.4rem;line-height: 0.373333rem;color: #fff;font-size: 0.266667rem;border: 1px solid #fff;border-radius: 2px;}
.section-inner-13-7 .slide .d2 {padding: 0.373333rem 0 0.986667rem;}
.section-inner-13-7 .slide .d2 p {margin-bottom: 0.133333rem;min-height: 0.666667rem;line-height: 2.08;color: #fff;font-size: 0.32rem;text-align: center;background: url(../images/bg-inner-13-23.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-7 .slide .more {display: block;width: 100%;height: 1.253333rem;line-height: 1;text-align: center;color: #fff;font-size: 0.346667rem;background: url(../images/ico-inner-13-5.png) center 0.533333rem no-repeat;-webkit-background-size: 0.466667rem auto;background-size: 0.466667rem auto;}
.section-inner-13-7 .slide .slick-list {padding-bottom: 1.6rem !important;}
.section-inner-13 .slide .btn {position: absolute;top: 50%;margin-top: -0.64rem;display: block;width: 0.493333rem;height: 1.28rem;z-index: 2;}
.section-inner-13 .slide .btn.slick-prev {left: 0.346667rem;background: url(../images/ico-inner-13-6.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13 .slide .btn.slick-next {right: 0.346667rem;background: url(../images/ico-inner-13-7.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-7 .btn img {width: 100%;}
.section-inner-13-8 {padding: 0 0.4rem 0.8rem;}
.section-inner-13-8 .cont {padding: 0.426667rem 0.64rem;color: #fff;font-size: 0.346667rem;line-height: 1.46;text-align: center;background: url(../images/bg-inner-13-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-8 .list {padding-top: 2.373333rem;background: url(../images/bg-inner-13-25.png) center 0.266667rem no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-13-8 .list ul {margin-left: -0.186667rem;overflow: hidden;}
.section-inner-13-8 .list li {margin-bottom: 0.186667rem;padding-left: 0.186667rem;float: left;width: 33.333%;}
.section-inner-13-8 .list a {position: relative;display: block;background-color: #1879d7;}
.section-inner-13-8 .list a:after {position: absolute;bottom: 0;left: -0.266667rem;display: block;width: 0;height: 0;border: 0.266667rem dashed transparent;border-bottom: 0.266667rem solid #2285e4;content: '';}
.section-inner-13-8 .list .img {position: relative;padding-top: 73%;height: 0;overflow: hidden;}
.section-inner-13-8 .list .img:after {position: absolute;top: -0.266667rem;right: 0;display: block;width: 0;height: 0;border: 0.266667rem dashed transparent;border-right: 0.266667rem solid #2285e4;content: '';}
.section-inner-13-8 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}

.section-inner-13-8 .list .info {padding: 0.266667rem 0;text-align: center;color: #fff;}
.section-inner-13-8 .list .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;}
.section-inner-13-8 .list .txt {margin-top: 0.186667rem;height: 1em;line-height: 1em;font-size: 0.32rem;}
.section-inner-13-8 .list span {color: #feff00;}
.section-inner-13-8 .btn {margin-top: 0.453333rem;display: block;}
.section-inner-13-8 .btn img {width: 100%;}
.section-inner-13-9 {padding: 0 0.4rem;overflow: visible !important;}
.section-inner-13-9 .cont {padding: 0.506667rem 0.533333rem 0.506667rem 0.8rem;background: url(../images/bg-inner-13-27.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-9 .slide .item {height: 0.666667rem;line-height: 0.666667rem;font-size: 0;}
.section-inner-13-9 .slide .item span {display: inline-block;color: #fff;font-size: 0.346667rem;}
.section-inner-13-9 .slide .item .s1 {width: 1.226667rem;}
.section-inner-13-9 .slide .item .s2 {width: 1.946667rem;}
.section-inner-13-9 .tips {margin-top: -0.4rem;text-align: center;color: #fff;font-size: 0.346667rem;}
.section-inner-13-9 .form {padding: 0.506667rem 0 0.8rem;}
.section-inner-13-9 .form li {margin-bottom: 0.266667rem;background: url(../images/bg-inner-13-28.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-13-9 .form .inp-form {padding-left: 0.906667rem;display: block;width: 100%;height: 1.066667rem;font-size: 0.346667rem;background-position: 0.266667rem center;background-repeat: no-repeat;-webkit-background-size: auto 0.4rem;background-size: auto 0.4rem;background-color: transparent;color: #fff;border: none;}
.section-inner-13-9 .form .inp-form::-webkit-input-placeholder {color: #fff;}
.section-inner-13-9 .form .inp-form::-moz-placeholder {color: #fff;}
.section-inner-13-9 .form .inp-form::-ms-input-placeholder {color: #fff;}
.section-inner-13-9 .form .li1 .inp-form {background-image: url(../images/ico-inner-13-8.png);}
.section-inner-13-9 .form .li2 .inp-form {background-image: url(../images/ico-inner-13-9.png);}
.section-inner-13-9 .form .li3 .inp-form {background-image: url(../images/ico-inner-13-10.png);}
.section-inner-13-9 .form .li3:after {position: absolute;top: 0;right: 0;display: block;width: 1.066667rem;height: 1.066667rem;background: url(../images/ico-inner-13-11.png) center center no-repeat;-webkit-background-size: 0.306667rem auto;background-size: 0.306667rem auto;content: '';}
.section-inner-13-9 .form .li3 .list {top: 1.066667rem;}
.section-inner-13-9 .form .btn-form {margin-top: 0.533333rem;display: block;width: 100%;height: 1.2rem;line-height: 1.2rem;background: url(../images/bg-inner-13-29.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
/* 专题-打工回乡 */
.section-inner-14 {padding-top: 6.666667rem;background: url(../images/img-inner-14-1.png) center top no-repeat #050275;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-14 .btns {overflow: hidden;}
.section-inner-14 .btns .a1 {float: left;display: block;width: 5.333333rem;}
.section-inner-14 .btns .a2 {float: right;display: block;width: 3.6rem;}
.section-inner-14-1 {padding: 0 0.4rem;}
.tit-inner-14 {padding: 0.8rem 0 0.4rem;text-align: center;}
.tit-inner-14 img {display: inline-block;}
.section-inner-14-1 .tit-inner-14 img {width: 7.626667rem;}
.section-inner-14-1 .txt {position: relative;padding: 0.346667rem 0.4rem 0.8rem;color: #0acdf9;font-size: 0.346667rem;line-height: 1.38;overflow: hidden;background: url(../images/bg-inner-14-1.jpg) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-14-1 .txt img {position: absolute;bottom: -0.266667rem;right: 0;display: inline-block;width: 4.906667rem;}
.section-inner-14-1 .btns {padding-top: 0.48rem;}
.section-inner-14-2 .tit-inner-14 img {width: 8.813333rem;}
.tips-inner-14 {margin-top: -0.266667rem;text-align: center;}
.tips-inner-14 span {position: relative;}
.tips-inner-14 span:after {position: absolute;right: 0;bottom: 0;display: block;width: 100%;height: 0.346667rem;background-color: #041d9b;content: '';}
.tips-inner-14 span em {position: relative;color: #0acdf9;font-size: 0.4rem;z-index: 2;}
.section-inner-14-2 .cont {padding: 0.426667rem 0.4rem 0;}
.section-inner-14-2 .list {margin-left: -0.4rem;overflow: hidden;}
.section-inner-14-2 .list li {padding-left: 0.4rem;float: left;width: 50%;}
.section-inner-14-2 .list .img {position: relative;padding-top: 64%;height: 0;overflow: hidden;}
.section-inner-14-2 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-14-2 .list .txt {padding: 0.186667rem 0 0.426667rem;color: #fff;font-size: 0.373333rem;line-height: 1.29;}
.section-inner-14-3 {padding: 0 0.4rem;}
.section-inner-14-3 .tit-inner-14 img {width: 9.28rem;}
.section-inner-14-3 .img {width: 100%;}
.section-inner-14-3 .txt {position: relative;color: #fff;background-color: #032e98;}
.section-inner-14-3 .txt .tit {height: 0.933333rem;line-height: 0.933333rem;text-align: center;font-size: 0.373333rem;}
.section-inner-14-3 .d1 .text {padding: 0 0.4rem 0.4rem 1.893333rem;}
.section-inner-14-3 .d1 .txt img {position: absolute;top: 0.373333rem;left: 0;display: block;width: 2.253333rem;}
.section-inner-14-3 .d2 {position: relative;margin-top: 1.28rem;}
.section-inner-14-3 .d2:after {position: absolute;top: -1.28rem;left: 50%;margin-left: -0.64rem;display: block;width: 1.28rem;height: 1.28rem;background: url(../images/img-inner-14-12.png) center center no-repeat;-webkit-background-size: 0.946667rem auto;background-size: 0.946667rem auto;content: '';}
.section-inner-14-3 .d2 .text {padding: 0 2.933333rem 0.4rem 0.4rem;}
.section-inner-14-3 .d2 .txt img {position: absolute;top: 0.32rem;right: 0.16rem;width: 3.24rem;}
.section-inner-14-3 .btns {padding-top: 0.8rem;}
.section-inner-14-4 .tit-inner-14 img {width: 8.453333rem;}
.section-inner-14-4 .cont {padding: 0 0.4rem;}
.section-inner-14-4  .btns {padding: 0.693333rem 0 0.933333rem;}
.section-inner-14-4  .btns:last-child {padding-bottom: 0;}
.section-inner-14-4 .tips-inner-14 {margin-bottom: 0.4rem;}
.section-inner-14-5 .tit-inner-14 img {width: 8.066667rem;}
.section-inner-14-5 .cont {padding: 0.373333rem 0.4rem;}
.section-inner-14-5 .cont .img {margin-bottom: 0.506667rem;width: 100%;}
.section-inner-14-6 .tit-inner-14 img {width: 9.28rem;}
.section-inner-14-6 .cont {padding: 0.4rem 0.4rem;}
.section-inner-14-6 ul {margin-left: -0.4rem;overflow: hidden;}
.section-inner-14-6 ul li {margin-bottom: 0.24rem;padding-left: 0.4rem;float: left;width: 50%;}
.section-inner-14-6 ul .info {min-height: 5.52rem;
    background: -moz-linear-gradient(top, #02339c 0%, #071c89 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02339c), color-stop(100%,#071c89));
    background: -webkit-linear-gradient(top, #02339c 0%,#071c89 100%);
    background: -o-linear-gradient(top, #02339c 0%,#071c89 100%);
    background: -ms-linear-gradient(top, #02339c 0%,#071c89 100%);
    background: linear-gradient(to bottom, #02339c 0%,#071c89 100%);
}
.section-inner-14-6 ul .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 2.533333rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-14-6 ul .img img {height: 60%;}
.section-inner-14-6 ul .tit {height: 1em;line-height: 1em;text-align: center;font-size: 0.4rem;}
.section-inner-14-6 ul .tit span {display: inline-block;
    background: -webkit-linear-gradient(top, #fff 30%, #0acdf9);     /* 背景色渐变 */
  -webkit-background-clip: text;         /* 规定背景的划分区域 */
  -webkit-text-fill-color: transparent;  /* 防止字体颜色覆盖 */
}
.section-inner-14-6 ul .txt {padding: 0.186667rem 0.346667rem 0.4rem;color: #fff;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-14-6 .btns {padding-top: 0.48rem;}
.section-inner-14-7 .tit-inner-14 img {width: 6.88rem;}
.section-inner-14-7 .cont {padding: 0.373333rem 0.4rem 0;}
.section-inner-14-7 .slide .img {position: relative;padding-top: 62%;height: 0;overflow: hidden;}
.section-inner-14-7 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-14-7 .slide .slick-dots {position: absolute;bottom: -0.4rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-14-7 .slide .slick-dots li {margin: 0 2px;display: inline-block;width: 0.586667rem;height: 2px;background-color: #02319a;}
.section-inner-14-7 .slide .slick-dots .slick-active {background-color: #ffb002;}
.section-inner-14-7 .btns {padding-top: 1.066667rem;}
.section-inner-14-7 .item {position: relative;}
.section-inner-14-7 .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.8rem;line-height: 0.8rem;text-align: center;color: #fff;font-size: 0.373333rem;background-color: rgba(0,0,0,.4);
}
.section-inner-14-8 .tit-inner-14 img {width: 9.28rem;}
.section-inner-14-8 .cont {padding: 0.373333rem 0.4rem 0;}
.section-inner-14-8 .cont .img {width: 100%;}
.section-inner-14-8 .cont .btns {padding-top: 0.48rem;}
.section-inner-14-9 .tit-inner-14 img {width: 9.28rem;}
.section-inner-14-9 .cont {padding: 0.373333rem 0.4rem 0;}
.section-inner-14-9 .slide .item {margin-bottom: 0.266667rem;overflow: hidden;
    background: -moz-linear-gradient(top, #02339c 0%, #071c89 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02339c), color-stop(100%,#071c89));
    background: -webkit-linear-gradient(top, #02339c 0%,#071c89 100%);
    background: -o-linear-gradient(top, #02339c 0%,#071c89 100%);
    background: -ms-linear-gradient(top, #02339c 0%,#071c89 100%);
    background: linear-gradient(to bottom, #02339c 0%,#071c89 100%);
}
.section-inner-14-9 .slide .img {float: left;width: 3.6rem;}
.section-inner-14-9 .slide .txt {margin-left: 4.053333rem;padding: 0.4rem 0.266667rem 0.4rem 0;}
.section-inner-14-9 .slide .tit {height: 1em;line-height: 1em;font-size: 0.4rem;
    background: -webkit-linear-gradient(top, #fff 30%, #0acdf9);     /* 背景色渐变 */
  -webkit-background-clip: text;         /* 规定背景的划分区域 */
  -webkit-text-fill-color: transparent;  /* 防止字体颜色覆盖 */
}
.section-inner-14-9 .slide .info {padding-top: 0.213333rem;color: #fff;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-14-9 .slide .slick-dots {position: absolute;bottom: -0.24rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-14-9 .slide .slick-dots li {margin: 0 2px;display: inline-block;width: 0.586667rem;height: 2px;background-color: #02319a;}
.section-inner-14-9 .slide .slick-dots .slick-active {background-color: #ffb002;}
.section-inner-14-9 .btn {margin: 0.8rem auto 0;display: block;width: 7.866667rem;}
.section-inner-14-10 .tit-inner-14 img {width: 6.4rem;}
.section-inner-14-10 .cont {padding: 0.4rem 0.4rem 0;}
.section-inner-14-10 .list {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-14-10 li {margin-bottom: 0.266667rem;padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-14-10 li a {display: block;background-color: #071e8a;}
.section-inner-14-10 li .img {position: relative;padding-top: 63%;height: 0;overflow: hidden;}
.section-inner-14-10 li img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-14-10 li .txt {padding: 0.2rem 0.32rem 0.346667rem;}
.section-inner-14-10 li .tit {height: 1em;line-height: 1em;color: #fff;font-size: 0.346667rem;}
.section-inner-14-10 li .info {margin-top: 0.133333rem;height: 1em;line-height: 1em;color: #fff;font-size: 0.32rem;}
.section-inner-14-10 li span {color: #0acdf9;}
.section-inner-14-10 .btns {padding-top: 0.24rem;}
.section-inner-14-11 .tit-inner-14 img {width: 6.4rem;}
.section-inner-14-11 .cont {padding: 0.2rem 0.4rem 0.8rem;}
.section-inner-14-11 .form {
    padding: 0.4rem 0.32rem 0.533333rem;
    background: -moz-linear-gradient(top, #02339b 0%, #071c89 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02339b), color-stop(100%,#071c89));
    background: -webkit-linear-gradient(top, #02339b 0%,#071c89 100%);
    background: -o-linear-gradient(top, #02339b 0%,#071c89 100%);
    background: -ms-linear-gradient(top, #02339b 0%,#071c89 100%);
    background: linear-gradient(to bottom, #02339b 0%,#071c89 100%);
}
.section-inner-14-11 .form li {margin-bottom: 0.266667rem;}
.section-inner-14-11 .form .inp-form {height: 1.066667rem;background-color: #fff;}
.section-inner-14-11 .form .li3:after {position: absolute;top: 0;right: 0;display: block;width: 1.066667rem;height: 1.066667rem;background: url(../images/ico-g-7.png) center center no-repeat;-webkit-background-size: 0.306667rem auto;background-size: 0.306667rem auto;content: '';}
.section-inner-14-11 .form .btn-form {margin: 0.533333rem auto 0;width: 7.346667rem;height: 1.266667rem;background: url(../images/bg-inner-14-14.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
/* 专题-中毕业学什么好-改 */
.section-inner-15 {background-color: #37c9a5;}
.tit-inner-15 {text-align: center;font-size: 0;}
.tit-inner-15 img {display: inline-block;}
.section-inner-15-1 {padding: 0.453333rem 0 1.2rem;background: url(../images/bg-inner-15-2.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-15-1 .tit-inner-15 img {width: 8.306667rem;}
.section-inner-15-1 .txt {padding-top: 0.426667rem;color: #fff;font-size: 0.4rem;line-height: 2;text-align: center;}
.section-inner-15-1 .btn {margin: 0.426667rem auto 0;display: block;width: 6.013333rem;}
.section-inner-15-2 {position: relative;padding: 0.4rem 0 1.253333rem;background-color: #47d1af;}
.top:before {position: absolute;top: -0.613333rem;left: 0;display: block;width: 100%;height: 0.613333rem;background: url(../images/bg-inner-15-5.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.top2:before {position: absolute;top: -0.68rem;left: 0;display: block;width: 100%;height: 0.68rem;background: url(../images/bg-inner-15-6.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.section-inner-15-2 .tit-inner-15 img {width: 8.973333rem;}
.section-inner-15-2 .cont {padding: 0.72rem 0.4rem 0;}
.section-inner-15-2 .img {width: 100%;}
.section-inner-15-2 .btns {padding: 0.746667rem 0.346667rem 0;overflow: hidden;}
.section-inner-15-2 .btns .a1 {float: left;display: block;width: 4.146667rem;}
.section-inner-15-2 .btns .a2 {float: right;display: block;width: 4.146667rem;}
.section-inner-15-3 {position: relative;padding: 0.426667rem 0.4rem 1.2rem;}
.section-inner-15-3 .tit-inner-15 img {width: 7.293333rem;}
.tips-inner-15 {margin-top: 0.16rem;text-align: center;color: #fff;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-15-3 .cont {padding: 0.613333rem 0 0;}
.section-inner-15-3 .list {position: relative;height: 10.4rem;background: url(../images/bg-inner-15-7.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-15-3 .list:before {position: absolute;top: -0.64rem;left: 0.56rem;display: block;width: 0.36rem;height: 1.053333rem;background: url(../images/img-inner-15-7.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.section-inner-15-3 .list:after {position: absolute;top: -1.333333rem;right: -0.186667rem;display: block;width: 1.48rem;height: 2.186667rem;background: url(../images/img-inner-15-8.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.section-inner-15-3 .list a {padding: 0.373333rem 0.426667rem 0.533333rem;display: block;height: 4.8rem;overflow: hidden;}
.section-inner-15-3 .list .img {width: 3.466667rem;}
.section-inner-15-3 .list .img-cont {position: relative;padding-top: 112%;height: 0;overflow: hidden;}
.section-inner-15-3 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-15-3 .list .tit {height: 1em;line-height: 1em;color: #fff;font-size: 0.373333rem;}
.section-inner-15-3 .list .info {padding-top: 0.213333rem;color: #fff;font-size: 0.32rem;line-height: 1.42;}
.section-inner-15-3 .list .a2 {margin-top: 0.266667rem;}
.section-inner-15-3 .list .a1 .img {float: left;}
.section-inner-15-3 .list .a2 .img {float: right;}
.section-inner-15-3 .list .a1 .txt {margin-left: 3.866667rem;}
.section-inner-15-3 .list .a2 .txt {margin-right: 3.866667rem;padding-top: 0.346667rem;}
.section-inner-15-3 .btn {padding: 0.746667rem 0 0;display: block;}
.section-inner-15-3 .btn img {width: 100%;}
.section-inner-15-4 {position: relative;padding: 0.4rem 0 1.226667rem;background-color: #47d1af;}
.section-inner-15-4 .tit-inner-15 img {width: 7.0rem;}
.section-inner-15-4 .d1 {padding: 0.64rem 0.4rem 0.853333rem;background: url(../images/bg-inner-15-10.png) right 0.133333rem no-repeat;-webkit-background-size: 2.386667rem auto;background-size: 2.386667rem auto;}
.section-inner-15-4 .tit2 {position: relative;display: inline-block;height: 1em;line-height: 1em;color: #fff;font-size: 0.4rem;font-weight: bold;}
.section-inner-15-4 .tit2:after {position: absolute;bottom: -0.2rem;left: 0;display: block;width: 100%;height: 2px;background-color: #32e8bb;content: '';}
.section-inner-15-4 .d1 img {margin: 0.333333rem 0 0;width: 100%;}
.section-inner-15-4 .d2 {padding: 0 0 0 0.4rem;}
.section-inner-15-4 .slide {position: relative;margin-top: 0.64rem;padding-bottom: 1.2rem;overflow: hidden;}
.section-inner-15-4 .slide .item {background: url(../images/bg-inner-15-11.jpg) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-15-4 .slide .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 3.226667rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-15-4 .slide img {height: 72%;}
.section-inner-15-4 .slide .txt {padding: 0 0.48rem 0.4rem;color: #fff;text-align: center;}
.section-inner-15-4 .slide .tit {height: 1em;line-height: 1em;font-size: 0.4rem;}
.section-inner-15-4 .slide .info {padding-top: 0.293333rem;font-size: 0.32rem;line-height: 1.42;}
.section-inner-15-4 .slide .swiper-pagination {bottom: 0.3rem;}
.section-inner-15-4 .slide .swiper-pagination-bullet {margin: 0 2px !important;background-color: #a3e8d7;opacity: .5;border-radius: 4px;}
.section-inner-15-4 .slide .swiper-pagination-bullet-active {width: 0.4rem;background-color: #fff;opacity: 1;}
.section-inner-15-4 .btns {padding: 0 0.533333rem;overflow: hidden;}
.section-inner-15-4 .btns .a1 {float: left;display: block;width: 3.746667rem;}
.section-inner-15-4 .btns .a2 {float: right;display: block;width: 5.08rem;}
.section-inner-15-4 .btns img {width: 100%;}
.section-inner-15-5 {position: relative;padding: 0.4rem 0.4rem 1.2rem;}
.section-inner-15-5 .tit-inner-15 img {width: 8.946667rem;}
.section-inner-15-5 .cont {padding: 0.586667rem 0 0.773333rem;display: block;}
.section-inner-15-5 .cont img {width: 100%;}
.section-inner-15-5 .btns {padding: 0 0.346667rem;overflow: hidden;}
.section-inner-15-5 .btns .a1 {float: left;display: block;width: 4.146667rem;}
.section-inner-15-5 .btns .a2 {float: right;display: block;width: 4.146667rem;}
.section-inner-15-6 {position: relative;padding: 0.4rem 0.4rem 1.2rem;background-color: #47d1af;}
.section-inner-15-6 .tit-inner-15 img {width: 7.4rem;}
.tips-inner-15 {line-height: 0.8rem;text-align: center;color: #fff;font-size: 0.346667rem;}
.section-inner-15-6 .cont {padding: 0.266667rem 0 0.8rem;}
.section-inner-15-6 .cont img {width: 100%;}
.section-inner-15-6 .btns {padding: 0 0.133333rem;overflow: hidden;}
.section-inner-15-6 .btns .a1 {float: left;width: 3.746667rem;}
.section-inner-15-6 .btns .a2 {float: right;width: 5.08rem;}
.section-inner-15-6 .btns img {width: 100%;}
.section-inner-15-7 {position: relative;padding: 0.4rem 0 1.066667rem;}
.section-inner-15-7 .tit-inner-15 img {width: 9.226667rem;}
.section-inner-15-7 .d1 {padding: 0.773333rem 0.4rem 0;overflow: hidden;background: url(../images/bg-inner-15-12.png) right 0.266667rem no-repeat;-webkit-background-size: 2.8rem auto;background-size: 2.8rem auto;}
.section-inner-15-7 .d2 {padding:1.026667rem 0.4rem 0.773333rem;overflow: hidden;background: url(../images/bg-inner-15-13.png) 2.24rem 0 no-repeat;-webkit-background-size: 3.6rem auto;background-size: 3.6rem auto;}
.section-inner-15-7 .img {position: relative;width: 3.6rem;height: 5.413333rem;background: url(../images/bg-inner-15-14.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-15-7 .img img {position: absolute;right: 0.16rem;bottom: 0.08rem;width: 92%;}
.section-inner-15-7 .d1 .img {float: left;}
.section-inner-15-7 .d2 .img {float: right;}
.section-inner-15-7 .d1 .txt {margin-left: 4.0rem;padding-top: 0.4rem;color: #fff;}
.section-inner-15-7 .d2 .txt {margin-right: 4.0rem;padding-top: 0.4rem;color: #fff;}
.section-inner-15-7 .tit {height: 1em;line-height: 1em;font-size: 0.4rem;overflow: hidden;}
.section-inner-15-7 .info {padding-top: 0.133333rem;font-size: 0.346667rem;}
.section-inner-15-7 .desc {position: relative;padding-top: 0.533333rem;font-size: 0.32rem;line-height: 1.42;}
.section-inner-15-7 .desc:before {position: absolute;top: 0.213333rem;left: 0;display: block;width: 0.533333rem;height: 2px;background-color: #32f5c5;content: '';}
.section-inner-15-7 .btns2 {margin-top: 0.32rem;display: inline-block;border: 1px solid #fcff00;overflow: hidden;}
.section-inner-15-7 .btns2 a {display: block;width: 2.346667rem;height: 0.693333rem;line-height: 0.693333rem;text-align: center;font-size: 0.346667rem;}
.section-inner-15-7 .btns2 a.a1 {margin-right: 2px;float: left;color: #fcff00;background-color: #37c9a5;}
.section-inner-15-7 .btns2 a.a2 {float: left;color: #149666;background-color: #fcff00;}

.section-inner-15-7 .btns {padding: 0 0.746667rem;overflow: hidden;}
.section-inner-15-7 .btns .a1 {float: left;display: block;width: 4.146667rem;}
.section-inner-15-7 .btns .a2 {float: right;display: block;width: 4.146667rem;}
.section-inner-15-8 {position: relative;padding: 0.4rem 0.4rem 1.2rem;background-color: #47d1af;}
.section-inner-15-8 .tit-inner-15 img {width: 4.973333rem;}
.section-inner-15-8 .btns {padding: 0 0.346667rem 0;overflow: hidden;}
.section-inner-15-8 .btns .a1 {float: left;display: block;width: 4.146667rem;}
.section-inner-15-8 .btns .a2 {float: right;display: block;width: 4.146667rem;}
.section-inner-15-8 .btns img {width: 100%;}
.section-inner-15-8 .slide {margin: 0.453333rem 0 1.066667rem;}
.section-inner-15-8 .slide .slick-current {padding: 0;}
.section-inner-15-8 .slide .cont {margin: 0.266667rem 0.266667rem 0;padding: 0 0.4rem 0.506667rem;background-color: #37c09f;}
.section-inner-15-8 .slide .slick-current .cont {margin: 0;background: url(../images/bg-inner-15-15.jpg) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-15-8 .slide .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 3.306667rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-15-8 .slide img {height: 68%;}
.section-inner-15-8 .slide .tit {height: 1em;line-height: 1em;color: #fff;font-size: 0.4rem;text-align: center;}
.section-inner-15-8 .slide .info {padding-top: 0.266667rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: center;}
.section-inner-15-8 .slide .slick-dots {position: absolute;bottom: -0.5rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-15-8 .slide .slick-dots li {margin: 0 2px;display: inline-block;width: 0.16rem;height: 0.16rem;border-radius: 0.08rem;background-color: rgba(255,255,255,.5);}
.section-inner-15-8 .slide .slick-dots .slick-active {width: 0.4rem;background-color: #fff;}
.section-inner-15-9 {position: relative;padding: 0.4rem 0 1.2rem;}
.section-inner-15-9 .tit-inner-15 img {width: 8.333333rem;}
.section-inner-15-9 .tips-inner-15 {padding: 0 0.4rem;line-height: 1.38;}
.section-inner-15-9 .btns {padding: 0.746667rem 0.746667rem 0;overflow: hidden;background: url(../images/bg-inner-15-18.png) center center no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-15-9 .btns .a1 {float: left;display: block;width: 4.146667rem;}
.section-inner-15-9 .btns .a2 {float: right;display: block;width: 4.146667rem;}
.section-inner-15-9 .cont {padding-top: 0.533333rem;}
.section-inner-15-9 .cont > div {margin-bottom: 0.133333rem;overflow: hidden;}
.section-inner-15-9 .d1 {padding-left: 0.4rem;background: url(../images/bg-inner-15-16.png) right top no-repeat;-webkit-background-size: 3.053333rem auto;background-size: 3.053333rem auto;}
.section-inner-15-9 .d2 {padding: 0 0.4rem;}
.section-inner-15-9 .d3 {padding-right: 0.4rem;background: url(../images/bg-inner-15-17.png) left 0.373333rem no-repeat;-webkit-background-size: 3.053333rem auto;background-size: 3.053333rem auto;}
.section-inner-15-9 .d4 {padding: 0 0.4rem;}
.section-inner-15-9 .cont a {padding: 0.133333rem;display: block;background-color: #25be99;}
.section-inner-15-9 .a1 {width: 6.133333rem;}
.section-inner-15-9 .a2 {float: left;width: 4.533333rem;}
.section-inner-15-9 .a3 {float: right;width: 4.533333rem;}
.section-inner-15-9 .a4 {float: right;width: 6.133333rem;}
.section-inner-15-9 .a5 {float: left;width: 4.533333rem;}
.section-inner-15-9 .a6 {float: right;width: 4.533333rem;}
.section-inner-15-9 .a1 .img {position: relative;padding-top: 52%;height: 0;overflow: hidden;}
.section-inner-15-9 .a2 .img {position: relative;padding-top: 62%;height: 0;overflow: hidden;}
.section-inner-15-9 .a3 .img {position: relative;padding-top: 62%;height: 0;overflow: hidden;}
.section-inner-15-9 .a4 .img {position: relative;padding-top: 52%;height: 0;overflow: hidden;}
.section-inner-15-9 .a5 .img {position: relative;padding-top: 62%;height: 0;overflow: hidden;}
.section-inner-15-9 .a6 .img {position: relative;padding-top: 62%;height: 0;overflow: hidden;}
.section-inner-15-9 .cont img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-15-9 .cont .tit {position: absolute;right: 0;bottom: 0;width: 100%;height: 0.666667rem;line-height: 0.666667rem;color: #fff;font-size: 0.346667rem;overflow: hidden;background-color: rgba(0,0,0,.5);text-align: center;}
.section-inner-15-10 {position: relative;padding: 0.4rem 0 1.2rem 0.4rem;background-color: #47d1af;}
.section-inner-15-10 .tit-inner-15 img {width: 7.346667rem;}
.section-inner-15-10 .slide {position: relative;padding: 0.453333rem 0 1.2rem 0;overflow: hidden;}
.section-inner-15-10 .slide .item {background: url(../images/bg-inner-15-19.png) center bottom no-repeat #37c09f;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-15-10 .slide .img {position: relative;padding-top: 79%;height: 0;overflow: hidden;}
.section-inner-15-10 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-15-10 .slide .txt {padding: 0.373333rem 0.266667rem;color: #fff;}
.section-inner-15-10 .slide .tit {height: 1em;line-height: 1em;font-size: 0.4rem;}
.section-inner-15-10 .slide .info {padding-top: 0.133333rem;}
.section-inner-15-10 .slide .info p {height: 0.453333rem;line-height: 0.453333rem;overflow: hidden;font-size: 0.32rem;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.section-inner-15-10 .slide .info span {color: #fcff00;}
.section-inner-15-10 .slide .swiper-pagination {bottom: 0.3rem;}
.section-inner-15-10 .slide .swiper-pagination-bullet {margin: 0 2px !important;background-color: #a3e8d7;opacity: .5;border-radius: 4px;}
.section-inner-15-10 .slide .swiper-pagination-bullet-active {width: 0.4rem;background-color: #fff;opacity: 1;}
.section-inner-15-10 .btn {padding: 0 0.346667rem;}
.section-inner-15-10 .btn img {width: 100%;}
.section-inner-15-11 {position: relative;padding: 0.4rem 0.4rem 1.493333rem;background: url(../images/bg-inner-15-20.png) right 0 no-repeat;-webkit-background-size: 1.946667rem auto;background-size: 1.946667rem auto;}
.section-inner-15-11 .tit-inner-15 img {width: 4.44rem;}
.section-inner-15-11 .cont {position: relative;margin-top: 0.48rem;padding: 0.426667rem 0.4rem 0.426667rem 0.933333rem;height: 4.84rem;background: url(../images/bg-inner-15-21.jpg) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-15-11 .cont:before {position: absolute;top: -1.2rem;left: 0.533333rem;display: block;width: 1.266667rem;height: 1.386667rem;background: url(../images/img-inner-15-44.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.section-inner-15-11 .slide .item {height: 0.666667rem;line-height: 0.666667rem;font-size: 0;}
.section-inner-15-11 .slide .item span {display: inline-block;color: #fff;font-size: 0.346667rem;}
.section-inner-15-11 .slide .item .s1 {width: 1.226667rem;}
.section-inner-15-11 .slide .item .s2 {width: 1.946667rem;}
.section-inner-15-12 {position: relative;padding: 0.4rem 0.4rem 0;background: url(../images/bg-inner-15-22.png) left 0.333333rem no-repeat, url(../images/bg-inner-15-23.png) right 0.36rem no-repeat;-webkit-background-size: auto 0.906667rem;background-size: auto 0.906667rem;background-color: #47d1af;}
.section-inner-15-12 .tit-inner-15 img {width: 4.36rem;}
.section-inner-15-12 .form {position: relative;padding: 0.506667rem 0 0.8rem;}
.section-inner-15-12 .form:before {position: absolute;top: -0.4rem;right: 0.186667rem;display: block;width: 1.213333rem;height: 1.52rem;background: url(../images/img-inner-15-46.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';z-index: 2;}
.section-inner-15-12 .form li {margin-bottom: 0.266667rem;background-color: #25be99;}
.section-inner-15-12 .form .inp-form {padding-left: 0.906667rem;display: block;width: 100%;height: 1.066667rem;font-size: 0.346667rem;background-position: 0.266667rem center;background-repeat: no-repeat;-webkit-background-size: auto 0.4rem;background-size: auto 0.4rem;background-color: transparent;color: #fff;border: none;}
.section-inner-15-12 .form .inp-form::-webkit-input-placeholder {color: #fff;}
.section-inner-15-12 .form .inp-form::-moz-placeholder {color: #fff;}
.section-inner-15-12 .form .inp-form::-ms-input-placeholder {color: #fff;}
.section-inner-15-12 .form .li1 .inp-form {background-image: url(../images/ico-inner-13-8.png);}
.section-inner-15-12 .form .li2 .inp-form {background-image: url(../images/ico-inner-13-9.png);}
.section-inner-15-12 .form .li3 .inp-form {background-image: url(../images/ico-inner-13-10.png);}
.section-inner-15-12 .form .li3 {background-image: none;}
.section-inner-15-12 .form .li3:after {position: absolute;top: 0;right: 0;display: block;width: 1.066667rem;height: 1.066667rem;background: url(../images/ico-inner-13-11.png) center center no-repeat;-webkit-background-size: 0.306667rem auto;background-size: 0.306667rem auto;content: '';}
.section-inner-15-12 .form .li3 .list {top: 1.066667rem;}
.section-inner-15-12 .form .btn-form {margin: 0.533333rem auto 0;display: block;width: 6.013333rem;height: 1.466667rem;background: url(../images/img-inner-15-47.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
/* 专题-就业相关 */
.section-inner-16 {padding: 0 0.4rem;background-color: #0f046d;}
.tit-inner-16 {padding: 0.773333rem 0 0.4rem;text-align: center;font-size: 0;}
.tit-inner-16 img {display: inline-block;}
.section-inner-16-1 {margin-top: -1.493333rem;}
.section-inner-16-1 .tit-inner-16 img {width: 8.533333rem;}
.section-inner-16-1 .list {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-16-1 .list li {padding-left: 0.266667rem;float: left;width: 33.333%;}
.section-inner-16-1 .list .cont {padding: 0 0.32rem;min-height: 4.546667rem;}
.section-inner-16-1 .list .li1 .cont {background: url(../images/bg-inner-16-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-1 .list .li2 .cont {background: url(../images/bg-inner-16-2.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-1 .list .li3 .cont {background: url(../images/bg-inner-16-3.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-1 .list .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 1.946667rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-16-1 .list img {height: 64%;}
.section-inner-16-1 .list .tit {height: 1em;line-height: 1em;color: #fff;font-size: 0.373333rem;text-align: center;overflow: hidden;}
.section-inner-16-1 .list .info {padding-top: 0.16rem;color: #9e96fd;font-size: 0.32rem;line-height: 1.42;text-align: center;}

.section-inner-16-1 .btn {margin: 0.506667rem auto 0;display: block;width: 7.133333rem;}
.section-inner-16-1 .btn img {width: 100%;}
.section-inner-16-2 .tit-inner-16 img {width: 4.8rem;}
.section-inner-16-2 .tab {padding: 2px 0.4rem 0.4rem 0.613333rem;min-height: 8.266667rem;background: url(../images/bg-inner-16-4.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16 .tit-inner-16-2 {height: 0.746667rem;line-height: 0.746667rem;text-align: center;color: #fff;font-size: 0.373333rem;background: url(../images/bg-inner-16-7.png) center center no-repeat;-webkit-background-size: auto 100%;background-size: auto 100%;}
.section-inner-16-2 .tab .tabtitle {margin: 0.4rem 0;overflow: hidden;white-space: nowrap;overflow-x: auto;font-size: 0;}
.section-inner-16-2 .tab .tabtitle::-webkit-scrollbar {-webkit-appearance: none;width: 0;height: 0;}
.section-inner-16-2 .tab li {margin-right: 0.106667rem;display: inline-block;}
.section-inner-16-2 .tab .tabtitle a {display: block;width: 1.613333rem;height: 0.853333rem;line-height: 0.853333rem;text-align: center;color: #fff;font-size: 0.346667rem;background: url(../images/bg-inner-16-5.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-2 .tab .tabtitle .on a {background-image: url(../images/bg-inner-16-6.png);}
.section-inner-16-2 .tab .tc1 {overflow: hidden;}
.section-inner-16-2 .tab .img {float: right;width: 3.066667rem;}
.section-inner-16-2 .tab .img-cont {position: relative;padding-top: 109%;height: 0;overflow: hidden;}
.section-inner-16-2 .tab .tc1 img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-16-2 .tab .txt {margin-right: 3.333333rem;}
.section-inner-16-2 .tab .tit {color: #faa086;font-size: 0.373333rem}
.section-inner-16-2 .tab .info {padding-top: 5px;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-16 .btn {margin: 0.533333rem auto 0;display: block;width: 7.133333rem;}
.section-inner-16 .btn img {width: 100%;}
.section-inner-16-2 .section-1 {margin-top: 0.4rem;padding-top: 2px;min-height: 11.666667rem;background: url(../images/bg-inner-16-8.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-2 .section-1 .list {overflow: hidden;}
.section-inner-16-2 .section-1 .list li {padding: 0.506667rem 0.373333rem 0;float: left;width: 50%;text-align: center;}
.section-inner-16-2 .section-1 .list img {margin-bottom: 0.373333rem;display: inline-block;width: 1.533333rem;}
.section-inner-16-2 .section-1 .list .tit {height: 1em;line-height: 1em;color: #faa086;font-size: 0.373333rem}
.section-inner-16-2 .section-1 .list .info {padding-top: 3px;color: #fff;font-size: 0.32rem;line-height: 1.42;}
.section-inner-16-2 .section-1 .btn {margin: 0.4rem auto 0;width: 7.133333rem;}
.section-inner-16-2 .section-1 .btn img {width: 100%;}
.section-inner-16-2 .section-2 {margin-top: 0.4rem;padding: 2px 0.4rem 0;min-height: 10.906667rem;background: url(../images/bg-inner-16-9.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-2 .section-2 .slide {margin: 0.373333rem 0 1.066667rem;}
.section-inner-16-2 .section-2 .slide .cont {margin: 0.453333rem 0.266667rem 0;}
.section-inner-16-2 .section-2 .slide .slick-current .cont {margin: 0;}
.section-inner-16-2 .section-2 .slide .img {position: relative;padding-top: 64%;height: 0;overflow: hidden;}
.section-inner-16-2 .section-2 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-16-2 .section-2 .slide .txt {padding: 0.533333rem 0.373333rem;background-color: #0f046d;text-align: center;}
.section-inner-16-2 .section-2 .slide .tit {position: relative;height: 1em;line-height: 1em;color: #faa086;font-size: 0.373333rem;}
.section-inner-16-2 .section-2 .slide .tit:after {position: absolute;top: -0.293333rem;left: 50%;color: #faa086;font-size: 0.48rem;font-family: Arial;height: 0.266667rem;line-height: 1;overflow: hidden;content: attr(data-index);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-inner-16-2 .section-2 .slide .slick-dots {position: absolute;bottom: -0.506667rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-16-2 .section-2 .slide .slick-dots li {margin: 0 2px;display: inline-block;width: 0.586667rem;height: 2px;background-color: #5b2dff;}
.section-inner-16-2 .section-2 .slide .slick-dots .slick-active {background-color: #f84603;}
.section-inner-16-2 .section-2 .slide .info {padding-top: 0.266667rem;color: #fff;font-size: 0.32rem;line-height: 1.42;}

.section-inner-16-2 .section-2 .btn {margin: 0.4rem auto 0;width: 7.133333rem;}
.section-inner-16-2 .section-2 .btn img {width: 100%;}
.section-inner-16-2 .section-3 {margin-top: 0.4rem;padding-top: 2px;min-height: 9.493333rem;background: url(../images/bg-inner-16-10.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-2 .section-3 .tit-inner-16-2 {background-image: url(../images/bg-inner-16-11.png);}
.section-inner-16-2 .section-3 .list {padding: 0.64rem 0.426667rem 0 0.746667rem;}
.section-inner-16-2 .section-3 .list li {margin-bottom: 0.4rem;overflow: hidden;}
.section-inner-16-2 .section-3 .list img {float: left;width: 2.6rem;}
.section-inner-16-2 .section-3 .list .txt {margin-left: 3.386667rem;}
.section-inner-16-2 .section-3 .list .tit {height: 1em;line-height: 1em;color: #faa086;font-size: 0.373333rem;}
.section-inner-16-2 .section-3 .list .info {position: relative;padding-top: 0.506667rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-16-2 .section-3 .list .info:before {position: absolute;top: 0.266667rem;left: 0;display: block;width: 0.386667rem;height: 2px;background-color: #faa086;content: '';}
.section-inner-16-3 .tit-inner-16 img {width: 4.8rem;}
.section-inner-16-3 .section-1 {padding-top: 2px;min-height: 8.52rem;background: url(../images/bg-inner-16-12.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-3 .section-1 .tit-inner-16-2 {background-image: url(../images/bg-inner-16-13.png);}
.section-inner-16-3 .section-1 .img {margin: 0.56rem auto 0.48rem;width: 7.346667rem;}
.section-inner-16-3 .section-2 {margin-top: 0.4rem;padding-top: 2px;min-height: 8.52rem;background: url(../images/bg-inner-16-12.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-3 .section-2 .tit-inner-16-2 {background-image: url(../images/bg-inner-16-14.png);}
.section-inner-16-3 .section-2 .img {margin: 0.56rem auto 0.48rem;width: 7.346667rem;}
.section-inner-16-3 .section-3 {margin-top: 0.4rem;padding-top: 2px;min-height: 8.026667rem;background: url(../images/bg-inner-16-15.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-3 .section-3 .tit-inner-16-2 {background-image: url(../images/bg-inner-16-16.png);}
.section-inner-16-3 .section-3 .img {margin: 0.56rem auto 0.48rem;width: 7.333333rem;}
.section-inner-16-3 .section-4 {margin-top: 0.4rem;padding-top: 2px;min-height: 7.493333rem;background: url(../images/bg-inner-16-18.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-3 .section-4 .tit-inner-16-2 {background-image: url(../images/bg-inner-16-17.png);}
.section-inner-16-3 .section-4 .img {margin: 0.56rem auto 0.48rem;width: 7.333333rem;}
.section-inner-16-3 .section-5 {margin-top: 0.4rem;padding-top: 2px;min-height: 8.466667rem;background: url(../images/bg-inner-16-20.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-3 .section-5 .tit-inner-16-2 {background-image: url(../images/bg-inner-16-19.png);}
.section-inner-16-3 .section-5 .img {margin: 0.56rem 0 0.48rem 2.106667rem;width: 6.666667rem;}
.section-inner-16-3 .section-6 {margin-top: 0.4rem;padding-top: 2px;min-height: 9.813333rem;background: url(../images/bg-inner-16-22.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-3 .section-6 .tit-inner-16-2 {background-image: url(../images/bg-inner-16-21.png);}
.section-inner-16-3 .section-6 .img {margin: 0.56rem auto 0.48rem;width: 7.453333rem;}
.section-inner-16-4 .tit-inner-16 img {width: 4.8rem;}
.section-inner-16-4 .cont {padding: 0 0.266667rem;min-height: 8.6rem;background: url(../images/bg-inner-16-23.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-4 .tit-slide {height: 1.306667rem;line-height: 1.306667rem;font-size: 0;}
.section-inner-16-4 .tit-slide span {color: #9e96fd;font-size: 0.32rem;}
.section-inner-16-4 .tit-slide .s1 {padding-left: 0.266667rem;display: inline-block;width: 1.946667rem;}
.section-inner-16-4 .tit-slide .s2 {display: inline-block;width: 3.866667rem;}
.section-inner-16-4 .slide .item {height: 1.253333rem;line-height: 1.24rem;border-bottom: 1px solid #5b2dff;font-size: 0;background: url(../images/ico-inner-16-8.png) left center no-repeat;-webkit-background-size: 0.106667rem auto;
background-size: 0.106667rem auto;}
.section-inner-16-4 .slide .item span {display: inline-block;color: #fff;font-size: 0.32rem;height: 1.24rem;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.section-inner-16-4 .slide .item .s1 {padding-left: 0.266667rem;width: 1.92rem;}
.section-inner-16-4 .slide .item .s2 {width: 3.92rem;}
.section-inner-16-5 .tit-inner-16 img {width: 4.266667rem;}
.section-inner-16-5 .cont {padding: 2px 0.266667rem 0;min-height: 9.84rem;background: url(../images/bg-inner-16-24.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-5 .tabtitle {text-align: center;font-size: 0;}
.section-inner-16-5 .tabtitle li {display: inline-block;}
.section-inner-16-5 .tabtitle a {display: block;width: 2.853333rem;height: 0.746667rem;line-height: 0.746667rem;text-align: center;color: #fff;font-size: 0.373333rem;background: url(../images/bg-inner-16-25.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-5 .tabtitle .on a {background-image: url(../images/bg-inner-16-26.png);}
.section-inner-16-5 .slide {position: relative;padding: 0.4rem 0 1.066667rem;overflow: hidden;}
.section-inner-16-5 .slide .img {position: relative;padding-top: 92%;height: 0;overflow: hidden;}
.section-inner-16-5 .slide .img:after {position: absolute;top: -0.266667rem;right: 0;display: block;width: 0;height: 0;border: 0.266667rem dashed transparent;border-right: 0.266667rem solid #211291;content: '';}
.section-inner-16-5 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-16-5 .slide .txt {position: relative;padding: 0.213333rem 0.266667rem;background-color: #0f046d;}
.section-inner-16-5 .slide .txt:after {position: absolute;bottom: -0.266667rem;left: 0;display: block;width: 0;height: 0;border: 0.266667rem dashed transparent;border-left: 0.266667rem solid #211291;content: '';}
.section-inner-16-5 .slide .tit {height: 1em;line-height: 1em;color: #fff;font-size: 0.346667rem;}
.section-inner-16-5 .slide .info {padding-top: 0.133333rem;line-height: 0.453333rem;color: #fff;font-size: 0.346667rem;}
.section-inner-16-5 .slide .info p {height: 0.453333rem;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.section-inner-16-5 .slide .info span {color: #faa086;}
.section-inner-16-5 .slide .swiper-pagination {bottom: 10px;}
.section-inner-16-5 .slide .swiper-pagination-bullet {margin: 0 2px !important;width: 0.586667rem;height: 2px;background-color: #5b2dff;opacity: 1;}
.section-inner-16-5 .slide .swiper-pagination-bullet-active {background-color: #f84603;}
.section-inner-16-5 .btn {margin-top: 0;}
.section-inner-16-6 .tit-inner-16 img {width: 4.8rem;}
.section-inner-16-6 .cont {padding: 0 0.426667rem;min-height: 8.333333rem;background: url(../images/bg-inner-16-27.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-6 .list {margin-left: -0.293333rem;overflow: hidden;}
.section-inner-16-6 .list li {margin-top: 0.533333rem;padding-left: 0.293333rem;float: left;width: 25%;overflow: hidden;}
.section-inner-16-6 .list .img {padding: 0.133333rem;width: 1.866667rem;height: 1.866667rem;background-color: #2cc0fc;border-radius: 50%;}
.section-inner-16-6 .list .img-cont {width: 100%;height: 100%;background-color: #fff;border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-16-6 .list img {max-width: 72%;max-height: 72%;}
.section-inner-16-6 .list .tit {margin-top: 0.24rem;height: 1em;line-height: 1em;color: #fff;font-size: 0.32rem;text-align: center;}
.section-inner-16-7 .tit-inner-16 img {width: 6.133333rem;}
.section-inner-16-7 .cont {padding: 0.426667rem 0.293333rem 0;min-height: 14.373333rem;background: url(../images/bg-inner-16-28.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-7 .cont .d1,.section-inner-16-7 .cont .d2 {overflow: hidden;}
.section-inner-16-7 .cont .d1 {margin-bottom: 0.266667rem;}
.section-inner-16-7 .cont .col-l,.section-inner-16-7 .cont .col-r {width: 4.213333rem;}
.section-inner-16-7 .cont div a {position: relative;display: block;}
.section-inner-16-7 .cont div a:before {position: absolute;top: -0.266667rem;right: 0;display: block;width: 0;height: 0;border: 0.266667rem dashed transparent;border-right: 0.266667rem solid #0f046d;content: '';z-index: 2;}
.section-inner-16-7 .cont div a:after {position: absolute;bottom: -0.266667rem;left: 0;display: block;width: 0;height: 0;border: 0.266667rem dashed transparent;border-left: 0.266667rem solid #0f046d;content: '';z-index: 2;}
.section-inner-16-7 .cont .img {position: relative;height: 0;overflow: hidden;}
.section-inner-16-7 .cont .img img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-16-7 .cont .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.933333rem;text-align: center;line-height: 0.933333rem;overflow: hidden;color: #fff;font-size: 0.373333rem;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,.6) 100%);
    background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,.6) 100%);
    background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,.6) 100%);
}
.section-inner-16-7 .cont .a1 .img,.section-inner-16-7 .cont .a6 .img {padding-top: 133%;}
.section-inner-16-7 .cont .a2 .img,.section-inner-16-7 .cont .a3 .img,.section-inner-16-7 .cont .a4 .img,.section-inner-16-7 .cont .a5 .img {padding-top: 63%;}
.section-inner-16-7 .cont .a3,.section-inner-16-7 .cont .a5 {margin-top: 0.266667rem;}
.section-inner-16-8 {padding-bottom: 0.8rem;}
.section-inner-16-8 .tit-inner-16 img {width: 4.533333rem;}
.section-inner-16-8 .tit-inner-16-2 {margin-bottom: 0.4rem;background-image: url(../images/bg-inner-16-29.png);}
.section-inner-16-8 .form {padding-top: 2px;min-height: 8rem;background: url(../images/bg-inner-16-30.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-16-8 .form li {margin-bottom: 0.24rem;}
.section-inner-16-8 .form .li3:after {position: absolute;top: 0;right: 0;display: block;width: 1.333333rem;height: 1.333333rem;background: url(../images/ico-g-7.png) center center no-repeat;-webkit-background-size: 0.306667rem auto;background-size: 0.306667rem auto;content: '';}
.section-inner-16-8 .form .inp-form {background-color: #fff;}
/* 专题-哪个专业好就业 */
.section-inner-17 {padding: 0 0.4rem;background-color: #fe6225;color: #5c4d4e;}
.tit-inner-17 {padding: 0.8rem 0 0.4rem;text-align: center;}
.tit-inner-17 span {position: relative;display: inline-block;height: 0.48rem;line-height: 0.48rem;color: #fff;font-size: 0.48rem;font-weight: bold;}
.tit-inner-17 span:before,.tit-inner-17 span:after {position: absolute;top: 0;display: block;width: 0.453333rem;height: 0.4rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.tit-inner-17 span:before {left: -0.72rem;background-image: url(../images/ico-inner-17-1.png);}
.tit-inner-17 span:after {right: -0.72rem;background-image: url(../images/ico-inner-17-2.png);}
.section-inner-17 .btns {padding-top: 0.533333rem;overflow: hidden;}
.section-inner-17 .btns .a1 {float: left;display: block;width: 5.413333rem;}
.section-inner-17 .btns .a2 {float: right;display: block;width: 3.68rem;}
.section-inner-17 .btns img {width: 100%;}
.section-inner-17-1 .cont {position: relative;padding: 0.426667rem 0.32rem;background-color: #fff;border-radius: 0.133333rem;}
.section-inner-17-1 .cont .tit {font-size: 0.373333rem;}
.section-inner-17-1 .cont .txt {padding-top: 5px;font-size: 0.346667rem;line-height: 1.46;}
.section-inner-17-1 .cont img {position: absolute;right: 0.133333rem;bottom: 0;width: 3.146667rem;}
.section-inner-17-2 .cont {padding: 0.266667rem 0.32rem;background-color: #fff;border-radius: 0.133333rem;}
.section-inner-17-2 .intro {font-size: 0.346667rem;line-height: 1.46;text-align: center;}
.section-inner-17-2 .list {overflow: hidden;}
.section-inner-17-2 .list li {padding: 0.4rem 0.213333rem;float: left;width: 50%;text-align: center;}
.section-inner-17-2 .list .num {margin-bottom: 0.4rem;color: #fff;height: 1.733333rem;line-height: 1.733333rem;font-size: 0.24rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: auto 1.733333rem;background-size: auto 1.733333rem;}
.section-inner-17-2 .list .li1 .num {background-image: url(../images/bg-inner-17-1.png);}
.section-inner-17-2 .list .li2 .num {background-image: url(../images/bg-inner-17-2.png);}
.section-inner-17-2 .list .num em {padding-right: 2px;font-size: 0.4rem;font-weight: bold;}
.section-inner-17-2 .list .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;}
.section-inner-17-2 .list .txt {padding-top: 0.213333rem;font-size: 0.346667rem;line-height: 1.46;}
.section-inner-17-3 .cont {padding: 0.4rem 0 0.506667rem;background-color: #fff;border-radius: 0.133333rem;}
.section-inner-17-3 .cont img {margin: 0 auto;width: 8.853333rem;}
.section-inner-17-4 .cont {padding: 0.853333rem 0 0.8rem;background-color: #fff;border-radius: 0.133333rem}
.section-inner-17-4 .cont img {margin: 0 auto;width: 8.093333rem;}
.section-inner-17 .tab .tabtitle {overflow: hidden;border-radius: 0.133333rem 0.133333rem 0 0;}
.section-inner-17 .tabtitle li {float: left;width: 25%;height: 1.226667rem;}
.section-inner-17 .tabtitle a {position: relative;display: block;width: 100%;height: 1.066667rem;line-height: 1.066667rem;text-align: center;color: #fff;font-size: 0.373333rem;background-color: #ed3d1b;}
.section-inner-17 .tabtitle a:after {position: absolute;bottom: -0.32rem;left: 50%;margin-left: -0.12rem;display: none;width: 0;height: 0;border-top: 0.16rem solid #feb200;border-right: 0.12rem dashed transparent;border-bottom: 0.16rem dashed transparent;border-left: 0.12rem dashed transparent;content: '';}
.section-inner-17 .tabtitle .on a {background-color: #feb200;}
.section-inner-17 .tabtitle .on a:after {display: block;}
.section-inner-17-5 .tc1 {margin-top: -0.16rem;padding: 0.266667rem 0.266667rem 0.48rem;background-color: #fff;border-radius: 0 0 0.133333rem 0.133333rem;}
.section-inner-17-5 .tc1 .img {width: 100%;}
.section-inner-17-5 .tc1 .txt {position: relative;padding-top: 0.48rem;}
.section-inner-17-5 .tc1 .ico {position: absolute;top: 0.293333rem;right: 0.186667rem;width: 2.253333rem;}
.section-inner-17-5 .tc1 .tit {height: 1em;line-height: 1em;color: #fe4521;font-size: 0.64rem;font-weight: bold;}
.section-inner-17-5 .tc1 .tips {padding-top: 3px;color: #fe4521;font-size: 0.4rem;}
.section-inner-17-5 .tc1 .info {padding-top: 0.24rem;font-size: 0.346667rem;line-height: 1.46;text-align: justify;}
.section-inner-17-5 .tc1 .focus {padding-right: 2.133333rem;padding-bottom: 3px;font-weight: bold;}
.section-inner-17-6 .cont {padding-bottom: 0.746667rem;background-color: #fff;border-radius: 0.133333rem;}
.section-inner-17-6 .list {overflow: hidden;}
.section-inner-17-6 .list li {float: left;width: 50%;}
.section-inner-17-6 .list .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 3.786667rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-17-6 .list img {height: 72%;}
.section-inner-17-6 .list .txt {text-align: center;font-size: 0.346667rem;line-height: 1.46;}
.section-inner-17-7 .cont {padding-bottom: 0.72rem;background-color: #fff;border-radius: 0.133333rem}
.section-inner-17-7 .cont img {margin: 0 auto;width: 8.453333rem;}
.section-inner-17-8 .cont img {width: 100%;}
.section-inner-17-9 .tab .tabtitle li:first-child a {border-radius: 0 0 0 0.133333rem;}
.section-inner-17-9 .tab .tabtitle li:last-child a {border-radius: 0 0 0.133333rem 0;}
.section-inner-17-9 .tab .tabtitle a {padding-top: 0.133333rem;font-size: 0.32rem;line-height: 1.17;}
.section-inner-17-9 .tc2 {height: 0;overflow: hidden;}
.section-inner-17-9 .tc2.show {height: auto;overflow: hidden;}
.section-inner-17-9 .slide {margin: 0.266667rem 0 0.586667rem;}
.section-inner-17-9 .slide .item-cont {position: relative;margin: 0.666667rem 0.266667rem 0;border-radius: 0.133333rem;overflow: hidden;}
.section-inner-17-9 .slide .slick-current .item-cont {margin: 0;}
.section-inner-17-9 .slide .img {position: relative;padding-top: 58%;height: 0;overflow: hidden;}
.section-inner-17-9 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-17-9 .slide .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.8rem;line-height: 0.8rem;text-align: center;color: #fff;font-size: 0.346667rem;background-color: rgba(0,0,0,.45);overflow: hidden;}
.section-inner-17-9 .slide .slick-dots {position: absolute;bottom: -0.533333rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-17-9 .slide .slick-dots li {margin: 0 2px;display: inline-block;width: 0.666667rem;height: 2px;border-radius: 1px;background-color: #ed3d1b;}
.section-inner-17-9 .slide .slick-dots .slick-active {background-color: #fec41e;}
.section-inner-17-10 .cont {margin-right: -0.4rem;overflow: hidden;}
.section-inner-17-10 .slide {position: relative;padding-bottom: 0.8rem;overflow: hidden;}
.section-inner-17-10 .slide .item {border-radius: 0.133333rem;overflow: hidden;}
.section-inner-17-10 .slide .img {position: relative;padding-top: 100%;height: 0;overflow: hidden;}
.section-inner-17-10 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-17-10 .slide .txt {padding: 0 0.266667rem 0.533333rem;background-color: #fff;}
.section-inner-17-10 .slide .tit {height: 0.853333rem;line-height: 0.853333rem;font-size: 0.373333rem;}
.section-inner-17-10 .slide .info {font-size: 0.346667rem;}
.section-inner-17-10 .slide .info p {height: 0.506667rem;line-height: 0.506667rem;overflow: hidden;}
.section-inner-17-10 .slide .info span {color: #ed3d1b;}
.section-inner-17-10 .slide .swiper-pagination {bottom: 0;}
.section-inner-17-10 .slide .swiper-pagination-bullet {margin: 0 2px !important;width: 0.666667rem;height: 2px;border-radius: 1px;background-color: #ed3d1b;opacity: 1;}
.section-inner-17-10 .slide .swiper-pagination-bullet-active {background-color: #fecc1f;}
.section-inner-17-11 .list {margin-left: -0.213333rem;overflow: hidden;}
.section-inner-17-11 .list li {padding-left: 0.2rem;float: left;width: 33.333%;}
.section-inner-17-11 .list .li-cont {border-radius: 0.133333rem;overflow: hidden;}
.section-inner-17-11 .list .img {position: relative;padding-top: 95%;height: 0;overflow: hidden;}
.section-inner-17-11 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-17-11 .list .tit {padding: 0.213333rem 0.266667rem;font-size: 0.346667rem;line-height: 1.46;background-color: #fff;}
.section-inner-17-12 {padding-bottom: 0.8rem;}
.section-inner-17-12 .tips {margin-top: -5px;text-align: center;}
.section-inner-17-12 .tips span {padding: 0 0.346667rem;display: inline-block;height: 0.666667rem;line-height: 0.666667rem;color: #fff;font-size: 0.373333rem;border-radius: 0.333333rem;background-color: #ed3d1b;}
.section-inner-17-12 .form {margin-top: 0.4rem;padding-top: 0.266667rem;padding-bottom: 0.48rem;background-color: #fff;border-radius: 0.133333rem;}
.section-inner-17-12 .form .btns {padding-top: 0.533333rem;}
.section-inner-17-12 .form .a1 {margin-top: 0;width: 4.666667rem;height: 1.2rem;background: url(../images/img-inner-17-28.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
/* 专题-女生学汽修 */
.section-inner-18 {color: #535353;background-color: #ffebec;}
.section-inner-18 .btn {margin: 0.533333rem auto 0;display: block;}
.section-inner-18 .btn img {width: 100%;}
.section-inner-18 .btns {padding-top: 0.533333rem;overflow: hidden;}
.section-inner-18 .btns .a1 {float: left;display: block;}
.section-inner-18 .btns .a2 {float: right;display: block;}
.section-inner-18 .btns img {width: 100%;}
.tit-inner-18 {padding: 0.453333rem 0 0.266667rem;text-align: center;font-size: 0;}
.tit-inner-18 img {display: inline-block;}
.section-inner-18-1 {position: relative;margin-top: -2.88rem;z-index: 2;}
.section-inner-18-1 .cont {padding: 0 1.04rem 0 1.28rem;height: 5.533333rem;background: url(../images/bg-inner-18-1.png) left center no-repeat;-webkit-background-size: 9.96rem 5.533333rem;background-size: 9.96rem 5.533333rem;}
.section-inner-18-1 .tit {height: 0.973333rem;line-height: 0.973333rem;text-align: center;color: #fff;font-size: 0.48rem;font-weight: bold;}
.section-inner-18-1 .txt {position: relative;margin-top: 0.32rem;font-size: 0.346667rem;line-height: 1.31;}
.section-inner-18-1 .txt .ico {display: inline-block;vertical-align: middle;width: 0.306667rem;}
.section-inner-18-1 .txt .ico.i1 {position: absolute;top: 0.066667rem;left: -0.48rem;}
.section-inner-18-1 .txt .img {position: absolute;right: 0;bottom: -0.2rem;width: 2.066667rem;}
.section-inner-18-1 .btn {margin-top: -0.133333rem;width: 6.613333rem;}
.section-inner-18-2 {margin-top: -0.133333rem;background: url(../images/bg-inner-18-2.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-18-2 .tit-inner-18 img {width: 6.386667rem;}
.section-inner-18-2 .cont {margin: 0 0.4rem;padding: 0 0.453333rem;min-height: 8.96rem;background: url(../images/bg-inner-18-3.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-2 .list {margin-left: -0.666667rem;overflow: hidden;}
.section-inner-18-2 .list li {padding-top: 0.533333rem;padding-left: 0.666667rem;float: left;width: 50%;}
.section-inner-18-2 .list .txt {position: relative;padding-left: 0.506667rem;}
.section-inner-18-2 .list em {position: absolute;top: 0;left: 0;display: block;width: 0.346667rem;height: 0.346667rem;line-height: 0.346667rem;border-radius: 50%;text-align: center;color: #fff;font-size: 0.293333rem;font-family: Arial;background-color: #8e9ff6;}
.section-inner-18-2 .list .p1 {height: 1em;line-height: 1em;font-size: 0.346667rem;}
.section-inner-18-2 .list .p2 {padding: 0.133333rem 0;font-size: 0.32rem;}
.section-inner-18-2 .list .p2 span {color: #8e9ff6;}
.section-inner-18-2 .list img {width: 100%;}
.section-inner-18-2 .btn {width: 7.413333rem;}
.section-inner-18-3 {margin-top: -0.426667rem;padding: 0 0.4rem;background: url(../images/bg-inner-18-4.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-18-3 .tit-inner-18 img {width: 8.786667rem;}
.section-inner-18-3 .btns .a1 {width: 5.28rem;}
.section-inner-18-3 .btns .a2 {width: 3.68rem;}
.section-inner-18-3 .cont {padding: 0 0.48rem;min-height: 7.84rem;background: url(../images/bg-inner-18-5.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-3 .cont .txt {padding: 0.453333rem 0 0.293333rem;text-align: center;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-18-3 .list {margin-left: -0.48rem;overflow: hidden;}
.section-inner-18-3 .list li {position: relative;padding-left: 0.48rem;float: left;width: 50%;text-align: center;}
.section-inner-18-3 .list img {display: inline-block;width: 2.933333rem;}
.section-inner-18-3 .list .tit {font-size: 0.346667rem;font-weight: bold;}
.section-inner-18-3 .list .info {padding-top: 5px;font-size: 0.32rem;line-height: 1.42;}
.section-inner-18-3 .list .li1:before {position: absolute;top: 3.266667rem;right: -0.6rem;display: block;width: 0.6rem;height: 0.413333rem;background: url(../images/img-inner-18-13.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.section-inner-18-4 {margin-top: -0.186667rem;padding: 0 0.4rem;background: url(../images/bg-inner-18-6.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-18-4 .tit-inner-18 img {width: 7.68rem;}
.section-inner-18-4 .btn {width: 7.426667rem;}
.section-inner-18-4 .cont {padding: 0.693333rem 0.64rem 0;min-height: 4.666667rem;background: url(../images/bg-inner-18-7.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-4 .list {margin-left: -0.866667rem;overflow: hidden;}
.section-inner-18-4 .list li {padding-left: 0.866667rem;float: left;width: 33.333%;text-align: center;}
.section-inner-18-4 .list img {display: inline-block;height: 1.906667rem;}
.section-inner-18-4 .list .txt {padding-top: 0.373333rem;font-size: 0.373333rem;line-height: 1.21;}
.section-inner-18-5 {margin-top: 0.293333rem;padding: 0 0.4rem;background: url(../images/bg-inner-18-8.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-18-5 .tit-inner-18 img {width: 6.96rem;}
.section-inner-18-5 .cont {padding: 0 0.746667rem 0 0.666667rem;min-height: 5.706667rem;background: url(../images/bg-inner-18-9.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-5 .list li {padding-top: 0.586667rem;overflow: hidden;}
.section-inner-18-5 .list li img {float: left;width: 2.0rem;}
.section-inner-18-5 .list li .txt {margin-left: 2.773333rem;}
.section-inner-18-5 .list li .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;font-weight: bold;}
.section-inner-18-5 .list li .info {padding-top: 0.213333rem;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-18-5 .btns .a1 {width: 5.293333rem;}
.section-inner-18-5 .btns .a2 {width: 3.68rem;}
.section-inner-18-6 {margin-top: -0.4rem;padding: 0 0.4rem;background: url(../images/bg-inner-18-10.png) center top no-repeat;-webkit-background-size: 100 auto;background-size: 100 auto;}
.section-inner-18-6 .tit-inner-18 img {width: 6.48rem;}
.section-inner-18-6 .cont {padding: 0.533333rem 0.586667rem 0;min-height: 7.04rem;background: url(../images/bg-inner-18-11.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-6 .list li {margin-bottom: 0.28rem;padding: 0.293333rem 0.573333rem 0;height: 1.906667rem;overflow: hidden;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-6 .list li.li1 {background-image: url(../images/bg-inner-18-13.png);}
.section-inner-18-6 .list li.li2 {background-image: url(../images/bg-inner-18-14.png);}
.section-inner-18-6 .list li.li3 {margin-bottom: 0;background-image: url(../images/bg-inner-18-15.png);}
.section-inner-18-6 .list .img {padding-top: 0.693333rem;float: left;width: 1.08rem;height: 1.333333rem;background: url(../images/bg-inner-18-12.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;text-align: center;color: #fff;font-size: 0.213333rem}
.section-inner-18-6 .list .img .d1 {height: 1em;line-height: 1em;}
.section-inner-18-6 .list .img em {font-size: 0.266667rem;}
.section-inner-18-6 .list .img .d2 {margin-top: 2px;height: 1em;line-height: 1em;}
.section-inner-18-6 .list .txt {margin-left: 2.72rem;padding-top: 0.133333rem;color: #fff;}
.section-inner-18-6 .list .txt .d1 {font-size: 0.373333rem;}
.section-inner-18-6 .list .txt .d1 {font-size: 0.32rem;}

.section-inner-18-6 .btns .a1 {width: 5.293333rem;}
.section-inner-18-6 .btns .a2 {width: 3.68rem;}
.section-inner-18-7 {margin-top: -0.2rem;padding: 0 0.4rem;background: url(../images/bg-inner-18-16.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-18-7 .tit-inner-18 img {width: 6.133333rem;}
.section-inner-18-7 .btn {width: 7.426667rem;}
.section-inner-18-7 .cont {padding-top: 0.64rem;min-height: 4.306667rem;background: url(../images/bg-inner-18-17.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-7 .list {overflow: hidden;}
.section-inner-18-7 .list li {position: relative;float: left;width: 33.333%;}
.section-inner-18-7 .list .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 2.373333rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-18-7 .list img {height: 1.6rem;}
.section-inner-18-7 .list .tit {height: 1em;line-height: 1em;text-align: center;font-size: 0.32rem;}
.section-inner-18-7 .list li:after {position: absolute;top: 1.04rem;right: 0;display: block;width: 0.133333rem;height: 0.24rem;background: url(../images/ico-inner-18-6.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.section-inner-18-7 .list li:last-child:after {display: none;}
.section-inner-18-8 {margin-top: -0.2rem;padding: 0 0.4rem;background: url(../images/bg-inner-18-18.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-18-8 .cont {padding: 0.533333rem 0.373333rem 0;min-height: 8.213333rem;background: url(../images/bg-inner-18-19.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-8 .slide .slick-list {height: auto !important;}
.section-inner-18-8 .slide .slide-cont {margin: 0.506667rem 0.266667rem ;border-radius: 0.133333rem;overflow: hidden;-webkit-box-shadow: 0 0 0.24rem rgba(0,0,0,.16);box-shadow: 0 0 0.24rem rgba(0,0,0,.16);}
.section-inner-18-8 .slide .slick-current .slide-cont {margin: 0;}
.section-inner-18-8 .slide .img {position: relative;padding-top: 62%;height: 0;overflow: hidden;}
.section-inner-18-8 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-18-8 .slide .txt {padding: 0 1.066667rem 0.533333rem;text-align: center;}
.section-inner-18-8 .slide .tit {height: 1.013333rem;line-height: 1.013333rem;color: #ff7987;font-size: 0.373333rem;}
.section-inner-18-8 .slide .info {padding: 0 0.24rem;font-size: 0.32rem;}
.section-inner-18-8 .slide .slick-dots {position: absolute;bottom: 0;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-18-8 .slide .slick-dots li {margin: 0 3px;display: inline-block;width: 0.213333rem;height: 0.213333rem;border-radius: 0.106667rem;background-color: #ebeaff;}
.section-inner-18-8 .slide .slick-dots .slick-active {width: 0.44rem;background-color: #ff748b;}
.section-inner-18-8 .tit-inner-18 img {width: 4.666667rem;}
.section-inner-18-8 .btns .a1 {width: 5.293333rem;}
.section-inner-18-8 .btns .a2 {width: 3.68rem;}
.section-inner-18-9 {margin-top: -0.2rem;padding: 0 0.4rem;background: url(../images/bg-inner-18-20.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}
.section-inner-18-9 .tit-inner-18 img {width: 7.333333rem;}
.section-inner-18-9 .cont {padding: 0.613333rem 0 0 0.4rem;min-height: 5.226667rem;background: url(../images/bg-inner-18-21.png) center center no-repeat;
-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-9 .cont img {width: 8.146667rem;}
.section-inner-18-9 .btns .a1 {width: 5.293333rem;}
.section-inner-18-9 .btns .a2 {width: 3.68rem;}
.section-inner-18-10 {margin-top: -0.266667rem;padding: 0 0.4rem;background: url(../images/bg-inner-18-22.png) center top no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-10 .tit-inner-18 img {width: 7.333333rem;}
.section-inner-18-10 .cont {padding: 0.186667rem 0.453333rem 0;min-height: 7.52rem;background: url(../images/bg-inner-18-23.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-10 .item {margin-top: 0.373333rem;overflow: hidden;}
.section-inner-18-10 .item .img {padding: 0.186667rem;float: left;width: 3.813333rem;height: 2.666667rem;background: url(../images/bg-inner-18-24.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;border-radius: 0.133333rem;}
.section-inner-18-10 .item .img-cont {position: relative;padding-top: 67%;height: 0;overflow: hidden;border-radius: 0.133333rem;}
.section-inner-18-10 .item img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-18-10 .item .txt {margin-left: 4.08rem;padding-top: 0.293333rem;}
.section-inner-18-10 .item .tit {height: 1em;line-height: 1em;font-size: 0.4rem;color: #333849;}
.section-inner-18-10 .item .info {padding-top: 0.266667rem;font-size: 0.32rem;}
.section-inner-18-10 .item p {height: 0.48rem;line-height: 0.48rem;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.section-inner-18-10 .item span {color: #fe6982;}
.section-inner-18-10 .slide .slick-dots {position: absolute;bottom: -0.533333rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-18-10 .slide .slick-dots li {margin: 0 3px;display: inline-block;width: 0.213333rem;height: 0.213333rem;border-radius: 0.106667rem;background-color: #febd37;}
.section-inner-18-10 .slide .slick-dots .slick-active {width: 0.44rem;background-color: #ff748b;}
.section-inner-18-10 .btn {width: 6.626667rem;}
.section-inner-18-11 {margin-top: -0.64rem;padding: 0 0.4rem 0.666667rem;background: url(../images/bg-inner-18-25.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;overflow: hidden;}
.section-inner-18-11 .form {margin-top: 1.466667rem;padding-top: 1.6rem;min-height: 8.12rem;background: url(../images/bg-inner-18-26.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-18-11 .form ul {margin-top: 0.4rem;}
.section-inner-18-11 .form .btn-form {margin: 0.533333rem auto 0;width: 5.293333rem;height: 1.2rem;background: url(../images/img-inner-18-38.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
/* 专题-汽修认证 */
.section-inner-19 > div {padding: 0 0.4rem 0.666667rem;}
.tit-inner-19 {padding: 0.8rem 0 0.56rem;text-align: center;}
.tit-inner-19 span {padding: 0 0.613333rem;display: inline-block;height: 1em;line-height: 1em;color: #0d83e7;font-size: 0.533333rem;font-weight: bold;background: url(../images/ico-inner-19-1.png) left center no-repeat, url(../images/ico-inner-19-2.png) right center no-repeat;-webkit-background-size: 0.413333rem auto;background-size: 0.413333rem auto;}
.section-inner-19 .btn {display: block;width: 100%;height: 1.28rem;line-height: 1.28rem;background: url(../images/bg-inner-19-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;color: #fff;text-align: center;font-size: 0.453333rem;font-weight: bold;}
.section-inner-19 .btns {overflow: hidden;}
.section-inner-19 .btns a {display: block;width: 4.373333rem;height: 1.28rem;line-height: 1.28rem;text-align: center;color: #fff;font-size: 0.453333rem;font-weight: bold;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-19 .btns a.a1 {float: left;background-image: url(../images/bg-inner-19-2.png);}
.section-inner-19 .btns a.a2 {float: right;background-image: url(../images/bg-inner-19-3.png);}
.section-inner-19-1 .list li {position: relative;margin-bottom: 0.266667rem;min-height: 2.48rem;border: 1px solid #b6daf8;border-radius: 0.133333rem;}
.section-inner-19-1 .list li:last-child {margin-bottom: 0;}
.section-inner-19-1 .list li:before,.section-inner-19-1 .list li:after {position: absolute;bottom: -0.64rem;display: block;width: 0.213333rem;height: 0.946667rem;background: url(../images/bg-inner-19-4.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.section-inner-19-1 .list li:before {left: 0.226667rem;}
.section-inner-19-1 .list li:after {right: 0.226667rem;}
.section-inner-19-1 .list li:last-child:before,.section-inner-19-1 .list li:last-child:after {display: none;}
.section-inner-19-1 .list .img {float: left;width: 3.173333rem;height: 2.48rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-19-1 .list img {height: 2.08rem;}
.section-inner-19-1 .list .txt {margin-left: 3.173333rem;padding-top: 0.506667rem;padding-right: 0.48rem;}
.section-inner-19-1 .list .tit {height: 1em;line-height: 1em;font-size: 0.4rem;font-weight: bold;}
.section-inner-19-1 .list .info {padding-top: 0.186667rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-19-1 .btn {margin-top: 0.693333rem;}
.section-inner-19-2 {padding-top: 0.8rem;}
.section-inner-19-2 .img {margin: 0 auto 0.64rem;width: 9.24rem;}
.section-inner-19-3 {padding-top: 0.8rem;}
.section-inner-19-3 .cont .img {width: 100%;}
.section-inner-19-3 .cont .txt {padding: 0.346667rem 0 0.533333rem;text-align: justify;font-size: 0.346667rem;line-height: 1.54;}
.section-inner-19-3 .cont .txt span {color: #0d83e7;font-size: 0.48rem;font-family: Arial;}
.section-inner-19-4 {padding-top: 0.8rem;}
.section-inner-19-4 .img {margin-bottom: 0.693333rem;width: 100%;}
.section-inner-19-5 {padding-top: 0.8rem;}
.section-inner-19-5 .list li {margin-bottom: 0.293333rem;padding: 0.4rem 0.4rem 0.373333rem 0.346667rem;border: 1px solid #b9dbf8;border-radius: 0.266667rem;}
.section-inner-19-5 .list li:last-child {margin-bottom: 0;}
.section-inner-19-5 .list .tit {padding-left: 0.506667rem;height: 0.533333rem;color: #0d83e7;font-size: 0.4rem;font-weight: bold;background-position: left center;background-repeat: no-repeat;-webkit-background-size: auto 100%;background-size: auto 100%;line-height: 1;}
.section-inner-19-5 .list .li1 .tit {background-image: url(../images/bg-inner-19-5.png);}
.section-inner-19-5 .list .li2 .tit {background-image: url(../images/bg-inner-19-6.png);}
.section-inner-19-5 .list .li3 .tit {background-image: url(../images/bg-inner-19-7.png);}
.section-inner-19-5 .list .txt {padding: 0.48rem 0 0 3.52rem;background-repeat: no-repeat;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-19-5 .list .li1 .txt {background-image: url(../images/img-inner-19-5.png);-webkit-background-size: 3.026667rem auto;background-size: 3.026667rem auto;background-position: 0.16rem 0.453333rem;}
.section-inner-19-5 .list .li2 .txt {background-image: url(../images/img-inner-19-6.png);-webkit-background-size: 2.56rem auto;background-size: 2.56rem auto;background-position: 0.266667rem 0.453333rem;}
.section-inner-19-5 .list .li3 .txt {background-image: url(../images/img-inner-19-7.png);-webkit-background-size: 2.253333rem auto;background-size: 2.253333rem auto;background-position: 0.56rem 0.453333rem;}
.section-inner-19-5 .list .li1 .txt div {padding-bottom: 0.24rem;}
.section-inner-19-5 .list .li1 .txt div:last-child {padding-bottom: 0;}
.section-inner-19-5 .list .li1 .txt span {font-weight: bold;}
.section-inner-19-5  .btn {margin-top: 0.746667rem;}
.section-inner-19-6 {padding-top: 0.8rem;}
.section-inner-19-6 .list li {margin-bottom: 0.266667rem;padding: 0.4rem;border: 1px solid #b9dbf8;border-radius: 0.266667rem;background: url(../images/bg-inner-19-8.png) right 0.253333rem bottom 0.266667rem no-repeat;-webkit-background-size: 0.88rem auto;background-size: 0.88rem auto;}
.section-inner-19-6 .list li:last-child {margin-bottom: 0;}
.section-inner-19-6 .list .img {float: left;width: 3.2rem;}
.section-inner-19-6 .list .img-cont {position: relative;padding-top: 67%;height: 0;overflow: hidden;border-radius: 0.133333rem;}
.section-inner-19-6 .list .img img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-19-6 .list .txt {margin-left: 3.6rem;padding-top: 0.08rem;}
.section-inner-19-6 .list .tit {font-size: 0.4rem;font-weight: bold;}
.section-inner-19-6 .list .desc {color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-19-6 .list .btn-more {margin-top: 0.24rem;display: block;width: 2.133333rem;height: 0.72rem;background: url(../images/img-inner-19-9.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-19-6 .btns {margin-top: 0.666667rem;}
/* 专题-万通学费（费用说明）2 */
.section-inner-20 > div {padding: 0.533333rem 0.4rem 0.8rem;}
.tit-inner-20 {font-size: 0;text-align: center;}
.tit-inner-20 img {display: inline-block;}
.section-inner-20 .btns {overflow: hidden;}
.section-inner-20 .btns a {display: block;width: 4.466667rem;}
.section-inner-20 .btns img {width: 100%;}
.section-inner-20 .btns .a1 {float: left;}
.section-inner-20 .btns .a2 {float: right;}
.section-inner-20-1 {margin-top: -0.4rem;}
.section-inner-20-1 .tit-inner-20 img {width: 7.333333rem;}
.section-inner-20-1 .cont {padding: 0.4rem 3.013333rem 0.4rem 0;background: url(../images/img-inner-20-3.png) right 0.266667rem center no-repeat;-webkit-background-size: 2.52rem auto;background-size: 2.52rem auto;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-20-1 .cont p {padding-bottom: 0.213333rem;}
.section-inner-20-1 .cont span,.section-inner-20-1 .cont strong {color: #ff1b1e;}
.section-inner-20-2 {padding-top: 1.666667rem;}
.section-inner-20-2 .tit-inner-20 img {width: 9.2rem;}
.section-inner-20-2 .list {margin-top: 0.36rem;margin-bottom: 0.586667rem;margin-left: -0.266667rem;overflow: hidden;}
.section-inner-20-2 .list li {margin-bottom: 0.613333rem;padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-20-2 .list .img {position: relative;padding-top: 60%;height: 0;overflow: hidden;border-radius: 0.133333rem 0.133333rem 0 0;}
.section-inner-20-2 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-20-2 .list .txt {text-align: center;}
.section-inner-20-2 .list .tit {padding: 0.186667rem 0;font-size: 0.373333rem;font-weight: bold;line-height: 1.36;}
.section-inner-20-2 .list .info {padding: 0 0.32rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-20-3 {padding-top: 1.653333rem;}
.section-inner-20-3 .tit-inner-20 img {width: 5.226667rem;}
.section-inner-20-3 .img {margin: 0.373333rem 0 0.773333rem;width: 100%;}
.section-inner-20-4 .tit-inner-20 img {width: 9.4rem;}
.section-inner-20-4 .img-cont {margin: 0.373333rem -0.4rem 0;}
.section-inner-20-4 .img {margin: 0 auto;width: 9.733333rem;}
.section-inner-20-4 .list {margin: 0.266667rem 0 0.8rem;padding: 0.4rem;-webkit-box-shadow: 0 0 0.333333rem rgba(0,0,0,.1);box-shadow: 0 0 0.333333rem rgba(0,0,0,.1);border-radius: 0.133333rem;}
.section-inner-20-4 .list .tit {height: 1em;line-height: 1em;color: #ff1b1e;font-size: 0.373333rem;font-weight: bold;}
.section-inner-20-4 .list .info {padding: 0.32rem 0;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-20-5 {padding-top: 1.973333rem;}
.section-inner-20-5 .tit-inner-20 img {width: 8.773333rem;}
.section-inner-20-5 .img {margin: 0.613333rem auto 0.8rem;width: 9.186667rem;}
.section-inner-20-6 {padding-top: 1.653333rem;}
.section-inner-20-6 .tit-inner-20 {margin-bottom: 0.666667rem;}
.section-inner-20-6 .tit-inner-20 img {width: 6.986667rem;}
.section-inner-20-6 .txt {padding: 0.266667rem 0.426667rem;font-size: 0.346667rem;line-height: 1.46;}
.section-inner-20-6 .txt span {color: #ff1b1e;}
/* .section-inner-20-6 .img {margin-left: -0.133333rem;width: 8.893333rem;} */
.section-inner-20-6 .img-cont {margin: 0 -0.4rem 0 -0.266667rem;width: 9.733333rem;}
.section-inner-20-6 .btns {margin-top: 0.533333rem;}
.section-inner-20-7 {padding-top: 1.653333rem;}
.section-inner-20-7 .tit-inner-20 img {width: 8.44rem;}
.section-inner-20-7 .img {margin: 0.586667rem -0.186667rem 0.8rem 0;width: 9.4rem;}
.section-inner-20-8 {padding-top: 1.653333rem;}
.section-inner-20-8 .tit-inner-20 img {width: 7.88rem;}
.section-inner-20-8 .slide {position: relative;margin-right: -0.4rem;padding: 0.4rem 0 0.8rem;overflow: hidden;}
.section-inner-20-8 .slide .img {position: relative;padding-top: 100%;height: 0;overflow: hidden;border-radius: 0.133333rem 0.133333rem 0 0;}
.section-inner-20-8 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-20-8 .slide .txt {padding: 0.4rem 0.32rem 0.4rem;border: 1px solid #ededed;border-top: none;border-radius: 0 0 0.133333rem 0.133333rem;}
.section-inner-20-8 .slide .tit {height: 1em;line-height: 1em;font-size: 0.373333rem}
.section-inner-20-8 .slide .info {padding-top: 0.133333rem;color: #666;font-size: 0.32rem;}
.section-inner-20-8 .slide .info p {height: 0.48rem;line-height: 0.48rem;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.section-inner-20-8 .slide .info span {color: #ff1b1e;}
.section-inner-20-8 .slide .swiper-pagination-bullet {margin: 0 0.066667rem !important;width: 0.4rem;height: 0.08rem;border-radius: 0.04rem;background-color: #e5e5e5;opacity: 1;}
.section-inner-20-8 .slide .swiper-pagination-bullet-active {background-color: #ffb400;}
/* 专题-学汽车维修技术 */
.section-inner-21 {padding: 7.466667rem 0.4rem 0;background: url(../images/img-inner-21-1.png) center top no-repeat #2d6dff;-webkit-background-size: 100% auto;background-size: 100% auto;color: #505767;}
.tit-inner-21 {padding-bottom: 0.4rem;text-align: center;color: #fff;background-position: center bottom;background-repeat: no-repeat;-webkit-background-size: auto 0.946667rem;background-size: auto 0.946667rem;}
.tit-inner-21 .d1 {height: 1em;line-height: 1em;font-size: 0.64rem;font-weight: bold;}
.tit-inner-21 .d2 {margin-top: 0.24rem;height: 1em;line-height: 1em;font-size: 0.32rem;}
.section-inner-21 .btn {display: block;width: 100%;height: 1.2rem;line-height: 1.2rem;text-align: center;color: #fff;font-size: 0.453333rem;letter-spacing: 2px;-webkit-background-size: 100% 100%;background-size: 100% 100%;font-weight: bold;}
.section-inner-21 .btn.btn1 {background-image: url(../images/bg-inner-21-2.png);border-radius: 0 0 3px 3px;}
.section-inner-21 .btn.btn2 {background-image: url(../images/bg-inner-21-3.png);border-radius: 3px;}
.section-inner-21-1 .tit-inner-21 {background-image: url(../images/bg-inner-21-1.png);}
.section-inner-21-1 .cont {background-color: #fff;border-radius: 3px;}
.section-inner-21-1 .txt {padding: 0.48rem 0.4rem 0.426667rem;font-size: 0.346667rem;line-height: 1.38;text-align: justify;background: url(../images/ico-inner-21-1.png) 4.586667rem 1.64rem no-repeat;-webkit-background-size: 4.72rem auto;background-size: 4.72rem auto;}
.section-inner-21-2 {padding-top: 0.773333rem;}
.section-inner-21-2 .tit-inner-21 {background-image: url(../images/bg-inner-21-4.png);}
.section-inner-21-2 .cont {background-color: #fff;border-radius: 3px;}
.section-inner-21-2 .cont img {width: 100%;}
.section-inner-21-3 {padding-top: 0.773333rem;}
.section-inner-21-3 .tit-inner-21 {background-image: url(../images/bg-inner-21-5.png);}
.section-inner-21-3 .cont {background-color: #fff;border-radius: 3px;}
.section-inner-21-3 .txt {padding: 0.48rem 0.373333rem;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-21-3 img {margin: 0 auto 0.506667rem;width: 8.4rem;}
.section-inner-21-4 {padding-top: 0.8rem;}
.section-inner-21-4 .tit-inner-21 {background-image: url(../images/img-inner-21-6.png);}
.section-inner-21-4 .list {margin-left: -0.266667rem;margin-bottom: 0.533333rem;overflow: hidden;}
.section-inner-21-4 .list li {padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-21-4 .list .img {position: relative;padding-top: 109%;height: 0;overflow: hidden;border-radius: 3px 3px 0 0;}
.section-inner-21-4 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-21-4 .list .tit {height: 1.2rem;line-height: 1.2rem;text-align: center;font-size: 0.373333rem;letter-spacing: 2px;background-color: #fff;border-radius: 0 0 3px 3px;}
.section-inner-21-5 {padding-top: 0.8rem;}
.section-inner-21-5 .tit-inner-21 {background-image: url(../images/img-inner-21-6.png);}
.section-inner-21-5 .cont {padding-top: 0.8rem;background-color: #fff;border-radius: 3px;}
.section-inner-21-5 img {margin: 0 auto;width: 7.12rem;}
.section-inner-21-5 .txt {padding: 0.8rem 0.32rem 0.48rem;}
.section-inner-21-5 .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;font-weight: bold;text-align: center;}
.section-inner-21-5 .info {padding-top: 0.266667rem;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-21-6 {padding-top: 0.8rem;}
.section-inner-21-6 .tit-inner-21 {background-image: url(../images/bg-inner-21-7.png);}
.section-inner-21-6 .list {margin-bottom: 0.533333rem;margin-left: -0.266667rem;overflow: hidden;}
.section-inner-21-6 .list li {margin-bottom: 0.266667rem;padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-21-6 .list li.li5,.section-inner-21-6 .list li.li6 {margin-bottom: 0;}
.section-inner-21-6 .list div {padding-left: 1.653333rem;height: 1.706667rem;line-height: 1.706667rem;background-color: #fff;border-radius: 3px;background-position: 0.346667rem 0.346667rem;background-repeat: no-repeat;-webkit-background-size: 1.2rem auto;background-size: 1.2rem auto;letter-spacing: 1px;}
.section-inner-21-6 .list .li1 div {background-image: url(../images/ico-inner-21-2.png);}
.section-inner-21-6 .list .li2 div {background-image: url(../images/ico-inner-21-3.png);}
.section-inner-21-6 .list .li3 div {background-image: url(../images/ico-inner-21-4.png);}
.section-inner-21-6 .list .li4 div {background-image: url(../images/ico-inner-21-5.png);}
.section-inner-21-6 .list .li5 div {background-image: url(../images/ico-inner-21-6.png);}
.section-inner-21-6 .list .li6 div {background-image: url(../images/ico-inner-21-7.png);}
.section-inner-21-7 {padding-top: 0.8rem;}
.section-inner-21-7 .tit-inner-21 {background-image: url(../images/bg-inner-21-7.png);}
.section-inner-21-7 .cont {padding-top: 0.16rem;background-color: #fff;border-radius: 3px;}
.section-inner-21-7 .cont img {margin: 0 auto 0.32rem;width: 9.2rem;}
.section-inner-21-8 {padding-top: 0.8rem;}
.section-inner-21-8 .tit-inner-21 {background-image: url(../images/bg-inner-21-8.png);}
.section-inner-21-8 .slide {margin-bottom: 1.173333rem;}
.section-inner-21-8 .slide .item {margin-bottom: 0.266667rem;padding: 0.32rem;background-color: #fff;border-radius: 3px;overflow: hidden;}
.section-inner-21-8 .slide .img {float: left;width: 3.466667rem;}
.section-inner-21-8 .slide .img-cont {position: relative;padding-top: 81%;height: 0;overflow: hidden;}
.section-inner-21-8 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-21-8 .slide .txt {margin-left: 3.733333rem;padding-top: 0.426667rem;}
.section-inner-21-8 .slide .tit {height: 1em;line-height: 1em;font-size: 0.4rem;font-weight: bold;}
.section-inner-21-8 .slide .info {padding-top: 0.24rem;font-size: 0.32rem;}
.section-inner-21-8 .slide .info p {height: 0.48rem;line-height: 0.48rem;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.section-inner-21-8 .slide .info span {color: #2d6cff;}
.section-inner-21-8 .slide .slick-dots {position: absolute;bottom: -0.506667rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-21-8 .slide .slick-dots li {margin: 0 2px;display: inline-block;width: 0.666667rem;height: 0.106667rem;background-color: #003bc5;border-radius: 2px;}
.section-inner-21-8 .slide .slick-dots .slick-active {background-color: #ffcb15;}
.section-inner-21-9 {padding-top: 0.8rem;}
.section-inner-21-9 .tit-inner-21 {background-image: url(../images/bg-inner-21-9.png);}
.section-inner-21-9 .list {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-21-9 .list li {padding-left: 0.266667rem;float: left;width: 33.333%;}
.section-inner-21-9 .list .img {position: relative;padding-top: 104%;height: 0;overflow: hidden;border-radius: 3px 3px 0 0;}
.section-inner-21-9 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-21-9 .list .tit {height: 0.933333rem;line-height: 0.933333rem;text-align: center;font-size: 0.346667rem;background-color: #fff;border-radius: 0 0 3px 3px;}
.section-inner-21-10 {padding: 0.8rem 0 0.773333rem;}
.section-inner-21-10 .form {padding: 0 0.4rem 0.693333rem;background-color: #fff;border-radius: 3px;}
/* 专题-学汽修难不难 */
.section-inner-22 {padding: 6.666667rem 0.4rem 0.666667rem;background: url(../images/img-inner-22-1.png) center top no-repeat #1049de;-webkit-background-size: 100% auto;background-size: 100% auto;}
.tit-inner-22 {position: absolute;top: -0.133333rem;left: 0;width: 100%;height: 0.933333rem;line-height: 0.933333rem;color: #fff;text-align: center;font-size: 0.533333rem;font-weight: bold;background-position: center center;background-repeat: no-repeat;-webkit-background-size: auto 0.933333rem;background-size: auto 0.933333rem;}
.section-inner-22 .btns {overflow: hidden;}
.section-inner-22 .btns a {display: block;width: 4.0rem;}
.section-inner-22 .btns .a1 {float: left;}
.section-inner-22 .btns .a2 {float: right;}
.section-inner-22 .btns img {width: 100%;}
.section-inner-22 .btn {margin: 0 auto;display: block;}
.section-inner-22 .btn img {width: 100%;}
.section-inner-22 > div {position: relative;background-color: #fff;border-radius: 3px;}
.section-inner-22-1 {padding: 1.2rem 0.4rem 0.746667rem;}
.section-inner-22-1 .tit-inner-22 {background-image: url(../images/bg-inner-22-1.png);}
.section-inner-22-1 .txt {position: relative;padding-bottom: 0.32rem;font-size: 0.346667rem;line-height: 0.746667rem;font-weight: bold;background: url(../images/bg-inner-22-3.png) 6.453333rem 0.266667rem no-repeat;-webkit-background-size: 1.48rem auto;background-size: 1.48rem auto;}
.section-inner-22-1 .txt span {display: inline-block;background: url(../images/bg-inner-22-2.jpg) left 0.506667rem repeat-x;-webkit-background-size: auto 0.106667rem;background-size: auto 0.106667rem;}
.section-inner-22-1 .txt span.s1 {color: #fe8a00;}
.section-inner-22-2 {margin-top: 0.8rem;padding: 1.333333rem 0.4rem 0.8rem;}
.section-inner-22-2 .tit-inner-22 {background-image: url(../images/bg-inner-22-4.png);}
.section-inner-22-2 .txt {padding-bottom: 0.373333rem;font-size: 0.346667rem;line-height: 1.46;text-align: center;}
.section-inner-22-2 .img {margin: 0 auto 0.346667rem;width: 8.16rem;}
.section-inner-22-3 {margin-top: 0.8rem;padding: 1.333333rem 0.4rem 0.8rem;}
.section-inner-22-3 .tit-inner-22 {background-image: url(../images/bg-inner-22-5.png);}
.section-inner-22-3 .txt {padding-bottom: 0.373333rem;font-size: 0.346667rem;line-height: 1.46;text-align: center;}
.section-inner-22-3 .img {margin: 0 auto 0.346667rem;width: 4.773333rem;}
.section-inner-22-4 {margin-top: 0.8rem;padding: 1.333333rem 0.4rem 0.8rem;}
.section-inner-22-4 .tit-inner-22 {background-image: url(../images/bg-inner-22-6.png);}
.section-inner-22-4 .img {margin: 0 auto 0.826667rem;width: 7.866667rem;}
.section-inner-22-5 {margin-top: 0.8rem;padding: 1.333333rem 0.4rem 0.8rem;}
.section-inner-22-5 .tit-inner-22 {background-image: url(../images/bg-inner-22-7.png);}
.section-inner-22-5 .txt {padding-bottom: 0.373333rem;font-size: 0.346667rem;line-height: 1.46;text-align: center;}
.section-inner-22-5 .img {margin: 0 auto 0.346667rem;width: 7.8rem;}
.section-inner-22-6 {margin-top: 0.8rem;padding: 1.333333rem 0.4rem 0.8rem;}
.section-inner-22-6 .tit-inner-22 {background-image: url(../images/bg-inner-22-8.png);}
.section-inner-22-6 .txt {padding-bottom: 0.373333rem;font-size: 0.346667rem;line-height: 1.46;text-align: center;}
.section-inner-22-6 .img {margin: 0 auto 0.666667rem;width: 8.4rem;}
.section-inner-22-7 {margin-top: 0.8rem;padding: 1.12rem 0.4rem 0.8rem;}
.section-inner-22-7 .tit-inner-22 {background-image: url(../images/bg-inner-22-8.png);}
.section-inner-22-7 .txt {padding-bottom: 0.426667rem;font-size: 0.346667rem;line-height: 1.46;text-align: center;}
.section-inner-22-7 .slide {margin-right: -0.266667rem;margin-bottom: 1.386667rem;}
.section-inner-22-7 .slide .item {padding-right: 0.266667rem;padding-bottom: 0.266667rem;}
.section-inner-22-7 .slide .cont {position: relative;border-radius: 3px;overflow: hidden;}
.section-inner-22-7 .slide .img {position: relative;padding-top: 92%;height: 0;overflow: hidden;}
.section-inner-22-7 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-22-7 .slide .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #fff;font-size: 0.32rem;background-color: rgba(0,0,0,.6);border-radius: 0 0 3px 3px;}
.section-inner-22-7 .slide .slick-dots {position: absolute;bottom: -0.533333rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.section-inner-22-7 .slide .slick-dots li {margin: 0 3px;display: inline-block;width: 0.186667rem;height: 0.186667rem;border-radius: 0.093333rem;background-color: #dbdbdb;}
.section-inner-22-7 .slide .slick-dots .slick-active {width: 0.666667rem;}
.section-inner-22-8 {margin-top: 0.8rem;padding: 1.333333rem 0.4rem 0.8rem;}
.section-inner-22-8 .tit-inner-22 {background-image: url(../images/bg-inner-22-10.png);}
.section-inner-22-8 .list {margin-bottom: 0.666667rem;}
.section-inner-22-8 .list li {margin-bottom: 0.373333rem;padding: 0.266667rem 0 0 0.266667rem;height: 2.16rem;background: url(../images/bg-inner-22-11.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-22-8 .list .img {float: left;width: 2.0rem;}
.section-inner-22-8 .list .img-cont {position: relative;padding-top: 80%;height: 0;overflow: hidden;border-radius: 3px;}
.section-inner-22-8 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-22-8 .list .txt {margin-left: 2.266667rem;padding-top: 0.133333rem;color: #fff;}
.section-inner-22-8 .list .tit {height: 1em;line-height: 1em;font-size: 0.346667rem;font-weight: bold;}
.section-inner-22-8 .list .info {padding-top: 0.213333rem;font-size: 0.32rem;line-height: 1.42;}
.section-inner-22-9 {margin-top: 0.8rem;padding: 0.933333rem 0.4rem 0.8rem;}
.section-inner-22-9 .tit-inner-22 {background-image: url(../images/bg-inner-22-12.png);}
.section-inner-22-9 .tips {color: #f91212;font-size: 0.4rem;font-weight: bold;text-align: center;}
.section-inner-22-9 .form {padding-top: 0.4rem;}
.section-inner-22-9 .form .btn-form {width: 100%;height: 1.133333rem;background: url(../images/img-inner-22-18.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
/* 专题-学汽修为何选万通 */
.section-inner-23 {padding: 0 0.4rem;background-color: #162696;}
.section-inner-23 .tit-inner-23 {padding: 0.533333rem 0 0.266667rem;text-align: center;font-size: 0;}
.section-inner-23 .tit-inner-23 img {display: inline-block;}
.section-inner-23 .btn {margin: 0.533333rem auto 0;display: block;width: 8.466667rem;height: 1.333333rem;line-height: 1.333333rem;text-align: center;color: #fff;font-size: 0.453333rem;font-weight: bold;background: url(../images/bg-inner-23-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-23 .cont {background-color: #1835a3;border-radius: 3px;overflow: hidden;}
.section-inner-23-1 .tit-inner-23 img {width: 9.2rem;}
.section-inner-23-1 .txt {padding: 0.586667rem 3.786667rem 0.533333rem 0.32rem;background: url(../images/img-inner-23-3.png) 5.653333rem 0.16rem no-repeat;-webkit-background-size: 3.16rem auto;background-size: 3.16rem auto;color: #fff;line-height: 1.42;}
.section-inner-23-2 .tit-inner-23 img {width: 6.88rem;}
.section-inner-23-2 .txt {padding: 0.32rem 0.32rem 0.8rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-2 .list {padding-bottom: 0.72rem;overflow: hidden;}
.section-inner-23-2 .list li {float: left;width: 33.333%;text-align: center;}
.section-inner-23-2 .list img {display: inline-block;height: 1.28rem;}
.section-inner-23-2 .list .tit {padding-top: 0.32rem;color: #5baefd;font-size: 0.32rem;}
.section-inner-23-3 .tit-inner-23 img {width: 8.48rem;}
.section-inner-23-3 .txt {padding: 0.32rem 0.293333rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-3 .slide {margin: 0 0.32rem 1.146667rem;}
.section-inner-23-3 .slide .item-cont {position: relative;margin: 0.453333rem 0.266667rem 0;}
.section-inner-23-3 .slide .slick-current .item-cont {margin: 0;}
.section-inner-23-3 .slide .img {position: relative;padding-top: 66%;height: 0;overflow: hidden;}
.section-inner-23-3 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-23-3 .slide .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.8rem;line-height: 0.8rem;text-align: center;color: #fff;font-size: 0.346667rem;overflow: hidden;background-color: rgba(0,0,0,.4);}
.dots-inner-23 {position: absolute;bottom: -0.533333rem;left: 0;width: 100%;font-size: 0;text-align: center;}
.dots-inner-23 li,.dots-inner-23 span {margin: 0 2px;display: inline-block;width: 0.666667rem;height: 0.106667rem;border-radius: 2px;background-color: #fff;}
.dots-inner-23 .slick-active,.dots-inner-23 .swiper-pagination-bullet-active {background-color: #60bbf8;}
.section-inner-23-4 .tit-inner-23 img {width: 8.48rem;}
.section-inner-23-4 .cont {padding: 0.32rem 0.32rem;}
.section-inner-23-4 .txt {padding-bottom: 0.24rem;color: #fff;font-size: 0.32rem;line-height: 1.42;}
.section-inner-23-4 .slide {position: relative;padding-bottom: 1.173333rem;overflow: hidden;}
.section-inner-23-4 .slide .img {position: relative;padding-top: 133%;height: 0;overflow: hidden;}
.section-inner-23-4 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-23-5 .tit-inner-23 img {width: 8.48rem;}
.section-inner-23-5 .cont {padding: 0.32rem;}
.section-inner-23-5 .txt {padding-bottom: 0.373333rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-5 .img {margin: 0 auto;width: 8.493333rem;}
.section-inner-23-6 .tit-inner-23 img {width: 7.946667rem;}
.section-inner-23-6 .cont {padding: 0.32rem;}
.section-inner-23-6 .txt {padding-bottom: 0.213333rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-6 .slide {position: relative;padding-bottom: 1.146667rem;overflow: hidden;}
.section-inner-23-6 .slide .item {padding-top: 1.733333rem;height: 2.666667rem;background-color: #fff;border-radius: 0.266667rem;text-align: center;font-size: 0.266667rem;background-position: center 0.453333rem;background-repeat: no-repeat;-webkit-background-size: 0.933333rem auto;background-size: 0.933333rem auto;}
.section-inner-23-6 .slide .item .tit {padding-top: 0.08rem;height: 0.506667rem;line-height: 0.426667rem;background: url(../images/bg-inner-23-9.png) center center no-repeat;-webkit-background-size: auto 100%;background-size: auto 100%;}
.section-inner-23-7 .tit-inner-23 img {width: 9.346667rem;}
.section-inner-23-7 .tabtitle {height: 1.04rem;overflow: hidden;}
.section-inner-23-7 .tabtitle li:first-child {float: left;width: 50%;}
.section-inner-23-7 .tabtitle li:last-child {float: right;width: 50%;}
.section-inner-23-7 .tabtitle a {display: block;width: 4.493333rem;height: 0.92rem;line-height: 0.8rem;color: #fff;font-size: 0.346667rem;background: url(../images/bg-inner-23-3.png) center top no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;text-align: center;}
.section-inner-23-7 .tabtitle em {padding-right: 0.4rem;display: inline-block;height: 0.8rem;font-size: 0.4rem;font-family: Arial;vertical-align: baseline;}
.section-inner-23-7 .tabtitle .on a {background-image: url(../images/bg-inner-23-2.png);}
.section-inner-23-7 .cont {padding: 0.32rem;}
.section-inner-23-7 .txt {padding-bottom: 0.213333rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-7 .img {margin: 0 auto;width: 8.56rem;}
.section-inner-23-8 .tit-inner-23 img {width: 8.48rem;}
.section-inner-23-8 .cont {padding: 0.32rem 0.32rem 1.173333rem;}
.section-inner-23-8 .txt {padding-bottom: 0.266667rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-8 .slide {margin-right: -0.266667rem;}
.section-inner-23-8 .slide .item {margin-right: 0.266667rem;}
.section-inner-23-8 .slide .img {position: relative;padding-top: 89%;height: 0;overflow: hidden;}
.section-inner-23-8 .slide .img img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-23-8 .slide .tit {position: relative;padding: 0.346667rem 0.213333rem 0;height: 1.466667rem;text-align: center;line-height: 1.33;
    background: -moz-linear-gradient(top, #78daf3 0%,  #5bb3fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78daf3), color-stop(100%, #5bb3fa));
    background: -webkit-linear-gradient(top, #78daf3 0%, #5bb3fa 100%);
    background: -o-linear-gradient(top, #78daf3 0%, #5bb3fa 100%);
    background: -ms-linear-gradient(top, #78daf3 0%, #5bb3fa 100%);
    background: linear-gradient(to bottom, #78daf3 0%, #5bb3fa 100%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-23-8 .slide .tit span {color: #fff;font-size: 0.32rem;}
.section-inner-23-8 .slide .tit .ico {position: absolute;top: 0;left: 50%;width: 0.92rem;height: 0.92rem;background: url(../images/bg-inner-23-4.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
}
.section-inner-23-8 .slide .tit img {height: 0.373333rem;}
.section-inner-23-9 .tit-inner-23 img {width: 8.48rem;}
.section-inner-23-9 .cont {padding: 0.32rem 0.32rem 1rem;}
.section-inner-23-9 .txt {color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-9 .list {margin: 0.24rem 0 0.266667rem 0.08rem;overflow: hidden;}
.section-inner-23-9 .list li {padding-left: 0.08rem;float: left;width: 33.333%;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-23-9 .list div {width: 100%;height: 0.8rem;line-height: 0.8rem;text-align: center;color: #fff;font-size: 0.293333rem;}
.section-inner-23-9 .list .li1 div {background-image: url(../images/bg-inner-23-5.png);}
.section-inner-23-9 .list .li2 div {background-image: url(../images/bg-inner-23-6.png);}
.section-inner-23-9 .list .li3 div {background-image: url(../images/bg-inner-23-7.png);}
.section-inner-23-9 .slide .item {position: relative;}
.section-inner-23-9 .slide .img {position: relative;padding-top: 59%;height: 0;overflow: hidden;}
.section-inner-23-9 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-23-9 .slide .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.8rem;line-height: 0.8rem;color: #fff;font-size: 0.32rem;overflow: hidden;background-color: rgba(0,0,0,.4);z-index: 2;text-align: center;}
.section-inner-23-10 .tit-inner-23 img {width: 8.48rem;}
.section-inner-23-10 .cont {padding: 0.32rem 0.32rem 0;}
.section-inner-23-10 .txt {padding-bottom: 0.213333rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-10 .img {margin: 0 auto;width: 8.066667rem;}
.section-inner-23-11 .tit-inner-23 img {width: 7.946667rem;}
.section-inner-23-11 .cont {padding: 0.32rem 0.32rem 1rem;}
.section-inner-23-11 .txt {padding-bottom: 0.213333rem;color: #fff;font-size: 0.32rem;line-height: 1.42;text-align: justify;}
.section-inner-23-11 .slide .item {display: block !important;overflow: hidden;
    background: -moz-linear-gradient(top, #78daf3 0%,  #5bb3fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78daf3), color-stop(100%, #5bb3fa));
    background: -webkit-linear-gradient(top, #78daf3 0%, #5bb3fa 100%);
    background: -o-linear-gradient(top, #78daf3 0%, #5bb3fa 100%);
    background: -ms-linear-gradient(top, #78daf3 0%, #5bb3fa 100%);
    background: linear-gradient(to bottom, #78daf3 0%, #5bb3fa 100%);
}
.section-inner-23-11 .slide .item.i1 .img {float: left;width: 4.266667rem;}
.section-inner-23-11 .slide .item.i2 .img {float: right;width: 4.266667rem;}
.section-inner-23-11 .slide .img-cont {position: relative;padding-top: 66%;height: 0;overflow: hidden;}
.section-inner-23-11 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-23-11 .slide .tit {
    padding: 0 0.506667rem 0 0.32rem;
    height: 2.8rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-background-size: 2.386667rem 2.386667rem;
    background-size: 2.386667rem 2.386667rem;
    background-image: url(../images/bg-inner-23-8.png);
    background-repeat: no-repeat;
}
.section-inner-23-11 .slide .item.i1 .tit {background-position: 2.333333rem 1.12rem;}
.section-inner-23-11 .slide .item.i2 .tit {background-position: -0.426667rem 1.12rem;}
.section-inner-23-11 .slide .item.i1 .tit {margin-left: 4.266667rem;}
.section-inner-23-11 .slide .item.i2 .tit {margin-right: 4.266667rem;}
.section-inner-23-11 .slide .tit span {color: #fff;font-size: 0.32rem;}
.section-inner-23-12 .tit-inner-23 img {width: 7.946667rem;}
.section-inner-23-12 .cont {padding: 0.4rem 0.32rem;}
.section-inner-23-12 .list {margin-left: -0.186667rem;overflow: hidden;}
.section-inner-23-12 li {padding-left: 0.186667rem;float: left;width: 33.333%;}
.section-inner-23-12 .img {position: relative;padding-top: 73%;height: 0;overflow: hidden;}
.section-inner-23-12 .img img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-23-12 .tit {padding: 0.16rem 0 0.186667rem;color: #fff;font-size: 0.32rem;line-height: 1.42;}
.section-inner-23-12 .info {color: #ed702d;font-size: 0.24rem;line-height: 1.2;}
.section-inner-23-13 {padding: 0.773333rem 0 0.8rem;}
.section-inner-23-13 .form {padding: 0 0.4rem 0.693333rem;background-color: #fff;border-radius: 3px;}
/* 专业详情页-15个月纯技能 */
.section-inner-24 > div {padding: 0.8rem 0.4rem;}
.tit-inner-24 {text-align: center;}
.tit-inner-24 .d1 {position: relative;padding: 0 0.533333rem;display: inline-block;color: #0d83e7;font-size: 0.533333rem;font-weight: bold;background: url(../images/bg-inner-24-1.png) left center no-repeat, url(../images/bg-inner-24-1.png) right center no-repeat;-webkit-background-size: 0.28rem auto;background-size: 0.28rem auto;}
.tit-inner-24 .d2 {color: #dfdfdf;font-size: 0.4rem;font-family: Arial;font-weight: bold;}
.section-inner-24 .btn {display: block;width: 100%;height: 1.333333rem;line-height: 1.333333rem;text-align: center;background: url(../images/bg-inner-24-2.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-24 .btn span {color: #fff;font-size: 0.48rem;font-weight: bold;}
.section-inner-24 .btn  .btn2 {margin-left: 0.24rem;display: inline-block;width: 1.866667rem;height: 0.8rem;line-height: 0.8rem;text-align: center;color: #fff;font-size: 0.346667rem;font-weight: bold;border-radius: 3px;vertical-align: baseline;background-color: #ff5024;}
.section-inner-24 .btn-ani {position: relative;margin-left: 0.4rem;display: inline-block;vertical-align: baseline;}
.section-inner-24 .bg {background: url(../images/bg-inner-24-3.png) left top no-repeat, url(../images/bg-inner-24-4.png) right top no-repeat, url(../images/bg-inner-24-5.png) right bottom no-repeat,url(../images/bg-inner-24-6.png) left bottom no-repeat;-webkit-background-size: 0.133333rem 0.133333rem;background-size: 0.133333rem 0.133333rem;}
.section-inner-24-1 {padding: 0.8rem 0;}
.section-inner-24-1 .cont {padding: 0.266667rem 0 0.533333rem;}
.section-inner-24-1 .txt {color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-24-1 .box-video {margin-top: 0.293333rem;padding: 0.266667rem;}
.section-inner-24-1 .video {position: relative;height: 4.786667rem;}
.section-inner-24-1 .video .cover {position: absolute;top: 0;left: 0;width: 100%;height: 4.786667rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 2;}
.section-inner-24-1 .video .cover em {position: absolute;top: 50%;left: 50%;display: block;width: 1.333333rem;height: 1.333333rem;background: url(../images/ico-inner-24-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.section-inner-24-1 video {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-24-2 {padding: 0.8rem 0;}
.section-inner-24-2 .txt {padding: 0.133333rem 0 0.506667rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-24-2 .cont {position: relative;padding: 1.333333rem 0.4rem 0.773333rem;}
.section-inner-24-2 .cont em {position: absolute;top: -0.16rem;left: 50%;margin-left: -1.72rem;display: block;width: 3.44rem;height: 1.12rem;line-height: 1.12rem;color: #fff;font-size: 0.746667rem;font-weight: bold;text-align: center;font-family: Arial;background: url(../images/bg-inner-24-7.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-24-2 .cont .info {text-align: center;font-size: 0.373333rem;}
.section-inner-24-2 .cont .img {margin: 0.48rem auto 0;width: 8.413333rem;}
.section-inner-24-2 .btn {margin-top: 0.52rem;}
.section-inner-24-3 {padding: 0.8rem 0;}
.section-inner-24-3 .cont {margin: 0.266667rem 0 0.533333rem;padding: 0.64rem 0 0.613333rem;}
.section-inner-24-3 .cont .img {margin: 0 auto;width: 8.72rem;}
.section-inner-24-4 {padding: 0.8rem 0;}
.section-inner-24-4 .btn span {font-size: 0.453333rem;}
.section-inner-24-4 .list {margin: 0.266667rem 0 0.533333rem -0.266667rem;overflow: hidden;}
.section-inner-24-4 .list li {margin-bottom: 0.266667rem;
    padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-24-4 .list .cont {padding: 0.266667rem 0.693333rem 0;height: 3.733333rem;}
.section-inner-24-4 .list .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 1.946667rem;
}
.section-inner-24-4 .list img {height: 0.933333rem;}
.section-inner-24-4 .list .txt {font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-24-5 {padding: 0.8rem 0;}
.section-inner-24-5 .tab {margin: 0.266667rem 0 0.533333rem;}
.section-inner-24-5 .tab .tabtitle {overflow: hidden;overflow-x: visible;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;font-size: 0;}
.section-inner-24-5 .tab .tabtitle::-webkit-scrollbar {-webkit-appearance: none;width: 0;height: 0;}
.section-inner-24-5 .tab .tabtitle li {padding-right: 0.133333rem;display: inline-block;}
.section-inner-24-5 .tab .tabtitle a {position: relative;padding-top: 2px;display: block;width: 2.533333rem;height: 0.933333rem;background: url(../images/bg-inner-24-8.jpg) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;color: #fff;text-align: center;overflow: hidden;}
.section-inner-24-5 .tab .tabtitle .txt {position: relative;z-index: 2;}
.section-inner-24-5 .tab .tabtitle .d1 {font-size: 0.32rem;}
.section-inner-24-5 .tab .tabtitle .d2 {font-size: 0.266667rem;}
.section-inner-24-5 .tab .tabtitle a:after {position: absolute;top: 0.173333rem;left: 1.866667rem;display: block;width: 0.933333rem;height: 0.933333rem;line-height: 0.933333rem;color: rgba(50,123,186,.5);font-size: 0.933333rem;font-weight: bold;content: attr(data-letter);font-family: Arial;}
.section-inner-24-5 .tab .tabtitle .on a {background-image: url(../images/bg-inner-24-9.jpg);}
.section-inner-24-5 .tab .tabtitle .on a:after {color: rgba(255,168,19,.5);}
.section-inner-24-5 .tab .tc2 {margin-top: 0.266667rem;padding: 0.32rem 0.266667rem 0.4rem;}
.section-inner-24-5 .tab .tag {height: 1em;line-height: 1em;color: #0d83e7;font-size: 0.64rem;font-weight: bold;}
.section-inner-24-5 .tab .tit {padding-top: 3px;font-size: 0.373333rem;font-weight: bold;}
.section-inner-24-5 .tab .list li {margin-top: 0.4rem;overflow: hidden;}
.section-inner-24-5 .tab .list .img {float: left;width: 3.533333rem;}
.section-inner-24-5 .tab .list .img-cont {position: relative;padding-top: 68%;height: 0;overflow: hidden;}
.section-inner-24-5 .tab .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-24-5 .tab .list .txt {margin-left: 3.866667rem;}
.section-inner-24-5 .tab .list .tit2 {height: 0.533333rem;line-height: 0.533333rem;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;font-size: 0.373333rem;font-weight: bold;}
.section-inner-24-5 .tab .list em {margin-right:0.133333rem;display: inline-block;width: 0.533333rem;height: 0.533333rem;line-height: 0.533333rem;color: #fff;font-size: 0.373333rem;font-weight: bold;font-family: Arial;background: url(../images/bg-inner-24-10.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;vertical-align: baseline;text-align: center;}
.section-inner-24-5 .tab .list .info {padding-top: 0.106667rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-24-6 {padding: 0.8rem 0;}
.section-inner-24-6 .btn span {font-size: 0.453333rem;}
.section-inner-24-6 .txt {padding: 0.266667rem 0 0.32rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-24-6 .cont {margin-bottom: 0.533333rem;padding: 0.2rem 0;}
.section-inner-24-6 .cont .img {margin: 0 auto;width: 8.8rem;}
.section-inner-24-7 {padding: 0.8rem 0;}
.section-inner-24-7 .btn span {font-size: 0.453333rem;}
.section-inner-24-7 .txt {padding: 0.266667rem 0 0.32rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-24-7 .slide {position: relative;margin-right: -0.4rem;padding-bottom: 1.266667rem;overflow: hidden;}
.section-inner-24-7 .slide .item-cont {padding: 0.133333rem;}
.section-inner-24-7 .slide .img {position: relative;padding-top: 107%;height: 0;overflow: hidden;}
.section-inner-24-7 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-24-7 .slide .info {padding: 0.293333rem 0.106667rem 0.16rem;}
.section-inner-24-7 .slide .d1 {font-size: 0.373333rem;font-weight: bold;}
.section-inner-24-7 .slide .d1 em {color: #ffa813;font-size: 0.346667rem}
.section-inner-24-7 .slide .d2 {color: #666;font-size: 0.346667rem;height: 1em;line-height: 1em;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.section-inner-24-7 .slide .swiper-pagination-bullet {margin: 0 2px !important;width: 0.666667rem;height: 0.08rem;background-color: #86c1f3;opacity: 1 !important;border-radius: 0 !important;}
.section-inner-24-7 .slide .swiper-pagination-bullet-active {background-color: #fcc103;}
.section-inner-24-8 {padding: 0.8rem 0;}
.g-list-2 {margin-left: -0.266667rem;overflow: hidden;}
.g-list-2 li {margin-bottom: 0.266667rem;padding-left: 0.266667rem;float: left;width: 50%;}
.g-list-2 .li-cont {padding-left: 0.4rem;height: 1.866667rem;background-position: center right 0.266667rem;background-repeat: no-repeat;-webkit-background-size: auto 74%;background-size: auto 74%;background-color: #f7f7f7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.g-list-2 li.li1 .li-cont {background-image: url(../images/ico-inner-24-6.png);}
.g-list-2 li.li2 .li-cont {background-image: url(../images/ico-inner-24-7.png);}
.g-list-2 li.li3 .li-cont {background-image: url(../images/ico-inner-24-8.png);}
.g-list-2 li.li4 .li-cont {background-image: url(../images/ico-inner-24-9.png);}
.g-list-2 li.li5 .li-cont {background-image: url(../images/ico-inner-24-10.png);}
.g-list-2 li.li6 .li-cont {background-image: url(../images/ico-inner-24-11.png);}
.g-list-2 .d1 {font-size: 0.373333rem;font-weight: bold;}
.g-list-2 .d2 {color: #666;font-size: 0.32rem;line-height: 1.2;}
.section-inner-24-9 {padding: 0.8rem 0;}
.section-inner-24-9 .btn span {font-size: 0.453333rem;}
.section-inner-24-9 .g-list-1 {margin: 0.32rem 0 0.4rem;}
/* 专业详情页-45天店长特训-改  */
.section-inner-25 > div {padding: 0.8rem 0.4rem;}
.tit-inner-25 {text-align: center;line-height: 1;}
.tit-inner-25 img {display: inline-block;}
.section-inner-25 .btn {margin-top: 0.693333rem;display: block;width: 100%;}
.section-inner-25 .btn img {width: 100%;}
.section-inner-25 .bg {background: url(../images/bg-inner-25-1.png) left top no-repeat, url(../images/bg-inner-25-2.png) right top no-repeat, url(../images/bg-inner-25-3.png) right bottom no-repeat, url(../images/bg-inner-25-4.png) left bottom no-repeat;-webkit-background-size: 0.28rem auto;background-size: 0.28rem auto;}
.section-inner-25-1 .tit-inner-25 img {width: 6.573333rem;}
.section-inner-25-1 .txt {padding: 0.373333rem 0;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-1 .box-video {margin-top: 0.293333rem;padding: 0.266667rem;}
.section-inner-25-1 .video {position: relative;height: 4.786667rem;}
.section-inner-25-1 .video .cover {position: absolute;top: 0;left: 0;width: 100%;height: 4.786667rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 2;}
.section-inner-25-1 .video .cover em {position: absolute;top: 50%;left: 50%;display: block;width: 1.333333rem;height: 1.333333rem;background: url(../images/ico-inner-24-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.section-inner-25-1 video {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-25-1 .btn {margin-top: 0.666667rem;}
.section-inner-25-2 .tit-inner-25 img {width: 7.733333rem;}
.section-inner-25-2 .txt {padding: 0.32rem 0 0.133333rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-2 .list li {margin-top: 0.293333rem;}
.section-inner-25-2 .list .info {padding: 0.4rem 0.533333rem 0.4rem 3.413333rem;background-position: 0.4rem center;background-repeat: no-repeat;-webkit-background-size: 2.666667rem auto;background-size: 2.666667rem auto;}
.section-inner-25-2 .list li.li1 .info {background-image: url(../images/ico-inner-25-1.png);}
.section-inner-25-2 .list li.li2 .info {background-image: url(../images/ico-inner-25-2.png);}
.section-inner-25-2 .list li.li3 .info {background-image: url(../images/ico-inner-25-3.png);}
.section-inner-25-2 .list .tit {height: 1em;line-height: 1em;font-size: 0.4rem;font-weight: bold;}
.section-inner-25-2 .list .desc {padding-top: 0.24rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-3 .tit-inner-25 img {width: 4.386667rem;}
.section-inner-25-3 .txt {padding: 0.213333rem 0 0.133333rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-3 .list {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-25-3 .list li {margin-top: 0.266667rem;padding-left: 0.266667rem;float: left;width: 33.333%;}
.section-inner-25-3 .list .item {padding: 0.24rem 0 0.48rem;}
.section-inner-25-3 .list .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 1.706667rem;
}
.section-inner-25-3 .list img {height: 74%;}
.section-inner-25-3 .list .tit {font-size: 0.32rem;font-weight: bold;line-height: 1.33;text-align: center;}
.section-inner-25-4  .tit-inner-25 img {width: 7.413333rem;}
.section-inner-25-4 .txt {padding: 0.213333rem 0 0.48rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-4 .list {margin-left: -0.506667rem;overflow: hidden;}
.section-inner-25-4 .list li {padding-left: 0.506667rem;float: left;width: 50%;}
.section-inner-25-4 .list .item {padding: 0.533333rem 0.4rem 0;min-height: 6.0rem;text-align: center;}
.section-inner-25-4 .list .tit {height: 1em;line-height: 1em;font-size: 0.4rem;font-weight: bold;}
.section-inner-25-4 .list .info {padding: 0.186667rem 0 0.933333rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-4 .list .img {position: relative;padding-top: 60%;height: 0;overflow: hidden;}
.section-inner-25-4 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-25-5 .tit-inner-25 img {width: 7.973333rem;}
.section-inner-25-5 .txt {padding: 0.213333rem 0 0.48rem;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-25-5 .slide {margin-bottom: 1.28rem;}
.section-inner-25-5 .slide .item-cont {margin: 0.506667rem 0.266667rem 0;padding: 0.533333rem;}
.section-inner-25-5 .slide .slick-current .item-cont {margin: 0;}
.section-inner-25-5 .slide .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 4.053333rem;
}
.section-inner-25-5 .slide img {max-height: 100%;}
.section-inner-25-5 .slide .intro {padding: 0.186667rem 0 0;text-align: center;}
.section-inner-25-5 .slide .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;}
.section-inner-25-5 .slide .tit2 {padding-top: 0.186667rem;font-size: 0.32rem;line-height: 1.3;}
.section-inner-25-5 .slide .desc {padding: 0.186667rem 0 0.48rem;color: #666;font-size: 0.32rem;line-height: 1.42;}
.section-inner-25-5 .slide .btn-more {margin: 0 auto;display: block;width: 2.933333rem;height: 0.666667rem;line-height: 0.666667rem;text-align: center;color: #0d83e7;font-size: 0.32rem;background: url(../images/bg-inner-25-5.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.dots-inner-25 {position: absolute;bottom: -0.533333rem;left: 0;width: 100%;text-align: center;line-height: 1;}
.dots-inner-25 li {margin: 0 2px;display: inline-block;width: 0.506667rem;height: 0.066667rem;background-color: #333;}
.dots-inner-25 .slick-active {background-color: #0d83e7;}
.section-inner-25-6 .tit-inner-25 img {width: 6.373333rem;}
.section-inner-25-6 .txt {padding: 0.213333rem 0 0.56rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-6 .list1 {margin-bottom: 0.133333rem;margin-left: -0.2rem;overflow: hidden;}
.section-inner-25-6 .list1 li {padding-left: 0.2rem;float: left;width: 50%;}
.section-inner-25-6 .list2 {margin-bottom: 0.266667rem;margin-left: -0.16rem;overflow: hidden;}
.section-inner-25-6 .list2 li {padding-left: 0.16rem;float: left;width: 33.333%;}
.section-inner-25-6 .list1 .img {position: relative;padding-top: 75%;}
.section-inner-25-6 .list2 .img {position: relative;padding-top: 112%;}
.section-inner-25-6 ul img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-25-6 .g-form-1 {margin: 0.666667rem 0 0;padding: 0.25rem 0 0.25rem 0.533333rem;background-image: url(../images/bg-inner-25-6.png);}
.section-inner-25-7 .tit-inner-25 img {width: 6.573333rem;}
.section-inner-25-7 .txt {padding: 0.213333rem 0 0.693333rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-7 .img {margin: 0 auto;width: 9.013333rem;}
.section-inner-25-7 .tips {padding: 0.8rem 0 0;text-align: center;color: #666;font-size: 0.293333rem;}
.section-inner-25-8 .tit-inner-25 img {width: 7.186667rem;}
.section-inner-25-8 .txt {padding: 0.213333rem 0 0.48rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-8 .slide {margin-bottom: 1.28rem;margin-left: -0.373333rem;}
.section-inner-25-8 .slide .item-cont {margin-left: 0.373333rem;}
.section-inner-25-8 .slide .img {position: relative;padding-top: 91%;height: 0;overflow: hidden;}
.section-inner-25-8 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-25-8 .slide .info {padding: 0.613333rem 0.266667rem 0.32rem;}
.section-inner-25-8 .slide .tit {height: 1em;line-height: 1em;font-size: font-size: 0.373333rem;}
.section-inner-25-8 .slide .desc p {height: 0.48rem;line-height: 0.48rem;overflow: hidden;color: #666;font-size: 0.32rem;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
.section-inner-25-8 .slide span {color: #f01332;}
.section-inner-25-9 .tit-inner-25 img {width: 6.573333rem;}
.section-inner-25-9 .txt {padding: 0.213333rem 0 0.533333rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-25-9 .g-list-2 .txt {text-align: left;}
.section-inner-25-10 .tit-inner-25 img {width: 6.573333rem;}
.section-inner-25-10 .txt {padding: 0.213333rem 0 0.533333rem;text-align: center;color: #666;font-size: 0.346667rem;line-height: 1.38;}
/* 专业详情页-汽车服务精英+互联网 */
.section-inner-26 > div {padding: 1.44rem 0.4rem 0;}
.section-inner-26 .btn {margin: 0.533333rem 0 0.8rem;display: block;width: 100%;height: 1.213333rem;line-height: 1.213333rem;text-align: center;color: #fff;font-size: 0.453333rem;font-weight: bold;background: url(../images/bg-inner-26-2.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-26 .cont {padding: 0.04rem;border: 2px solid #ff82bd;border-radius: 0.133333rem;}
.section-inner-26 .cont .border {position: relative;padding: 0.64rem 0.24rem 0.32rem ;border: 1px dotted #ff82bd;border-radius: 0.133333rem;}
.section-inner-26 .tit-inner-26 {position: absolute;top: -0.76rem;left: 0;padding-top: 0.266667rem;width: 100%;height: 1.32rem;line-height: 1em;text-align: center;color: #fff;font-size: 0.48rem;font-weight: bold;background-position: center center;background-repeat: no-repeat;-webkit-background-size: auto 100%;background-size: auto 100%;}
.section-inner-26 .tit-inner-26-2 {font-size: 0.4rem;text-align: center;}
.section-inner-26-1 .tit-inner-26 {background-image: url(../images/bg-inner-26-1.png);}
.section-inner-26-1 .box-video {margin-top: 0.293333rem;}
.section-inner-26-1 .video {position: relative;height: 4.786667rem;}
.section-inner-26-1 .video .cover {position: absolute;top: 0;left: 0;width: 100%;height: 4.786667rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 2;}
.section-inner-26-1 .video .cover em {position: absolute;top: 50%;left: 50%;display: block;width: 1.333333rem;height: 1.333333rem;background: url(../images/ico-inner-24-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.section-inner-26-1 video {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-26-2 .tit-inner-26 {background-image: url(../images/bg-inner-26-3.png);}
.section-inner-26-2 .txt {padding: 0.266667rem 0 0.32rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-26-2 .list {overflow: hidden;}
.section-inner-26-2 .list li {padding: 0 0.266667rem;float: left;width: 33.333%;}
.section-inner-26-2 .list img {margin: 0 auto;display: block;width: 1.333333rem;height: 1.333333rem;}
.section-inner-26-2 .list .txt {padding-top: 0.133333rem;font-size: 0.32rem;line-height: 1.42;}
.section-inner-26-3 .tit-inner-26 {background-image: url(../images/bg-inner-26-4.png);}
.section-inner-26-3 .tab {margin-top: 0.266667rem;}
.section-inner-26-3 .tab .tabtitle {overflow: hidden;white-space: nowrap;overflow-x: auto;font-size: 0;}
.section-inner-26-3 .tab .tabtitle::-webkit-scrollbar {-webkit-appearance: none;width: 0;height: 0;}
.section-inner-26-3 .tab .tabtitle li {padding-right: 0.133333rem;display: inline-block;}
.section-inner-26-3 .tab .tabtitle a {padding-top: 3px;display: block;width: 2.4rem;height: 0.933333rem;color: #fff;background-color: #ffb1d6;border-radius: 0.133333rem;text-align: center;line-height: 1.3;}
.section-inner-26-3 .tab .tabtitle .on a {background-color: #ff498b;}
.section-inner-26-3 .tab .tabtitle .d1 {font-size: 0.346667rem;}
.section-inner-26-3 .tab .tabtitle .d2 {font-size: 0.266667rem;}
.section-inner-26-3 .slide {position: relative;margin-top: 0.266667rem;overflow: hidden;}
.section-inner-26-3 .slide .item {position: relative;}
.section-inner-26-3 .slide .img {position: relative;padding-top: 61%;height: 0;overflow: hidden;}
.section-inner-26-3 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-26-3 .slide .tit {position: absolute;right: 0;bottom: 0;padding-left: 0.426667rem;width: 100%;height: 0.666667rem;line-height: 0.666667rem;background-color: rgba(0,0,0,.4);color: #fff;font-size: 0.346667rem;}
.section-inner-26-3 .slide .swiper-pagination {padding-right: 0.186667rem;bottom: 0.133333rem;text-align: right;}
.section-inner-26-3 .slide .swiper-pagination-bullet {background-color: #b5b5b5;}
.section-inner-26-3 .slide ..swiper-pagination-bullet-active {background-color: #fff;}
.section-inner-26-4 .tit-inner-26 {background-image: url(../images/bg-inner-26-5.png);}
.section-inner-26-4 .list {margin-top: 0.32rem;overflow: hidden;}
.section-inner-26-4 .list .li1 {margin-bottom: 0.266667rem;width: 100%;}
.section-inner-26-4 .list .li2 {float: left;width: 4.133333rem;}
.section-inner-26-4 .list .li3 {margin-bottom: 0.32rem;float: right;width: 4.133333rem;}
.section-inner-26-4 .list .li4 {float: right;width: 4.133333rem;}
.section-inner-26-4 .list .img {position: relative;height: 0;overflow: hidden;}
.section-inner-26-4 .list .li1 .img {padding-top: 39%;}
.section-inner-26-4 .list .li2 .img {padding-top: 142%;}
.section-inner-26-4 .list .li3 .img,.section-inner-26-4 .list .li4 .img {padding-top: 67%;}
.section-inner-26-4 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-26-5 .tit-inner-26 {background-image: url(../images/bg-inner-26-6.png);}
.section-inner-26-5 .slide {position: relative;padding: 0.373333rem 0 0.6rem;overflow: hidden;}
.section-inner-26-5 .slide .item {padding: 0.4rem 0.346667rem;border: 1px solid #e5e5e5;}
.section-inner-26-5 .slide img {margin: 0 auto;width: 1.6rem;}
.section-inner-26-5 .slide .tit {margin: 0.373333rem 0 0.586667rem;height: 1em;line-height: 1em;font-size: 0.373333rem;font-weight: bold;text-align: center;}
.section-inner-26-5 .slide .info {position: relative;font-size: 0.32rem;line-height: 1.42;color: #666;text-align: center;}
.section-inner-26-5 .slide .info:after {position: absolute;top: -0.266667rem;left: 50%;margin-left: -0.333333rem;display: block;width: 0.666667rem;height: 0.04rem;background-color: #ff82bd;content: '';}
.section-inner-26-5.swiper-pagination {bottom: 0 !important;}
.section-inner-26-5.swiper-pagination .swiper-pagination-bullet {background-color: #e5e5e5;opacity: 1;}
.section-inner-26-5.swiper-pagination .swiper-pagination-bullet-active {background-color: #ff82bd;}
.section-inner-26-6 .tit-inner-26 {background-image: url(../images/bg-inner-26-7.png);}
.section-inner-26-6 .slide {margin: 0.32rem 0 0.8rem;}
.section-inner-26-6 .slide .item-cont {margin: 0.8rem 0.266667rem 0;}
.section-inner-26-6 .slide .slick-current .item-cont {margin: 0;}
.section-inner-26-6 .slide .img {position: relative;padding-top: 62%;height: 0;overflow: hidden;}
.section-inner-26-6 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-26-6 .slide .info {padding: 0.693333rem 1.413333rem 0;text-align: center;border: 1px solid #e5e5e5;}
.section-inner-26-6 .slide .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;}
.section-inner-26-6 .slide .tit2 {padding-top: 0.133333rem;font-size: 0.32rem;line-height: 1.3;}
.section-inner-26-6 .slide .desc {padding: 0.666667rem 0;color: #666;font-size: 0.32rem;line-height: 1.42;}
.dots-inner-26 {position: absolute;bottom: -0.533333rem;left: 0;width: 100%;line-height: 1;font-size: 0;text-align: center;}
.dots-inner-26 li {margin: 0 0.066667rem;display: inline-block;width: 0.213333rem;height: 0.213333rem;border-radius: 50%;background-color: #e5e5e5;}
.dots-inner-26 .slick-active {background-color: #ff82bd;}
.section-inner-26-7 .tit-inner-26 {background-image: url(../images/bg-inner-26-8.png);}
.section-inner-26-7 .txt {padding: 0.213333rem 0 0.293333rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-26-7 .slide {margin-right: -0.266667rem;margin-bottom: 0.853333rem;}
.section-inner-26-7 .slide .item {margin-right: 0.266667rem;}
.section-inner-26-7 .slide .img {position: relative;padding-top: 79%;}
.section-inner-26-7 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-26-7 .slide .info {padding: 0.32rem;border: 1px solid #e5e5e5;border-top: none;}
.section-inner-26-7 .slide .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;}
.section-inner-26-7 .slide .desc {padding-top: 0.213333rem;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-26-7 .slide .desc span {color: #ff82bd;font-family: Aral;}
.section-inner-26-8 .tit-inner-26,.section-inner-26-9 .tit-inner-26 {background-image: url(../images/bg-inner-26-9.png);}
.section-inner-26-8 .cont,.section-inner-26-9 .cont {padding: 0;border: 0;}
.section-inner-26-8 .cont .border,.section-inner-26-9 .cont .border {border: 0;}
.section-inner-26-8 .g-list-2 {margin-top: 0.533333rem;}
.section-inner-26-9 .g-list-1 {margin-top: 0.266667rem;}
/* 专业详情页-汽车检测与维修工程师 */
.section-inner-27 > div {padding: 0.8rem 0.4rem;}
.tit-inner-27 {text-align: center;}
.tit-inner-27 .t1 {padding: 0 0.586667rem;display: inline-block;height: 1em;line-height: 1em;color: #0d83e7;font-size: 0.533333rem;font-weight: bold;background: url(../images/bg-inner-27-1.png) left center no-repeat, url(../images/bg-inner-27-1.png) right center no-repeat;-webkit-background-size: 0.373333rem 0.373333rem;background-size: 0.373333rem 0.373333rem;}
.tit-inner-27 .t2 {padding-top: 3px;color: #666;font-size: 0.32rem;}
.section-inner-27 .btn {margin-top: 0.533333rem;display: block;width: 100%;height: 1.346667rem;line-height: 1.28rem;text-align: center;color: #fff;font-size: 0.453333rem;font-weight: bold;background: url(../images/bg-inner-27-2.png) center center no-repeat;
-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-1 {padding-top: 0.8rem;}
.section-inner-27-1 .txt {padding: 0.266667rem 0 0.186667rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-27-1 .box-video {margin-top: 0.293333rem;padding: 0.4rem 0.2rem 0.266667rem;background: url(../images/bg-inner-27-3.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-1 .video {position: relative;height: 4.786667rem;}
.section-inner-27-1 .video .cover {position: absolute;top: 0;left: 0;width: 100%;height: 4.786667rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 2;}
.section-inner-27-1 .video .cover em {position: absolute;top: 50%;left: 50%;display: block;width: 1.333333rem;height: 1.333333rem;background: url(../images/ico-inner-24-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.section-inner-27-1 video {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-27-2 {padding-top: 1.866667rem;}
.section-inner-27-2 .tab {margin-top: 0.346667rem;}
.section-inner-27-2 .tab .tabtitle {margin-right: -0.4rem;overflow: hidden;overflow-x: auto;white-space: nowrap;font-size: 0;}
.section-inner-27-2 .tab .tabtitle::-webkit-scrollbar {-webkit-appearance: none;width: 0;height: 0;}
.section-inner-27-2 .tab .tabtitle li {margin-right: 0.133333rem;display: inline-block;}
.section-inner-27-2 .tab .tabtitle a {padding-top: 3px;display: block;width: 2.533333rem;height: 0.933333rem;background: url(../images/bg-inner-27-4.png) center center no-repeat;-webkit-background-size: 2.533333rem 0.933333rem;background-size: 2.533333rem 0.933333rem;text-align: center;color: #fff;}
.section-inner-27-2 .tab .tabtitle .on a {background-image: url(../images/bg-inner-27-5.png);}
.section-inner-27-2 .tab .tabtitle .d1 {font-size: 0.346667rem;height: 1em;line-height: 1em;}
.section-inner-27-2 .tab .tabtitle .d2 {font-size: 0.266667rem;}
.section-inner-27-2 .tab .list {margin-left: -0.24rem;overflow: hidden;}
.section-inner-27-2 .tab .list li {margin-top: 0.266667rem;padding-left: 0.24rem;float: left;width: 50%;}
.section-inner-27-2 .tab .list .item {padding: 0.4rem 0.24rem 0;min-height: 5.8rem;background: url(../images/bg-inner-27-6.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-2 .tab .list .img {position: relative;padding-top: 67%;height: 0;overflow: hidden;}
.section-inner-27-2 .tab .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-27-2 .tab .list .txt {padding: 0.4rem 0.24rem 0.426667rem 0;}
.section-inner-27-2 .tab .list .tit {font-size: 0.373333rem;font-weight: bold;height: 1em;line-height: 1em;}
.section-inner-27-2 .tab .list .info {padding-top: 0.186667rem;color: #666;font-size: 0.32rem;line-height: 1.42;}
.section-inner-27-3 {padding-top: 1.866667rem;}
.section-inner-27-3 .cont {margin-top: 0.32rem;padding: 0.746667rem 0 0.72rem;background: url(../images/bg-inner-27-7.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-3 .cont img {margin: 0 auto;width: 8.773333rem;}
.section-inner-27-4 {padding-top: 1.866667rem;}
.section-inner-27-4 .list {margin-left: -0.2rem;overflow: hidden;}
.section-inner-27-4 .list li {margin-top: 0.32rem;padding-left: 0.2rem;float: left;width: 50%;}
.section-inner-27-4 .list .item {padding: 0.64rem 0.8rem 0.533333rem;min-height: 3.733333rem;background: url(../images/bg-inner-27-8.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-4 .list img {margin: 0 auto 0.373333rem;height: 0.8rem;}
.section-inner-27-4 .list .txt {text-align: center;}
.section-inner-27-4 .list .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;font-weight: bold;}
.section-inner-27-4 .list .info {padding-top: 0.213333rem;color: #666;font-size: 0.32rem;line-height: 1.33;}
.section-inner-27-5 {padding-top: 1.866667rem;}
.section-inner-27-5 .cont {margin-top: 0.32rem;padding: 0.4rem 0.2rem 0.293333rem;min-height: 11.346667rem;background: url(../images/bg-inner-27-9.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-5 .img {position: relative;padding-top: 58%;height: 0;overflow: hidden;}
.section-inner-27-5 img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.dots-inner-27 {position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;font-size: 0;}
.dots-inner-27 li {margin: 0 0.053333rem;display: inline-block;width: 0.506667rem;height: 0.053333rem;background-color: #eeeeee;}
.dots-inner-27 .slick-active {background-color: #0d83e7;}
.section-inner-27-5 .dots-inner-27 {padding: 0.306667rem 0;height: 0.666667rem;background-color: rgba(0,0,0,.4);}
.section-inner-27-5 .list {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-27-5 .list  li {margin-top: 0.266667rem;padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-27-5 .list a {position: relative;display: block;}
.section-inner-27-5 .list .tit {position: absolute;bottom: 0;left: 0;width: 100%;height: 0.666667rem;line-height: 0.666667rem;color: #fff;font-size: 0.346667rem;text-align: center;background-color: rgba(0,0,0,.4);}
.section-inner-27-6 {padding-top: 1.866667rem;}
.section-inner-27-6 .slide {margin: 0.32rem 0 1.173333rem;}
.section-inner-27-6 .slide .item-cont {margin: 0.666667rem 0.266667rem 0;padding: 0 0.64rem 0.64rem;min-height: 8.0rem;background: url(../images/bg-inner-27-10.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-6 .slide .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 4.933333rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-27-6 .slide img {max-height: 84%;}
.section-inner-27-6 .slide .txt {text-align: center;}
.section-inner-27-6 .slide .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;}
.section-inner-27-6 .slide .tit2 {padding-top: 0.186667rem;font-size: 0.32rem;}
.section-inner-27-6 .slide .info {padding-top: 0.186667rem;color: #666;font-size: 0.32rem;line-height: 1.42;}
.section-inner-27-6 .dots-inner-27 {bottom: -0.533333rem;}
.section-inner-27-7 {padding-top: 1.866667rem;}
.section-inner-27-7 .tab {margin-top: 0.32rem;}
.section-inner-27-7 .tab .tabtitle {overflow: hidden;}
.section-inner-27-7 .tab .tabtitle li:first-child {float: left;}
.section-inner-27-7 .tab .tabtitle li:last-child {float: right;}
.section-inner-27-7 .tab .tabtitle a {position: relative;display: block;width: 4.466667rem;height: 0.933333rem;background: url(../images/bg-inner-27-11.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;text-align: center;font-size: 0;overflow: hidden;}
.section-inner-27-7 .tab .tabtitle .on a {background-image: url(../images/bg-inner-27-12.png);}
.section-inner-27-7 .tab .tabtitle .txt {padding-left: 0.48rem;display: inline-block;height: 0.933333rem;line-height: 0.933333rem;color: #fff;font-size: 0.346667rem;background-position: left center;background-repeat: no-repeat;-webkit-background-size: auto 0.333333rem;background-size: auto 0.333333rem;}
.section-inner-27-7 .tab .tabtitle li:first-child .txt {background-image: url(../images/ico-inner-27-5.png);}
.section-inner-27-7 .tab .tabtitle li:last-child .txt {background-image: url(../images/ico-inner-27-6.png);}
.section-inner-27-7 .tab .tabtitle a:after {position: absolute;top: 0.213333rem;left: 3.733333rem;display: block;width: 0.8rem;height: 0.8rem;line-height: 0.8rem;text-align: center;color: #7bb8f1;font-size: 0.8rem;content: attr(data-letter);font-weight: bold;}
.section-inner-27-7 .tab .tabtitle .on a:after {color: #0b76e3;}
.section-inner-27-7 .tab .tc2 {margin-top: 0.266667rem;padding: 0.293333rem 0.213333rem 0;background: url(../images/bg-inner-27-14.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-7 .tab .tit {height: 0.533333rem;line-height: 0.533333rem;font-size: 0.373333rem;font-weight: bold;}
.section-inner-27-7 .tab .tit em {display: inline-block;width: 0.533333rem;height: 0.533333rem;line-height: 0.533333rem;text-align: center;color: #fff;font-size: 0.373333rem;font-family: Arial;background: url(../images/bg-inner-27-13.png) center center no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.section-inner-27-7 .tab .txt p {padding: 0.106667rem 0 0.32rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-27-8 {padding-top: 1.866667rem;}
.section-inner-27-8 .cont {margin-top: 0.32rem;padding: 0.2rem 0.453333rem 0;min-height: 8.426667rem;background: url(../images/bg-inner-27-15.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-8 .list li {padding-left: 2.08rem;height: 2.666667rem;background-position: left center;background-repeat: no-repeat;-webkit-background-size: 1.733333rem 1.733333rem;background-size: 1.733333rem 1.733333rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-27-8 .list .li1 {background-image: url(../images/ico-inner-27-7.png);}
.section-inner-27-8 .list .li2 {background-image: url(../images/ico-inner-27-8.png);}
.section-inner-27-8 .list .li3 {background-image: url(../images/ico-inner-27-9.png);}
.section-inner-27-8 .list .tit {height: 1em;line-height: 1em;font-size: 0.373333rem}
.section-inner-27-8 .list .info {padding-top: 0.213333rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-27-9 {padding-top: 1.866667rem;}
.section-inner-27-9 .cont {margin-top: 0.32rem;padding: 0.4rem 0.2rem;min-height: 10.0rem;background: url(../images/bg-inner-27-16.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-9 .list {padding: 0 0.266667rem;background-color: #86c1f3;}
.section-inner-27-9 .list li {height: 1.866667rem;border-bottom: 1px dotted rgba(255,255,255,.5);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-27-9 .list li:last-child {border-bottom: none;}
.section-inner-27-9 .list .txt {color: #fff;overflow: hidden;font-size: 0.4rem;line-height: 1.4;}
.section-inner-27-9 .list .num {float: left;width: 0.933333rem;}
.section-inner-27-9 .list .info {margin-left: 0.933333rem;}
.section-inner-27-10 {padding-top: 1.866667rem;}
.section-inner-27-10 .cont {margin-top: 0.32rem;min-height: 5.333333rem;background: url(../images/bg-inner-27-17.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-27-10 .list {overflow: hidden;}
.section-inner-27-10 .list li {float: left;width: 3.066667rem;height: 2.666667rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-27-10 .list img {max-height: 54%;}
.section-inner-27-11,.section-inner-27-12 {padding-top: 1.866667rem;}
.section-inner-27-11 .g-list-2 {margin-top: 0.426667rem;}
.section-inner-27-12 .g-list-1 {margin-top: 0.426667rem;}
/* 专业详情页-汽车维修工程师 */
.section-inner-28 > div {padding: 0.8rem 0.4rem;}
.tit-inner-28 {text-align: center;}
.tit-inner-28 .t1 {padding: 0 0.586667rem;display: inline-block;height: 1em;line-height: 1em;color: #0d83e7;font-size: 0.533333rem;font-weight: bold;background: url(../images/bg-inner-28-1.png) left center no-repeat, url(../images/bg-inner-28-1.png) right center no-repeat;-webkit-background-size: 0.373333rem 0.48rem;background-size: 0.373333rem 0.48rem;}
.tit-inner-28 .t2 {padding-top: 3px;color: #666;font-size: 0.32rem;}
.section-inner-28 .btn {margin-top: 0.533333rem;padding-top: 0.493333rem;display: block;width: 100%;height: 1.48rem;line-height: 1em;text-align: center;color: #fff;font-size: 0.48rem;font-weight: bold;background: url(../images/bg-inner-28-2.png) center center no-repeat;
-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-1 {padding-top: 0.826667rem;}
.section-inner-28-1 .box-video {margin-top: 0.293333rem;padding: 0.546667rem 0.213333rem 0.266667rem;background: url(../images/bg-inner-28-3.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-1 .video {position: relative;height: 4.786667rem;}
.section-inner-28-1 .video .cover {position: absolute;top: 0;left: 0;width: 100%;height: 4.786667rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 2;}
.section-inner-28-1 .video .cover em {position: absolute;top: 50%;left: 50%;display: block;width: 1.333333rem;height: 1.333333rem;background: url(../images/ico-inner-24-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.section-inner-28-1 video {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-28-2 {padding-top: 1.866667rem;}
.section-inner-28-2 .cont {margin-top: 0.266667rem;padding: 0.533333rem 0.266667rem 0;min-height: 9.32rem;background: url(../images/bg-inner-28-4.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-2 .list {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-28-2 .list li {padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-28-2 .list .img {position: relative;padding-top: 67%;height: 0;overflow: hidden;}
.section-inner-28-2 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-28-2 .list .txt {padding: 0.213333rem 0 0.4rem;line-height: 1.2;}
.section-inner-28-2 .list .tit {font-size: 0.373333rem;}
.section-inner-28-2 .list .info {padding-top: 2px;color: #666;font-size: 0.32rem;}
.section-inner-28-2 .list span {color: #0d83e7;font-size: 0.373333rem;font-weight: bold;font-style: italic;}
.section-inner-28-3 {padding-top: 1.866667rem;}
.section-inner-28-3 .tab {margin-top: 0.266667rem;}
.section-inner-28-3 .tab .tabtitle {padding-left: 0.4rem;overflow: hidden;overflow-x: auto;white-space: nowrap;font-size: 0;}
.section-inner-28-3 .tab .tabtitle::-webkit-scrollbar {-webkit-appearance: none;width: 0;height: 0;}
.section-inner-28-3 .tab .tabtitle li {margin-right: 0.133333rem;display: inline-block;background-color: #86c1f3;
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}
.section-inner-28-3 .tab .tabtitle a {padding: 0.133333rem 0.186667rem 0;display: inline-block;min-width: 2.666667rem;height: 0.933333rem;color: #fff;text-align: center;
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.section-inner-28-3 .tab .tabtitle .on {background-color: #0d83e7;}
.section-inner-28-3 .tab .tabtitle .d1 {font-size: 0.346667rem;height: 1em;line-height: 1em;}
.section-inner-28-3 .tab .tabtitle .d2 {font-size: 0.266667rem;}
.section-inner-28-3 .tab .tc1 {padding: 0.293333rem 0.186667rem 0;min-height: 12.586667rem;background: url(../images/bg-inner-28-5.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-3 .tab .list li {padding: 0.266667rem 0;border-bottom: 1px dotted #8bc4f4;overflow: hidden;}
.section-inner-28-3 .tab .list .img {float: left;width: 3.866667rem;}
.section-inner-28-3 .tab .list .img-cont {position: relative;padding-top: 66%;height: 0;overflow: hidden;}
.section-inner-28-3 .tab .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-28-3 .tab .list .txt {margin-left: 4.16rem;padding-top: 0.186667rem;}
.section-inner-28-3 .tab .list .tit {font-size: 0.373333rem}
.section-inner-28-3 .tab .list .tit span {color: #0d83e7;font-family: Arial;}
.section-inner-28-3 .tab .list .info {padding-top: 0.133333rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-28-4 {padding-top: 1.866667rem;}
.section-inner-28-4 .slide {margin: 0.32rem -0.4rem 1.12rem;}
.section-inner-28-4 .slide .item-cont {margin: 0.4rem 0.266667rem 0;padding: 0.946667rem 0.506667rem 0;min-height: 5.346667rem;background: url(../images/bg-inner-28-6.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-4 .slide .slick-current .item-cont {margin: 0;}
.section-inner-28-4 .slide img {margin: 0 auto 0.4rem;width: 1.466667rem;}
.section-inner-28-4 .slide .tit {font-size: 0.373333rem;font-weight: bold;text-align: center;height: 1em;line-height: 1em;}
.section-inner-28-4 .slide .info {padding: 0.32rem 0 0.453333rem;color: #666;font-size: 0.32rem;text-align: center;}
.dots-inner-28 {position: absolute;bottom: -0.666667rem;left: 0;width: 100%;text-align: center;font-size: 0;line-height: 1;}
.dots-inner-28 li {margin: 0 2px;display: inline-block;width: 0.506667rem;height: 0.066667rem;background-color: #dcdcdc;}
.dots-inner-28 .slick-active {background-color: #0d83e7;}
.section-inner-28-5 {padding-top: 1.866667rem;}
.section-inner-28-5 .slide {margin: 0.32rem 0 1.253333rem;}
.section-inner-28-5 .slide .item-cont {margin: 0.533333rem 0.266667rem 0;padding: 0.266667rem 0.4rem 0.533333rem;min-height: 8.68rem;background: url(../images/bg-inner-28-7.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-5 .slide .slick-current .item-cont {margin: 0;}
.section-inner-28-5 .slide .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 4.8rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-28-5 .slide img {max-height: 84%;}
.section-inner-28-5 .slide .tit {height: 1me;line-height: 1em;font-size: 0.373333rem;text-align: center;}
.section-inner-28-5 .slide .tit2 {padding-top: 0.133333rem;font-size: 0.32rem;text-align: center;}
.section-inner-28-5 .slide .info {padding: 0.186667rem 0 0.48rem;color: #666;font-size: 0.32rem;line-height: 1.42;text-align: center;}
.section-inner-28-5 .slide .btn-more {margin: 0 auto;display: block;width: 2.933333rem;height: 0.666667rem;line-height: 0.666667rem;color: #0d83e7;font-size: 0.32rem;text-align: center;background: url(../images/bg-inner-28-8.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-6 {padding-top: 1.866667rem;}
.section-inner-28-6 .tit-inner-28 .t1 {font-size: 0.48rem;}
.section-inner-28-6 .txt {padding: 0.32rem 0 0.266667rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-28-6 .cont {padding: 0.533333rem 0.2rem 0.266667rem;min-height: 5.613333rem;background: url(../images/bg-inner-28-14.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-6 .cont .img {float: left;width: 3.96rem;}
.section-inner-28-6 .cont .txt {margin-left: 4.24rem;padding-top: 0.266667rem;}
.section-inner-28-6 .cont .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;font-weight: bold;}
.section-inner-28-6 .cont .info {padding: 0.213333rem 0 0.346667rem;color: #666;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-28-6 .cont .txt img {width: 3.893333rem;}
.section-inner-28-7 {padding-top: 1.866667rem;}
.section-inner-28-7 .tab {margin-top: 0.32rem;}
.section-inner-28-7 .tab .tabtitle {padding-left: 0.12rem;font-size: 0;}
.section-inner-28-7 .tab .tabtitle li {position: relative;display: inline-block;}
.section-inner-28-7 .tab .tabtitle .li1 {left: 0;z-index: 4;}
.section-inner-28-7 .tab .tabtitle .li2 {left: -0.293333rem;z-index: 3;}
.section-inner-28-7 .tab .tabtitle .li3 {left: -0.586667rem;z-index: 2;}
.section-inner-28-7 .tab .tabtitle .li4 {left: -0.88rem;z-index: 1;}
.section-inner-28-7 .tab .tabtitle .on {z-index: 5;}
.section-inner-28-7 .tab .tabtitle .on:before {position: absolute;bottom: -1px;left: -0.12rem;width: 2.36rem;height: 1px;background-color: #fff;content: '';}
.section-inner-28-7 .tab .tabtitle .on:after {position: absolute;top: -0.093333rem;left: -0.12rem;display: block;width: 2.36rem;height: 0.68rem;background: url(../images/bg-inner-28-13.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;content: '';}
.section-inner-28-7 .tab .tabtitle a {position: relative;display: block;width: 2.106667rem;height: 0.586667rem;line-height: 0.586667rem;text-align: center;color: #fff;font-size: 0.293333rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 2;}
.section-inner-28-7 .tab .tabtitle .li1 a {background-image: url(../images/bg-inner-28-9.png);}
.section-inner-28-7 .tab .tabtitle .li2 a {background-image: url(../images/bg-inner-28-10.png);}
.section-inner-28-7 .tab .tabtitle .li3 a {background-image: url(../images/bg-inner-28-11.png);}
.section-inner-28-7 .tab .tabtitle .li4 a {background-image: url(../images/bg-inner-28-12.png);}
.section-inner-28-7 .tab .tc2 {padding: 0.533333rem 0.4rem;text-align: center;border: 1px solid #86c1f3;}
.section-inner-28-7 .tab .tc2 img {margin: 0 auto 0.533333rem;width: 1.746667rem;}
.section-inner-28-7 .tab .tc2 .tit {height: 1em;line-height: 1em;font-size: 0.4rem;font-weight: bold;text-align: center;}
.section-inner-28-7 .tab .tc2 .info {padding-top: 0.24rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-28-8 {padding-top: 1.866667rem;}
.section-inner-28-8 .list {margin-left: -0.266667rem;overflow: hidden;}
.section-inner-28-8 .list li {margin-top: 0.266667rem;padding-left: 0.266667rem;float: left;width: 50%;}
.section-inner-28-8 .list .item {padding: 0.533333rem 0.266667rem 0;min-height: 6.413333rem;background: url(../images/bg-inner-28-15.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-8 .list .img {position: relative;padding-top: 60%;height: 0;overflow: hidden;}
.section-inner-28-8 .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-28-8 .list .tit {margin-top: 0.4rem;height: 1em;line-height: 1em;text-align: center;font-size: 0.373333rem;font-weight: bold;}
.section-inner-28-8 .list .info {position: relative;padding: 0.506667rem 0 0.32rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-28-8 .list .info:before {position: absolute;top: 0.266667rem;left: 50%;margin-left: -0.266667rem;width: 0.533333rem;height: 0.026667rem;background-color: #0d83e7;content: '';}
.section-inner-28-9 {padding-top: 1.866667rem;}
.section-inner-28-9 .tips {padding: 0.32rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-28-9 .slide {margin: 0.133333rem 0 1.146667rem -0.266667rem;}
.section-inner-28-9 .slide .item {margin-left: 0.266667rem;}
.section-inner-28-9 .slide .item-cont {position: relative;padding: 0.493333rem 0.24rem 0.213333rem;min-height: 6.04rem;background: url(../images/bg-inner-28-16.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-28-9 .slide .img {position: relative;padding-top: 133%;height: 0;overflow: hidden;}
.section-inner-28-9 .slide img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-28-9 .slide .txt {position: absolute;bottom: 0.213333rem;left: 0.24rem;padding: 0.266667rem 0.266667rem 0.186667rem;width: 4.0rem;color: #fff;background-color: rgba(0,0,0,.5);}
.section-inner-28-9 .slide .tit {height: 1em;line-height: 1em;font-size: 0.373333rem;}
.section-inner-28-9 .slide .tit span {font-size: 0.32rem}
.section-inner-28-9 .slide .info {padding: 0.133333rem;font-size: 0.32rem;line-height: 1.42;}
.section-inner-28-10 {padding-top: 1.866667rem;}
.section-inner-28-10 .tab {margin-top: 0.32rem;}
.section-inner-28-10 .tab .tabtitle {text-align: center;font-size: 0;}
.section-inner-28-10 .tab .tabtitle li {margin: 0 0.066667rem;display: inline-block;
    background-color: #86c1f3;
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}
.section-inner-28-10 .tab .tabtitle .on {background-color: #0d83e7;}
.section-inner-28-10 .tab .tabtitle a {display: block;width: 3.733333rem;height: 0.933333rem;line-height: 0.933333rem;text-align: center;color: #fff;font-size: 0.346667rem;
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.section-inner-28-10 .tc3 {margin-top: 0.213333rem;padding: 0.45rem 0.213333rem 0;min-height: 10.48rem;background: url(../images/bg-inner-28-17.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;overflow: hidden;}
.section-inner-28-10 .tc3 a {float: left;display: block;width: 4.266667rem;}
.section-inner-28-10 .tc3 .img {position: relative;height: 0;overflow: hidden;}
.section-inner-28-10 .tc3 img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-28-10 .tc3 .a1 .img,.section-inner-28-10 .tc3 .a4 .img {padding-top: 113%;}
.section-inner-28-10 .tc3 .a2 .img,.section-inner-28-10 .tc3 .a3 .img,.section-inner-28-10 .tc3 .a5 .img,.section-inner-28-10 .tc3 .a6 .img {padding-top: 54%;}
.section-inner-28-10 .tc3 .a1,.section-inner-28-10 .tc3 .a3 {margin-bottom: 0.186667rem;}
.section-inner-28-10 .tc3 .a2,.section-inner-28-10 .tc3 .a5 {margin-bottom: 0.186667rem;}
.section-inner-28-10 .tc3 .a2,.section-inner-28-10 .tc3 .a3,.section-inner-28-10 .tc3 .a4 {float: right;}
.section-inner-28-11,.section-inner-28-12 {padding-top: 1.866667rem;}
.section-inner-28-11 .g-list-2 {margin-top: 0.4rem;}
.section-inner-28-12 .g-list-1 {margin-top: 0.4rem;}
/* 专业详情页-汽车养护与美容创业班120天汽车美容 */
.section-inner-29 > div {padding-right: 0.4rem;padding-left: 0.4rem;}
.section-inner-29 .bg {background: url(../images/bg-inner-29-2.png) top left no-repeat,url(../images/bg-inner-29-3.png) right top no-repeat,url(../images/bg-inner-29-4.png) right bottom no-repeat,url(../images/bg-inner-29-5.png) left bottom no-repeat;-webkit-background-size: 1.24rem auto, 1.24rem auto, 0.64rem auto, 0.64rem auto;background-size: 1.24rem auto, 1.24rem auto, 0.64rem auto, 0.64rem auto;}
.tit-inner-29 {text-align: center;}
.tit-inner-29 .d1 {padding: 0 1.04rem;display: inline-block;height: 1em;line-height: 1em;color: #0d83e7;font-size: 0.533333rem;font-weight: bold;background: url(../images/bg-inner-29-1.png) left center no-repeat,url(../images/bg-inner-29-1.png) right center no-repeat;-webkit-background-size: 0.786667rem auto;background-size: 0.786667rem auto;}
.tit-inner-29 .d2 {padding-top: 0.133333rem;color: #666;font-size: 0.32rem;}
.section-inner-29 .btn {margin: 0.533333rem -0.4rem 0;display: block;}
.section-inner-29 .btn img {width: 100%;}
.section-inner-29-1 {padding-top: 0.8rem;}
.section-inner-29-1 .txt {padding: 0.293333rem 0 0.213333rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-29-1 .box-video {padding: 0.306667rem 0.186667rem;}
.section-inner-29-1 .video {position: relative;height: 4.786667rem;}
.section-inner-29-1 .video .cover {position: absolute;top: 0;left: 0;width: 100%;height: 4.786667rem;background-position: center center;background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 2;}
.section-inner-29-1 .video .cover em {position: absolute;top: 50%;left: 50%;display: block;width: 1.333333rem;height: 1.333333rem;background: url(../images/ico-inner-24-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.section-inner-29-1 video {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-29-2 {padding-top: 1.066667rem;}
.section-inner-29-2 .tab {margin-top: 0.32rem;}
.section-inner-29-2 .tab .tabtitle {margin-left: -0.213333rem;overflow: hidden;}
.section-inner-29-2 .tab .tabtitle li {padding-left: 0.213333rem;float: left;width: 33.333%;}
.section-inner-29-2 .tab .tabtitle a {position: relative;padding-top: 0.173333rem;display: block;width: 100%;height: 0.933333rem;background: url(../images/bg-inner-29-6.jpg) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;color: #fff;text-align: center;overflow: hidden;}
.section-inner-29-2 .tab .tabtitle .on a {background-image: url(../images/bg-inner-29-7.jpg);}
.section-inner-29-2 .tab .tabtitle div {height: 1em;line-height: 1em;}
.section-inner-29-2 .tab .tabtitle .d1 {font-size: 0.32rem;}
.section-inner-29-2 .tab .tabtitle .d2 {margin-top: 0.133333rem;font-size: 0.266667rem;}
.section-inner-29-2 .tab .tabtitle a:after {position: absolute;top: 0.106667rem;left: 2.026667rem;display: block;width: 1.066667rem;height: 1.066667rem;line-height: 1em;font-size: 1.066667rem;font-weight: bold;color: rgba(57,140,242,.5);content: attr(data-num);font-family: Arial;}
.section-inner-29-2 .tab .tabtitle .on a:after {color: rgba(255,168,19,.5);}
.section-inner-29-2 .tab .tc1 {padding-top: 0.266667rem;}
.section-inner-29-2 .tab .list li {margin-bottom: 0.333333rem;padding: 0.346667rem 0.306667rem;overflow: hidden;}
.section-inner-29-2 .tab .list .img {float: left;width: 3.733333rem;}
.section-inner-29-2 .tab .list .img-cont {position: relative;padding-top: 81%;height: 0;overflow: hidden;}
.section-inner-29-2 .tab .list img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.section-inner-29-2 .tab .list .txt {margin-left: 4.08rem;padding-top: 0.213333rem;}
.section-inner-29-2 .tab .list .tit {font-size: 0.373333rem;font-weight: bold;}
.section-inner-29-2 .tab .list .info {padding: 0.133333rem;color: #666;font-size: 0.32rem;line-height: 1.38;text-align: justify;}
.section-inner-29-2 .btn {margin-top: 0.533333rem;}
.section-inner-29-3 {padding-top: 1.066667rem;}
.section-inner-29-3 .txt {padding: 0.32rem 0 0.16rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-29-3 .list li {margin-bottom: 0.266667rem;padding: 0.453333rem 0.32rem;}
.section-inner-29-3 .list .tit {height: 0.533333rem;line-height: 0.533333rem;font-size: 0.373333rem;font-weight: bold;}
.section-inner-29-3 .list .tit em {margin-right: 0.08rem;display: inline-block;width: 0.533333rem;height: 0.533333rem;line-height: 0.533333rem;text-align: center;color: #fff;font-weight: bold;font-family: Arial;background: url(../images/bg-inner-29-8.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.section-inner-29-3 .list .info {padding: 0.133333rem 0 0.48rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: justify;}
.section-inner-29-3 .list .li1 .info span {color: #ff4e26;}
.section-inner-29-3 .list .li1 .img {margin: 0 auto;width: 7.56rem;}
.section-inner-29-3 .list .li2 .img {margin: 0 auto;width: 7.933333rem;}
.section-inner-29-3 .list .li3 .img {margin: 0 auto;width: 9.186667rem;}
.section-inner-29-3 .list .phone {margin-top: 0.64rem;width: 100%;}
.section-inner-29-4 {padding-top: 1.066667rem;}
.section-inner-29-4 .cont {margin-top: 0.24rem;padding: 0.586667rem 0 0.84rem;}
.section-inner-29-4 .cont img {margin: 0 auto;width: 8.653333rem;}
.section-inner-29-5 {padding-top: 1.066667rem;}
.section-inner-29-5 .list {margin-top: 0.32rem;margin-left: -0.28rem;overflow: hidden;}
.section-inner-29-5 .list li {margin-bottom: 0.266667rem;padding-left: 0.28rem;float: left;width: 50%;}
.section-inner-29-5 .list .item {min-height: 5.293333rem;text-align: center;}
.section-inner-29-5 .list .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 3.493333rem;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.section-inner-29-5 .list img {height: 1.866667rem;}
.section-inner-29-5 .list .tips {height: 0.533333rem;line-height: 0.533333rem;text-align: center;color: #fff;font-size: 0.32rem;background: url(../images/bg-inner-29-9.png) center center no-repeat;-webkit-background-size: auto 100%;background-size: auto 100%;}
.section-inner-29-5 .list .tit {height: 0.853333rem;line-height: 0.853333rem;text-align: center;font-size: 0.4rem;}
.section-inner-29-6 {padding-top: 1.066667rem;}
.section-inner-29-6 .tit-inner-29 .d1 {font-size: 0.48rem;}
.section-inner-29-6 .txt {padding: 0.32rem 0 0.16rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-29-6 .slide {margin: 0.133333rem 0 1.12rem -0.32rem;}
.section-inner-29-6 .slide .item {margin-left: 0.32rem;}
.section-inner-29-6 .slide .item-cont {padding-top: 0.56rem;min-height: 6.36rem;}
.section-inner-29-6 .slide img {margin: 0 auto 0.533333rem;width: 2.826667rem;height: 2.826667rem;border-radius: 50%;}
.section-inner-29-6 .slide .tit {height: 1em;line-height: 1em;text-align: center;font-size: 0.373333rem;}
.section-inner-29-6 .slide .info {padding: 0.266667rem 0.4rem 0.853333rem;text-align: center;font-size: 0.346667rem;line-height: 1.38;}
.section-inner-29-6 .slide .info span {color: #ff5024;font-family: Arial;}
.section-inner-29-7 {padding-top: 1.066667rem;}
.section-inner-29-7 .txt {padding: 0.32rem 0 0.16rem;color: #666;font-size: 0.346667rem;line-height: 1.38;text-align: center;}
.section-inner-29-7 .cont {padding: 0.44rem 0 0.466667rem;}
.section-inner-29-7 .cont img {margin: 0 auto;width: 8.68rem;}
.section-inner-29-8,.section-inner-29-9 {padding-top: 1.066667rem;padding-bottom: 0.8rem;}
.section-inner-29-8 .g-list-2 {margin-top: 0.4rem;}
/* 其他 */
.fixOnSroll {padding-top: 1.2rem;}
.fixOnSroll .list-class {position: fixed;top: 1.2rem;left: 0;width: 100%;z-index: 50;}