
@font-face {
    font-family: 'Akz';
    src: url('../font/Akzidenz Grotesk-Bold Cond Alt.otf');
}
body{
    font-family: "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei", sans-serif;
    position: relative;
    color: rgb(111, 111, 111);
    background-color: #fff;
    font-size: 14px;
}
a{
    text-decoration: none;
}
/*loading....===========*/
.loading{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(253,250,250,1);
    z-index: 10000;
    translation: opacity ease .4s;
}
.loading .ball{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 300px auto;
    border: 2px rgba(89,94,105,1) solid;
    transition: all ease .4s;
    -webkit-animation: fill_color 5s linear infinite;
    -moz-animation: fill_color 5s linear infinite;
    animation: fill_color 5s linear infinite;
}
.loading .ball::after{
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    background-color: rgba(89,94,105,1);
    top: -8px;
    left: 0px;
    -webkit-animation: square_check 1s ease-in-out infinite;
    -moz-animation: square_check 1s ease-in-out infinite;
    animation: square_check 1s ease-in-out infinite;
}

@-webkit-keyframes square_check{
    25%{ left: 32px; top: -8px;}
    50%{ left: 32px; top: 32px;}
    75%{ left: -9px; top: 32px;}
    100%{ left: -9px; top: -7px;}
}
@-moz-keyframes square_check{
    25%{ left: 32px; top: -8px;}
    50%{ left: 32px; top: 32px;}
    75%{ left: -9px; top: 32px;}
    100%{ left: -9px; top: -7px;}
}
@keyframes square_check{
    25%{ left: 32px; top: -8px;}
    50%{ left: 32px; top: 32px;}
    75%{ left: -9px; top: 32px;}
    100%{ left: -9px; top: -7px;}
}
@-webkit-keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(89,94,105,.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(89,94,105,1);}
}
@-moz-keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(89,94,105,.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(255,255,255,1);}
}
@keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(89,94,105,.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(89,94,105,1);}
}

/*
    ===========header开始==========
*/
/*
    ===========header结束，container开始==========
*/

.container{
    width: 100%;
    /*margin-top: 70px;*/
}

