body {
    font-family: Montserrat, "Open Sans", Roboto, Arial, Verdana, Helvetica, 'Microsoft Yahei', Lato, sans-serif;
    font-size: 14px;
    color: #282828;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    outline: none !important;
    color: #282828;
}

a:hover, a:active {
   /* color: #0068B9; */
    text-decoration: none;
}

.dark-title a {
    color: #fff;
}

.dark-title a:hover, .dark-title a:active {
    color: #0068B9;
}

.text-center {
    text-align: center;
}

b, strong {
    font-weight: bold;
}

/*baaner*/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;;
}

.banner>img {
    width:100%;max-width:100%;
    animation:scale_b 25s linear infinite alternate;

}
@-webkit-keyframes scale_b {
    0%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100%{
        /* -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); */
		-webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@-moz-keyframes scale_b {
    0%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100%{
        /* -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); */
		-webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@-o-keyframes scale_b {
    0%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100%{
        /* -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); */
		-webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@-ms-keyframes scale_b {
    0%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100%{
        /* -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); */
		-webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.banner .banner_Shade{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.2);
    color:#fff;
    text-align: center;
}
.banner .banner_Shade h3{
    position: relative;
    top:45%;
    font-size:24px;
}
.banner .banner_Shade p{
    position: relative;
    top:50%;
    font-size:18px;
    color:#fff;
}
.Crumbs{height:45px;line-height:45px;color:#fff;}
.Crumbs .crumbs-ul{float:right;}
.Crumbs .crumbs-ul li{float: right;/*width:70px;*/width:100px;text-align:center;margin:0 10px}
.Crumbs a{color:#fff;}
.Crumbs a:hover{color:#fff;}
.Crumbs span {color:#fff;}
.Crumbs ul li:hover{background:rgba(255,255,255,.15)}
.Crumbs ul li:hover a{color:#fff;}
/*.Crumbs>ul>li{margin:0 5px;background:rgba(0,0,0,.03);border-radius:5px;}*/
/*.Crumbs>ul>li>a{display:block;padding:0 20px;color:#afabab;}*/
#search .btn span {
    font-size: 13px;
}

.site-header .header-info ul {
    padding-bottom: 0;
}
.pc_nav{
    height:50px;
    line-height:50px;
    background:#fff;
    display: block;
}
.nav-height{ position:relative; height: 70px;display:block;}
.nav-wrap { width: 100%;height: 70px;background: #1B1464;padding:0 2%;}
.nav-wrap.navFix{
    position: fixed;
    top: 0;left: 0;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3\9; z-index: 99999;}
.nav-height #parent_list{height:70px;float:left;margin-left:4%;}
.nav-height .list{height:70px;float:left;}
.nav-height .list li:hover{background:rgba(255,255,255,.15)}
.nav-height .list li.active{background:rgba(255,255,255,.3)}
.nav-height .video-seach{float:left;height:70px;position:relative;}


.nav-height .video-seach >.smallvideo{width:100px;height:70px;line-height:70px;text-align: center;float:left;position:absolute;left:70px;}
.nav-height .video-seach span a{color:#fff;display:block;}
.nav-height .list>li{ float:left;width:100px;height:70px;line-height:70px;text-align: center;}
.nav-height .list>li:first-child{margin-left:0;padding-left:0;}

.nav-height .list>li>a{margin:0 5px;color:#fff;font-size:16px;display:block}
.nav-height .list>.nav-search>a{font-size: 16px;color: #fff;text-transform: uppercase;font-weight: 400;letter-spacing: 0.3px;}
.subMenu{line-height:35px;width:100%;position: fixed;top:70px;left:0;z-index:99999;}
.subMenu>div{display:none;background-color:rgba(255,255,255,.35);color:#000;height:50px;width:100%;padding:0px 7%;padding-left:30.5%;position: absolute;top:0;left:0;}
/*.subMenu>div:first-child{display:block}*/
/*.subMenu>div.show{display:block}*/
/*.subMenu>div.hide{display:none}*/
.subMenu>div:first-child{display: none!important;}
/*.subMenu>div ul{width:100%;height:30px;position: relative;}*/
/*.subMenu>div ul li{float:left;padding-right:35px;line-height:30px;}*/
.subMenu>div>a{font-size:16px;padding:10px 0;display:block;float:left;line-height:30px;margin-right:3.5%;color:#000;position: relative;top:0;left:0;
    transition:all 2s ease 0s;-moz-transition: all 2s ease 0s;-webkit-transition: all 2s ease 0s;
}
.subMenu>div>a:hover{transition:all 2s ease 0s;-moz-transition: all 2s ease 0s;top:-15px;}
/*.subMenu>div ul li:first-child{padding:0;}*/
.subMenu .show{display:block!important;}
.inner-header{
    display:none;
}
@media(max-width:991px){
    .inner-header{
        display:block;
    }
    .nav-height{
        display:none;
    }
}
.site-header .main-header .logo {
    line-height: 70px;
    /*padding-right: 30px;*/
}

.site-header .header-info ul li:last-child a {
    font-size: 12px;
    letter-spacing: normal;
}
#lang{height:50%;margin-bottom: 0;}
#lang>li>a{line-height:70px;border:1px solid #fff;}
.language .zh_click{
    font-size:10px;
    padding:2px 2px;
    color:#fff;
}
.logo img {
    max-height: 53px;
}

nav.main-navigation ul li {
    padding: 20px 12px;
}

nav.main-navigation ul a {
    /*font-weight: bold;*/
}

nav.main-navigation ul li:last-child i {
    margin-top: 24px;
}

nav.main-navigation ul li ul.sub-menu li {
    margin: 5px 0;
    padding: 0 0 10px;
}

nav.main-navigation ul li ul.sub-menu li a {
    font-size: 13px;
}

nav.main-navigation ul li ul.sub-menu {
    width: auto;
    min-width: 180px;
}

#navigation .active .menu1 {
    color: #00c4b8;
}

nav.main-navigation .sub-menu .Lev2 {
    position: relative;
}

nav.main-navigation .sub-menu .dr-menu3 {
    display: none !important;
    left: 100%;
    top: -10px;
    min-width: 195px;
}

nav.main-navigation .sub-menu .Lev2:hover .dr-menu3 {
    display: block !important;
}

.slider-2 .first-line {
    background-color: transparent;
}

.slider-2 .first-line .slide-caption i, .slider-2 .first-line .slide-caption span {
    font-size: 18px;
}

.slider-2 .first-line .slide-caption p {
    font-size: 16px;
}
.explains{position: absolute;bottom:0;left:0;background:rgba(0,0,0,.5);color:#fff;height:120px;width:100%;z-index:200;cursor: pointer;text-align: center;font-size:36px;padding-top:10px;}
@media(max-width:480px){
    .explains{height:70px;line-height:70px;padding-top:0;}
}
.section-heading h1 {
    margin: 15px 0;
    /*background: url(/Mytk/Tpl/Home/TKstyle/Public/css/../img/bg_2.png) no-repeat center bottom;*/
    padding:15px 0;
}
.section-heading h2{
    margin-bottom: 20px;
}
.section-heading h2 a{
    color:#ffffff;
}
#index-widget {
    padding-bottom: 20px;
}
.design{
    background:url(/Mytk/Tpl/Home/TKstyle/Public/css/../img/background2.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom:0!important;
    display:block;
    position: relative;
}
.design_ip{display:none;}
.design_ip .col-xs-12 p{color:#000}
.product_ip{display:none;}
.product_ip img{max-width:100%;width:100%;}
.newList_ip{display:none;}
@media(max-width:480px){
    .design{
        display:none;
        padding:15px 0!important;
    }
    .design_ip{display:block;}
    .design_ip h2{text-align: center;font-size:18px;position:relative;}
    .design_ip .list_title:before{content: "";position: absolute;top:55%;left:30px;height:1px;width:25%;background:#dadada;}
    .design_ip .list_title:after{content: "";position: absolute;top:55%;right:30px;height:1px;width:25%;background:#dadada;}
    #index-portfolio{ padding:15px 0!important;}
    .wqd-section-three{display: none;}
    .product_ip{display:block; padding:15px 0!important;}
    .product_ip .col-xs-12{padding:10px 5px;}
    .new_list{display:none;}
    .newList_ip{display:block;}
    .newList_ip img{width:100%;max-width:100%;}
    .newList_ip .pro_text p{white-space:nowrap;text-overflow: ellipsis;overflow: hidden;}
}
.design:before{display:table;content: "";}
.design .design_div{width:100%;height:70%;margin:8% auto 0;display:flex;background:rgba(0,0,0,.5);color:#fff;justify-content: center;align-items: center}
.design .design_div .row{ display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:5%;}
.design .design_div .row .mr-2{margin-right:.5rem!important;display: flex;align-items: center;}
.design .design_div .row .ml-5{margin-left:3rem!important;}
.design .design_div .row .md5{}
.design .design_div .row .md5 p{color:#fff;}
.design .design_div .row .ml5 p{color:#fff;}
.welcome-intro-2 .welcome-to-educa {
    margin-left: 10px;
}

.welcome-intro-2 .service-item {
    margin-bottom: 20px;
}

.welcome-intro-2 .service-item h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

.welcome-intro-2 .service-item i {
    font-size: 22px;
    margin-top: 5px;
}

.welcome-intro-2 .service-item p {
    margin-left: 80px;
    line-height: 1.9;
}

section {
    padding: 0;
}

.section-pad {
    /*padding: 45px 0;*/
}

#index-portfolio {
    /*padding-bottom: 40px;*/
    overflow: hidden;
}

#index-portfolio .course-item {
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
}

#index-portfolio .iport-title {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    margin: 0;
    padding: 20px 20px 15px 20px;
    text-align: center;
    font-weight: bold;
}
.popular-courses .row{padding:0!important;margin:0!important;overflow: hidden;position: relative;}
.popular-courses .row .img_list{width:16.6%;overflow: hidden;float:left;}
.popular-courses .row .img_list img{max-width:100%;transform: scale(1);transition: all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s;}
.popular-courses .row .img_list a{display:block;width:100%;overflow: hidden;position: relative}
.popular-courses .row .img_list .zz{position:absolute;width:100%;background:rgba(0,0,0,.5);z-index:4;bottom:0;left:0;transition: all 1s;text-align: center;cursor: pointer;color:#fff;height:100%;}
.popular-courses .row .img_list .zz p{position:absolute;top:85%;left:0;text-align: center;transition:all 1s;display:block;width:100%;color:#fff;font-size:28px;}
.img_list:hover .zz{background:rgba(0,0,0,0)!important;}
.img_list:hover  p{top:55%!important;}
.img_list:hover img{transform: scale(1.1)!important;transition:all 1s ease 0s!important;-webkit-transform:scale(1.3)!important;-webkit-transform:all 1s ease 0s!important;}
.popular-courses .section-heading h1 {
    margin-bottom: 25px;
}

.popular-courses .section-heading p, .read-books .section-heading p {
    padding-bottom: 20px;
}

.popular-courses .course-item .down-content .desc {
    padding: 0 20px 20px 20px;
    margin-bottom: 0;
}

.popular-courses .course-item .down-content {
    margin-top: 0px;
}

.popular-courses .course-item .down-content .price-red {
    margin-top: -3px;
}

.popular-courses .course-item .down-content .price-red .base {
    margin-top: -24px;
}

.popular-courses .course-item .down-content .text-button {
    text-align: center;
    display: none;
}

.text-button a {
    font-size: 13px;
}

#index-case .books-item {
    padding: 15px;
}

#index-case .books-item img {
    max-width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

#index-case .books-item img:hover {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}

#index-case .books-item h4 {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    line-height:1.3;
}

#index-news {
    background: #ffffff;
}

#index-news .inews-title {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 15px;
}

.university-news .section-heading p {
    padding-bottom: 0px;
}

.university-news .news-item .right-content {
    background: #fff;
}

.university-news .news-item .right-content .line-dec {
    background-color: #ddd;
}

.university-news .news-item .thumb-holder .hover-content {
    width: 100%;
    font-size: 22px;
}

.university-news .news-item .right-content .line-dec {
    margin-top: 20px;
    margin-bottom: 15px;
}

.university-news .news-item .right-content {
    height: 194px;
    padding: 0 20px 3px;
}

.university-news .news-item .right-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}

footer {
    padding: 0;
}
.foot-nav{max-width:14%;}
/*.foot-contact{max-width:14%;}*/
#footer-sec {
    padding: 40px 0 0;
}
#footer-sec>.row{margin-left:0;margin-right:0;}
#footer-sec .footer-widget .featured-links ul, #footer-sec .footer-widget .featured-links ul:last-child {
    margin-left: 0;
}

#footer-sec .footer-widget h2 {
    font-weight: bold;
    font-size:12px;
}

.foot-about .text-button {
    display: none;
}

.fabout, .fabout p {
    line-height: 1.65;
}

footer .footer-widget .featured-links ul {
    display: block;
}

footer .footer-widget .featured-links ul li {
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    /*border-bottom: 1px #f2f5f6 dashed;*/
}

footer .footer-widget .featured-links ul li:last-child {
    border-bottom: none;
}

footer .footer-widget .university-address ul li {
    margin-bottom: 9px;
    display: block;
    font-size:0.8rem;
}

footer .footer-widget .university-address ul li i {
    width: 20px;
}

footer .footer-widget .university-address ul li i.fa-mobile {
    font-size: 22px;
}

#footer-sec .copyright-menu {
    margin-top: 30px;
}

#footer-sec .copyright-menu .copyright-text p, #footer-sec .copyright-menu .menu ul li a {
    font-size: 14px;
}

.copyright-text b {
    color: #fff;
}

/* 内页 */
.noDis {
    display: none;
}

.search-tips {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.page-content {
    line-height: 1.6;
}
.page-content>span{
    display:block;
    text-align: center;
    padding-bottom:5px;
}
.page-content p {
    margin-bottom: 0;
    line-height: 1.6;
    color: inherit;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin: 0;
    padding: 0;
    line-height: 2.0;
}

.search-tips {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

em.error {
    overflow: hidden;
    zoom: 1;
    background: url("/Mytk/Tpl/Home/TKstyle/Public/css/../images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: #fff;
}

em.success {
    overflow: hidden;
    zoom: 1;
    background: url("/Mytk/Tpl/Home/TKstyle/Public/css/../images/checked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: #fff;
}

.com-cnt table th {
    font-weight: bold;
    background: #f9f9f9
}

.com-cnt table th, .com-cnt table td {
    border: 1px #eee solid;
    padding: 6px 12px;
}

.com-cnt img {
    max-width: 100%;
}
.com-cnt .col-md-4{
	width:50%
	}
#pages {
    clear: both;
    padding: 10px 0 10px;
    text-align: center;
    font: 12px 'Microsoft YaHei';
}

#pages a {
    display: inline-block;
    padding: 0px 8px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    margin-right: -1px;
}

#pages a.a1 {
    padding: 0px 12px;
    height: 24px;
    line-height: 22px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 0px 8px;
    height: 24px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
}

.page .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.pageright {
    margin-right: 40px;
}

@media (max-width: 420px) {
    #pages .prev, #pages .next {
        display: none;
    }
}

/* 可移植内页样式 */
.for-bottom-padding-no {
    padding-top: 45px;
    clear: both;
}

.text-center {
    text-align: center;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.entry-header {
    background: none;
    box-shadow: none;
    padding-top: 0;
    border: none;
}

.prolist-wrap .glass-animation img {
    border: 1px #ededed solid;
}

.s-contact {
    color: #555;
    line-height: 1.6;
}

.sidebar .widget {
    margin-top: 0;
}

.entry-meta li:before {
    margin: 0;
}

#innerpage-wrap{
    background: #1B1464;
    /*padding: 45px 0;*/
    padding-top:0;
    padding-bottom:35px;
    clear: both;
}
#innerpage-wrap .row{margin-left:0;margin-right:0;}
.breadcrumb-wrapper {
    background: #F4F4F4;
    padding: 30px 0;
}

.breadcrumb-section .bc-cat {
    padding-top: 16px;
    position: relative;
    top: 2px;
}

.bcid-cat {
    font-size: 16px;
    font-weight: bold;
}

.location {
    text-align: right;
}

.widget .tagcloud a, .tags-list a, .searchform #searchsubmit {
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.searchform {
    overflow: hidden;
    background-color: #f16543; /* firefox 19+ */ /* ie */
}

.searchform ::-webkit-input-placeholder {
    color: #ffffff;
}

.searchform ::-moz-placeholder {
    color: #ffffff;
}

.searchform :-ms-input-placeholder {
    color: #ffffff;
}

.searchform input:-moz-placeholder {
    color: #ffffff;
}

.searchform #s, .searchform #searchsubmit {
    color: #ffffff;
    height: 48px;
    border: none;
    background-color: #B3813C;
    margin-bottom: 0;
    border-radius: 0;
}

.searchform #s {
    float: left;
    width: 85%;
    padding-left: 20px;
    padding-right: 0;
}

.searchform .screen-reader-text {
    display: none;
}

.searchform #searchsubmit {
    float: right;
    width: 15%;
    padding-left: 0;
    padding-right: 0;
    background-image: url("/Mytk/Tpl/Home/TKstyle/Public/css/../img/icon-lense.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.searchform #searchsubmit:hover {
    background-color: #fff;
}

.searchform {
    background: none;
    border: none;
}

.searchform #s {
    background: none;
    color: #444;
    border: 1px #ddd solid;
    border-right: none;
}

.searchform #searchsubmit {
    background-color: #00c4b8;
}

.searchform ::-webkit-input-placeholder {
    color: #444;
}

.searchform ::-moz-placeholder {
    color: #444;
}

.searchform :-ms-input-placeholder {
    color: #444;
}

.searchform input:-moz-placeholder {
    color: #444;
}

.widget ul li:before {
    display: none;
}

.widget-category ul li:before {
    font-family: 'FontAwesome';
    content: "\f101";
    padding-right: 17px;
}

.sidebar .widget .title {
    color: #525659;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar .widget ul li {
    border-bottom: 1px solid #d3dae0;
    padding: 6px 0 6px 0;
    font-size: 14px;
    color: #6e7375;
}

.sidebar .widget ul li a {
    color: #373c40;
    color: #6e7375;
}

.sidebar .widget ul li a:hover {
    color: #fff;
}

.sidebar .widget ul li ul {
    padding: 6px 0 0;
}

.sidebar .widget ul li ul li:first-child {
    border-top: 1px solid #dedede;
}

.sidebar .widget ul li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
    margin-top: 0;
}

.widget ul {
    list-style: none;
    margin: 0;
}

.widget ul li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget .gallery-post-slider ul li {
    border: none;
    background: none;
    padding: 0;
}

.widget .tabbed .tabs {
    margin: 0;
    padding: 0;
}

.widget .tabbed .tabs li {
    float: left;
    list-style: none;
    margin: 0;
    background-image: none;
    border: none;
    padding: 10px 1px 10px;
    width: 33.333%;
    color: #878c90;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #d3dae0;
}

.widget .tabbed .tabs li:last-child {
    border-right: none;
}

.widget .tabbed .tabs li:hover, .widget .tabbed .tabs li.current {
    color: #ffffff;
    background-color: #f16543;
    border-right: 1px solid #f16543;
    border-bottom: 1px solid #f16543;
    margin-bottom: -1px;
}

.widget .tabbed .block {
    margin: 0;
    display: none;
}

.widget .tabbed .block.current {
    display: block;
    padding: 22px 0 0;
    border-top: 1px solid #d3dae0;
}

.widget .tabbed .widget-list li {
    background: none;
    border-bottom: 1px solid #E8E9EF;
    padding: 0 0 20px;
    margin-bottom: 25px;
    line-height: 1.0;
}

.widget .tabbed .widget-list li .link-read-more {
    color: #f16543;
}

.widget .tabbed .widget-list li .link-read-more:hover {
    color: #373c40;
}

.widget .tabbed .widget-list li .link-read-more:hover:after {
    color: #373c40;
}

.widget-list li {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-list li:last-child {
    border-bottom: none;
}

.widget-list li h5 {
    margin: 0 0 9px;
    line-height: 21px;
    color: #a5aaae;
    font-size: 13px;
    font-weight: normal;
}

.widget-list li figure {
    float: left;
    margin-right: 22px;
    margin-bottom: 0;
}

.widget-list li figure img {
    width: 102px;
    height: 104px;
}

.widget-list li span {
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 3px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.widget-list li .comments {
    background-image: url("/Mytk/Tpl/Home/TKstyle/Public/css/../img/icon-chat-3.png");
    background-position: left 3px;
    margin-right: 18px;
    margin-bottom: 0;
}

.widget-list li .author {
    background-image: url("/Mytk/Tpl/Home/TKstyle/Public/css/../img/icon-user.png");
    background-position: left 3px;
    padding-left: 17px;
}

.widget-list li .link-read-more {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

.widget-list li .link-read-more:after {
    content: " \f101";
    font-family: FontAwesome;
    color: #f16543;
}

.widget .tagcloud {
    overflow: hidden;
    margin-left: -4px;
    margin-right: -4px;
}

.widget .tagcloud a {
    display: block;
    float: left;
    padding: 6px 15px;
    color: #84898b;
    background-color: #ecf0f3;
    font-size: 14px;
    margin: 4px;
    text-decoration: none;
}

.widget .tagcloud a:hover {
    color: #ffffff;
    background: #f16543;
}

.glass-animation:hover .glass span {
    -webkit-transition-delay: .2s; /* Safari */
    transition-delay: 0s;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 200px;
}

.glass-animation:hover .glass span i {
    right: -14px;
    bottom: -7px;
    -webkit-transition-delay: .2s; /* Safari */
    transition-delay: .2s;
}

.glass-animation:hover .background {
    height: 100%;
    width: 100%;
    opacity: .7;
}

.glass-animation .background {
    transition: 0.3s all ease-in-out;
    width: 100;
    height: 100;
    background: #f16543;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.glass-animation .glass {
    display: block;
    transition: 0.2s all ease-in-out;
}

.glass-animation .glass > span {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s all ease-in-out;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
    border: 5px solid #ffffff;
}

.glass-animation .glass > span i {
    transition: 0.2s all ease-in-out;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
    position: absolute;
    right: -200px;
    bottom: -200px;
    display: inline-block;
    width: 18px;
    height: 5px;
    background: #ffffff;
    border-radius: 10px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.breadcrumb-section {
    background: url(/Mytk/Tpl/Home/TKstyle/Public/css/../img/breadcrumb-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 52px 0px 70px;
}

.breadcrumb-section h1 {
    margin-bottom: 0;
    font-size: 35px;
    color: #f9f9fa;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.breadcrumb-section h1:after {
    background: #ff7800;
    height: 3px;
    content: "";
    display: block;
    width: 100px;
    margin: 15px 0px 0px
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 4px 0;
    margin: 39px 0px 0px;
}

.breadcrumbs:after {
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    margin: 0px 0px 0px 115px;
    opacity: 0.25;
}

.bc-location {
    margin-top: 39px;
    color: #fff;
}

.bc-location a {
    color: #fff;
}

.bc-location a:hover, .bc-location a:active {
    color: #0093DD;
}

.blog-article {
    margin-bottom: 30px;
}

.blog-article figure {
    margin-bottom: 20px;
}

.blog-article .format-icon {
    left: 0;
}

.blog-article p {
    margin-bottom: 20px;
    line-height: 24px;
}

.blog-article blockquote p {
    line-height: 32px;
}

.blog-article .read-more-link {
    text-transform: uppercase;
    line-height: 23px;
    color: #7d8489;
}

.blog-article .read-more-link:after {
    content: "\f101";
    font-family: FontAwesome;
    color: #f16543;
    padding-left: 8px;
}

.blog-article .read-more-link:hover {
    color: #373c40;
}

.blog-article .read-more-link:hover:after {
    color: #373c40;
}

.blog-article .post-meta {
    color: #a5aaae;
    font-size: 12px;
    float: left;
    width: 21.97402597402597%;
    border-right: 2px solid #d7dee0;
    margin: 0 30px 15px 0;
}

.blog-article .post-meta a {
    color: #a5aaae;
}

.blog-article .post-meta a:hover {
    color: #f16543;
}

.blog-article .post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.blog-article .post-meta ul li {
    margin: 0 0 6px;
    padding: 4px 0;
    text-transform: uppercase;
    background: none;
}

.blog-article .post-meta ul li:before {
    font-family: 'FontAwesome';
    padding-right: 17px;
    font-size: 14px;
    color: #8C9194;
}

.blog-article .post-meta ul li.date:before {
    content: "\f073";
}

.blog-article .post-meta ul li.comments:before {
    content: "\f086";
}

.blog-article .post-meta ul li.tags {
    border: none;
}

.blog-article .post-meta ul li.tags:before {
    content: "\f02b";
}

.blog-article .post-meta ul li.author:before {
    content: "\f007";
}

.blog-article .post-summary {
    padding-right: 10px;
}

.blog-article .post-summary p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #666;
}

.blog-article .post-content-wrapper {
    padding: 15px 0 30px;
}

.blog-article .post-meta ul li time {
    background: none;
    margin-left: -3px;
}

.portfolio-item, .gallery-item {
    margin: 0 0 30px;
    overflow: hidden;
}

.portfolio-item .item-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #4f5458;
    letter-spacing: normal;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
}

.portfolio-item time {
    color: #687075;
}

.portfolio-item span {
    color: #f16543;
}

.portfolio-item .square {
    background-color: #bfc4c8;
}

.related-projects .item .separator, .portfolio-item .separator {
    margin: 30px 0 15px;
    display: none;
}

.portfolio-item figure {
    margin-bottom: 22px;
    position: relative;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #f16543;
}

.portfolio-item .overlay a {
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: url("/Mytk/Tpl/Home/TKstyle/Public/css/../images/icon-lense.png") no-repeat center center;
}

.portfolio-item .overlay a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.our-work .gallery-item .inner-contents {
    border-bottom: 1px solid #cad3db;
    border-bottom: none;
}
.our-work{padding:20px 7%;}
/*.picture-wrap .row .gallery-item:nth-child(1n+1){padding-left:0}*/
/*.picture-wrap .row .gallery-item:nth-child(3n+3){padding-right:0}*/
@media(max-width:480px){
    .our-work{padding:20px 10px;}
    .our-work .col-sm-4{padding-right:0;padding-left:0;}
}
.our-work .gallery-item {
    margin-bottom: 24px;
}

.our-work .gallery-item figure {
    position: relative;
    margin: 0 0 23px;
    line-height: 1.0;
}

.our-work .gallery-item figure:hover .gallery-btn {
    opacity: 1;
}

.our-work .gallery-item img {
    padding: 0;
    margin: 0;
    max-width: 100%;
    border: 1px #ededed solid;
}

.our-work .gallery-item .gallery-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 200;
    width: 160px;
    margin: -22px 0 0 -79px;
    opacity: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #00c4b8;
}

.our-work .gallery-item .gallery-btn:hover {
    color: #00c4b8;
    background-color: #fff;
}

.our-work .gallery-item .media-container {
    /*position: absolute;*/
    z-index: 100;
    /*opacity: 0;*/
    width: 100%;
    height: 100%;
    background-color: #B3813C;
    overflow: hidden;
}
.our-work .gallery-item .media-container>img{max-width:100%;width:100%;transition:all 1s ease 0s;-webkit-transform:all 1s ease 0s;-webkit-transform:scale(1);transform:scale(1);}
.our-work .gallery-item .media-container:hover img{transition:all 1s ease 0s;-webkit-transform:all 1s ease 0s;-webkit-transform:scale(1.2);transform:scale(1.2);}
.our-work .gallery-item .item-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    color: #61676c;
    color: #282828;
    padding-bottom: 0;
    position: relative;
    z-index: 999;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
    /*text-align: center;*/
}

.our-work .gallery-item p {
    margin-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.our-work .gallery-item p a {
    color: #a1a9b0;
    margin-right: 3px;
    text-decoration: none;
}

.our-work .gallery-item p a:hover {
    color: #f16543;
}

.sidebar .widget {
    margin-bottom: 35px;
}

.widget-list li .comments {
    background: none;
    margin-right: 0;
    padding-left: 0;
    padding-top: 3px;
}

.widget-list li figure {
    margin-right: 15px;
}

.widget-list li figure img {
    width: 106px;
    height: auto;
}

.widget .tabbed .widget-list li {
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.widget .tabbed .widget-list li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.widget .widget-list {
    padding-left: 0;
}

.sidebar .widget ul li .s-desc {
    margin-bottom: 8px;
    line-height: 1.5
}

.blog-article {
    float: left;
    width: 100%;
}

.blog-article figure {
    float: left;
    width: 250px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.blog-article .post-meta {
    width: 125px;
    margin: 0 30px 15px 0;
}

.blog-article .post-meta ul {
    padding: 0;
}

h2.post-title {
    font-size: 20px;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.4;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.downlist-wrap .blog-article figure {
    width: 220px;
    margin-right: 25px;
}

.download-wrap .d-content {
    padding-top: 15px;
}

.download-wrap .down-info li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px #ddd solid;
}

.blog-post-wrap .bp-desc {
    text-align: center;
    display: block;
    margin: 20px 0;
    font-size: 14px;
}

.blog-post-wrap .bp-title {
    margin-top: 0;
    font-size: 23px;
    letter-spacing: normal;
    color: inherit;
    text-align: center;
}

.prolist-wrap .portfolio-item {
    margin-bottom: 17px;
}

.prolist-wrap .model {
    margin-bottom: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
    color: #666;
}

.prolist-wrap .p-keyword {
    color: #666;
    margin-bottom: 0;
}

#contact-form textarea {
    height: 120px;
}

.msg-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
    color: inherit;
}

.add-msg-form .cf-column {
    padding-bottom: 20px;
    position: relative;
}

.add-msg-form .cf-tarea {
    clear: both;
}

.add-msg-form input {
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    color: #444;
    width: 100%;
    margin-bottom: 0;
}

.add-msg-form textarea {
    box-sizing: border-box;
    border: 1px solid #ddd;
    color: #333;
    min-height: 100px;
    padding: 15px;
    color: #444;
    width: 100%;
    margin-bottom: 0;
}

.add-msg-form .submit-button {
    box-sizing: border-box;
    width: 100%;
    line-height: 40px;
    height: 40px;
    float: right;
    padding: 0px 15px;
    border: 0px;
    color: #fff;
    position: relative;
    /*background-color: #333;*//**原来的按钮颜色*/
    background-color:#272931;
    cursor: pointer;
}

.add-msg-form .submit-button:hover, .add-msg-form .submit-button:active {
    /*background-color: #D81919;*//*原来a标签的鼠标样式*/
    background-color:#865c22; /*后来加上去的a标签鼠标样式*/
}

.add-msg-form em {
    position: absolute;
    bottom: 0;
    z-index: 1111;
    float: left;
    left: 20px;
}

.product-show .ps-title {
    font-size: 23px;
    color: inherit;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
}

.product-show .ps-desc {
    display: block;
    text-align: center;
    margin: 17px 0 20px;
    font-size: 14px;
}

.product-show .product-gallery .owl-controls {
    margin-top: 20px;
    text-align: center;
}

.product-gallery {
    margin: 0 -15px;
}

.product-gallery .item {
    padding: 0 15px;
}

.product-gallery img {
    margin-bottom: 1px;
    border: 1px #ededed solid;
}

.proshow-tab {
    margin-top: 20px;
    padding-bottom: 25px;
    padding-bottom: 0;
}

.proshow-tab .nav-tabs li:after {
    display: none;
}

.proshow-tab .nav-tabs .active a {
    color: #D4171E !important;
    text-decoration: none;
}

.proshow-tab .nav-tabs a {
    color: #333 !important;
}

.proshow-tab .tab-content {
    padding-top: 25px;
    width: 100%;
    float: left;
    margin: 0;
}

.proshow-tab .tab-pane {
    margin-top: 0;
}

#product-msg-form input[type="text"], #product-msg-form input[type="password"], #product-msg-form input[type="email"], #product-msg-form input[type="tel"], #product-msg-form input[type="number"], #product-msg-form input[type="file"], #product-msg-form input[type="url"], #product-msg-form select, #product-msg-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 13px;
    color: #202020;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

#product-msg-form input[type="text"]:focus, #product-msg-form input[type="password"]:focus, #product-msg-form input[type="email"]:focus, #product-msg-form input[type="tel"]:focus, #product-msg-form input[type="number"]:focus, #product-msg-form input[type="file"]:focus, #product-msg-form input[type="url"]:focus, #product-msg-form select:focus, #product-msg-form textarea:focus {
    border-color: #202020;
}

#product-msg-form .cf-column {
    margin-bottom: 18px;
}

#product-msg-form #submit-btn {
    display: inline-block;
    background: #D4171E;
    color: #202e31 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 12px;
    border: none;
    cursor: pointer;
    width: 100%;
}

#product-msg-form #submit-btn:hover, #product-msg-form #submit-btn:focus, #product-msg-form #submit-btn:active {
    background: #202E31;
}

/* 内页响应 */
@media (max-width: 990px) {
    /* 960 */
    #innerpage-wrap {
        padding: 30px 0 0;
    }

    .sidebar .widget:last-child {
        margin-bottom: 30px;
    }

    .sidebar {
        padding-top: 30px;
        clear: both;
    }

    .side-search .title {
        display: none;
    }

    .searchform #s {
        width: 94%;
    }

    .searchform #searchsubmit {
        width: 6%;
    }

    .blog-article .read-more-link {
        display: none;
    }

    .product-show .ps-desc {
        margin: 12px 0 15px;
    }

    .consult-list .post-summary p {
        line-height: 1.8;
    }
}

@media (max-width: 768px) {
    /* 向下考虑iphone6的667px和736px */
    .portfolio-item .item-title {
        position: relative;
        z-index: 999;
    }

    .our-work .gallery-item .item-title {
        position: relative;
        z-index: 999;
    }

    .searchform #s {
        width: 92%;
    }

    .searchform #searchsubmit {
        width: 8%;
    }

    .product-show .ps-title, .blog-post-wrap .bp-title {
        line-height: 1.6;
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
}

