﻿@charset "utf-8";
/* CSS Document */
.set {
    position:relative;
    font-weight:400;
    text-align:center;
    width:200px;
    /* change the width of canvas*/
    height:58px;
    /* change the height of canvas*/
    line-height:200px;
    overflow:hidden;
    position:relative;
    z-index:0;
    color:#000000;
    /* tetx color*/
    background:#fafafa;
    /* backgroud color*/
    cursor:pointer;
    /* background-image:url("http://www.jq22.com/img/cs/500x500-1.png");
    put the backgroud image here*/
}
.anim {
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -webkit-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    position:absolute;
    top:50%;
    left:50%;
    z-index:-1;
}
.anim:before {
    position:relative;
    content:'';
    display:block;
    margin-top:100%;
    background:#6CB1FF;
}
.anim:after {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:50%;
}
.hoverable:hover > .anim:after {
    -webkit-animation:anim-out-pseudo 0.75s;
    animation:anim-out-pseudo 0.75s;
}
.set:hover > .anim {
    -webkit-animation:anim-out 0.75s;
    animation:anim-out 0.75s;
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background:rgba(255,255,255,0.7);
        /*ripple color and tranparent*/
    }
    100% {
        background:transparent;
    }
}@-webkit-keyframes anim-out {
     0% {
         width:0%;
     }
     100% {
         width:100%;
     }
 }