/*=======公共标题======*/
.container .title-block{
    width: 100%;
}
.container .title-block h2{
	width: 100%;
	height: 50px;
	font-size: 28px;
	font-weight: 500;
	color: #3c3c3c;
	text-align: center;
	line-height: 26px;
	background-image: url(../pic/dian.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.container .title-block2 h2{
	width: 100%;
	height: 50px;
	font-size: 28px;
	font-weight: 500;
	color: #d3d3d3;
	text-align: center;
	line-height: 26px;
	background-image: url(../pic/dian2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.container .title-block .title-cn{
    width: 100%;
    height: 12px;
    margin-top: 13px;
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
    line-height: 12px;
    font-weight: 300;
}
.container .title-block2 .title-cn{
    width: 100%;
    height: 12px;
    margin-top: 13px;
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
    line-height: 12px;
    font-weight: 300;
}
.container .intro{
    color: #969696;
}

/*banner======*/
.container .banner{
    width: 100%;
    height: 700px;
    transition: all .4s ease;
}
.container .banner .swiper-container{
    width: 100%;
    height: 100%;
    background: url('../img/bg2.jpg');
}
/*分页span的样式*/
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 22px;
}
.container .banner .swiper-container .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    margin: 0 15px;
    background-color: #58524f;
    opacity: 1;
}



.container .banner .swiper-container .swiper-pagination-bullet-active::after{
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 100%;
    border: 2px solid #58524f;
}

/*=======为什么选择不凡========*/
.container .why{
    width: 1200px;
    margin: 52px auto 0;
    overflow: hidden;
}
.why .intro{
    width: 914px;
    margin: 24px auto 38px;
    font-size: 16px;
    /*color: #656565;*/
    line-height: 26px;
    text-align: center;
}
.why .whyBlock_1{
    position: relative;
    width: 586px;
    height: 190px;
    float: left;
    overflow: hidden;
}
.why .whyBlock_1 ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.why .whyBlock_1 ul li{
    position: absolute;
    top: 0;
    left: 0;
    width: 586px;
    height: 100%;
}
.why .whyBlock_1 ul li:nth-child(1){
    background: url('../img/family_2.jpg') no-repeat;
}
.why .whyBlock_1 ul li:nth-child(2){
    background: url('../img/children.jpg') no-repeat;
}
.why .whyBlock_1 ul li:nth-child(3){
    background: url('../img/family_3.jpg') no-repeat;
}
.why .title{
    position: absolute;
    bottom: 35px;
    left: 13px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.why .text{
    position: absolute;
    bottom: 12px;
    left: 14px;
    font-size: 14px;
    color: #fff;
}
.why .left{
    float: left;
    width: 280px;
    height: 190px;
}
.why .right{
    float: right;
    width: 280px;
    height: 190px;
}
.why .whyBlock_2{
    float: right;
    overflow: hidden;
}
.why .whyBlock_2 .left{
    position: relative;
    float: left;
    width: 280px;
    height: 190px;
    margin-right: 26px;
    background: url('../img/real.jpg') no-repeat;
}
.why .whyBlock_2 .right{
    position: relative;
    float: right;
    width: 280px;
    height: 190px;
    background: url('../img/quality.jpg') no-repeat;
}
.why .whyBlock_3{
    float: left;
    margin-top: 27px;
    overflow: hidden;
}
.why .whyBlock_3 .left{
    position: relative;
    float: left;
    width: 280px;
    height: 190px;
    margin-right: 26px;
    background: url('../img/all.jpg') no-repeat;
}
.why .whyBlock_3 .right{
    position: relative;
    float: right;
    width: 280px;
    height: 190px;
    background: url('../img/tea.jpg') no-repeat;
}
.why .whyBlock_4{
    position: relative;
    width: 586px;
    height: 190px;
    margin-top: 27px;
    float: right;
    overflow: hidden;
}
.why .whyBlock_4 ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.why .whyBlock_4 ul li{
    position: absolute;
    top: 0;
    left: 0;
    width: 586px;
    height: 100%;
}
.why .whyBlock_4 ul li:nth-child(1){
    background: url('../img/recommend.jpg') no-repeat;
}
.why .whyBlock_4 ul li:nth-child(2){
    background: url('../img/wangyi.jpg') no-repeat;
}
.why .whyBlock_4 ul li:nth-child(3){
    background: url('../img/tengxun.jpg') no-repeat;
}

/*课程介绍=======*/
.container .course{
	width: 1200px;
	margin: 60px auto 0;
	overflow: hidden;
}
.container .course .introduce{
    margin-top: 23px;
    margin-bottom: 9px;
    font-size: 16px;
    color: #969696;
    text-align: center;
}
.container .course .course-items{
    margin-top: 100px;
    /* height: 780px; */
}
.course .course-items .course-block{
    float: left;
    width: 590px;
    position: relative;
    perspective: 1000px;
}
.course .course-items .course-block img{
    width: 590px;
    height: 427px;
}
.course .course-items .course-block.ui p.title,
.course .course-items .course-block.ui p.intro{
    text-shadow:0 5px 15px rgba(242,77,0,.45);
    color: #fff;
}
.course .course-items .course-block.h5 p.title,
.course .course-items .course-block.h5 p.intro{
    text-shadow:0 5px 15px rgba(49,117,197,.45);
    color: #fff;
}
.course .course-items .course-block.h5{
    margin-top: 2px;
}
.course .course-items .course-block .course-introduce{
    position: absolute;
    top: 281px;
    left: 84px;
    width: 434px;
    text-align: center;
    /*word-break:break-all; */
}
.course .course-items .course-block .course-introduce p{
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 28px;
    /*font-weight: bold;*/
    width: 100%;
    text-align: left;
}
.course .course-items .course-block .course-introduce p.title{
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

.course .course-items .course-block .course-deital{
    position: absolute;
    left: 0;
    top: 447px;
    /*height: 294px;*/
    height: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
}
.course .course-items .course-block .course-deital p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-left: 215px;
}

.course .course-items .course-block .course-deital p.p1{
    font-size: 20px;
    line-height: 30px;
    margin-top: 65px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.course .course-items .course-block.ui .course-deital{
    background: url('../img/ui_detial_bg.png') no-repeat center;
    background-size: 100% 258px;
}
.course .course-items .course-block.h5 .course-deital{
    background: url('../img/h5_detial_bg.png') no-repeat center;
    background-size: 100% 258px;
}
.course .course-items .course-block:hover .course-deital{
    height: 294px;
    opacity: 1;
}

.course .course-items .course-block.h5{
    margin-left: 20px;
    perspective-origin: 40% 10%;
    perspective: 1000px;
    -webkit-perspective: 1000px; /* Safari 和 Chrome */
    -ms-perspective: 1000px; /* Safari 和 Chrome */
    -moz-perspective: 1000px; /* Safari 和 Chrome */
    transform-style: preserve-3d;
}

.course .course-items .course-block.ui:after{
    position: absolute;
    right: 185px;
    top: 0px;
    width: 52px;
    height: 58px;
    content: '';
    z-index: 998;
    background: url('../img/ui_squ.png') no-repeat center;
    background-size: 100% 100%;
    animation: h5-jump 2.2s linear infinite both;
    -webkit-animation: h5-jump 3s linear infinite both;
    -ms-animation: h5-jump 3s linear infinite both;
    -moz-animation: h5-jump 3s linear infinite both;
}
.course .course-items .course-block.h5:after{
    position: absolute;
    left: 130px;
    top: 60px;
    width: 45px;
    height: 45px;
    content: '';
    z-index: 998;

    transform: translate3d(0,0,150px);
    background: url('../img/ballon.png') no-repeat center;
    background-size: 100% 100%;
    animation: ballonFly 12s ease-in-out infinite both;
    -webkit-animation: ballonFly 12s ease-in-out infinite both;
    -ms-animation: ballonFly 12s ease-in-out infinite both;
    -moz-animation: ballonFly 12s ease-in-out infinite both;
    -o-animation: ballonFly 12s ease-in-out infinite both;
}
.course .course-block .bottom-box{
    width: 590px;
    border: 1px solid #f1f1f1;
    border-top: 0;
    margin-top: -5px;
}
.course .course-block .full{
    width: 100%;
    height: 71px;
    background-color: #fff;
}
.course .course-block .consult{
    width: 100%;
    height: 71px;
    background-color: #f6f6f6;
}
.course .course-block .full p:nth-child(1),
.course .course-block .consult p:nth-child(1){
    float: left;
    margin-left: 83px;
    font-size: 16px;
    color: #393939;
    line-height: 71px;
}
.course .course-block .full p:nth-child(2),
.course .course-block .consult p:nth-child(2){
    position: relative;
    width: 112px;
    height: 35px;
    float: right;
    margin-top: 18px;
    margin-right: 72px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    background-color: #cbcbcb;
    transition: all .2s ease;
}
.course .course-block .consult p:nth-child(2) a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.course .course-block.ui .consult p:nth-child(2){
    background: linear-gradient(to right,#ff2e5e,#ff8039);
}
.course .course-block.ui .consult p:nth-child(2):hover{
    box-shadow: 0 5px 10px 0 rgba(249,101,25,.6);
}
.course .course-block.h5 .consult p:nth-child(2){
    background: linear-gradient(to right,#0062f6,#3b9eff);
}
.course .course-block.h5 .consult p:nth-child(2):hover{
    box-shadow: 0 5px 10px 0 rgba(99,173,252,.6);
}

/*课时/班型======*/
.time-type{
    position: relative;
    margin: 111px auto 0;
    background: url('../img/countbg.jpg') no-repeat;
    background-size: 100%;
}
.time-type-content{
    position: relative;
    width: 100%;
}
.time-type .time-type-list{
    display: block;
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}
.time-type .time-type-list li{
    float: left;
    width: 300px;
    height: 100%;
}
.time-type .time-type-list li .box{
    width: 100%;
    height: 97px;
    margin-top: 46px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #dedede;
}
.time-type .time-type-list li:last-child .box{
    border-right: 0;
}
.time-type .time-type-list li .box .number{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Akz';
    font-size: 60px;
    color: #515151;
}

.time-type .time-type-list li .box .side{
    position: relative;
    top: -28px;
    font-size: 14px;
    color: #7e7e7e;
    margin-left: 4px;
}
.time-type .time-type-list li .box .text{
    width: 100%;
    height: 14px;
    font-size: 16px;
    color: #7e7e7e;
    text-align: center;
    line-height: 22px;
}

/*课程设计========*/
.container .course-design{
	width: 100%;
	position: relative;
	background-color: #fff;
	margin-top:50px;
}
.container .course-design .intro{
    margin-top: 24px;
    font-size: 16px;
    /*color: #656565;*/
    text-align: center;
}
.container .course-design .title-block{
    margin-top: 62px;
}
.container .course-design .title-block2{
    margin-top: 62px;
}
.container .course-design .course-detail{
    width: 268px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}
.container .course-design .course-detail a{
    float: left;
    width: 118px;
    height: 35px;
    font-size: 14px;
    color: #b2b2b2;
    text-align: center;
    line-height: 35px;
    border: 1px solid #b2b2b2;
    border-radius: 17.5px;
    margin-right: 32px;
}
.container .course-design .course-detail .course-H5{
    margin-right: 0;
}
.container .course-design .course-detail a.active{
    color: #5181fb;
    border-color: #5181fb;
}
.container .course-design .bigbox{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
}
.container .course-design .bigbox .insetbox{
    position: relative;
    width: 2400px;
    /*width: 1200px;*/
    height: 390px;
    overflow: hidden;
    transition: all .4s ease;
}
.course-design .bigbox .detail-list{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    float: left;
    height: 390px;
}
.course-design .bigbox .detail-list .list{
    position: relative;
    width: 280px;
    height: 358px;
    float: left;
    margin-right: 26.6px;
    box-shadow: 0 7px 26px 0px rgba(177,177,177,.1);
}
.course-design .bigbox .detail-list .list:nth-child(4){
    margin-right: 0;
}
.course-design .bigbox .detail-list .list .top{
    position: relative;
    width: 100%;
    height: 86px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.course-design .bigbox .detail-list .list .top::before{
    position: absolute;
    top: 32px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(255,255,255,.7);
    transition: all .4s ease;
}
.course-design .bigbox .detail-list .list .title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    margin-left: 22px;
    transition: all .4s ease;
}
.course-design .bigbox .detail-list .list .en{
    font-size: 12px;
    color: #fff;
    margin-left: 24px;
    transition: all .4s ease;
}
.course-design .bigbox .detail-list .list .num{
    position: absolute;
    bottom: -46px;
    right: 17px;
    font-family: 'Akz';
    font-size: 80px;
    color: #fff;
    transition: all .6s ease;
}
.course-design .bigbox .detail-list .list:nth-child(1) .top{
    background: linear-gradient(to right,#5181fb,#37a9f9);
}
.course-design .bigbox .detail-list .list:nth-child(2) .top{
    background: linear-gradient(to right,#c75dfb,#f97be5);
}
.course-design .bigbox .detail-list .list:nth-child(3) .top{
    background: linear-gradient(to right,#fd5d81,#fb8e6c);
}
.course-design .bigbox .detail-list .list:nth-child(4) .top{
    background: linear-gradient(to right,#fa7e05,#f9c201);
}
.course-design .bigbox .detail-list .list .bottom{
    width: 100%;
    height: 272px;
    box-sizing: border-box;
    padding-top: 39px;
    padding-left: 22px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}
.course-design .detail-list .bottom li{
    margin-bottom: 28px;
}
.course-design .detail-list .bottom li p:nth-child(1){
    position: relative;
    font-size: 16px;
    color: #696969;
    font-weight: bold;
}
.course-design .detail-list .bottom li p:nth-child(2){
    margin-top: 5px;
    font-size: 14px;
    color: #9b9b9b;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.course-design .detail-list .bottom li .hot span{
    position: absolute;
    top: -20px;
    width: 78px;
    height: 40px;
    font-size: 12px;
    color: #fafafa;
    text-align: center;
    line-height: 29px;
    background:url('../img/hot.jpg') no-repeat;
}

/*hover效果======*/
.course-design .bigbox .detail-list .list:hover .num{
    transform: translateY(-30px);
}
.course-design .bigbox .detail-list .list:hover .title{
    transform: translate(9px);
}
.course-design .bigbox .detail-list .list:hover .en{
    transform: translate(9px);
}
.course-design .bigbox .detail-list .list:hover .top::before{
    width: 22px;
}

.course-design .parallax{
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 350px;
    height: 229px;
    box-shadow: 0 3px 46px 0 rgba(184,184,184,.1);
    background-color: #fff;
    z-index: -1;
}
.course-design .parallax .de{
    position: absolute;
    top: 126px;
    /*left: 259px;*/
    left: 166px;
    transform: rotate(90deg);
}
.course-design .parallax .de p{
    font-size: 18px;
    color: #4f4f4f;
}
.course-design .parallax .bc{
    position: absolute;
    top: 115px;
    /*left: 261px;*/
    left: 168px;
    transform: rotate(90deg);
}
.course-design .parallax .bc p{
    font-size: 12px;
    color: #a9a9a9;
}
.course-design .parallax .line{
    position: absolute;
    top: -85px;
    /*left: 307px;*/
    left: 214px;
    width: 1px;
    height: 144px;
    background-color: #e2e2e2;
}

/*========学员就业========*/
.work{
	padding-top: 70px;
	background-image: url(../pic/abg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:1000px;
}
.work .intro{
    margin-top: 24px;
    font-size: 16px;
    /*color: #656565;*/
    text-align: center;
}
.work ul{
    width: 1200px;
    margin: 73px auto 0;
    overflow: hidden;
}
.work ul li{
    width: 380px;
    height: 162px;
    float: left;
    margin-right: 30px;
    box-shadow: 0 7px 30px 0 rgba(177,177,177,.2);
}
.work ul li:nth-child(n-3){
    margin-bottom: 30px;
}
.work ul li:nth-child(3n){
    margin-right: 0;
}
.work ul li .case{
    width: 100%;
    height: 119px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.work ul li .case img{
    transition: all .4s ease;
}
.work ul li .words{
    width: 100%;
    height: 43px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}
.work ul li .words span{
    font-size: 15px;
    color: #959595;
    line-height: 43px;
}
.work ul li .words span:nth-child(1){
    margin-left: 19px;
    margin-right: 16px;
}
.work ul li .words span:nth-child(3){
    margin-left: 23px;
}
.work ul li:hover .case img{
    transform: scale(1.1);
}
.work .company{
    display: block;
    margin: 19px auto 0;
}

/*教学环境=======*/
.enviroment-wrap{
    position: relative;
    width: 100%;
    height: 720px;
    min-width: 1200px;
    overflow: hidden;
    /*background:#5181fb url('../img/enviroment_bg.jpg') no-repeat center bottom;*/
    background-color: #5181fb;
    background-size: cover;
    margin-top: 150px;
}
#canvas1{
    position: absolute;
    left: 0;
    top: 0;
}
.enviroment-wrap .circle-sheet{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 800px;
    margin-left: -600px;
    margin-top: -400px;
}
.enviroment-wrap .redcircle{
    position: absolute;
    top:280px;
    left: -40px;
    width: 135px;
    height: 135px;
    border-radius: 100%;
    background: linear-gradient(34deg,#fb485a,#fd8c4e);
    box-shadow: 0 2px 49px 0 rgba(81,129,251,.7);
}
.enviroment-wrap .yellowcircle{
    position: absolute;
    top: 70px;
    left: 190px;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: linear-gradient(34deg,#fed454,#fdeb55);
    box-shadow: 0 10px 70px 0 rgba(24,72,195,.47);
}
.enviroment-wrap .blue-left{
    position: absolute;
    top: 236px;
    left: 435px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: linear-gradient(34deg,#fed454,#fdeb55);
    box-shadow: 0 10px 70px 0 rgba(24,72,195,.47);
}
.enviroment-wrap .bluecircle{
    position: absolute;
    top: 30px;
    left: 420px;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background: linear-gradient(34deg,#52dfce,#2dd995);
    box-shadow: 0 10px 70px 0 rgba(80,128,251,.47);
    z-index: 0;
}

.enviroment-wrap .separate{
    position: absolute;
    left: 50%;
    top: 50px;
    width: 1200px;
    margin-left: -600px;
}
.enviroment-wrap .env-block-first{
    width: 720px;
    height: 240px;
    color: #fff;
    float: left;
}
.enviroment-wrap .env-block-first .title-bk{
    margin-top: 62px;
}
.enviroment-wrap .env-block-first .intro{
    margin-top: 24px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.separate .env-block-first .title-bk h2{
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 9px;
}
.separate .env-block-first .title-bk h3{
    font-size: 12px;
    text-align: center;
    font-weight: lighter;
    color: #fff;
}

.enviroment .hold{
    width: 720px;
    height: 240px;
    float: left;
}
.enviroment-box{
    width: 100%;
    /*margin-top: 158px;*/
}
.enviroment-box .block:hover img {
    transform: scale(1.1)
}
.enviroment-wrap .enviroment.container{
    position: relative;
    width: 1200px;
    margin: 90px auto 0;
}
.enviroment-wrap .container .last_img{
    width: 240px;
    height: 240px;
    overflow: hidden;
    margin-left: 479px;
}
.enviroment-wrap .enviroment .env-block{
    width: 240px;
    height: 240px;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.enviroment-wrap .enviroment .env-block.large{
    width: 479px;
    height: 240px;
}
.enviroment-wrap .enviroment .env-block.say{
    position: relative;
    background: #fff;
    padding: 54px 35px;
    color: #bbbbbb;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;

}
.enviroment-wrap .enviroment .env-block.say p{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}
.enviroment-wrap .enviroment .env-block.say p.title{
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    color: #777777;
}
.enviroment-wrap .enviroment .env-block.say p.cn{
    font-size: 13px;
    color: #9f9f9f;
    font-weight: lighter;
    line-height: 18px;
    margin-bottom: 35px;
}
.enviroment-wrap .enviroment .env-block.say p.desc{
    font-size: 14px;
    color: #9f9f9f;
    /*font-weight: lighter;*/
}
/*.enviroment-wrap .enviroment .block:hover .env-block.say{*/
    /*background: #323B40;*/
    /*color: #fff;*/
/*}*/
/*.enviroment-wrap .enviroment .block:hover .env-block.say p{*/
    /*color: #fff;*/
/*}*/
.enviroment-wrap .enviroment .block:hover .env-block.say p.desc{
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
}

.enviroment-wrap .enviroment .env-block.img img{
    transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
}
.enviroment-wrap .enviroment .env-block.img.active img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*=======选机构，还是选老师=======*/
.choice{
    padding-top: 96px;
}
.choice .intro{
    width: 288px;
    margin: 20px auto 100px;
    font-size: 18px;
    /*color: #656565;*/
    line-height: 26px;
}
.choice .teacher-list{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choice .teacher-list li:nth-child(-n+3){
    margin-bottom: 92px;
}
.choice .teacher-list li .situation{
    position: relative;
    width: 379px;
    height: 139px;
    padding-top: 28px;
    padding-left: 42px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    box-shadow: 0 7px 20px 0px rgba(177,177,177,.1);
    background-color: #fff;
    transition: all .4s ease;
}
.choice .teacher-list li .situation::after{
    position: absolute;
    content: '';
    bottom: -7px;
    left: 37px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid #fff;
}
.choice .teacher-list li .situation p{
    font-size: 14px;
    color: #808080;
    line-height: 22px;
}
.choice .teacher-list li .situation p:nth-child(n+3){
    text-indent: 70px;
}
.choice .teacher-list li .situation .hide{
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.choice .teacher-list li .person .headImg{
    margin-top: 21px;
    float: left;
    width: 93px;
    height: 93px;
    border-radius: 100%;
    box-shadow: 0 7px 25px 0 rgba(177,177,177,.3);
    overflow: hidden;
}
.choice .teacher-list li .person .headImg img{
    width: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all .4s ease;
}
.choice .teacher-list li .person .right{
    float: left;
    margin-top: 51px;
    margin-left: 20px;
}
.choice .teacher-list li .person .name{
    font-size: 18px;
    color: #414141;
    font-weight: bold;
}
.cho .teacher-list li .person .job{
    margin-top: 10px;
    font-size: 14px;
    color: #969696;
}

/*hover效果====*/
.choice .teacher-list li:hover .name{
    color: #3d6fee;
}
.choice .teacher-list li:hover .hide{
    height: 22px;
}
.choice .teacher-list li:hover .ignore{
    overflow: hidden;
    height: 0;
}

.choice .teacher-list li:hover img{
    transform: scale(1.1);
}
.choice .teacher-list li:hover .situation{
    height: 187px;
    margin-top: -48px;
    background: linear-gradient(to right,#5181fb,#37a9f9);
}
.choice .teacher-list li:hover .situation p{
    color: #fff;
}
.choice .teacher-list li:hover .situation::after{
    border-top-color: #5181fb;
}


/*学员佳作=======*/
.masterpieces{
    position: relative;
    width: 100%;
    margin-top: 190px;
    height: 1290px;
}
.masterpieces .para{
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 250px;
    padding-left: 60px;
    box-shadow: 0 3px 46px rgba(184,184,184,.2);
    background-color: #fff;
}
.masterpieces .para p{
    font-size: 80px;
    color: rgba(169,169,169,.1);
    font-family:"Microsoft YaHei";
    font-weight: bold;
    letter-spacing: 1px;
}
.masterpieces .para .bf{
    margin-top: -48px;
    margin-bottom: -25px;
    font-size: 69px;
}
.masterpieces-content{
    width: 1200px;
    margin: 0 auto;
}
.masterpieces-content .intro{
    margin-top: 24px;
    font-size: 18px;
    /*color: #656565;*/
    text-align: center;
}
.masterpieces-content .production{
    position: relative;
    margin-top: 53px;
}
.masterpieces .more{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    text-align: center;
    transition: all .4s ease;
}
.masterpieces .more a{
    position: relative;
    display: inline-block;
    width: 47px;
    font-size: 16px;
    color: #ababab;
    line-height: 100px;
    transition: all 1s ease;
}
.masterpieces .more a::after{
    position: absolute;
    top: 45px;
    right: 0;
    content: '';
    width: 0;
    height: 11px;
    background: url('../img/right.png') no-repeat;
    transition: all .3s ease;
}
.masterpieces .more:hover{
    background-color: #505050;
}
.masterpieces .more:hover a{
    width: 80px;
    text-align: left;
    color: #fff;
}
.masterpieces .more:hover a::after{
    width: 6px;
    transform: translate(6px);
}

/*学员佳作的作品集的12个小块======*/
.masterpieces-content .production ul{
    width: 100%;
    position: relative;
}
.masterpieces-content .production ul li{
    position: absolute;
    width: 280px;
    overflow: hidden;
    cursor: pointer;
}
.masterpieces-content .production ul li a{
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.masterpieces-content .production ul li::before{
    position: absolute;
    /* left: 20px; */
    content: "";
    width: 240px;
    height: calc(100% - 40px);

    margin-top: 20px;
    margin-left: 20px;
    z-index: 10;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.masterpieces-content .production ul li::after{
    content: '';
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url('../img/add.png') no-repeat;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 10;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}
.masterpieces-content .production ul li:hover a{
    transform: scale(1.2);
}
.masterpieces-content .production ul li:hover::before{
    border: 1px solid rgba(255,255,255,.5);
}
.masterpieces-content .production ul li:hover::after{
    opacity: 1;
    top: 15%;
}

/* ========最新动态======== */
.new{
    width: 1200px;
    height: 675px;
    margin: 70px auto 0;
    overflow: hidden;
}
.new .intro{
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 16px;
    /*color: #656565;*/
    text-align: center;

}
.new .new-nav{
    overflow: hidden;
}
.new .new-nav a{
    float: left;
    width: 108px;
    height: 35px;
    margin-right: 22px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 33px;
    border: 1px solid #333;
    border-radius: 17.5px;
}
.new .new-nav a.active{
    color: #fd4b0d;
    border-color: #fd4b0d;
}
.new .new-case{
    float: left;
    width: 748px;
    margin-top: 37px;
    overflow: hidden;
}
.new .new-case .case-content{
    width: 1496px;
    transition: all 1s ease;
}
.new .new-box{
    float: left;
}
.new .new-box .info li{
    margin-bottom: 26px;
    overflow: hidden;
}
.new .new-box .info li:last-child{
    margin-bottom: 0;
}
.new .new-box .info li .cover{
    /*display: block;*/
    float: left;
    width: 230px;
    height: 120px;
    background-position: center;
    background-size: cover;
}
.new .new-box .info li .right{
    float: left;
    width: 498px;
    margin-left: 20px;
}
.new .new-box .info li .right .title{
    overflow: hidden;
}
.new .new-box .info li .right .title .name{
    float: left;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: bold;
    margin-left: 12px;
    line-height: 24px;
}

.name a:hover{
    float: left;
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    margin-left: 12px;
    line-height: 24px;
}

.new .new-box .info li .right .title span.tab{
    float: left;
    width: 70px;
    height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    background-color: #fd4b0d;
}
.new .new-box .info li .right .info{
    height: 58px;
    margin-top: 14px;
    font-size: 14px;
    color: #969696;
	line-height:26px;
    overflow: hidden;
}
.new .new-box .info li .right .bottom{
    margin-top: 1px;
    overflow: hidden;
}
.new .new-box .info li .right .bottom span{
    float: left;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 22px;
}
.new .new-box .info li .right .bottom span:nth-child(2){
    margin: 0 32px 0 36px;
    text-indent: 24px;
    background: url('../img/eye.png') no-repeat 0 6px;
}
.new .new-box .info li .right .bottom span:nth-child(3){
    text-indent: 24px;
    background: url('../img/click.png') no-repeat 0 3px;
}
.new .onright{
    float: right;
    width: 390px;
    height: 420px;
    margin-top: 37px;
    background-color: #fff;
    box-shadow: 0 4px 14px 4px rgba(214,214,214,.2);
}
.new .onright .top{
    position: relative;
    width: 100%;
    height: 120px;
    padding-top: 36px;
    background: linear-gradient(to right,#fb8350,#f93838);
}
.new .onright .top .title{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.new .onright .top .text{
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.new .onright .top .update{
    position: absolute;
    top: -4px;
    left: 26px;
    width: 37px;
    height: 76px;
    background: url('../img/update.png') no-repeat;
}
.new .onright .bottom{
    padding: 0 20px;
}
.new .onright .bottom li{
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ededed;
}
.new .onright .bottom li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #6b6b6b;
    line-height: 60px;
}
.new .onright .bottom li span:nth-child(1){
    float: left;
    width: 237px;
    text-indent: 31px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.new .onright .bottom li span:nth-child(2){
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #bdbdbd;
    text-indent: 0;
}
.new .onright .bottom li::before{
    position: absolute;
    top: 27px;
    left: 7px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #a9a9a9;
}
.new .onright .more{
    float: right;
    width: 56px;
    height: 25px;
    margin-top: 10px;
    margin-right: 29px;
    padding-top: 10px;
    padding-left: 16px;
    border: 1px solid #cacaca;
    border-radius: 12.5px;
    transition: all .4s ease;
}
.new .onright .more a{
    float: left;
    width: 4px;
    height: 4px;
    margin-right: 6px;
    border-radius: 100%;
    background-color: #9d9d9d;
    transition: all .3s ease;
}
.new .onright .more:hover{
    background-color: #9d9d9d;
}
.new .onright .more:hover a{
    background-color: #fff;
}


/* ====nice to meet you==== */
.nice{
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
    background-size: cover;
}
.nice .n-center{
    width: 1200px;
    height: 561px;
    margin: 0 auto;
    margin-top: 7px;
    border-radius: 6px;
	text-align:center
}
.nice .n-center img{
    margin-top: 13px;
    margin: 13px auto;
	text-align:center
}
.nice .n-center .character{
    height: 83px;
    float: left;
    margin-top: 45px;
    padding-left: 66px;
    border-left: 1px solid #e3e3e3;
}
.nice .n-center .character p:first-child{
    /*font-family: '方正清刻本悦宋简体';*/
    font-family: 'KaiTi';
    font-size: 26px;
    color: #ec9733;
}
.nice .n-center .character p:nth-child(2){
    width: 551px;
    font-family: 'KaiTi';
    font-size: 16px;
    color: #8c8c8c;
    line-height: 24px;
}

/* =========常见问题========= */
.question{
    width: 1200px;
    margin: 90px auto 0;
}
.question .intro{
    margin-top: 20px;
    font-size: 18px;
    /*color: #656565;*/
    text-align: center;
}
.question ul{
    margin-top: 66px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.question ul li{
    position: relative;
    width: 390px;
    height: 154px;
    background-color: #f9f9f9;
    border-radius: 6px;
    border:1px solid #eee;
}
.question ul li::before{
    position: absolute;
    bottom: -8px;
    left: 35px;
    content: '';
    border-top: 8px solid #eee;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.question ul li::after{
    position: absolute;
    bottom: -7px;
    left: 36px;
    content: '';
    border-top: 7px solid #f9f9f9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.question ul li:nth-child(-n+3){
    margin-bottom: 23px;
}
.question ul li .title{
    position: relative;
    margin: 18px 0 9px 26px;
    font-size: 16px;
    color: #484848;
    font-weight: bold;
    line-height: 22px;
    transition: all .1s ease;
}
.question ul li .title::before{
    position: absolute;
    top: 10px;
    left: -40px;
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(255,255,255,.7);
    transition: all .4s ease;
}
.question ul li .text{
    width: 336px;
    margin: 0 auto;
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    transition: all .4s ease;
}


.question ul li:hover{
    background: linear-gradient(to right,#5181fb,#37a9f9);
    box-shadow: 0 7px 13px 0 rgba(22,132,229,.25);
}
.question ul li:hover::after{
    border-top-color: #5181fb;
}
.question ul li:hover .title{
    color: #fff;
    transform: translate(14px);
}
.question ul li:hover .text{
    color: #fff;
}
.question ul li:hover .title::before{
    width: 28px;
}


/*联系我们=========*/
.contact{
    width: 1920px;
    margin: 70px auto 0;
}
.contact-container{
    width: 100%;
    height: 426px;
    margin-top: 61px;
    overflow: hidden;
}
#map_body{
    float: left;
    width: 470px;
    height: 100%;
    background: url('../img/map.jpg') no-repeat;
}
#map_body2{
    float: left;
    width: 470px;
    height: 100%;
    background: url('../img/map2.jpg') no-repeat;
}

/*咨询模块============*/
.address-wrap{
    position: relative;
    float: left;
    width: 480px;
    height: 100%;
    padding-top: 20px;
    padding-left: 40px;
    background: #fff;
}
.address-wrap2{
    position: relative;
    float: left;
    width: 480px;
    height: 100%;
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
}

#address .zx.tel{
    margin-bottom: 28px;
    font-size: 20px;
    color: #3c3c3c;
    font-weight: bold;
}
#address .way{
    font-size: 15px;
    color: #7f7f7f;
    line-height: 24px;
}
#address .add-icon{
    background: url('../img/add-icon.png') no-repeat left;
    text-indent: 40px;
}
#address .bus-way{
    background: url('../img/go.png') no-repeat left;
    text-indent: 40px;
    margin-top: 12px;
}
#address .bus-way2{
    background: url('../img/go2.png') no-repeat left;
    text-indent: 40px;
    margin-top: 9px;
}
#address .bus-way3{
    background: url('../img/go3.png') no-repeat left;
    text-indent: 40px;
    margin-top: 9px;
}
#address .bottom{
    margin-top: 41px;
    /* overflow: hidden; */
}
#address .bottom .floor{
    float: left;
    width: 119px;
	margin-right: 30px;
}
#address .bottom .floor p{
    width: 100%;
    font-size: 15px;
    color: #7f7f7f;
    text-align: center;
	
	
}
#address .bottom ul{
    float: left;
    margin-top: 27px;
    margin-right: 20px;
	
}
.floor2{padding-left:15px; padding-left:25px}
#address .bottom ul li:nth-child(1){
    background: url('../img/qq.png') no-repeat center;
}
#address .bottom ul li:nth-child(2){
    background: url('../img/wx.png') no-repeat center;
}
#address .bottom ul li:nth-child(3){
    background: url('../img/xl.png') no-repeat center;
}
#address .bottom ul li:nth-child(4){
    background: url('../img/zk.png') no-repeat center;
}
#address .bottom ul li:nth-child(5){
    background: url('../img/china.png') no-repeat center;
}
#address .bottom ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
#address .bottom ul .qr div{
    position: absolute;
    /*top: -129px;*/
    top: 0;
    left: -44px;
    width: 118px;
    height: 0;
    /*transition: all .4s ease;*/
    box-shadow: 0 2px 18px 0 #e4e4e4;
}
#address .bottom ul li:nth-child(1) div{
    background: url('../img/qQR.jpg') no-repeat center;
}
#address .bottom ul li:nth-child(2) div{
    background: url('../img/wQR.png') no-repeat center;
}
#address .bottom ul li:hover{
    opacity: 1;
}
#address .bottom ul .qr:hover div{
    top: -129px;
    height: 126px;
}


@keyframes jump{
    0%{transform:translateY(0)}
    50%{transform:translateY(-10px)}
    100%{transform:translateY(0)}

}

@keyframes ballonFly{0%{transform:translate3d(0,0,100px) scale3d(1.1,1.1,1.2)}
    20%{transform:translate3d(110px,-30px,200px) scale3d(1,1,1)}
    40%{transform:translate3d(155px,-70px,0) scale3d(1,1,.9)}
    60%{transform:translate3d(-40px,-15px,-120px) scale3d(1,1,.8)}
    80%{transform:translate3d(-60px,-15px,-100px) scale3d(1,1,1)}
    100%{transform:translate3d(0,0,100px) scale3d(1.1,1.1,1.2)}
}


/*
		==================container结束,footer开始===============
*/

.footer{
    width: 100%;
    height: 310px;
    margin-top: -82px;
    text-align: center;
    background-color: #3a3a3a;
    overflow: hidden;
    z-index: -1;
}
.footer2{
    width: 100%;
    height: 150px;
    margin-top: -82px;
    text-align: center;
    background-color: #3a3a3a;
    overflow: hidden;
    z-index: -1;
}
.footer ul{
    display: inline-block;
    margin-top: 140px;
}
.footer ul li{
    float: left;
    margin-right: 40px;
}
.footer ul li a{
    display: block;
    color: #cfcfcf;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.footer ul li a:hover{
    color:#fcfcfc;
}
.footer ul li:first-child{
    margin-right: 15px;
}
.footer ul li:last-child{
    margin-right: 0;
}
.footer p{
    font-size: 14px;
    color: rgba(255,255,255,.5);
    text-align: center;
    line-height: 26px;
}
.footer2 p{
    font-size: 14px;
    color: rgba(255,255,255,.5);
    text-align: center;
    line-height: 26px;
}
.footer p a{
    color: rgba(255,255,255,.5);
}
.footer .bf{
	margin-top: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height:95px;
}

.footer .keji{
    margin-top: 5px;
}


/*==================banner效果============*/
.container .banner {
    width: 100%;
    cursor: -webkit-grab;
}

.banner .swiper-slide .fixBox {
    position: relative;
    width: 1200px;
    height: 462px;
    background: url('../img/img_bg_2.png');
}

.bannerbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://bufanui-v2.oss-cn-beijing.aliyuncs.com/web/banner-v1/ditu.jpg') no-repeat center;
    background-size: auto 100%;
}

.banner .swiper-slide img {
    position: absolute;
}

.banner img:nth-child(2) {
    width: 191.4px;
    top: 122px;
    left: 200px;
    animation: wave 4.55556s .1s infinite linear;
}

.banner img:nth-child(3) {
    width: 118.8px;
    top: 20px;
    left: 335px;
    animation: rot 17s linear infinite both;
}

.banner img:nth-child(4) {
    width: 453px;
    top: 105px;
    left: 384px;
    z-index: 1;
}

.banner img:nth-child(5) {
    width: 102.6px;
    top: 83px;
    right: 180px;
    animation: jump 5s ease infinite both;
}

.banner img:nth-child(6) {
    width: 82.8px;
    top: 40px;
    right: 620px;
    animation: cloudMove ease 5s infinite alternate;
}

.banner img:nth-child(7) {
    width: 169.2px;
    top: 0px;
    left: 620px;
    animation: waverever 4s linear infinite alternate;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cloudMove {
    0% {
        transform: translate(-40px);
    }
    100% {
        transform: translate(40px);
    }
}

@keyframes wave {
    0% {
        transform: rotateZ(0) translate3d(0, 2%, 0) rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg) translate3d(0, 2%, 0) rotateZ(-360deg);
    }
}

@keyframes waverever {
    0% {
        transform: translateX(10px) translateY(3px);
    }
    100% {
        transform: translateX(-15px) translateY(-3px);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0)
    }
    33% {
        transform: translateY(25px);
    }
    66% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes h5-jump{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-16px);
    }
    100%{
        transform: translateY(0);
    }
}

/*咨询模块=============*/

.share {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 100px;
}

.share ul {
    width: 38px;
}

.share ul li {
    display: block;
    width: 100%;
    height: 38px;
    cursor: pointer;
}


.share .share-qq {
    background: url('../img/qq.png') no-repeat center;
    background-size: 38px 38px;
    transition: transform .2s ease .2s;
    -webkit-transition: transform .2s ease .2s;
    -moz-transition: transform .2s ease .2s;
}

.share .share-qq.closed {
    transform: translate(50px);
    -moz-transform: translate(50px);
    -webkit-transform: translate(50px);
    -ms-transform: translate(50px);
}
.share .share-sm {
    position: relative;
    top: 0;
    width: 132px;
    height: 132px;
    background: url('../img/sm.jpg') no-repeat center;
    background-size: cover;
    display: none;
	right: 38px;
}

.share .share-wx {
    position: relative;
    background: url('../img/wx.png') no-repeat center;
    background-size: 38px 38px;
}
.share .share-wx:hover .share-wx-img{
    display: block;
}
.share .share-wx .share-wx-img{
    position: absolute;
    right: 38px;
    top: 0;
    width: 132px;
    height: 132px;
    background: url('../img/wx.jpg') no-repeat center;
    background-size: cover;
    display: none;
}
.share .share-goup {
    background: url('/pic/sm.jpg') no-repeat center;
    margin-top: 5px;
    background-size: 38px 38px;
    visibility: hidden;
    transition: visibility .2s ease;
    -webkit-transition: visibility .2s ease;
    -moz-transition: visibility .2s ease;
}

.share .share-goup.active {
    visibility: visible;
	background: url('/pic/sm.jpg') no-repeat center;
}

.share .zx-items {
    position: absolute;
    width: 170px;
    height: 185px;
    right: 0px;
    bottom: 80px;
    font-size: 14px;
    color: #717171;
    background: #fff;
    box-shadow: 2px -2px 5px rgba(174, 174, 174, .3);
    -webkit-box-shadow: -2px 2px 5px rgba(174, 174, 174, .3);
    -moz-box-shadow: 2px -2px 5px rgba(174, 174, 174, .3);
    transition: transform .2s ease .2s;
    -webkit-transition: transform .2s ease .2s;
    -moz-transition: transform .2s ease .2s;
}

.share .zx-items.closed {
    transform: translate(190px);
    -moz-transform: translate(190px);
    -webkit-transform: translate(190px);
    -ms-transform: translate(190px);
}

.share .zx-items li,
.share .zx-items a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.share .zx-items .title {
    font-size: 12px;
    color: #fff;
    text-indent: 20px;
    background: #fd4b0d;
    cursor: default;
}

.share .zx-items .title .close {
    display: block;
    background: rgba(0, 0, 0, 0) url('../img/X.png') no-repeat center;
    background-size: 12px 12px;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 12px;
    cursor: pointer;
    transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
}

.share .zx-items .title .close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.share .zx-items .qq {
    height: 35px;
    text-indent: 50px;
    background: #e8e8e8;
    background-size: 14px 14px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

.share .zx-items .qq a {
    color: #717171;
}

.share .zx-items .qq::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 20px;
    top: 12px;
    background: url('../img/qq_icon.png') no-repeat center;
}

.share .zx-items .qq:hover::after {
    top: 16px;
    background: url('../img/qq_icon_active.png') no-repeat center;
}

.share .zx-items .qq.q2 {
    background: #f3f3f3;
}

.share .zx-items .qq:hover {
    height: 46px;
    background: #666;
}

.share .zx-items .qq:hover a {
    line-height: 46px;
    color: #fff;
}

.share .zx-items .tel {
    height: 73px;
    background: url('../img/tel_icon.png') no-repeat 20px 14px;
    line-height: 14px;
}

.share .zx-items .tel span {
    position: absolute;
    left: 50px;
    top: 14px;
}

.share .zx-items .tel .num {
    color: #717171;
    position: absolute;
    line-height: 14px;
    left: 20px;
    top: 42px;

}

.wx-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
    display: none;
}

.wx-mask .wx-img {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}
/*设计明细*/
.design-detail{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
    overflow-y:auto;
    display: none;
}
.design-detail .box{
    width: 940px;
    min-height: 500px;
    background-color: #fff;
    margin: 20px auto;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    box-sizing: border-box;
    border-radius: 4px;
    display: none;
}
.design-detail .box .loading{
    width: 440px;
    height: 440px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;

}
.design-detail .wrapper{
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}
.design-detail .detail{
    width: 100%;
    height: 100%;
}
.design-detail::after{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: fixed;
    right: 24px;
    top: 10px;
    cursor: pointer;
    z-index: 99995;
    background:url('../img/btn_close_layer.png') 0 0 no-repeat;
}
.design-detail::after:hover{
    background:url('../img/btn_close_layer.png') 0 -40px no-repeat;
}



.c{width:100%;height:10px;}
.d{width:100%;height:50px;}
.banner-x{
	width:100%;
	height:250px;
	background-image: url(../pic/banner-x.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:50px;
	text-align:center;
}
.banit{padding-top:55px;}
.banit img{width:4%}
.bani{color:#fff;padding-top:40px; font-size:33px; line-height:15px; }

.AL a{
	margin:0px auto;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	vertical-align: middle;
	background-color: #fd4b0d;
	color:#fff;
	width:160px;
	display: block;
	text-decoration: none;
}

.AL a:hover {
	margin:0px auto;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	vertical-align: middle;
	background-color: #ccc;
	color:#000;
	width:160px;
	display: block;
	text-decoration: none;
	
}





.map {
    width: 1200px;
    height: 100%;
    background: url(../img/bg-map.png) no-repeat center;
    position: relative;
	margin:0 auto;
	color:#f1f1f1;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
	line-height:30px;
}

.map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #ff4200;
    border-radius: 50%;
}

.map-dot:hover:after, .map-dot.cur:after {
    width: 10px;
    height: 10px;
	font-size:20px;
	color:#ff0000;
}

.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #ff0000;
    animation: dot 5s infinite;
}

@keyframes dot {
    0% 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}

.map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url(../img/img-five-star.png) no-repeat center;
}