@media (max-width: 740px) {
    /* 双行，568px,600px,640px */
    .bcid-cat {
        text-align: center;
        margin-bottom: 15px;
    }

    .location {
        text-align: center;
        line-height: 1.4;
    }

    .side-news {
        display: none;
    }

    .searchform #s {
        width: 90%;
    }

    .searchform #searchsubmit {
        width: 10%;
    }

    .breadcrumb-section {
        padding: 82px 0 40px;
    }

    .breadcrumb-section .bc-cat {
        text-align: center;
    }

    .breadcrumb-section h1:after {
        margin: 15px auto 0;
    }

    .bc-location {
        margin-top: 25px;
        text-align: center;
    }

    .breadcrumbs:after {
        display: none;
    }

    .consult-list .post-summary p {
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .searchform #s {
        width: 85%;
    }

    .searchform #searchsubmit {
        width: 15%;
    }

    .blog-article figure {
        margin-right: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    .blog-article .entry-header {
        clear: both;
    }

    h2.post-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .blog-article .post-meta {
        margin: 0 0px 15px 0;
        width: 100%;
        border-right: none;
    }

    .blog-article .post-meta ul li:before {
        padding-right: 10px;
    }

    .blog-article .post-meta ul li {
        float: left;
        padding: 0;
        margin: 0 12px 0 0px;
    }

    .blog-article .entry-content {
        clear: both;
    }

    .blog-article .post-summary p {
        margin-bottom: 0;
    }

    .consult-list .blog-article figure {
        margin-right: 0;
        width: 100%;
    }

    .consult-list .blog-article figure img {
        width: 100%;
    }

    .proshow-tab .nav-tabs > li {
        width: 100%;
    }

    .proshow-tab .nav-tabs > li > a {
        border-radius: 0;
    }

    .proshow-tab .nav-tabs > li > a, .proshow-tab .nav-tabs > li.active > a, .proshow-tab .nav-tabs > li.active > a:hover, .proshow-tab .nav-tabs > li.active > a:focus {
        border: 1px #ddd solid;
        margin-right: 0;
    }
}