.bg3:hover > .anim:after {
    animation-name: pagereded;
    animation-duration:0.75s;
    -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pagereded {
    0% {
        background:rgba(204,51,51,0.6);
        /*ripple color and tranparent*/
    }
    100% {
        background:transparent;
    }
}@-webkit-keyframes pagered-out{
     0% {
         width:0%;
     }
     100% {
         width:100%;
     }
 }
.warp{ overflow:hidden; min-width: 1200px; max-width: 1920px; margin: 0 auto}
.center{ width: 1200px; margin: 0 auto}
.title{ position: relative; padding-bottom: 13px; font-size: 32px; color: #333; line-height: 38px; text-align: center}
.title::after{ position: absolute; bottom: 0; left: 50%; width: 78px; height: 3px; margin-left: -39px; background: #C33; content: ""}
.banner{
    text-align: center;
}
.banner img{
    width: 100%;
}
.banner li{ height: auto;}
.banner li{background-size: 100%;}
.banner li a{ display: block; width: 100%; height: auto}
.banner .swiper-pagination-bullet{ opacity: 1; background: rgba(0,0,0,0.4); border-radius: 4px; transition: all .2s linear}
.banner .swiper-pagination-bullet-active{ width: 16px; background: #fff}

.submenu{ padding: 40px 0 80px}
.submenu ul{ display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between}
.submenu li{ float: left; overflow: hidden; width: 146px; height: 164px; background: #FFF; text-align: center; box-shadow: 0 3px 7px rgba(155,155,155,.5); cursor: pointer}
.submenu li .icon{ width: 70px; height: 60px; margin: 12px auto 0; background: url(../images/submenu-icon.png) no-repeat}
.submenu li:nth-child(1) .icon{ background-position: 0 0}
.submenu li:nth-child(2) .icon{ background-position: -70px 0}
.submenu li:nth-child(3) .icon{ background-position: -140px 0}
.submenu li:nth-child(4) .icon{ background-position: -210px 0}
.submenu li:nth-child(5) .icon{ background-position: -280px 0}
.submenu li:nth-child(6) .icon{ background-position: -350px 0}
.submenu li:nth-child(7) .icon{ background-position: -420px 0}
.submenu li .name{ margin-top: 3px; font-size: 20px; color: #333; line-height: 25px}
.submenu li .text{ margin-top: 5px; font-size: 16px; color: #666; line-height: 24px}
.submenu li:hover{ background: #C33}
.submenu li:hover:nth-child(1) .icon{ background-position: 0 -60px}
.submenu li:hover:nth-child(2) .icon{ background-position: -70px -60px}
.submenu li:hover:nth-child(3) .icon{ background-position: -140px -60px}
.submenu li:hover:nth-child(4) .icon{ background-position: -210px -60px}
.submenu li:hover:nth-child(5) .icon{ background-position: -280px -60px}
.submenu li:hover:nth-child(6) .icon{ background-position: -350px -60px}
.submenu li:hover:nth-child(7) .icon{ background-position: -420px -60px}
.submenu li:hover .name,.submenu li:hover .text{ color: #FFF}

.explain{ padding: 40px 0 40px; background: #EEE}
.explain .explain-cont{ margin-top: 40px}
.explain .explain-cont ul{ display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between}
.explain .explain-cont li{ position: relative; float: left; width: 300px; height: 54px; margin-bottom: 24px; padding-left: 60px; background: #FFF; font-size: 20px; color: #333; line-height: 54px; cursor: pointer}
.explain .explain-cont li::before{ position: absolute; top: 11px; left: 20px; width: 32px; height: 32px; background: url(../images/explain-icon.png) no-repeat; content: ""}
.explain .explain-cont li::after{ position: absolute; top: 50%; right: 23px; width: 14px; height: 14px; margin-top: -8px; border: 2px solid #666; border-bottom: none; border-left: none; content: ""; transform: rotate(45deg)}
.explain .explain-cont li:hover{ background: #C33; color: #FFF}
.explain .explain-cont li:hover::before{ background-position: 0 -32px}
.explain .explain-cont li:hover::after{ border-color: #FFF}

.prepare{ padding:80px 0 0}
.prepare .prepare-cont{ position: relative; height: 338px; margin-top: 40px; background: url(../images/prepare-border.png) center 79px no-repeat}
.prepare .prepare-cont li{ position: absolute; width: 193px}
.prepare .prepare-cont li:nth-child(1){ top: 179px; left: 0}
.prepare .prepare-cont li:nth-child(2){ top: 58px; left: 168px}
.prepare .prepare-cont li:nth-child(3){ top: 179px; left: 348px}
.prepare .prepare-cont li:nth-child(4){ top: 0; left: 547px}
.prepare .prepare-cont li:nth-child(5){ top: 207px; left: 682px}
.prepare .prepare-cont li:nth-child(6){ top: 0; left: 811px}
.prepare .prepare-cont li:nth-child(7){ top: 122px; left: 1008px}
.prepare .prepare-cont li .name{ font-size: 20px; color: #c33; line-height: 27px; cursor: pointer}
.prepare .prepare-cont li .name span{ font-size: 16px}
.prepare .prepare-cont li .intro{ margin-top: 9px; font-size: 16px; color: #666; line-height: 26px; text-align: justify}
.prepare .prepare-cont li .intro:hover{ color: #cc3333; cursor: pointer}

.efficiency{ padding:30px 0 0}
.efficiency .efficiency-cont{ margin-top: 40px}
.efficiency .option{ text-align: center}
.efficiency .option ul{ display: inline-block; overflow: hidden}
.efficiency .option li{ float: left; width: 84px; height: 40px; margin: 0 20px; border: 1px solid #666; font-size: 24px; color: #666; line-height: 40px; text-align: center; cursor: pointer}
.efficiency .option li.active{ border-color: #CA3935; background: #CA3935; color: #FFF}
.efficiency .ec-cont{}
.efficiency .ec-cont .ec-item{ display: none}
.efficiency .ec-cont .ec-item:first-child{ display: block}
.efficiency .ec-cont .suboption{ padding: 10px 0 24px; text-align: center}
.efficiency .ec-cont .suboption ul{ display: inline-block; overflow: hidden}
.efficiency .ec-cont .suboption li{ float: left; margin: 0 20px; border-bottom: 2px solid #FFF; font-size: 24px; color: #666; line-height: 37px; cursor: pointer}
.efficiency .ec-cont .suboption li.active{ border-bottom: 2px solid #C33}
.efficiency .ec-cont .ec-box{}
.efficiency .ec-cont .ec-box ul{ display: none}
.efficiency .ec-cont .ec-box ul:first-child{ display: block}
.efficiency .ec-cont .ec-box ul::after{ display: block; height: 0; clear: both; content: ""}
.efficiency .ec-cont .ec-box li{ float: left; width: 220px; height: 76px; margin: 0 0 24px 25px; background: #CA3935; font-size: 24px; color: #FFF; line-height: 76px; text-align: center; cursor: pointer; transition: all .2s linear}
.efficiency .ec-cont .ec-box li:nth-child(5n+1){ margin-left: 0}
.efficiency .ec-cont .ec-box li:hover{ box-shadow: 0 6px 12px rgba(102,102,102,.5)}

.elenco-prezzi{ padding: 60px 0 0}
.elenco-prezzi .edp-cont{ margin-top: 51px}
.elenco-prezzi .edp-button{ margin-top: 50px}
.elenco-prezzi .edp-button a{ display: block; width: 400px; height: 40px; margin: 0 auto; background: #A00; font-size: 24px; color: #FFF; line-height: 40px; text-align: center; border-radius: 4px; box-shadow: 0 2px 6px #5c0706}
.elenco-prezzi ul{
    margin-top: 40px;
}
.elenco-prezzi ul li {
    float: left;
    width:298px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px dashed #eee;
    height: 200px;
    border-right: 1px dashed #eee;

}
.elenco-prezzi ul li:hover p{
    color: #cc3333;
}
.elenco-prezzi ul li img{
    margin-top: 26px;
}
.elenco-prezzi ul li:nth-child(4){
    margin-top: 112px;
    border-right: 0;
    float: right;
}
.elenco-prezzi ul li:nth-child(4),.elenco-prezzi ul li:nth-child(5),.elenco-prezzi ul li:nth-child(6),.elenco-prezzi ul li:nth-child(7){
    border-bottom: 0;
}
.elenco-prezzi ul li h2{
    margin-top: 15px;
}
.elenco-prezzi ul li p{
    margin-top: 15px;
    padding: 0 35px;
    color: #666666;
}
.science_findbt {
    width: 1200px;
    margin: 70px auto 0;
}

.science_findbt ul li{
    float: left;
    width: 270px;
    height: 340px;
    border-radius: 8px;
    background:#fff;
    margin:0 15px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 16px 0px rgba(210, 210, 210, 0.7);
}
.science_findbt ul li:hover{background:#cc3333;}
.science_findbt ul{

    padding:40px 0 10px;
}
.science_menty{
    padding:32px 0 0;
}
.science_menty img.vh{display: none;}
.science_menty h3{
    font-size:26px;
    color:#cc3333;
    line-height:52px;
    padding:10px 0;
}
.science_menty p{
    font-size:20px;
    color:#666666;
    line-height:32px;
}
.teacher_item_active a{
    color: #cc3433;
}
.teacher_conent h5 {
    display: block;
    width: 180px;
    margin: 30px auto 0;
    color: #cc3333;
    text-align: center;
    transition: all .2s;
    height: 36px;
    font-size:20px;
    line-height:36px;
    background: #FFFFFF;
    border-radius:4px;
}
.teacher_conent p:nth-child(3){height: 130px;}
.science_findbt ul li:hover .science_menty h3{color:#fff;}
.science_findbt ul li:hover .science_menty p{color:#fff;}
.science_findbt ul li:hover .science_menty img.vh{display: inline-block;}
.science_findbt ul li:hover .science_menty img.vb{display: none;}
.server_title {
    display: inline-block;
    padding:0 20px;
    background-color: #CD3333;
    margin:35px 0;
    color: #fff;
    font-size:32px;
    line-height:50px;
}
.tt-option{ position: relative; overflow: hidden; margin-top: 17px}
.tt-option .tt-border{ position: absolute; bottom: 0; left: 0; height: 2px; background: #C33}
.tt-option .tt-border::before{ position: absolute; bottom: 2px; left: 50%; width: 0; height: 0; margin-left: -8px; border-left: 8px solid transparent; border-bottom: 11px solid #C33; border-right: 8px solid transparent; content: ""; transition: all .1s linear}
.tt-option .tt-border.active::before{ opacity: 0}
.tt-option ul{ overflow: hidden; padding-bottom: 16px; border-bottom: 2px solid #EEE}
.tt-option li{ float: left; font-size: 24px; color: #666; line-height: 35px; text-align: center; cursor: pointer}

.teacher{ padding: 96px 0 0}
.teacher .teacher-intro{ padding:40px 0}
.teacher .teacher-intro .image{ float: left; width: 488px}
.teacher .teacher-intro .info{ float: right; width: 671px}
.teacher .teacher-intro .name{ padding: 22px 0 20px; font-size: 32px; color: #c33; line-height: 45px}
.teacher .teacher-intro .text{ font-size: 18px; color: #222; line-height: 36px; text-align: justify}
.teacher .teacher-title{ overflow: hidden}
.teacher .teacher-title span{ float: left; height: 50px; padding: 0 17px; background: #FFF; font-size: 28px; color: #c33; line-height: 50px}
.teacher .teacher-top{ background: #C33}
.teacher .teacher-top .tt-cont{ width: 1056px; margin: 0 auto; padding: 21px 0 35px;    position: relative;}
.teacher .teacher-top .tt-cont li{ position: relative; float: left; width: 298px; height: 380px;cursor: pointer;}
.teacher .teacher-top .tt-cont li img{
    box-shadow: -13px -18px 0px #aa0000;

}
.tt-cont .swiper-button-next{
    right: -69px;
    left: auto;
}
.teacher .tt-cont .swiper-button-next, .teacher .tt-cont .swiper-button-prev{
    background: none;
}
.tt-cont .swiper-button-prev{
    left: 11px;
    right: auto;
    background: none;
}
.teacher .teacher-top .tt-cont li .tt-pos{ position: absolute; top: 12px; left: 12px; width: 298px; height: 380px}
.teacher .teacher-top .tt-cont li .tt-pos .info{ position: absolute; bottom: 0; left: 0; width: 283px;    padding: 14px 0 29px 15px; background: #c33; background: rgba(204,51,51,.5); font-size: 18px; color: #FFF; line-height: 26px}
.teacher .teacher-top .tt-cont li .tt-pos .info span{ display: block; margin-bottom: 12px; font-size: 24px}
.teacher .teacher-bottom{ margin-top: 50px}
.teacher .teacher-bottom .teacher-title span{ background: #C33; color: #FFF}
.teacher .tt-option li{ width: 20%}
.teacher .tt-option .tt-border{ width: 20%}
.teacher .tb-cont{ position: relative; height: 300px; margin-top: 24px}
.teacher .tb-cont .tb-item{ position: absolute; top: 0; left: 0; z-index: 1; width: 1036px; height: 276px; background: #FFF; padding: 0 82px}
.teacher .tb-cont .tb-item.active{ z-index: 2}
.teacher .tb-cont .tb-item li{ position: relative}
.teacher .tb-cont .tb-item li .info{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 0 8px; background: #ca3935; background: rgba(202,57,53,.5); font-size: 18px; color: #FFF; line-height: 24px; text-align: center}
.teacher .tb-cont .tb-item li .info span{ display: block; font-size: 24px; margin-bottom: 4px}
.teacher .swiper-button-next, .teacher .swiper-button-prev{ width: 58px; height: 82px; margin-top: -41px; background: #999; outline: none}
.teacher .swiper-button-next::after, .teacher .swiper-button-prev::after{ width: 34px; height: 34px; margin-right: 20px; border: 4px solid #FFF; border-bottom: none; border-left: none; content: ""; transform: rotate(45deg)}
.teacher .swiper-button-prev::after{ margin-right: -20px; transform: rotate(-135deg)}

.team_content ul li{
    margin-right: 20px;
}
.teacher_item_active a{
    color: #cc3433;
}
.teacher_conent h5 {
    display: block;
    width: 180px;
    margin: 30px auto 0;
    color: #cc3333;
    text-align: center;
    transition: all .2s;
    height: 36px;
    font-size:20px;
    line-height:36px;
    background: #FFFFFF;
    border-radius:4px;
}
.teacher_conent p:nth-child(3){height: 130px;}
.block_item .inner{
    width: 1200px;
    margin: 0 auto;
}
.teacher_title {
    display: inline-block;
    padding: 10px 20px;
    background-color: #CD3333;
    margin:40px 0 10px;
    color: #fff;
}



.teacher_item {
    float: left;
    width: 20%;
    border-bottom: 2px solid #eee;
    padding: 18px 0;
    font-size:20px;
    text-align: center;
}
.teacher_item_active {
    border-color: #cc3433;
    position: relative;
}
.teacher_item_active::after {
    position: absolute;
    content: "";
    left: 47%;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #CC3433;
    border-left: 8px solid transparent;
}
.teacher-content {
    position: relative;
    width: 100%;
    /*height: 558px;*/
}
.t-c-item {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
.show {
    display: block!important;
}
.swiper-view .swiper-slide {
    background-color: #ffffff;
    padding: 30px 0;
}
.teacher_head {
    position: relative;
    /*background-color: #991314;*/
    width: 210px;
    height: 310px;
    margin-left: 20px;
}
.teacher_img {
    width: 210px;
    height: 275px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.teacher_conent {
    width: 820px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 32px;
    padding-top: 40px;
    position: relative;
    margin-right: 80px;
}
.f-r {
    float: right;
}
.f-l {
    float: left;
}
.fs-22 {
    font-size: 20px;
    height: 65px;
    border-bottom:1px dashed #cccccc;
}
.teacher_class {
    margin: -15px 0px;
    color: #666666;
}
.fs-20 {
    font-size: 18px;
}
.teacher_btn {
    display: block;
    width: 260px;
    margin: 30px auto 0;
    border:1px solid #fff;
    color: #fff !important;
    text-align: center;
    transition: all .2s;
    font-size:20px;
    line-height:36px;
    border-radius:5px;
}
.teacher_btn:hover{
    background-color: #fff;
    color: #cc3333 !important;
}
.teacher_conent p{
    font-size:18px;
    line-height: 30px;
    text-align: justify;
}
.preview_wrap {
    /*margin: 0 -110px;*/
    margin: -120px 300px;
    position: relative;
    /*margin-top: 24px;*/
}
.swiper-button-prev {
    background: url(../images/left.png) no-repeat center center;
    position: absolute;
    /* background-size: contain; */
    left: -50px;
    top:50%;
    width:60px;
    /*height: 100%;*/
    margin:0;
    z-index: 10;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    outline: none;
}
.swiper-button-next {
    background: url(../images/right.png) no-repeat center center;
    /* background-size: contain; */
    position: absolute;
    right: 0;
    top:50%;
    margin:0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 60px;
    height: 100%;
    z-index: 10;
    outline: none!important;
}
.preview {
    width: 1000px;
    height: 72px;
    position: relative;
}
.preview .swiper-slide {
    width: 72px!important;
    height: 72px;
    border-radius: 100%;
    margin-right:21px !important;
    overflow: hidden;
    cursor: pointer;

    /*border:4px solid transparent;*/
}
.preview .swiper-slide-thumb-active {
    /*border-color: #CD3333;*/
}
.block_item .swiper-button-prev:after{
    content: ''!important;
}
.block_item  .swiper-button-next:after{
    content: ''!important;
}
/*.teacher_conent::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 125px;*/
/*    height: 80px;*/
/*    border: 4px solid #991314;*/
/*    border-left: none;*/
/*    border-bottom: none;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/
.teacher_conent p:nth-child(3){
    height: 150px;
}
.textbook{ margin-top: 70px}
.textbook .tt-option{ margin-top: 43px}
.textbook .tt-option li{ width: 25%}
.textbook .tt-option .tt-border{ width: 25%}
.textbook .textbook-cont{ position: relative; height: 256px; margin-top: 24px}
.textbook .textbook-cont .textbook-item{ position: absolute; top: 0; left: 0; z-index: 1; width: 1200px; padding-bottom: 50px; background: #FFF}
.textbook .textbook-cont .textbook-item.active{ z-index: 2}
.textbook .swiper-pagination{ bottom: 14px}
.textbook .swiper-pagination-bullet{ background: #C4C4C4; opacity: 1; border-radius: 4px; transition: all .3s linear}
.textbook .swiper-pagination-bullet-active{ width: 16px; background: #C33}

.information{ padding: 77px 0 0}
.information .information-cont{ margin-top:40px}
.information .information-cont ul{ display: -webkit-flex; display: flex; flex-wrap: wrap;}
.information .information-cont li{ float: left; width: 560px; padding: 0 40px 28px 0}
.information .information-cont dt{ overflow: hidden; margin-bottom: 12px}
.information .information-cont dt span{ float: left; width: 156px; height: 42px; background: #CA3935; font-size: 24px; color: #FFF; line-height: 42px; text-align: center}
.information .information-cont dd{ overflow: hidden; padding: 7px 0}
.information .information-cont dd a{ float: left; font-size: 18px; color: #333; line-height: 27px; transition: all .1s linear}
.information .information-cont dd a:hover{ color: #ca3935; text-decoration: underline}
.tt-option .active1{
    color: #cc3333;
}
.honor{ padding:42px 0 0}
.honor .honor-cont{ margin-top: 40px; padding-bottom: 46px}
.honor .swiper-pagination-bullet{ background: #C4C4C4; opacity: 1; border-radius: 4px; transition: all .3s linear}
.honor .swiper-pagination-bullet-active{ width: 16px; background: #C33}

.address{ padding:60px 0 100px}
.address .option{ overflow: hidden; margin-top:40px}
.address .option li{ float: left; width: 84px; height: 40px; margin: 0 34px 24px 0; border: 1px solid #666; font-size: 24px; color: #666; line-height: 40px; text-align: center; cursor: pointer}
.address .option li.active{ border-color: #CA3935; background: #CA3935; color: #FFF}
.address .address-cont{ position: relative}
.address .address-cont::after{ position: absolute; right: 0; bottom: 0; width: 354px; height: 135px; border: 6px solid #C33; border-top: none; border-left: none; content: ""}
.address .ac-item{ position: relative; display: none;margin-top: 20px;}
.address .ac-item:first-child{ display: block}
.address .ac-item dd{ display: none}
.address .ac-item dd:first-child{ display: block}
.address .ac-item dd::after{ display: block; height: 0; clear: both; content: ""}
.address .ac-item .address-suboption{ position: absolute; top: 0; right: 0; overflow: hidden; width: 572px; font-size: 24px; color: #333; line-height: 25px}
.address .ac-item .address-suboption span{ position: relative; float: left; margin:  0 39px 25px 0; cursor: pointer}
.address .ac-item .address-suboption span::before{ position: absolute; display: none; bottom: -10px; left: 0; width: 100%; height: 2px; background: #C33; content: ""}
.address .ac-item .address-suboption span.active::before{ display: block}
.address .ac-item .address-image{ float: left; width: 589px;}
.address .ac-item .address-info{ float: right; width: 572px; padding-top: 120px}
.address .ac-item .address-info li{ overflow: hidden; padding: 10px 0; font-size: 20px; color: #333; line-height: 28px}
.address .ac-item .address-info li span{ position: relative; float: left; width: 90px; height: 28px; padding-right: 20px; text-align: justify}
.address .ac-item .address-info li span::before{ position: absolute; top: 0; right: 0; width: 20px; font-size: 20px; color: #333; line-height: 28px; text-align: center; content: "："}
.address .ac-item .address-info li span::after{ width: 100%; height: 0; display: inline-block; content: ""}
.address .ac-item .address-info li p{ float: left; width: 442px;font-size: 20px;
    line-height: 30px;}

.rightsidebar{
    display: none !important;
}


.address .option .option_1{
    margin-right: 240px;
}



.header .nav-fushi ul li{
    text-align: center;
    padding: 4px 0 !important;
}
.header .nav-fushi ul li a{
    color: #fff;
    font-size: 16px;
}
.header .nav-fushi ul li a:hover{
    border:none;
}

.addr_wrap {
    width: 100%;
    background-color: #ff6749;
    height:910px; ;
}
.addr_main {
    padding: 25px 0 1px;
}

.data-grid{
    width:1200px;
    height: 660px;
    position: relative;
    overflow: hidden;
    margin:40px auto 16px;
    font-size: 14px;
    color:#444;
    border-radius: 12px;
    box-sizing: border-box;
}
.data-view{
    width: 1200px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 0px;
}
.grid-head{
    width: 1200px;
    height: 54px;
    border-color:#cccccc;
    overflow: hidden;
    cursor: default;
    border-width: 0px 0px 1px;
    border-style: solid;
    background-color:#fff;
}
.grid-head .datagrid-cell{
    line-height: 54px;
}

.grid-head-inner{
    display: block;
    /*float: left;  */
    border: 1px solid #cccccc;
}
.grid-foot{
    width: 1200px;
    height: 20px;
    border-color:#cccccc;
    overflow: hidden;
    cursor: default;
    border-radius: 0 0 12px 12px;
    background-color:#fff;
}
.grid-foot-inner{
    display: block;
    float: left;
}
.data-table{
    height: 54px;
    border-collapse: separate;
    display: block;
}
.data-table-row{
    height: 54px;
    display: block;
}
.grid-head-inner tbody{
    height: 54px;
    display: block;

}

.data-table-row td div{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #CC3333;
}
.data-table td{
    border-color: #fff;
    border-style: dotted;
    margin: 0px;
    padding: 0px;
    line-height: 54px;
    display: inline-block;
}
.datagrid-cell{
    margin: 0px;
    padding: 0px 4px;
    white-space: nowrap;
    word-wrap: normal;
    height: 54px;
    position:relative;
    line-height:54px;
    font-size: 12px;
    border:0;
}

.grid-body .datagrid-cell{
    line-height: 40px;
    height: 40px;
}
.datagrid-btable .datate td{
    border-top: 0;
}

.grid-head .datagrid-cell.cell-c3{
    padding:0;
}
.grid-head .datagrid-cell.cell-c2:before{
    left:-12px;
    height: 54px;
    color: #cc3333;
    background: #cccccc;
    position: absolute;
    top: 0;
    width: 1px;
    content: '';
}
.grid-head .datagrid-cell.cell-c2:after{
    right:10px;
    height:54px;
    color: #cc3333;
    background: #cccccc;
    position: absolute;
    top: 0;
    width: 1px;
    content: '';
}
.cell-c1{
    width:174px;
    height:auto;

    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.cell-c2{
    width:206px;
    height:auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.cell-c3{
    width:772px;
    height:auto;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}

.grid-body{
    width:1200px;
    height: 548px;
    overflow-x: hidden;
    margin: 0px;

    padding: 0px;
}
.grid-body .grid_body1{
    border-left: 1px solid #fff;
}
.datagrid-btable{
    border-collapse: collapse;
    background: #ff6749;
}

.datagrid-btable tr td{
    border:1px solid #ffffff;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
.fixed-signup .mid {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.fixed-signup{ position: fixed; bottom: 0; left: 0; z-index: 999999; width: 100%; height: 150px;
    background:linear-gradient(-45deg,rgba(236,105,65,1) 0%,rgba(236,105,65,1) 50%),rgba(236,105,65,1)100%;}
.fixed-signup .fs-tips{
    position: absolute;
    float: left;
    width: 156px;
    height: 72px;
    line-height: 24px;
    text-align: center;
    top: -9px;
}
.fixed-signup  .fs-price a{
    display: inline-block;
    width: 176px;
    height: 26px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 17px;
    border:1.5px solid #ed9112;
    border-radius: 12px;
}
.fixed-signup ul{
    position: relative;
}
.fixed-signup .fs-bt{
    position: absolute;
    left: 75px;
    top: 1px;
}
.fixed-signup .fs-bt h2{
    font-size: 32px;
    color: #ffde00;
    letter-spacing: 2px;
    text-shadow: #c9323242 6px -1px 7px, #c9323263 4px 0px 6px, #c9323270 3px -1px 0px, #c932325e 3px 1px 0px;
    font-weight: 600;
}
.fixed-signup  .fs-price a:nth-child(4),.fixed-signup  .fs-price a:nth-child(5),.fixed-signup  .fs-price a:nth-child(6){
    width: 150px;
    margin-left: 12px;
}
.fixed-signup  .fs-price a:nth-child(5){
    margin-left: 26px;
}
.fixed-signup  .fs-price a:nth-child(6){
    margin-left: 27px;
}
.fixed-signup .fs-form{ float: right; width: 1055px;}
.fixed-signup .fs-form li{ float: right;

    margin-top: 20px;}
.fixed-signup .fs-form li.fs-price,.fixed-signup .fs-form li.fs-isRead{
    float: right;
    position: relative;
    top: -36px;
    right: 124px;}
.fixed-signup .fs-form li input{ display: block; margin: 0; padding: 0; border: 0; outline: none}
.fixed-signup .fs-form li.ipt input{   width: 165px;
    height: 36px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 12px;
}
.fixed-signup .fs-form li.phone{
    margin-right: 77px;
}
.fixed-signup .fs-form li.name{        margin-right: 8px;}
.fixed-signup .fs-form li.submit{    position: relative;
    top: -20px;
    right: 77px;}
.fixed-signup .fs-form li.submit input{
    width:378px;
    height: 40px;
    background:linear-gradient(90deg,rgba(254,217,146,1) 0%,rgba(255,204,105,1) 100%);;
    font-size: 22px;
    color: #d92500;
    line-height: 40px;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 600;
    border-radius:12px;}
.fixed-signup .fs-form li.fs-price{height: 86px;
    padding-top: 3px;
    font-size: 17px;
    color: #FFF;
    line-height: 39px;
    float: left;
    width: 52%;
    margin-left: 18px;
    margin-top: 64px;
    position: relative;
    left: 2px;
    top: -5px;}

.fixed-signup .fs-form li.fs-price i,.fixed-signup .fs-form li.fs-price span{ font-size: 22px; color: #fff}
.fixed-signup .fs-form li.fs-price i{ font-style: normal; text-decoration: line-through}
.fixed-signup .fs-form li.fs-isRead input{ position: absolute; display: none;}
.fixed-signup .fs-form li.fs-isRead label{    position: relative;
    display: block;
    float: left;
    padding-left: 22px;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    top: -1px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(240,240,240,0);}
.fixed-signup .fs-form li.fs-isRead label:before{ position: absolute; display: inline-block; top:8px; left:0; width: 12px; height: 12px; border:solid 1px #FFF; background: none; content: ''}
.fixed-signup .fs-form li.fs-isRead label:after{ position: absolute; display: none; top: 6px; left: 0; width: 18px; height: 16px; background: url(../images/fs-isRead-icon.png) no-repeat; content: ""}
.fixed-signup .fs-form li.fs-isRead input:checked + label:after{ display: block}
.fixed-signup .fs-form li.fs-isRead label a{ color: #ffde00}

#page05_shadow{
    position:fixed;
    _position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:#000;
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
    z-index:97;
    display:none;
}

.xiangqing1{
    width: 1200px;
    margin: 50px auto;
}
.xiangqing1 p{
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}
.xiangqing1_cot ul {
    margin: 30px 0;
}
.xiangqing1_cot ul li{
    width: 48%;
    margin-left: 4%;
    float: left;
}
.xiangqing1_cot ul li p{
    font-size: 20px;
    color: #000;
    line-height: 36px;
    padding:15px;
    margin-top: 5px;
}
.xiangqing1_cot ul li:nth-child(1){
    margin-left: 0;
}

.xiangqing_cen{
    text-align: center;
    margin-top: 30px;
}

.xiangqing1_cot ul h3{
    text-align: center;
    font-size: 20px;
    color: #000;
    padding:15px;
    margin-top: 5px;
}

.xiangqing1_cot h3{
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top:30px;
}

.header .nav-fushi ul li{
    text-align: center;
    padding: 4px 0 !important;
}
.header .nav-fushi ul li a{
    color: #fff;
    font-size: 16px;
}
.header .nav-fushi ul li a:hover{
    border:none;
}


.addr_jxj{
    margin:60px auto 30px;
    width: 1200px;
}

.addr_jxj table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 1px rgba(204, 51, 51, 0.3);
    border-radius: 12px;
    position: relative;
}
.addr_txt{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 30px;

}

.addr_jxj table{
    text-align: center;
}

.addr_jxj table tr:nth-child(1) {
    background: rgba(234, 49, 49, 1);
    border-radius: 12px 12px 0px 0px;
    width: 1200px;
    height: 60px;
}

.addr_jxj table tr:nth-child(1) td {
    border-radius: 12px 0 0px 0px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    border-right: 0;
    border-top: 0;
}
.addr_jxj table:before {
    position: absolute;
    right: 0px;
    content: '';
    top: 60px;
    height: 301px;
    width: 1px;
    background: rgba(234, 49, 49, 1);
}
.addr_jxj table:after {
    position: absolute;
    left: 1px;
    content: '';
    top: 60px;
    height: 301px;
    width: 1px;
    background: rgba(234, 49, 49, 1);
}
.addr_jxj table tr:nth-child(1) td:nth-child(2){
    border-radius: 0 12px 0px 0px;
}

.addr_jxj table tr:nth-child(2) td {
    font-size: 20px;
    font-weight: 550;
    color: #333333;
    line-height: 30px;
}


.addr_jxj table td{
    border: 1px solid #EEEEEE;
    font-size: 20px;

    font-weight: 450;
    color: #333333;
    line-height: 30px;
}


.addr_jxj table td.addr_wet{
    color: #ea3131;
}

.addr_jxj .last_td {
    padding: 16px 0;
    background: rgba(234, 49, 49, 1);
    border: none !important;
    border-radius: 0 0 12px 12px;
}

.addr_jxj .addr_text{
    margin-top: 23px;
    font-size: 16px;
    text-align: left;
    color: #666;
    padding: 0 20px;
}

.addr_jxj .addr_text h3{
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}
.addr_jxj .addr_text p{
    font-size: 16px;
    line-height: 30px;
}
.addr_jxj .addr_text p span{
    color: #cc3333;
}
.addr_jxj .addr_text i{
    font-weight: bold;
    font-style: inherit;
}

.addr_text1{
    padding-bottom: 20px;
}

.addr_jxj1{
    margin: 20px auto;
    width: 1200px;
}

.addr_jxj1 p{
    font-size: 16px;
    color: #333;
}
.addr_jxj1 table{
    text-align: center;
    width: 1200px;
    border-collapse: separate;
    border-spacing: 0;
}
.addr_jxj1 table tr td:nth-child(1){
    border-radius: 12px 0 0px 0px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    border-right: 0;
    border-top: 0;
}
.addr_jxj1 table tr td:nth-child(8){
    border-right: 1px solid #cc3333;

}
.addr_jxj1 table{
    margin-top: 20px;
}

.addr_jxj1 table tr td{
    font-size: 20px;
    width: 149px;

    border-right: 1px solid #EEEEEE;
}
.addr_jxj1 table tr{
    border-radius: 12px;
}
.addr_jxj1 table tr:nth-child(1) td{
    border-top: 1px solid #cc3333;
    border-bottom: 1px solid #EEEEEE;
}
.addr_jxj1 table tr:nth-child(1) td:nth-child(1){
    border-top: 0;
}
.addr_jxj1 table tr:nth-child(2) td{
    color:rgba(234, 49, 49, 1);
}

.addr_jxj1 table tr:nth-child(2) td:nth-child(1){
    color: #fff;
}

.addr_jxj1 table tr:nth-child(2) td{
    border-bottom: 1px solid rgba(234, 49, 49, 1);
}
.addr_btn{
    text-align: center;
}
.addr_btn h5{
    display: inline-block;
    background: linear-gradient(180deg, #FF4040, #CC3333);
    border-radius: 30px;
    width: 258px;
    line-height: 50px;
    font-size: 28px;
    color: #fff;
    margin:46px auto 0;
    height: 50px;
}






