.map-dot.beijing.cur:hover:before, .map-dot.beijing.cur:before {
    display: none;
}

.beijing {
    left: 799px;
    top: 270px;
}
.nmg {
    left: 699px;
    top: 260px;
}

.tianjin {
    left: 820px;
    top: 284px;
}

.heilongjiang {
    left: 930px;
    top: 136px;
}

.j1 {
    left: 620px;
    top: 366px;
}

.j2 {
    left: 649px;
    top: 326px;
}

.jilin {
    left: 930px;
    top: 197px;
}

.liaoning {
    left: 894px;
    top: 241px;
}

.shanxi {
    left: 744px;
    top: 336px;
}

.hebei {
    left: 789px;
    top: 324px;
}

.shandong {
    left: 834px;
    top: 344px;
}

.shanxi1 {
    left: 696px;
    top: 382px;
}

.henan {
    left: 769px;
    top: 384px;
}

.anhui {
    left: 830px;
    top: 424px;
}

.jiangsu {
    left: 850px;
    top: 390px;
}

.sichuan {
    left: 620px;
    top: 454px;
}

.chongqing {
    left: 670px;
    top: 464px;
}

.hubei {
    left: 759px;
    top: 445px;
}

.shanghai {
    left: 887px;
    top: 413px;
	color:#ff0000;
}