@media (max-width: 420px) {
    /* 单行，240px,320px,375px,384px,414px */
    .blog-article .post-meta ul li.author {
        display: none;
    }

    .prolist-wrap .model {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

    .breadcrumb-section h1 {
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    .searchform #s {
        width: 80%;
    }

    .searchform #searchsubmit {
        width: 20%;
    }

    .prolist-wrap .portfolio-item {
        width: 100%;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .searchform #s {
        width: 82%;
    }

    .searchform #searchsubmit {
        width: 18%;
    }
}

@media (max-width: 1200px) and (min-width: 1040px) {
    .searchform #s {
        width: 78%;
    }

    .searchform #searchsubmit {
        width: 22%;
    }
}

/* responsive */
@media (min-width: 1410px) {
    .container {
        max-width: 1170px;
        width: 1170px;
    }
}

@media (min-width: 1570px) {
    .container {
        max-width: 1170px;
        width: 1170px;
    }

    /*nav.main-navigation ul li{padding:20px 15px;}	.welcome-intro-2 .welcome-to-educa{margin-top:10px;}	.fabout,.fabout p{line-height:1.8;}	footer .footer-widget .featured-links ul li{padding-bottom:4px;}	footer .footer-widget .university-address ul li{margin-bottom:11px;}*/
}

