@charset "utf-8";
body {
    color: #000000;
    font-size: 14px;
    background-color: #FFFFFF;
    overflow-x: auto;
    font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
    *font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
    overflow: hidden;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    display: inline-block;
    border: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}


/*<!--头部【导语和表单】-->*/

.header {
    width: 100%;
    background: url(../img/headBanner.png) no-repeat center top;
    padding-top: 96px;
}

.header .txt {
    text-align: left;
    margin-bottom: 30px;
    font-size: 35px;
    color: #ffffff;
    height: 240px;
    line-height: 56px;
}

.header .main_p {
    margin-left: 54px;
}

.header .txt strong {
    font-size: 72px;
    line-height: 90px;
    display: block;
    color: #e11937;
    background: -webkit-linear-gradient(left, #e11937, #ff8300);
    background: -moz-linear-gradient(left, #e11937, #ff8300);
    background: linear-gradient(left, #e11937, #ff8300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .toply a {
    background: transparent;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: solid 3px #ffffff;
}

.headContent {
    width: 1000px;
    margin: 0 auto;
}


/*.headContent .toply { overflow: hidden; width: 650px; margin: 425px auto 0 0; }
.headContent .toply a.aus_a { width: 198px; height: 58px; line-height: 58px; margin: 0 20px 0 0; text-align: center; font-size: 24px; color: #fff; cursor: pointer; border: 1px solid #fff; border-radius: 3px;
 
 }*/

.bannerlead {
    text-align: center;
    padding-top: 25px;
}

.bannerlead h2 {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #333;
    font-size: 30px;
    font-weight: bold;
}

.bannerlead p {
    line-height: 28px;
    font-size: 16px;
    color: #333;
}


/*<!--导航-->*/

.mainNav {
    width: 100%;
    margin: 0 auto;
    height: 96px;
    bottom: 0;
    position: relative;
    top: 6px;
}

.mainNav .mainNav_wrap {
    width: 100%;
    height: 96px;
    position: relative;
}

.mainNav .mainNav_wrap:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 100%;
    background-color: #000000;
    top: 30px;
    left: 0;
}

.mainNav ul {
    width: 1000px;
    margin: 0 auto;
    color: #FFFFFF;
    position: relative;
    height: 96px;
    line-height: 96px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: -webkit-linear-gradient(left, #db0025, #f08200);
    background: -o-linear-gradient(left, #db0025, #f08200);
    background: -moz-linear-gradient(left, #db0025, #f08200);
    background: -ms-linear-gradient(left, #db0025, #f08200);
    background: linear-gradient(left, #db0025, #f08200);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00db0025', endColorstr='#00f08200', GradientType=1);
}

.mainNav .mainNav_wrap.fixedTop {
    position: fixed;
    z-index: 999;
    top: 0;
    text-align: center;
}

.mainNav li {
    cursor: pointer;
    position: relative;
    font-size: 18px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    display: inline-block;
    margin: 0 10px;
}

.mainNav a {
    display: inline;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
    font-weight: bold;
}


/*<!--导航-->*/

.dyform {}

.dybox {
    line-height: 30px;
    font-size: 18px;
    color: #666;
    margin-top: 188px;
    padding-bottom: 20px;
}

.dybox strong {
    font-size: 24px;
    display: block;
    color: #333;
    margin-bottom: 25px;
}

.toply {
    padding-bottom: 65px;
    height: 56px;
}

.toply a {
    width: 209px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: -webkit-linear-gradient(left, #db0025, #f08200);
    background: -o-linear-gradient(left, #db0025, #f08200);
    background: -moz-linear-gradient(left, #db0025, #f08200);
    background: -ms-linear-gradient(left, #db0025, #f08200);
    background: linear-gradient(left, #db0025, #f08200);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00db0025', endColorstr='#00f08200', GradientType=1);
}


/*表單*/

.formConbg {
    margin-top: -80px;
    background: url(../img/formShadow.png) no-repeat center 384px;
    padding-bottom: 40px;
}

.formCon {
    height: auto;
    width: 414px;
    overflow: hidden;
    background: #fff;
    border: 6px solid #f08300;
}

.formCon p {
    font-size: 22px;
    color: #474747;
    line-height: 32px;
    text-align: center;
    padding: 28px 0 21px;
    margin: 0;
}

.formCon form ul {}

.formCon form ul li {
    float: left;
    width: 300px;
    font-size: 14px;
    display: inline;
    font-family: "微软雅黑";
    margin-bottom: 10px;
    margin-left: 52px;
}

.formCon form ul li p .Validform_checktip.Validform_wrong {
    color: #fff !important;
}

.formCon form ul li div {
    width: 300px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.formCon form ul li .mobile {
    background: url(../img/input1.gif) no-repeat;
}

.formCon form ul li .name {
    background: url(../img/input2.gif) no-repeat;
}

.formCon form ul li .language {
    background: url(../img/input3.gif) no-repeat;
}

.formCon form ul li .Pchengji {
    background: url(../img/input3.gif) no-repeat;
}

.formCon form ul li .Mschool {
    background: url(../img/input5.gif) no-repeat;
}

.formCon form ul li .step {
    background: url(../img/input3.gif) no-repeat;
}

.formCon form ul li .branch,
.formCon form ul li .guojia {
    background: url(../img/input4.gif) no-repeat;
}

.formCon form ul li select {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 259px;
    margin-left: 40px;
    border: none;
    background: none;
    color: #aab2bd;
    font-family: "微软雅黑";
}

.formCon form ul li select option {
    background: #FFFFFF;
    color: #96a8b4;
    border: none;
    line-height: 22px;
}

.formCon form ul li input {
    height: 38px;
    line-height: 38px;
    margin-top: 1px;
    *margin-top: 0px;
    width: 259px;
    margin-left: 40px;
    font-size: 14px;
    border: none;
    background: none;
    color: #aab2bd;
    font-family: "微软雅黑";
}

.formCon .from_btn {
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    width: 300px;
    cursor: pointer;
    height: 50px;
    color: #fff;
    font-family: "微软雅黑";
    border-radius: 3px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(left, #db0025, #f08200);
    background: -o-linear-gradient(left, #db0025, #f08200);
    background: -moz-linear-gradient(left, #db0025, #f08200);
    background: -ms-linear-gradient(left, #db0025, #f08200);
    background: linear-gradient(left, #db0025, #f08200);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00db0025', endColorstr='#00f08200', GradientType=1);
}

.formCon form ul li.tijiao {
    width: 176px;
    margin-right: 0;
    /*margin-top: 4px; */
}


/*表單*/

.dymain {
    width: 100%;
    height: 173px;
    overflow: hidden;
    background: url(../img/dybg.jpg) no-repeat center;
}

.dymain p {
    padding: 40px 25px 0 115px;
    line-height: 30px;
    font-size: 14px;
    color: #fbfbfb;
}


/*<!--头部【导语和表单】-->*/

.fz24 {
    font-size: 24px;
}

.fz18 {
    font-size: 18px;
}


/*头部title*/

.titleh2 {
    /* padding-bottom: 25px; */
    font-size: 24px;
    color: #333;
    display: block;
    margin-bottom: 30px;
    line-height: 40px;
}

.titleh2 strong {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.titleh3 {
    font-size: 18px;
    color: #333;
    display: block;
}

.titleh3 strong {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
}


/*.sectionp4 .titleh2, .sectionp7 .titleh2, .sectionp8 .titleh2 { height: 42px; line-height: 42px; padding-bottom: 50px; font-size: 40px; color: #333; font-weight: bold; }*/

.titlef {
    font-size: 24px;
    color: #333;
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
    margin-bottom: 40px;
}

.btnbox {
    text-align: center;
    padding: 30px 0 50px;
}

.btnbox a {
    width: 300px;
    height: 50px;
    margin: 0 10px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #db0025, #f08200);
    background: -o-linear-gradient(left, #db0025, #f08200);
    background: -moz-linear-gradient(left, #db0025, #f08200);
    background: -ms-linear-gradient(left, #db0025, #f08200);
    background: linear-gradient(left, #db0025, #f08200);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00db0025', endColorstr='#00f08200', GradientType=1);
}

.btnbox a:hover {
    /* border: 1px solid #fe907e; color: #fff; background: #fe907e url(../img/btn2.png) repeat-x center top; */
    font-weight: bold;
}

.btnbox .btn2 {
    width: 298px;
    height: 48px;
    margin: 0 10px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ff6042;
    background-color: #ff6042;
}

.btnbox .btn2:hover {
    background: #cc6652;
    border: 1px solid #cc6652;
    color: #fff;
}

.gery {
    background-color: #efefed;
}

.cred {
    color: #e02140;
}


/*********************<!--公共模块-->**********************/

.section {
    width: 100%;
    padding-top: 57px;
    font-family: "微软雅黑";
}

.section_content {
    width: 1000px;
    margin: 0 auto;
}

.secUSA6 {
    background: linear-gradient(to right, #e11937, #ff8300);
}

.secUSA6 .titleh2 {
    color: #fff;
    background: url(../img/titleh2fff.png) no-repeat center bottom;
}

.secUSA6 .titlef {
    color: #fff;
}

.secUSA8 {
    background-color: #f6f7f9;
}


/*********************<!--公共模块-->**********************/

.campus {
    padding-top: 10px;
    position: relative;
}

.campus .item {
    width: 302px;
    height:143px;
    padding: 15px 0;
    float: left;
    /* height: 110px; */
    margin-right: 40px;
    /* box-shadow: 10px 10px 15px #e5e6e8;*/
    border: 2px solid #f08300;
    border-radius: 40px;
}

.campus .item strong {
    color: #010101;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 7px;
    display: block;
}

.campus .item p {
    color: #000;
    text-align: left;
    line-height: 24px;
    padding: 0 32px;
}

.campus .none {
    margin-right: 0;
}

.campus .pk {
    display: inline-block;
    position: absolute;
    width: 444px;
    height: 76px;
    background: url(../img/pk.png) no-repeat;
    z-index: 1;
    left: 272px;
    top: 44px;
}

.eduway {
    background: url(../img/eduway.jpg) no-repeat left top;
}

.way {
    padding-left: 364px;
    padding-top: 22px;
}

.way .item {
    float: left;
    margin-bottom: 20px;
}

.wayL {
    float: left;
    width: 109px;
    height: 109px;
    line-height: 109px;
    text-align: center;
    color: #fff;
    background-color: #f08300;
    margin-top: 5px;
}

.way .none {
    margin-bottom: 0;
}

.wayR {
    float: left;
    width: 505px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
}

.strength {
    padding-top: 10px;
}

.strength .item {
    width: 302px;
    padding: 15px 0;
    float: left;
    height: 85px;
    margin-right: 38px;
    margin-bottom: 20px;
    /* box-shadow: 10px 10px 15px #e5e6e8;*/
    border: 3px solid #cccccc;
    border-radius: 40px;
    background-color: #fff;
    box-sizing: content-box;
}

.strength .item strong {
    color: #f08300;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 7px;
    display: block;
}

.strength .item p {
    color: #000;
    text-align: left;
    line-height: 24px;
    padding: 0 32px;
}

.strength .none {
    margin-right: 0;
}

.strength .botnone {
    margin-bottom: 0;
}

.strengthbot {
    padding-top: 20px;
    margin-left: 20px;
}

.strengthbot span {
    color: #db0125;
    padding-right: 5px;
}

.tp-tab2 {
    margin-top: 27px;
    text-align: center;
    height: 160px;
    display: flex;
    justify-content: space-around;
}

.tp-tab2 li {
    width: 107px;
    height: 160px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.tp-tab2 .current {
    /*background: linear-gradient(to right, #008260, #51c21a); */
}

.tp-contents2 {
    margin-top: 35px;
}

.tp-tab2 li a {
    /* width: 185px;
    height: 75px; */
    display: inline-block;
}

.tp-tab2 li {
    /* width: 185px;
    height: 75px; */
    position: relative;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    box-sizing: border-box;
}

.tp-tab2>li>b {
    /* position: absolute;
    top: 0;
    left: 0; */
    margin-top: 18px;
    color: #666666;
    display: block;
    font-size: 26px;
    /* background-color: rgba(123, 123, 123, .9); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#E57B7B7B', endColorstr='#E57B7B7B', GradientType=1);
}

.tp-tab2 li.current b,
.tp-tab2 li:hover b {
    /* background: -webkit-linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
    background: -o-linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
    background: -moz-linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
    background: -ms-linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
    background: linear-gradient(left, rgba(51, 51, 153, .7), rgba(0, 153, 255, .7));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B2333399', endColorstr='#B20099FF', GradientType=0); */
}

.tp-tab2 li.current div {
    width: 107px;
    height: 107px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 5px solid #ff8202;
    color: #ff8202;
}

.tp-tab2 li.current b {
    color: #ff8202;
}

.contents .content {
    display: none;
    padding-top: 50px;
}

.contents .content.currentContent {
    display: block;
}

.table-wrap {
    width: 1000px;
    outline: none;
    position: relative;
    font-size: 14px;
    color: #444;
    border: 1px #e6e6e6 solid;
    text-align: center;
    margin-top: 30px;
}

.table-head {
    padding-right: 17px;
    background-color: #645f65;
    border-bottom: 1px #e6e6e6 solid;
    color: #fff;
    font-size: 18px;
    min-height: 24px;
    line-height: 24px;
}

.table-head-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.grid {
    margin: 0px;
    table-layout: fixed;
    width: 100%;
    max-width: none;
    border-spacing: 0px;
    empty-cells: show;
    border-width: 0px;
    outline: 0px none;
    border-collapse: collapse;
}

.grid tr th {
    padding: 19px 15px;
    vertical-align: middle;
    overflow: hidden;
    border-left: 1px #e6e6e6 solid;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.grid tr th:first-child {
    border-left-width: 0;
}

.grid tr td {
    border-left: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    padding: 0.929em 0.5em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
    background-color: #fff;
    color: #666;
}

.grid tr td:first-child {
    border-left-width: 0px;
}

.grid tr:last-child td {
    border-bottom: none;
}

.grid tr:nth-of-type(2n-1) td {
    background-color: #eff8ff;
}

.grid tr.over td {
    background-color: #def4ff;
}

.tab-link {
    display: block;
    text-align: left;
    min-height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-content {
    /* height: 503px; overflow-x: auto; overflow-y: scroll;*/
    white-space: normal;
    position: relative;
    width: 100%;
    min-height: 0;
}

.grid tr td a {
    display: block;
    width: 110px;
    margin: 0 auto;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    color: #fbfbfb;
    background: #ed5562;
    border-radius: 15px;
}

.grid tr td a:hover {
    background: #d84c59;
}

.Cases {
    padding-top: 20px;
}

.Cases .item {
    background-color: #fff;
    opacity: 0.9;
    width: 490px;
    height: 250px;
    font-size: 14px;
    margin-bottom: 20px;
}

.Cases .item h4 {
    height: 70px;
    background-color: #645f65;
    display: block;
    line-height: 70px;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.Cases .item h4 strong {}

.CasesBox {
    height: 178px;
    border: 1px solid #645f65;
}

.Cases ul {
    border-bottom: 1px dashed #ccc;
    height: 98px;
    padding: 15px 20px 0;
}

.Cases ul li {
    display: block;
    width: 100%;
    float: left;
}

.Cases p {
    color: #666;
    line-height: 24px;
    display: inline-block;
    float: left;
    width: 363px;
}

.Cases strong {
    color: #333;
    display: inline-block;
    float: left;
    line-height: 24px;
}

.Cases .more {
    border: 1px solid #333;
    width: 113px;
    height: 32px;
    display: block;
    margin: 15px auto;
    border-radius: 30px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.Cases .botnone {
    margin-bottom: 0;
}

.schedule {}

.schedule li {
    width: 715px;
    margin: 0 auto;
    -height: 20px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.schedule li strong {
    width: 120px;
    background-color: #f08300;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 0 20px;
}

.schedule li p.le {
    display: inline-block;
    width: 240px;
    text-align: right;
}

.schedule li p.rig {
    display: inline-block;
    width: 280px;
    text-align: left;
}

.schedule li.item {
    background-color: #efefed;
    margin-bottom: 20px;
}

.schedule .item b {
    color: #f08300;
}

.schedule .item .le,
.schedule .item .rig {
    text-align: center;
}

.fee {
    padding-left: 364px;
    background: url(../img/bgfee.jpg) no-repeat left bottom;
}

.fee .item {
    float: left;
    margin-bottom: 20px;
    font-size: 18px;
}

.fee .none {
    margin-bottom: 0;
}

.fee .item p {
    float: left;
    width: 610px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 30px;
}

.fee .item strong {
    color: #f08300;
}

.bgAccompany {
    width: 100%;
    background: url(../img/bgAccompany.jpg) no-repeat center top;
    height: 690px;
}

.Accompany {
    padding-top: 23px;
}

.Accompany .item {
    width: 356px;
    height: 404px;
    padding: 0 67px;
}

.Accompany .item h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 47px;
}

.Accompany .item .t1 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 24px;
}

.Acpl {
    background-color: #fff;
}

.Acpr {
    width: 100%;
    background: #fff url(../img/Acpr.jpg) no-repeat right bottom;
}

.Qu {
    font-size: 18px;
}

.Qu strong {
    background-color: #2a9676;
    color: #2a9676;
    width: 93px;
    height: 63px;
    padding-top: 12px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 50px;
}

.Qu p {
    display: inline-block;
    width: 240px;
    color: #666;
    line-height: 36px;
    padding-top: 25px;
}

.Acpr ul {
    padding-top: 30px;
}

.Acpr ul li {
    font-size: 18px;
    height: 78px;
    line-height: 78px;
    text-align: center;
}

.Acpr ul li a {
    color: #666666;
}

.Acpr ul li a:hover {
    text-decoration: underline;
}

.Acpr ul li.bot {
    border-bottom: 1px dashed #ccc;
}


/* end*/

.recommendList li {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    top: 0;
    width: 490px;
    margin-bottom: 20px;
}

.recommendList li img {
    width: 490px;
    height: 136px;
    display: block;
}

.recommendList li:hover {
    top: -10px;
    -webkit-box-shadow: 0 0 20px #999999;
    -moz-box-shadow: 0 0 20px #999999;
    box-shadow: 0 0 20px #999999;
}

.syhxx {
    width: 960px;
    margin: 0 auto;
}

.syhxxa {
    height: 224px;
    width: 960px;
}

.syhxxL {
    height: 145px;
    padding: 20px 15px 0px 15px;
    font-size: 14px;
    padding-bottom: 26px;
    line-height: 24px;
    webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #ccc;
    margin-right: 10px;
}

.syhxxL strong {
    color: #ff9900;
}

.syhxxL_zi {
    background: #000;
    font-size: 18px;
    line-height: 30px;
    width: 240px;
    text-align: center;
    color: #fafafa;
    margin: 30px 0px 10px 330px;
}

.syhxxL_zia {
    background: #000;
    font-size: 18px;
    line-height: 30px;
    width: 300px;
    text-align: center;
    margin-left: 300px;
    color: #fafafa;
    margin-bottom: 30px;
}

.bz {
    width: 920px;
    height: 34px;
    overflow: hidden;
    background: #ccc;
    padding: 0px 20px;
    line-height: 34px;
    font-size: 14px;
    margin-bottom: 40px;
}

.insurance_dec {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    height: 196px;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: url(../img/insurance_bg.png) no-repeat top;
    background-size: 100% 100%;
}

.insurance_dec p {
    position: absolute;
    letter-spacing: 1px;
    top: 50px;
    left: 34px;
    width: 620px;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.discount_ul {
    width: 100%;
    margin-bottom: 20px;
}

.discount_ul li {
    float: left;
    width: 240px;
    height: 250px;
    margin-right: 13px;
    background: #ffffff;
}

.discount_ul li:last-child {
    margin-right: 0;
}

.discount_ul .part_head {
    width: 240px;
    height: 120px;
    position: relative;
}

.discount_ul .part_head img {
    width: 240px;
    height: 120px;
}

.discount_ul .part_head p {
    position: absolute;
    top: 22px;
    left: 50px;
    text-align: center;
    height: 59px;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.discount_ul .part_content {
    padding: 20px;
}

.discount_ul .part_content p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.discount_mark {
    position: relative;
    padding-top: 10px;
    font-size: 14px;
    color: #333333;
}

.discount_mark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 4px;
    background-image: linear-gradient(90deg, #db0025 0%, #f08200 100%), linear-gradient(#503e3e, #503e3e);
    background-blend-mode: normal, normal;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.mark_red {
    color: #f30316;
}


/*end*/