.zhejiang {
    left: 873px;
    top: 469px;
}
.j3 {
    left: 900px;
    top: 459px;
}
.j4 {
    left: 870px;
    top: 400px;
}
.j5 {
    left: 865px;
    top: 430px;
}

.j6 {
    left: 805px;
    top: 420px;
}

.fujian {
    left: 859px;
    top: 528px;
}

.jiangxi {
    left: 809px;
    top: 502px;
}

.guangdong {
    left: 789px;
    top: 576px;
}

.hunan {
    left: 749px;
    top: 509px;
}

.guangxi {
    left: 700px;
    top: 581px;
}

.guizhou {
    left: 678px;
    top: 524px;
}

.yunnan {
    left: 579px;
    top: 572px;
}
.branch-map {
    position: relative;
    margin-bottom: 30px;
}

.branch-map-l {
    width: 849px;
    height: 700px;
    position: relative;
}

.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 448px;
    border: 1px solid #0a773d;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}

.branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #0a773d transparent transparent;
}

.branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}

.branch-map-data-title {
    border-bottom: 1px solid #eee;
}

.branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    display: inline;
}

.branch-map-data-title span {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding-left: 10px;
}

.branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}






/* 必要布局样式css */
.slide-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slide-title {
    font-size: 48px;
    color: #313131;
    letter-spacing: 5px;
    line-height: 1;
    text-align: center;
}