@media (min-width: 1890px) {
    .container {
        width: 1370px;
    }

    nav.main-navigation ul li {
        padding: 20px 18px;
    }

    #index-widget .left-images {
        padding-right: 40px;
    }

    .welcome-intro-2 .welcome-to-educa {
        margin-top: 10px;
        margin-left: 0;
    }

    .welcome-intro-2 .service-item h4 {
        font-size: 16px;
        padding-top: 25px;
    }

    .welcome-intro-2 .service-item p {
        font-size: 15px;
        line-height: 1.6;
    }

    .welcome-intro-2 .section-heading span {
        padding: 10px 0 20px 0;
    }

    .fabout, .fabout p {
        line-height: 1.5;
    }

    .foot-about .text-button {
        display: block;
    }

    footer .footer-widget .featured-links ul li {
        padding-bottom: 4px;
    }

    footer .footer-widget .university-address ul li {
        /*margin-bottom: 5px;*/
        padding-bottom:4px;
        /*border-bottom:1px #f2f5f6 dashed;*/
    }
}

@media (max-width: 1024px) {
    body {
        word-break: break-all;
        word-wrap: break-word
    }

    .container {
        max-width: 98%;
        width: 98%;
    }

    .logo img {
        max-height: 40px;
    }

    nav.main-navigation ul li {
        padding: 20px 7px;
    }
}

