html, body, ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
body {
    font: normal 100% Helvetica, Arial, sans-seri, "Microsoft YaHei UI";
}
em, i, strong {
    font-style: normal;
}


ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    font-size: 2.4rem;
}

i {
    font-style: normal;
}

small {
    font-size: 0.875em;
}

.main {
    float: right;
    width: 70%;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #555;
    outline: medium none;
    text-decoration: none;
}

input, button, select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: middle;
}

textarea {
    height: auto;
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

img {
    border: 0 none;
    height: auto;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

i, b {
    font-style: normal;
    font-weight: normal;
}

a:hover {
    color: #00B9B3;
}

.noLink {
    cursor: default;
}

article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
    display: block;
}

*::-moz-selection {
    background: #00479d none repeat scroll 0 0;
    color: #fff;
}

/*colume 12 1 ��*/
.c1, .c2, .c3, .c4, .c7, .c8, .c9, .c10, .c11, .c12, .c6 {
    position: relative;
    float: left;
}

.c1 {
    width: 8.3333333333%;
}

.c2 {
    width: 16.6666666%;
}

.c3 {
    width: 25%;
}

.c4 {
    width: 33.3333333%;
}

.c6 {
    width: 50%;
}

.c7 {
    width: 58.33333333%;
}

.c8 {
    width: 66.6666666%;
}

.c9 {
    width: 75%;
}

.c10 {
    width: 83.33333333%;
}

.c11 {
    width: 91.66666666%;
}

.c12 {
    width: 100%;
}

.leftBar {
    float: left;
    width: 25%;
}

.translateXY {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.translateY {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.translateX {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

html {
    font-size: 62.5%;
}
body{
    font-size: 1.4rem;
    font-family: 微软雅黑;
}

/*fffff*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearFix:before, .clearFix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.clearFix {
    zoom: 1;
}
@font-face {
    font-family: huawenxihei;
    src: url('../images/huawenxihei.ttf');
}

@font-face {
    font-family: jianti;
    src: url('../images/jianti.ttf');
}
.container{
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}


/*二级导航*/

.wrapper {
    z-index: 5;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.wrapper.mm-menu-open {
    -webkit-transform: translateX(360);
    -ms-transform: translateX(360);
    transform: translateX(360)
}

.container {
    padding: 0 72px
}

main {
    padding: 36px 0
}

section {
    margin-bottom: 36px
}

.header {
    padding: 24px 0;
    text-align: center
}

.header__title {
    margin: 0
}

.mm-menu-toggle {
    position: absolute;
    top: 15px;
    left: 12px;
    z-index: 20;
    width: 28px;
    height: 18px;
    background: -webkit-linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
    background: linear-gradient(0deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
    font-size: 0;
    text-indent: -9999px
}

.mm-menu-toggle::after, .mm-menu-toggle::before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #212121;
    content: ""
}

.mm-menu-toggle::before {
    top: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.mm-menu-toggle::after {
    bottom: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-menu-toggle, .mm-menu-toggle::after, .mm-menu-toggle::before {
    -webkit-transition: all .5s;
    transition: all .5s
}

.mm-menu-toggle.active {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mm-menu-toggle.active::before {
    width: 75%;
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg)
}

.mm-menu-toggle.active::after {
    width: 75%;
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg)
}

.mm-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s, box-shadow .5s;
    transition: transform .5s, box-shadow .5s
}

.mm-menu.active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media all and (min-width: 300px) {
    .mm-menu {
        width: 240px;
        -webkit-transform: translateX(-360);
        -ms-transform: translateX(-360);
        transform: translateX(-360)
    }
}

.mm-menu__header {
    width: 100%;
    height:52px;
    background-color: #358790;
    position: fixed;
    left:0;
    top:0;
}

.mm-menu__title {
    position: absolute;
    top: 12px;
    left:60px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px
}

.mm-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:78px;
}

.mm-menu__item {
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mm-menu__item.in-view {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mm-menu__item.item-1 {
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s
}

.mm-menu__item.item-2 {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s
}

.mm-menu__item.item-3 {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s
}

.mm-menu__item.item-4 {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s
}

.mm-menu__item.item-5 {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s
}

.mm-menu__item.item-6 {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s
}

.mm-menu__item.item-7 {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s
}

.mm-menu__item.item-8 {
    -webkit-transition: opacity .5s .8s, -webkit-transform .5s .8s;
    transition: opacity .5s .8s, transform .5s .8s
}

.mm-menu__item.item-9 {
    -webkit-transition: opacity .5s .9s, -webkit-transform .5s .9s;
    transition: opacity .5s .9s, transform .5s .9s
}

.mm-menu__item.item-10 {
    -webkit-transition: opacity .5s 1s, -webkit-transform .5s 1s;
    transition: opacity .5s 1s, transform .5s 1s
}

.mm-menu__item.item-11 {
    -webkit-transition: opacity .5s 1.1s, -webkit-transform .5s 1.1s;
    transition: opacity .5s 1.1s, transform .5s 1.1s
}

.mm-menu__item.item-12 {
    -webkit-transition: opacity .5s 1.2s, -webkit-transform .5s 1.2s;
    transition: opacity .5s 1.2s, transform .5s 1.2s
}

.mm-menu__item.item-13 {
    -webkit-transition: opacity .5s 1.3s, -webkit-transform .5s 1.3s;
    transition: opacity .5s 1.3s, transform .5s 1.3s
}

.mm-menu__item.item-14 {
    -webkit-transition: opacity .5s 1.4s, -webkit-transform .5s 1.4s;
    transition: opacity .5s 1.4s, transform .5s 1.4s
}

.mm-menu__item.item-15 {
    -webkit-transition: opacity .5s 1.5s, -webkit-transform .5s 1.5s;
    transition: opacity .5s 1.5s, transform .5s 1.5s
}

.mm-menu__item.item-16 {
    -webkit-transition: opacity .5s 1.6s, -webkit-transform .5s 1.6s;
    transition: opacity .5s 1.6s, transform .5s 1.6s
}

.mm-menu__item.item-17 {
    -webkit-transition: opacity .5s 1.7s, -webkit-transform .5s 1.7s;
    transition: opacity .5s 1.7s, transform .5s 1.7s
}

.mm-menu__item.item-18 {
    -webkit-transition: opacity .5s 1.8s, -webkit-transform .5s 1.8s;
    transition: opacity .5s 1.8s, transform .5s 1.8s
}

.mm-menu__item.item-19 {
    -webkit-transition: opacity .5s 1.9s, -webkit-transform .5s 1.9s;
    transition: opacity .5s 1.9s, transform .5s 1.9s
}

.mm-menu__item.item-20 {
    -webkit-transition: opacity .5s 2s, -webkit-transform .5s 2s;
    transition: opacity .5s 2s, transform .5s 2s
}

.mm-menu__link {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 2px 0;
    padding: 6px 12px;
    color: #727272;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s
}

.mm-menu__link-text {
    position: relative;
    z-index: 2;
    font-family: 微软雅黑;
}

.mm-menu__link--touch-effect {
    display: block;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: #B6B6B6;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.mm-menu__link--touch-effect.animating {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.mm-menu-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s
}

.mm-menu-mask.active {
    visibility: visible;
    opacity: 1
}


/* 导航 end*/



/*page one*/
.header-wrap {
    width: 100%;
    min-width: 320px;
    height: 48px;
    background-color: #00B5BC;
    position: relative;
}
.header-menu-btn{
    background: url("../images/ico-menu.png") no-repeat center;
    width:60px;
    height:49px;
    position: absolute;
    left:20px;
    top:15px;
    cursor: pointer;
}
.header-txt{
    height: 48px;
    margin-left: 90px;
    margin-right: 90px;
    text-align: center;
}
.header-phone{
    display: block;
    width:44px;;
    height:44px;
    background: url("../images/ico-phone1.png") no-repeat center;
    background-size: 40px;
    -o-background-size: 40px;
    -moz-background-size: 40px;
    -webkit-background-size: 40px;
    position: absolute;
    right:20px;
    top:1px;
}
.header-txt{
    padding-top: 15px;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
   /* font-family: jianti;*/
    font-family: "Microsoft YaHei","微软雅黑";
}
.header-txt span{

}
.banner-wap img{
    display: block;
    width:100%;
}

.project-nav-main{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 15px;
    background-color: #fff;
}
.project-nav-main li{
    width:25%;
    float: left;
    text-align: center;
}
.project-nav-main  .pic{}
.project-nav-main  .pic img{
    max-width:55px;
}
.project-nav-main .hx{}
.project-nav-main .hx a{
    font-size: 16px;
    color: #057d82;
}

/*4 slide*/
.yizhou-slide-wrap{
    position: relative;
   /* height:278px;*/
    overflow: hidden;
}
.yizhou-slide-wrap li{
  /*  height:278px;
    background: url("../images/bg-tech1.png") no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;*/
}
.yizhou-slide-wrap li img{
    display: block;
    width:100%;
}
.slide-pre,.slide-next{
    position: absolute;
    width:37px;
    height:90px;
    background: url("../images/ico-lw.png") no-repeat;
    top:50%;
    margin-top: -45px;
    z-index:10;
}
.slide-pre{
    background-position: -1px 0;
    left:0;
}
.slide-next{
    background-position: -40px 0;
    right:0;
}
.slide-desc{
    display: block;
    padding:1.5%;
    width:26%;
    height:79%;
    position: absolute;
    background-color:#98EFF3;
    bottom:8.5%;
    right:13%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    z-index:120;
}
.slide-desc .tit{
    color: #313230;
    font-size: 16px;
    height:22px;
    line-height: 22px;
    padding-bottom: 2px;
    border-bottom:1px solid #BFBFBF;
    text-align: center;
    margin-bottom: 3px;
    overflow: hidden;
}

.slide-desc .tit span{
    font-size: 10px;
}
.slide-desc .px{
    font-size: 11px;
    color: #5f615f;
    line-height: 18px;
    margin-bottom:7px;
    height:54%;
    overflow: hidden;
}
.slide-desc .more{
    text-align: center;
}
.slide-desc a{
    padding:2px 12px;
    background-color: #BD9804;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top:5px;
    font-size: 12px;
}
.yizhou-special03{
    background-color: #F3F3F3;
    padding:20px 10px;
}
.special-side{
    background-color: #0B9BE1;
    color: #fff;
    margin-bottom: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;;
}
.special-side span{
    float: left;
    width:30%;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-right: 3%;
}
.special-side p{
    float: left;
    width:67%;
    font-size: 14px;
    line-height: 22px;
}
.yizhou-slide-wrap li{
    position: relative;
}
.yizhou-slide-wrap .flex-direction-nav a{
    position: absolute;
    width:37px;
    height:90px;
    background: url("../images/ico-lw.png") no-repeat;
    top:20%;
    margin-top:-32%;
    display: none;

}
.yizhou-slide-wrap .flex-direction-nav .flex-next{
    background-position: -40px 0;
    right:0;
}
.yizhou-slide-wrap .flex-direction-nav .flex-prev{
    background-position: -1px 0;
    left:0;
}

/*ask-way-main*/
.ask-way-wrap{

    padding-bottom:0;
   /* background-color: #FAFAFA;*/
}
.ask-way-main{
    padding-top: 2px;
    background-color: #fff;
    border-bottom:2px solid #E5E5E5;
}
.ask-way-side1{
    width:45%;
    height: 195px;
}
.ask-way-side2{
    width:55%;
    height: 195px;
}
.ask-way-con1{
    height: 195px;
    border-right:2px solid #E5E5E5;
}
.ask-way-con2{
    height: 95px;
    border-bottom:2px solid #E5E5E5;
}
.ask-way-con3{
    height: 98px;
}
.ask-way-txt{
    text-align: center;
}
.ask-way-txt .hx{
    font-size: 16px;
    color: #30a6ee;
    padding-top: 20px;
}
.ask-way-txt .px{
    color: #4b4c4d;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ask-way-txt2 .hx{
    font-size: 16px;
    padding-top: 20px;
}
.ask-way-txt2 .px{
    color: #4b4c4d;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ask-ico1{
    text-align: center;
}
.ask-ico1 img{
    width: 70px;
}
.ask-way-txt2{
    float: left;
    width:60%;
}
.ask-ico2{
    width:40%;
    float: left;
    padding-top: 30px;
}
.ask-ico2 img{
    width:54px;
}
.ask-way-txt2{
    text-align: center;
}

.ask-way-txt2 .color2{
    color: #fe9569;
}
.ask-way-txt2 .color3{
    color: #17b992;
}
.teresa-tit1{
    height: 42px;
    background: url("../images/ico-li1.png") no-repeat 10px center #F3F3F3;
    background-size:auto 40px;
    padding-left:30px;
    margin-top:10px;
    line-height: 42px;
    letter-spacing: 2px;
}
.teresa-tit1 h3{
    font-size: 18px;
    color: #979a9c;
    font-weight: normal;
}

/*teresa-list-main*/
.teresa-list-main{
    padding-top: 10px;
    padding-left: 26px;
    padding-right: 26px;
}
.teresa-list-main li{
    width:33.333%;
    float: left;
}
.teresa-list-main .pd01{
    padding-left: 6px;
    padding-right: 6px;
}
.mb15{
    margin-bottom:15px;
}
.teresa-list-main .pic{
    width:100%;
/*    height: 110px;*/
    overflow: hidden;
}
.teresa-list-main .pic img{
    width:100%;
}
.teresa-list-main .tit{
    text-align: center;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    padding-top: 5px;
}
.teresa-list-main .tit a{
    color: #979a9c;
    font-size: 12px;
}
.teresa-news-main{}
.teresa-news-main li{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.teresa-news-main .pic{
    width:21%;
    /*height:118px;*/
    overflow: hidden;
    float: left;
}
.teresa-news-main .pic img{
    width:100%;
}
.teresa-news-main .desc{
    width:76%;
    float: left;
    margin-left: 3%;
/*    height: 118px;*/
    overflow: hidden;
}
.teresa-news-main .hx{
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    padding-top: 5px;
    letter-spacing: 1px;
}
.teresa-news-main .hx a{
    color: #4d4e4e;
}
.teresa-news-main .px{
    font-size: 10px;
    color: #8c8c8c;
    line-height: 18px;
}
.bottom-main{
    background-color: #00B5BC;
    padding:20px;
}
.bottom-side1{
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
.bottom-side1 a{
    color: #fff;
}
.bottom-side2,.bottom-side3{
    width:90%;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
}

/*page 2 动�??*/
.teresa-area1{
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 10px 15px;
    font-size: 14px;
}
.teresa-area1 a{
    color: #292929;
}
.teresa-page{
    padding: 15px 10px 10px;
    text-align: center;
}
.teresa-page a,.teresa-page span{
    padding:4px 8px;
    background-color: #BFBFBF;
    color: #fff;
    font-size: 12px;
    margin-left: 3px;
    display: inline-block;
    margin-bottom:5px;
    line-height: 20px;
}
.teresa-page span{
    background-color: #00B5BC;
    color: #fff;
}

/*page 3 关于我们*/

.about-menu{
    background-color: #F2F2F2;
    height: 40px;
    line-height: 40px;
    padding:3px 0;
}
.about-menu1-side{
    width:50%;
    float: left;
    text-align: center;
}
.about-menu1-side div{
    border-right:1px solid #BFBFBF;
}
.about-menu1-side a{
    color: #232323;
    font-size: 16px;
}

.about-tit{
    padding:10px 0;
    margin-top:20px;
}
.about-pos{
    width:195px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
}
.about-pos i{
    color: #a4a4a4;
    font-size: 50px;
    height: 54px;
    line-height: 54px;
    display: block;
    float: left;
    width:40px;
}
.about-pos div{
    height: 44px;
    width: 140px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.about-pos div span{
    font-size: 20px;
    color: #a4a4a4;
    display: block;
    line-height: 22px;
}

.about-con{
    padding:10px 15px;
}
.about-con p{
    font-size: 14px;
    color: #333232;
    margin-bottom: 15px;
    line-height: 22px;
}
.about-menu1-side a.active{
    color: #00B5BC;
}

/*page course*/
.course-list-main{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.course-list-main li{
    width: 50%;
    float: left;
}
.course-list-main li .pd10{
    padding: 0 10px;
}
.course-list-main .pic  img{
    display: block;
    width:100%;
    height: 160px;
}
.course-list-main .tit{
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.course-list-main .tit a{
    color: #969B9D;
    font-size: 14px;
}
.teresa-content{
    padding:0 8px;
}
.content-pd{
    border:1px solid #AAAAAA;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px 8px;
    overflow: hidden;
}
.content-tit{
    height: 34px;
    text-align: center;
    padding-top: 10px;
}
.content-tit h3{
    color: #292929;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: "Microsoft YaHei UI", '微软雅黑';
}
.content-con{
    padding:10px 0;
    font-size: 12px;
    color: #767575;
    line-height: 20px;
}
.content-con img{
    max-width: 100%;
    max-height: 100%;
}
.content-con p{

}
.content-page{
    padding: 10px 15px;
    overflow: hidden;
}
.content-page div{
    line-height: 24px;
}
.content-page div a,.content-page div {
    font-size: 12px;
    color: #767575;
}

/*page list news*/
.teresa-tit2{
    background: url("../images/ico-li2.png") no-repeat 10px center #F2F2F2;
    height: 48px;
    line-height: 48px;
    padding-left: 30px;
}
.teresa-tit2 h3{
    font-size: 18px;
    color: #979a9c;
    font-weight: normal;
}
.new-big{
    position: relative;
}
.new-big img{
    display: block;
    width:100%;
}
.news-big-tit{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background-color: rgba(90,98,118, 0.7);
}
.news-big-tit a{
    margin-left: 10px;
    color: #979a9c;
    letter-spacing: 1px;
    display: block;
}


/*page EAP*/
.eap-tit{

}
.eap-tit h1{
font-size: 18px;
    color: #2a2929;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: normal;
}
.eap-px {
    padding:0 20px;
}
.eap-px p{
    color: #2a2929;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.eap-list{
    padding:20px;
}
.eap-list li{
    width:50%;
    float: left;
    margin-bottom: 10px;
}
.ico-eap{
    width:106px;
    height: 106px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.ico-eap img{
    display: block;
    width:106px;
    height: 106px;
}
.ico-eap .hx{
    height: 20px;
    color: #fff;
    text-align: center;
    width:100%;
    position: absolute;
    bottom: 20px;
    left:0;
    font-size: 10px;

}
.eap-server-main{
    background-color: #EAE8E8;
    padding: 20px;
}
.server-tit{
    font-size: 18px;
    color: #2a2929;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    font-weight: normal;
}
.server-menu{
    text-align: center;
    color: #7b7777;
    line-height: 20px;
    padding-bottom: 15px;
}
.server-menu a{
    color: #7b7777;
    font-size: 14px;

}
.eap-server-slide{
    height: 305px;
    width:100%;
    position: relative;
    overflow: hidden;
}
.eap-server-side{
    width:163px;
    height: 263px;
    padding:20px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-top:2px solid #5585F9;
    text-align: center;
}

.eap-server-side .tit{
font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
}
.eap-server-side .ico{
    border-bottom: 1px solid #B5B5B5;
    padding-top: 10px;
}
.eap-server-side .px{
    margin-top: 10px;
    font-size: 12px;
    color: #535253;
    text-align: left;
    line-height: 20px;
}
.btn-left,.btn-right{
    display: block;
    background: url("../images/ico-btn.png") no-repeat;
    width: 44px;
    height: 127px;
    position: absolute;
    top:50%;
    margin-top:-64px;
}
.btn-left{
    left:0px ;
    background-position: 0 0;
}
.btn-right{
    right:0px;
    background-position: -52px 0;
}


.eap-server-slide .flex-direction-nav a{
    display: block;
    background: url("../images/ico-btn.png") no-repeat;
    width: 44px;
    height: 127px;
    position: absolute;
    top:50%;
    margin-top:-64px;
}
.eap-server-slide .flex-direction-nav .flex-next{
    right:0px;
    background-position: -52px 0;
}
.eap-server-slide .flex-direction-nav .flex-prev{
    left:0px ;
    background-position: 0 0;
}

/*page 心理咨询*/
.teresa-ask-wrap{
    padding: 30px;
}
.teresa-ask-side{
    border:2px solid #47B3EC;
    min-height: 145px;
    position: relative;
}
.teresa-logo{
    width:32%;
    float: left;
    margin-left:10px;
    margin-top:-10px;
}
.teresa-logo img{
    display: block;
    max-width:100%;
    max-height: 98%;

}
.teresa-txt{

}
.teresa-txt p{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6e6d6d;
    font-size: 14px;
    line-height: 22px;
}
.teresa-ask-list{
    padding-top: 20px;
}
.teresa-ask-list li{
    width: 50%;
    float: left;
    text-align: center;

}
.teresa-ask-list li img{
    max-width:40%;
    min-width: 65px;
}
.teresa-ask-list li .hx{
    font-size: 12px;
    color: #6e6d6d;
    line-height: 14px;
    height: 28px;
    padding-top: 0px;
}


@media screen and (max-width: 319px){
    .header-txt{
        font-size: 16px;
    }
    .project-nav-main .hx a{
        font-size: 12px;
    }

    .ask-way-txt .hx,.ask-way-txt2 .hx{
        font-size: 14px;
    }
    .ask-way-txt .px, .ask-way-txt2 .px{
        font-size: 10px;
    }

    .teresa-tit1 h3{
        font-size: 16px;
    }
    .teresa-list-main .tit a{
        font-size: 12px;
    }
    .teresa-area1{
        font-size: 12px;
    }
    .about-con p{
        font-size: 10px;
    }
    .about-menu1-side a{
        font-size: 14px;
    }
    .course-list-main .pic  img{
        height:80px;
    }
    .course-list-main .tit a{
        font-size: 12px;
    }
    .content-page div a,.content-page div {
        font-size: 12px;
    }
    .teresa-txt p{
        font-size: 12px;
    }
    .teresa-ask-list li .hx{
        font-size: 8px;
    }
    .yizhou-slide-wrap, .yizhou-slide-wrap li{
        height:178px;
    }
}
@media screen and (min-width: 320px) and (max-width: 359px){
 /*   .yizhou-slide-wrap, .yizhou-slide-wrap li{
        height:208px;
    }*/
    .header-txt{
        font-size: 16px;
    }
    .project-nav-main .hx a{
        font-size: 12px;
    }
    .ask-way-txt .hx,.ask-way-txt2 .hx{
        font-size: 14px;
    }
    .ask-way-txt .px, .ask-way-txt2 .px{
        font-size: 10px;
    }
    .teresa-list-main .tit a{
        font-size: 12px;
    }
    .teresa-area1{
        font-size: 12px;
    }
    .about-con p{
        font-size: 12px;
    }
    .course-list-main .pic  img{
        height:90px;
    }
    .course-list-main .tit a{
        font-size: 12px;
    }
    .content-page div a,.content-page div {
        font-size: 12px;
    }
    .teresa-txt p{
        font-size: 12px;
    }
}
@media screen and (min-width: 360px) and (max-width: 409px){
   /* .yizhou-slide-wrap, .yizhou-slide-wrap li{
        height:228px;
    }*/
    .header-txt{
        font-size: 18px;
    }
    .project-nav-main .hx a{
        font-size: 14px;
    }
    .ask-way-txt .hx,.ask-way-txt2 .hx{
        font-size: 16px;
    }
    .ask-way-txt .px, .ask-way-txt2 .px{
        font-size: 12px;
    }
    .about-con p{
        font-size: 12px;
    }
    .course-list-main .pic  img{
        height:100px;
    }
}
@media screen and (min-width: 410px) and (max-width: 479px){
    /*.yizhou-slide-wrap, .yizhou-slide-wrap li{
        height:248px;
    }*/
    .header-txt{
        font-size: 20px;
    }
    .project-nav-main .hx a{
        font-size: 16px;
    }
    .course-list-main .pic  img{
        height:110px;
    }
}
@media screen and (min-width: 480px) and (max-width: 639px){
   /* .yizhou-slide-wrap, .yizhou-slide-wrap li{
        height:258px;
    }*/
    .header-txt{
        font-size: 22px;
    }
    .course-list-main .pic  img{
        height:120px;
    }
}
@media screen and (min-width: 640px){
    .header-txt{
        font-size: 24px;
    }
}



/*page 2016 10-27*/
.teresa-teacher-tit{
    padding:15px 0;
}
.teresa-teacher-tit h3{
    font-size: 25px;
    color: #080808;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 26px;
    padding-bottom: 5px;
}
.teresa-teacher-tit div{
    font-size: 16px;
    color: #080808;
    text-align: center;
    letter-spacing: .8px;
}
.teresa-teacher-list{

}
.teresa-teacher-list li{
    background-color: #F2F2F2;
    border-bottom: 1px solid #fff;
    padding:15px 15px;
}
.teacher-con .pic{
    width: 30%;
    position: relative;
    text-align: center;
    height:100%;
    padding-right:3%;
    border-right:1px solid #7D7D7D;
}
.teacher-con .pic img{
    width:90%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.teacher-con .desc{
    width: 63%;
    margin-left: 3%;
}
.teach-hx {
    height: 32px;
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
}
.teach-hx .name1{
    float: left;
    color: #050505;
    font-size: 20px;
    line-height: 32px;
}
.teach-hx .job1{
    float: left;
    font-size: 14px;
    color: #050505;
    line-height: 32px;
    padding-left: 6px;
}
.teach-px{
    color: #050505;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 8px;
}
.teach-more a{
    font-size: 14px;
    color: #6d6b6b;
    padding:1px 10px;
    border:1px solid #7D7D7D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.teresa-teacher-page{
    padding:15px 0;
    text-align: center;
    background-color: #F2F2F2;
}
.teresa-teacher-page a,.teresa-teacher-page span{
    font-size: 12px;
    padding:1px 6px;
    margin-right: 3px;
    border:1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.teresa-teacher-page span{
    background-color: #00B5BC;
    border-color: #00B5BC;
    color: #fff;
}

/*page teacher content*/
.teacher-con-tit{
    background-color: #F1F1F1;
    padding:15px;
}
/*1*/
.teach-pic{
    width: 28%;
    padding-right:4%;
    text-align: center;
}
.tech-desc{
    width: 68%;
}
.teach-pic  img{
    width:90%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tech-desc .name1{
    color: #6d6b6b;
    font-size: 20px;
    margin-bottom: 5px;
}
.tech-desc .job1{
    font-size: 12px;
    line-height: 18px;
    color: #6d6b6b;
    margin-bottom: 5px;
}
.tech-desc .tit01{
    float: left;
    width:27%;
}
.tech-desc .con1{
    width:73%;
    float: left;
}

/*2*/
.teacher-content{
    padding:15px 20px;
}
.teacher-hx{
    margin-bottom:10px;
    margin-top: 10px;
}
.teacher-hx span{
    padding:3px 15px;
    background-color: #00B5BC;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
}
.teacher-px{
    font-size: 12px;
    color: #6d6b6b;
    line-height: 20px;
    padding-bottom: 5px;
}
.teacher-px p{
    font-size: 12px;
    color: #6d6b6b;
    line-height: 20px;
}


/*3*/
.teacher-content-page{
    padding:10px 0;
    border-top:1px solid #7D7D7D;
    border-bottom:1px solid #7D7D7D;
    margin-bottom: 15px;
    text-align: center;
}
.teacher-content-page .pg01,.teacher-content-page .pg02{
    float: left;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #040404;
}
.teacher-content-page a{
    color: #040404;
}

.teacher-content-page .pg01{
    width:49%;
    border-right:1px solid #7D7D7D;
}
.teacher-content-page .pg02{
    width:50%;
}



/*page 2016-10-28 qicai*/
.teresa-qicai-menu{
    padding: 0 20px;
    padding-bottom: 10px;
}
.qicai-menu li{
    width: 20%;
    float: left;
    text-align: center;
}
.qicai-menu li a{
    display: block;
}
.qicai-menu li img{
    width: 65px;
}
.qicai-menu li .px{
    font-size: 12px;
    line-height: 18px;
    width:95%;
    margin-left: auto;
    margin-right: auto;
}
.teresa-qicai-con{
    background-color: #F7F7F7;
    padding:10px;
    padding-top: 20px;
}
.teresa-qicai-con li{
    width: 50%;
    float: left;
}
.teresa-qicai-con li .pd{
    padding-left: 10px;
    padding-right: 10px;
}
.teresa-qicai-con .px{
    line-height: 32px;
    text-align: center;
}
.teresa-qicai-con .px a{
    font-size: 12px;
    color: #414040;
}
.teresa-qicai-con .pic{
    background-color: #fff;
    height: 140px;
    width: 100%;
    position: relative;
}
.teresa-qicai-con .pic img{
    display: block;
    max-width: 90%;
    max-height: 80%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
}


.teresa-qicai-con li.last{
    margin-right:0;
}

/*page qi content*/
.teresa-qi-con{
    padding:10px 20px;
    background-color: #fff;
    font-size: 12px;
    line-height: 22px;
    color: #3d3c3c;
    overflow: hidden;
}
.teresa-qi-con img{
    max-width: 100%;
}
.teresa-tit{
    text-align: center;
    font-size: 14px;
    color: #090909;
    text-align: center;
    line-height: 40px;
    background-color: #F1F1F1;
}
.teresa-qi-menu {
    text-align: center;
    font-size: 14px;
    color: #3d3c3c;
    text-align: center;
    line-height: 40px;
    background-color: #F1F1F1;
}
.teresa-qi-menu li{
    width:50%;
    float: left;
}
.teresa-qi-menu li a{
    display: block;
    width:100%;
}
.teresa-qi-menu li a.br0{
    border-right:1px solid #B5B5B5;
}
.teresa-qi-pic{
    height: 165px;
    position: relative;
    text-align: center;
}
.teresa-qi-slide{
    height: 165px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    overflow-y: hidden;
}
.teresa-qi-slide li{
    width: 100%;
    height: 165px;
}
.teresa-qi-slide li div{
    width: 100%;
    height: 165px;
    position: relative;
}
.teresa-qi-slide li img{
    display: block;
    position: absolute;
    max-width:70%;
    max-height: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:auto;
    margin-top: auto;
    left:0;
    right:0;
    top: 0;
    bottom:0;
}
.qi-left,.qi-right{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.qi-left{
    left:15px;
}
.qi-right{
    right:15px;
}

@media screen and (min-width: 320px) and (max-width: 359px){
    .teresa-teacher-tit h3{
        font-size: 20px;
    }
    .teresa-teacher-tit div{
        font-size: 12px;
    }
    .teach-hx .name1{
        font-size:16px;
    }
    .teach-hx .job1{
        font-size: 12px;
    }
    .qicai-menu li img{
        width: 45px;
    }

}
@media screen and (min-width: 360px) and (max-width: 409px){
    .teresa-teacher-tit h3{
        font-size: 22px;
    }
    .teresa-teacher-tit div{
        font-size: 13px;
    }
    .teach-hx .name1{
        font-size: 18px;
    }
    .teach-hx .job1{
        font-size: 13px;
    }
    .qicai-menu li img{
        width: 55px;
    }

}
@media screen and (min-width: 410px) and (max-width: 479px){
    .teresa-teacher-tit h3{
        font-size: 24px;
    }
    .teresa-teacher-tit div{
        font-size: 14px;
    }
    .teach-hx .name1{
        font-size: 20px;
    }
    .teach-hx .job1{
        font-size: 14px;
    }
    .qicai-menu li img{
        width: 60px;
    }

}
@media screen and (min-width: 480px) and (max-width: 639px){
    .teresa-teacher-tit h3{
        font-size: 24px;
    }
    .teresa-teacher-tit div{
        font-size: 14px;
    }
    .teach-hx .name1{
        font-size: 20px;
    }
    .teach-hx .job1{
        font-size: 14px;
    }
    .qicai-menu li img{
        width: 65px;
    }

}
@media screen and (min-width: 640px){

}
.teresa-li-more.bt01{
    border-top:1px solid #E6E6E6;
    margin-top: 15px;
}
.teresa-li-more{
    text-align: center;
    padding-top: 10px;;
}
.teresa-li-more a{
    font-size: 13px;
    color: #666;
}
.bottom-con1{

}
.bottom-address {
    width:68%;
    text-align: left;
}
.bottom-er {
    width:32%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.bottom-er div{
    font-size: 10px;
    line-height: 18px;
}
.bottom-er img{
    max-width: 75%;
    margin-top: 7px;
    margin-bottom:0;
}