.slide-links {
    margin-top: 0;
    text-align: center;
}

.slide-links a {
    background-color: #20b573;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #20b573;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 2px;
}

.slide-links a:hover {
    background: #188a57;
    color: #fff;
}

.slide-item-body ul li {
    width: 310px;
    float: left;
    display: block;
    height: 200px;
    padding-top: 42px;
    margin-bottom: 30px;
    border: none;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: inherit;
    padding-top: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    color: #000;
    z-index: 10002;
}

.slide-item-body ul li a {
    display: block;
    box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

.slide-item {
    width: 870px;
    position: relative;
    margin: 0 auto;
    /* overflow: hidden; */
}

.slide-item-box {
    padding: 0px 0;
}

.new-body {
    padding: 20px 20px 40px 20px;
}

.new-body-title {
	height: 40px;
	line-height: 24px;
	font-size: 23px;
	overflow: hidden;
	color: #616161;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(../pic/gh.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.new-body-text {
	padding-top: 20px;
	height: 42px;
	min-height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #919191;
	overflow: hidden;
	text-align: center;
}

.slide-item-body {
    /* padding-top:20px; */
    margin-left: -70px;
}

.slide-item-body ul li {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0px;
}

.slide-item-body .tempWrap {
    padding-top: 20px;
}

.slide-item-body ul {
    padding-top: 10px;
    overflow: visible;
}

.slide-item-body ul li:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 1002;
    position: relative;
    left: 0;
}