@media (max-width: 990px) {
    /* 960 */
    .container {
        max-width: 99%;
        width: 99%;
    }

    #main-header {
        padding: 15px 0;
        position: fixed;
        top:0;
        width:100%;
        background:#fff;
    }


    .site-header .main-header .logo {
        line-height: 1;
        padding-right: 0;
    }

    .header-right-toggle {
        margin: 0;
    }

    .header-right-toggle a {
        margin-top: 2px;
        line-height: 34px;
        font-size: 18px;
    }

    nav.responsive-menu a, nav.responsive-menu ul li .sub-menu li a {
        font-size: 13px;
    }

    nav.responsive-menu ul li .sub-menu .sub-menu {
        display: block;
        width: 100%;
        float: none;
    }

    .slide-from-left.sidebar-menu-open .sidebar-menu-push {
        transform: translate3d(0px, 0px, 0px);
    }

    .slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
        visibility: visible;
        display: none;
    }

    .slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
        z-index: 10000000;
        display: block;
    }

    .section-pad {
        padding: 35px 0;
    }

    .popular-courses .section-heading p, .read-books .section-heading p {
        padding-bottom: 12px;
    }

    .welcome-intro-2 .section-heading span {
        padding-bottom: 10px;
    }

    .welcome-intro-2 .service-item {
        margin-bottom: 10px;
    }

    .welcome-intro-2 .service-item h4 {
        line-height: 1.6;
    }

    .welcome-intro-2 .welcome-to-educa {
        margin-top: 10px;
    }

    .iwr-item .service-item {
        border: 1px #ededed solid;
    }

    .welcome-intro-2 .service-item p {
        margin: 0 15px 15px 15px;
    }

    .iwr-row {
        margin-left: -25px;
    }

    .popular-courses .owl-pagination {
        margin-top: 30px;
    }

    #index-case {
        padding-bottom: 20px;
    }

    .university-news .news-item .right-content {
        height: auto;
        padding: 0 20px 19px;
    }

    #footer-sec {
        padding: 30px 0 0;
    }

    .fabout p {
        margin-bottom: 0;
    }

    footer .copyright-menu .copyright-text {
        margin: 20px 0;
        line-height: 1.6;
    }

    footer .copyright-menu .copyright-text p {
        padding: 0;
        margin: 0;
        line-height: 1.6;
    }

    .cr-left {
        text-align: center;
    }
}

@media (max-width: 768px) {
    /* 向下考虑iphone6的667px和736px */
    .popular-courses .course-item .down-content .desc {
        font-size: 13px;
    }

    .welcome-intro-2 .service-item p {
        font-size: 13px;
    }
}

@media (max-width: 740px) {
    /* 双行，568px,600px,640px */
    #index-case {
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .iwr-item {
        width: 100%;
    }
}

@media (max-width: 420px) {
    /* 单行，240px,320px,375px,384px,414px */
    .inews-item {
        width: 100%;
    }

    .case-item {
        width: 100%;
    }
}

@media (max-width: 360px) {
}

.dujiabaozhang{padding:15px;}
.dujia{color:#777777 !important;text-align:center;}
.dujia .img{max-width:100%}
.dujiabaozhang h4{text-align:center;color:#000000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;margin-top:20px;font-size:13px;text-transform:uppercase;letter-spacing:0.5px;line-height:22px;}
.dujiabaozhang h4 a{color:#000;}
.mianshou{padding:15px;}

.fixhead{display:none;}
@media(max-width:480px){
    .fixhead{display:block;width:100%;height:70px;}
}