.next {
    position: absolute;
    top: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: auto;
    right: -163px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.next-bg {
    background-image: url("../jss/btn-fr2.png");
}

.next:hover {
    background-image: url("../jss/btn-fr1.png");
}

.prev {
    position: absolute;
    top: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    left: -157px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prev-bg {
    background-image: url("../jss/btn-fl2.png");
}

.prev-bg:hover {
    background-image: url("../jss/btn-fl1.png");
}



.top1{
	margin:50px auto;
	width:380px;
	padding-top:220px;
}
.top2-2x{ width:140px; margin:0 auto; height:152px;}
.top2{
	font-size:25px;
	font-weight: bold;
}
.top3{height:80px;padding-left:84px;padding-top:20px; padding-bottom:10px}


.top4 a{
	margin:0px auto;
	line-height: 47px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	background-color: #0d7841;
	color:#fff;
	width:300px;
	border-radius:50px 50px 50px 50px;
	display: block;
	text-decoration: none;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 6px 15px 0 rgba(0,0,0,0.13);
}

.top4 a:hover {
	margin:0px auto;
	line-height: 47px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	background-color: #828282;
	color:#fff;
	width:300px;
	border-radius:50px 50px 50px 50px;
	display: block;
	text-decoration: none;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 6px 15px 0 rgba(0,0,0,0.13);}



.pricing-plans .content-wrapper{margin:5rem auto 0}.pricing-plans .tab{margin:0 auto}
.pricing-plans .tab .tab__links{display:flex;margin:0 auto;padding:0;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;max-width:1000px;border-bottom:1px solid #e2e2e2}
.pricing-plans .tab .tab__links .list__item,.pricing-plans .tab .tab__links>*{display:flex; flex-grow:1}

@media (max-width:768px){.pricing-plans .tab .tab__links{display:none}
.pricing-plans .tab .tab__contents .tab__content h3{line-height:1.8}}
.pricing-plans .tab .tab__links .tab__link{height:50px;width:95px;color:#767d85;align-items:center;justify-content:center;cursor:pointer;font-size:1rem}
.pricing-plans .tab .tab__links .tab__link:hover{box-shadow:0 1px 0 #2a3541;}
.pricing-plans .tab .tab__links .tab__link.active{color:#0d7840;box-shadow:0 1px 0 #0d7840}
.pricing-plans .tab .tab__links .tab__link:not(:last-child){margin-right:32px}

.pricing-plans .tab .tab__contents{display:flex;margin:0 auto;padding:0;flex-direction:column;align-items:center}
.pricing-plans .tab .tab__contents .list__item,.pricing-plans .tab .tab__contents>*{display:flex;align-items:center;align-content:center}
.pricing-plans .tab .tab__contents .tab__content{display:flex;flex-direction:column;margin:4rem auto 2rem}



.pricing-plans2 .content-wrapper{margin:5rem auto 0}.pricing-plans .tab{margin:0 auto}
.pricing-plans2 .tab .tab__links{display:flex;margin:0 auto;padding:0;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;max-width:1200px;border-bottom:1px solid #e2e2e2}
.pricing-plans2 .tab .tab__links .list__item,.pricing-plans .tab .tab__links>*{display:flex; flex-grow:1}
@media (max-width:768px){.pricing-plans .tab .tab__links{display:none}
.pricing-plans2 .tab .tab__contents .tab__content h3{line-height:1.8}}
.pricing-plans2 .tab .tab__links .tab__link{height:50px;color:#767d85;align-items:center;justify-content:center;cursor:pointer;font-size:1rem; padding-top:10px;}
.pricing-plans2 .tab .tab__links .tab__link:hover{box-shadow:0 1px 0 #2a3541;}
.pricing-plans2 .tab .tab__links .tab__link.active{color:#0d7840;box-shadow:0 1px 0 #0d7840}
.pricing-plans2 .tab .tab__links .tab__link:not(:last-child){margin-right:50px}
.pricing-plans2 .tab .tab__contents{display:flex;margin:0 auto;padding:0;flex-direction:column;align-items:center}
.pricing-plans2 .tab .tab__contents .list__item,.pricing-plans .tab .tab__contents>*{display:flex;align-items:center;align-content:center}
.pricing-plans2 .tab .tab__contents .tab__content{display:flex;flex-direction:column;margin:4rem auto 2rem}



.work2{
	width:1200px;
	margin:0 auto;
	padding-top:50px;
	line-height:35px;
	font-size:16px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius:6px 6px 6px 6px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
}
.work3{
	width:1200px;
	margin:0 auto;
	padding-top:50px;
	line-height:40px;
	font-size:16px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius:6px 6px 6px 6px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
}
.work4{
	width:1200px;
	margin:0 auto;
	padding-top:10px;
	line-height:40px;
	font-size:16px;

}

.abos1{
	height:190px;
	width:27%;
	background-color:#fd4b0d;
	color:#fff;
	line-height:40px;
	font-size:27px;
	padding-left:40px;
	padding-right:35px;
	padding-top:50px;
	vertical-align: middle;
	float:left;
}
.abos2{
	height:190px;
	width:73%;
	float:left;
}

.foot2{
    width: 100%;
    height: 530px;
    text-align: center;
    background-color: #5b5b5b;
    overflow: hidden;
	margin-top:140px;
	
}
.foot3{
    width: 1200px;
	margin:0 auto;
}
.cp{
	color:#fff;
	text-align: left;
	height:80px;
	
	font-size:20px;padding-top:50px; 
}
.cp1{float:left; width:160px;font-size:15px; padding-top:15px; color:#ececec;border:0px;padding:0;list-style:none;margin:0px;}
.cp1 li{float:left; line-height:38px; Width:100%;text-align: left;}
.tit{text-decoration: none; font-size:16px; Width:100%; text-align:left;padding-top:10px; padding-bottom:5px;color:#f2f2f2;}
.cp1 li a:link,.cp1 li a:visited {color:#999999;text-decoration: none;}
.cp1 li a:hover {text-decoration: none;	color: #ffb45c }

.cp2{float:left; width:180px;font-size:15px; padding-top:15px; color:#ececec;border:0px;padding:0;list-style:none;margin:0px;}
.cp2 li{float:left; line-height:38px;Width:100%;text-align: left;}
.cp2 li a:link,.cp2 li a:visited {color:#999999;text-decoration: none;}
.cp2 li a:hover {text-decoration: none;	color: #ffb45c }

.cp3{float:left; width:90px;font-size:15px; padding-top:15px; color:#ececec;border:0px;padding:0;list-style:none;margin:0px;}
.cp3 li{float:left; line-height:38px;Width:100%;text-align: left;}
.cp3 li a:link,.cp3 li a:visited {color:#999999;text-decoration: none;}
.cp3 li a:hover {text-decoration: none;	color: #ffb45c }

.cp4{float:left; width:90px;font-size:15px; padding-top:15px; color:#ececec;border:0px;padding:0;list-style:none;margin:0px;}
.cp4 li{float:left; line-height:38px;Width:100%;text-align: left;}
.cp4 li a:link,.cp4 li a:visited {color:#fff;text-decoration: none;}
.cp4 li a:hover {text-decoration: none;	color: #ffb45c }

.newss{
padding-top:20px;
	font-size:24px;
	height:80px;
	text-align:center;
	background-image: url(../pic/bs.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.slj{text-align:center;font-size:16px; color:#999}
.newg{padding-top:30px; font-size:16px; width:100%; margin:0 auto;}
.newg2{padding-top:0px; font-size:16px; width:100%; margin:0 auto;}


      .containerss {
	margin: 30px auto 40px auto;
	width: 1200px;
	text-align: center;
}



input[type=text],
      input[type=password] {
        font-size: 16px;
        min-height: 44px;
        margin: 0;
        padding: 7px 8px;
        outline: none;
        color: #333;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: right center;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in 0;
        vertical-align: middle;
      }
      .button {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 8px 15px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,0.9);
        white-space: nowrap;
        background-color: #eaeaea;
        background-image: -moz-linear-gradient(#fafafa, #eaeaea);
        background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
        background-image: linear-gradient(#fafafa, #eaeaea);
        background-repeat: repeat-x;
        border-radius: 3px;
        border: 1px solid #ddd;
        border-bottom-color: #c5c5c5;
        box-shadow: 0 1px 3px rgba(0,0,0,.05);
        vertical-align: middle;
        cursor: pointer;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
      }
      .button:hover,
      .button:active {
        background-position: 0 -15px;
        border-color: #ccc #ccc #b5b5b5;
      }
      .button:active {
        background-color: #dadada;
        border-color: #b5b5b5;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
      }
      .button:focus,
      input[type=text]:focus,
      input[type=password]:focus {
        outline: none;
        border-color: #51a7e8;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
      }
     
      label[for=search] {
        display: block;
        text-align: left;
      }
      #search label {
        font-weight: 200;
        padding: 5px 0;
      }
      #search input[type=text] {
        font-size: 18px;
        width: 705px;
      }
      #search .button {
        padding: 10px;
		margin-left:10px;
        width: 120px;
		
      }



.tb{text-align:center;}



.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	padding-top:60px;
}
.items-news .items-news-block {
    justify-content: space-between;
}

.items-news .items-news-block .item {
    max-width: 371px;
}

.items-news .items-news-block .item a {
    color: #666;
}

.items-news .items-news-block .item:hover a {
    color: #20B09F;
}

.items-news .items-news-block .img-block {
    overflow: hidden;
}

.items-news .items-news-block .img-block img {
    transition: all .3s ease;
}

.items-news .items-news-block .item:hover .img-block img {
    transform: scale(1.1);
}

.items-news .item-title-block {
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.items-news .item-title-block .item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: justify;
	text-align:center
}

.items-news .items-news-list {
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 20px 0;
}

.items-news .items-news-list .item {
    margin: 5px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 1000px;
}

.items-news .items-news-list .item a {
    color: #999;
}

.items-news .items-news-list .item a:hover {
    color: #20B09F;
}









@media (min-width: 768px) {
    .main {
        width: 1200px;
        min-width: 1200px;
        margin: 70px auto;
        overflow: hidden;
    }

    .main .banner {
        float: left;
        width: 790px;
        height: 300px;
        margin-top: 30px;
        margin-left: 20px;
    }

    .content .material-items{
        width: 1230px;
        margin-left: -30px;
        overflow: hidden;
    }
    .content .material-items .material-block{
        float: left;
        width: 352px;
        height: 280px;
        margin-left: 30px;
        margin-top: 30px;
        background: url("../img/img_bg_2.png");
        overflow: hidden;
    }

    .modality .modality-main {
        width: 960px;
        background-color: #fff;
        border-radius: 4px;
        margin: 20px auto;
        box-shadow: 0 1px 3px rgba(34,25,25,.4);
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .main {
        width: 100%;
        margin-top: 40px;
        overflow: hidden;
        transition: filter ease .4s;
    }
    .main.filter{
        filter:blur(10px);
        -webkit-filter:blur(10px);
    }
    .main .banner {
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }

    .content .material-items{
        width: 100%;
        padding: 0 20px;
        overflow: hidden;
    }
    .content .material-items .material-block{
        width: 100%;
        margin-top: 20px;
        background: url("../img/img_bg_2.png");
        overflow: hidden;
    }
    .modality .modality-main {
        width: 90%;
        background-color: #fff;
        border-radius: 4px;
        margin: 20px auto;
        box-shadow: 0 1px 3px rgba(34,25,25,.4);
        overflow: hidden;
    }


}

.main .news {
    position: relative;
    margin-top:30px;
    border: 1px solid #EDEDEE;
    border-radius: 100px;
    width: 339px;
    height: 31px;
    line-height: 31px;
    box-sizing: border-box;
    color: #999999;
    font-size: 14px;
    padding-left: 48px;
}
.main .news::after {
    position: absolute;
    left: 20px;
    top: 5px;
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    background-image: url('../img/horn.png');
}

.content .banner .cover,
.material-items .material-block .cover{
    display: block;
    width: 100%;
    height:220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.content .banner .cover{
    height:100%;
}
.content .material-items .block-footer {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 16px 22px;
    border: 1px solid #EDEDEE;
    border-top:none;
    background-color: #fff;
}
.material-items .material-block .title{
    height:26px;
    width: 100%;
    font-size: 16px;
    color: #666;
	text-align:center;
	padding-bottom:15px;
}
.material-items .material-block .time-zan-view{
    position: relative;
    width: 100%;
    height:20px;
    margin-top: 8px;
}
.material-block .time-zan-view .addtime{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #bbb;
}

.time-zan-view .zan,
.time-zan-view .view{
    position: absolute;
    width: 40px;
    height:100%;
    top: 0;
    right: 13px;
    color: #888;
    font-size: 13px;
    text-indent: 24px;
}
.time-zan-view .view{
    right:70px;
}


.time-zan-view .zan::before,
.time-zan-view .view::before
{
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}

.time-zan-view .view::before{
    background-image: url('../img/borwse.png');
}

.time-zan-view .zan::before{
    background-image: url('../img/click.png');
}

.modality {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    /*background-color: rgba(229,229,229,.95);*/
    background-color: rgba(0,0,0,.7);
    display: none;
    overflow: auto;
    z-index: 10000;
}
.modality::after{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: fixed;
    right: 24px;
    top: 10px;
    cursor: pointer;
    z-index: 99995;
    background: url('../img/btn_close_layer.png') 0 0 no-repeat;
}
.modality::after:hover{
    background: url('../img/btn_close_layer.png') 0 -40px no-repeat;
}


/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.modality .modality-main::-webkit-scrollbar{
    width: 5px;
    height: 16px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
.modality .modality-main::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*定义滑块，内阴影及圆角*/
.modality .modality-main::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.modality .modality-main .title {
    color: #333;
    font-size: 22px;
    margin-top: 22px;
    margin-left: 31px;
}

.modality .modality-main .name {
    font-size: 16px;
    color: #666666;
    margin-left: 31px;
    margin-bottom:10px;
}

.modality .modality-main .right-block {
    float: right;
    margin-right: 30px;
}

.modality .modality-main .watch {
    color: #888;
    margin-right: 40px;
    position: relative;
}
.modality .modality-main .time{
    color: #888;
    position: relative;
}


.modality .modality-main .watch::after,
.modality .modality-main .time::after
{
    position: absolute;
    content: '';
    left: -26px;
    top: 1px;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.modality .modality-main .watch::after {
    background-image: url('../img/borwse.png');
}

.modality .modality-main .time::after {
    background-image: url('../img/push.png');
}

.modality .modality-banner {
    width: 100%;
    padding: 30px;
    text-align: center;
    padding-top: 20px;
    background: #F7F8FD;
    /*background-image: url('../img/img_bg_2.png');*/
}

.modality .modality-banner img {
    width: 100%;
}

.modality .zan {
    margin: 90px auto;
    display: block;
    width: 107px;
    height: 65px;
}

.modality .share-box {
    text-align: center;
    padding: 36px 0px;
    border-top: 1px solid #DDDDDE;
}

.modality .share-box img {
    margin: 0px 10px;
}

.rectangle{
    width: 107px;
    height: 65px;
    margin: 50px auto;
    background: #3683FF;
    border-radius: 100px;
    overflow: hidden;
}
.rectangle:hover{
    background: #0b62ef;
}
.rectangle a{
    display: block;
    height: 19px;
    margin-top: 33px;
    margin-left: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
}
.rectangle a::before{
    display: block;
    content: '';
    margin-left: -5px;
    margin-top: -20px;
    width: 21px;
    height: 20px;
    background: url('../img/white.png') no-repeat;
    background-size: 100% auto;
}
.pagination{
    margin-top: 50px;
    text-align: center;
    margin-bottom:50px;
	width:1120px;
}



.navx{
	width:100%;
	margin:0 auto;
	height:150px;    display: inline-block;
	text-align:center;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;
}

.navxd{display:flex;margin:0 auto;padding-top:60px;  margin:0 auto;text-align:center;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;}
.navxa a{
	margin:12px auto;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	background-color: #FFFFFF;
	color:#333;
	padding-left:22px;padding-right:22px;
	border-radius:50px 50px 50px 50px;
	border:1px solid #666666;
	display: block;
	text-decoration: none;
	margin-right:15px;
	    display: inline-block;
}

#a a{
	margin:12px auto;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	background-color: #fff;
	color:#333;
	padding-left:22px;padding-right:22px;
	border-radius:50px 50px 50px 50px;
	border:1px #0a763e solid;
	display: block;
	text-decoration: none;
	margin-right:15px;
	    display: inline-block;
}

.navxa a:hover {
	margin:12px auto;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	background-color: #fff;
	color:#333;
	padding-left:22px;padding-right:22px;
	border-radius:50px 50px 50px 50px;
	border:1px #0a763e solid;
	display: block;
	text-decoration: none;
	margin-right:15px;
	    display: inline-block;}
		
.sd{
	widht:100%;
	height:10px;
	clear: both;
	float: none;
}



.js_goods_image_url{
	border: 1px solid #fd4b0d;
}

.prodbaseinfo_a{float:right; width:620px;}
.proviewbox{float:left;width:400px;}
.pro_main{padding-top:0px;}



.tpb{
margin-top:50px;height:340px;
	background-repeat: no-repeat;
	background-position: center center;
}
