.ease {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body {
	line-height: 1;
}
.Center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.w {
	margin: 0 auto;
	width: 1500px;
	box-sizing: border-box;
}
.w::after {
    content: "";
    display: block;
    clear: both;
}
.header {
	position: fixed;
	height: 64px;
	background-color: #2d63cf;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 999;
}
.header .w {
    position: relative;
}
.header .left {
    padding-right: 150px;
}
.header h2 {
    font-weight: normal;
    font-size: 22px;
    margin-top: 10px;
}
.header p {
    font-size: 18px;
    margin-top: 6px;
}
.header p span {
    margin-left: 22px;
}
.header .head-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    background-color: #fff;
    height: 36px;
    box-sizing: border-box;
    line-height: 32px;
    border: 1px solid #fff;
    padding: 0 28px;
    font-size: 18px;
    font-weight: bold;
    color: #2d63cf;
}
.header .head-btn:hover {
    color: #fff;
    background-color: #2d63cf;
}
.banner {
    margin: 64px auto 0;
}
.banner img {
    width: 100%;
}
.synopsis {
    padding: 60px 0 80px;
    background: -moz-linear-gradient( 0deg, rgb(17,78,158) 0%, rgb(82,229,231) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(17,78,158) 0%, rgb(82,229,231) 100%);
    background: -ms-linear-gradient( 0deg, rgb(17,78,158) 0%, rgb(82,229,231) 100%);
}
.public-title {
    color: #fff;
    overflow: hidden;
}
.public-title p {
	font-size: 60px;
	font-weight: bold;
	float: left;
    margin-right: 35px;
	padding-bottom: 32px;
	padding-right: 52px;
	background: url(../images/titleBg.png) no-repeat;
    background-position: right bottom;
}
.public-title .content {
	overflow: hidden;
	font-size: 22px;
	line-height: 40px;
	margin-top: -6px;
}
.synopsis-box {
    margin-top: 46px;
    border-radius: 16px;
    border: 4px solid #1da1e9;
    background: url(../images/synopsisBg.png) no-repeat;
    background-size: cover;
    padding: 52px 56px;
}
.synopsis-box .title p {
    font-size: 32px;
    display: inline-block;
    position: relative;
}
.synopsis-box .title p::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: -6px;
    height: 12px;
    background-color: #fdc83a;
}
.synopsis-box .title p b {
    position: relative;
    z-index: 2;
}
.synopsis-table {
	margin: -10px 0 45px;
}
.synopsis-table table {
    width: 100%;
}
.synopsis-table td b {
    color: #2d63cf;
    font-size: 22px;
    display: block;
    margin-top: 40px;
}
.synopsis-table td p {
    font-size: 20px;
    margin-top: 16px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w432 {
    width: 432px;
}
.w416 {
    width: 416px;
}
.w380 {
    width: 380px;
}
.synopsis-box .data {
    margin-top: 30px;
}
.synopsis-box .data dl {
    overflow: hidden;
    margin-top: 20px;
    line-height: 22px;
    height: 22px;
    font-size: 20px;
}
.synopsis-box .data dl:first-child {
    margin-top: 0;
}
.synopsis-box .data dt {
    float: left;
    width: 824px;
}
.synopsis-box .data dd {
    overflow: hidden;
}
.synopsis-box .data dl i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon_time.png) no-repeat;
    background-size: auto 100%;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 4px;
}
.synopsis-box .data dl.city i {
    height: 19px;
    background-image: url(../images/icon_add.png);
}
.main {
    background: url(../images/mainBg.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}
.main-tab {
    margin-top: 40px;
}
.main-tab p {
    font-size: 0;
}
.main-tab p a {
    font-size: 48px;
    color: #fff;
    display: inline-block;
    height: 120px;
    line-height: 112px;
    border-radius: 8px;
    text-align: center;
    width: calc(50% - 20px);
    margin-right: 40px;
    padding: 4px;
    box-sizing: border-box;
    background: #3966d9;
}
.main-tab p a span {
    background-color: #3966d9;
    display: block;
    border-radius: 8px;
}
.main-tab p a b {
    margin-right: 30px;
}
.main-tab p a:last-child {
    margin-right: 0;
}
.main-tab p a.focus {
    background: -moz-linear-gradient( 180deg, rgb(57, 102, 217) 0%, rgb(82,229,231) 100%);
    background: -webkit-linear-gradient( 180deg, #3966d9 0%, rgb(82,229,231) 100%);
    background: -ms-linear-gradient( 180deg, #3966d9 0%, rgb(82,229,231) 100%);
}
.main-bot {
	display: none;
	background: #015cd9;
	margin-top: 40px;
}
.main-bot:nth-of-type(2n) {
    padding-top: 40px;
}
.main-table {
    margin-top: 40px;
}
.main-table thead {
    border-width: 2px;
    border-style: solid;
    line-height: 56px;
    border-color: rgb(129, 248, 247);
    background-color: rgb(68, 208, 227);
    position: relative;
    z-index: 2;
    text-align: left;
}
.main-table thead th {
    padding-left: 40px;
    font-size: 24px;
    color: #fff;
}
.main-table table {
	background-color: #3445ca;
	width: 100%;
	margin-top: -1px;
}
.main-table table td {
	border: 1px solid #fff;
	width: 50%;
	padding: 20px 10px 20px 28px;
	line-height: 40px;
	font-size: 27px;
	color: #f1c03e;
}
.main-table table td:nth-child(odd) {
    padding-left: 40px;
}
.main-table table td b {
    font-weight: bold;
    color: #fff;
}
.main-bot .name {
	text-align: center;
	font-size: 21px;
	color: #fff;
	text-shadow: -0.087px 4.999px 0.97px rgba(10, 96, 126, 0.54);
	-moz-transform: matrix( 2.01607355858318,0,0,2.0165922900845,0,0);
	-webkit-transform: matrix( 2.01607355858318,0,0,2.0165922900845,0,0);
	-ms-transform: matrix( 2.01607355858318,0,0,2.0165922900845,0,0);
	font-weight: bold;
	height: 42px;
	padding-top: 20px;
}
.son-tab {
	position: relative;
	z-index: 2;
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.son-tab a {
	font-size: 26px;
	display: inline-block;
	height: 80px;
	border-radius: 20px;
	color: #2d63cf;
	background-color: #fff;
	padding: 4px;
	margin: 0 10px;
	width: 348px;
	box-sizing: border-box;
	vertical-align: top;
    line-height: 1.3;
}
.son-tab a span {
    display: block;
    border-radius: 18px;
    background-color: #fff;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.son-tab a b {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 26px;
    box-sizing: border-box;
}
.son-tab a.focus {
    background: -moz-linear-gradient( 180deg, #0070ce 0%, #52e5e7 100%);
    background: -webkit-linear-gradient( 180deg, #0070ce 0%, #52e5e7 100%);
    background: -ms-linear-gradient( 180deg, #0070ce 0%, #52e5e7 100%);
    color: #fff;
}
.son-tab a.focus span {
    background: url(../images/hover.png) no-repeat;
    background-size: cover;
}
.son-bot {
    display: none;
}
.son-bot .title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-top: 36px;
}
.son-bot .title b {
    font-size: 32px;
}
.son-bot .title span {
    margin: 0 20px;
}
.son-bot .main-table table td {
    padding: 12px 40px;
    line-height: 35px;
}
.son-bot .main-table table td b {
    font-weight: normal;
}
.enroll {
    padding: 60px 0 50px;
    background: -moz-linear-gradient( 0deg, rgb(19,85,161) 0%, rgb(81,226,229) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(19,85,161) 0%, rgb(81,226,229) 100%);
    background: -ms-linear-gradient( 0deg, rgb(19,85,161) 0%, rgb(81,226,229) 100%);
}
.enroll-box {
    margin-top: 46px;
    position: relative;
}
.enroll-box::after {
    content: "";
    display: block;
    clear: both;
}
.enroll-box .cost {
    width: 50%;
    float: left;
    background-color: #fff;
    padding: 60px 40px 50px;
    box-sizing: border-box;
}
.enroll-box .cost ul {
    overflow: hidden;
    margin-top: -50px;
}
.enroll-box .cost li {
    width: 370px;
    float: left;
    margin-top: 50px;
}
.enroll-box .cost li:nth-child(even) {
    overflow: hidden;
    width: auto;
}
.enroll-box .cost li b {
    display: block;
    font-size: 22px;
}
.enroll-box .cost li .price {
    margin-top: 22px;
    font-size: 40px;
    color: #ff6600;
    font-family: "Microsoft YaHei";
}
.enroll-box .cost li .price i {
	font-size: 30px;
	font-style: normal;
	vertical-align: top;
	display: inline-block;
	margin-top: 8px;
	margin-right: 4px;
}
.enroll-box .cost li .price span {
	font-size: 32px;
	vertical-align: top;
	display: inline-block;
	margin-top: 4px;
}
.enroll-box .cost li p {
	margin-top: 34px;
	font-size: 18px;
}
.enroll-box .right {
    position: absolute;
    right: 0;
    bottom: -24px;
    background-color: #2d63cf;
    border-radius: 40px 0 0 0;
    color: #fff;
    width: calc(50% + 80px);
    padding: 50px 50px 60px;
    box-sizing: border-box;
}
.enroll-box .right .enroll-tip .title {
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
.enroll-box .right .enroll-tip .title::after {
    content: "";
    position: absolute;
    left: 44px;
    bottom: -0;
    width: 100px;
    height: 10px;
    background-color: #fdc83a;
}
.enroll-box .right .enroll-tip .title span {
    position: relative;
    z-index: 2;
    padding-bottom: 4px;
}
.enroll-box .right .enroll-tip p {
    font-size: 18px;
    margin-top: 22px;
    line-height: 1.2;
}
.enroll .tip {
    margin-top: 50px;
    background-color: #fff;
    border: 2px solid #ffd3b3;
    padding: 20px;
}
.enroll .tip .title {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
}
.enroll .tip p {
    color: #666;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 16px;
}
.enroll .tip p b {
    color: #333;
}
.footer {
    padding: 40px 0;
    background: url(../images/footerBg.png) no-repeat;
    background-size: cover;
    color: #fff;
}
.footer .left {
    float: left;
    width: 1000px;
    font-size: 0;
    overflow: hidden;
}
.footer .left dl {
    float: left;
    width: 370px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-top: 110px;
    padding-bottom: 10px;
}
.footer .left dl dt {
    font-size: 24px;
}
.footer .left dl dd {
    font-size: 18px;
    margin-top: 20px;
}
.footer .left dl:last-of-type {
    width: auto;
    overflow: hidden;
}
.footer .left dl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 32px;
    background-color: #4385f5;
}
.footer .right {
    overflow: hidden;
}
.footer .right ul {
    margin-right: -20px;
}
.footer .right li {
    width: 50%;
    float: left;
}
.footer .right li .item {
    margin-right: 20px;
    border-radius: 8px;
    padding: 20px;
    background: -moz-linear-gradient( 0deg, rgb(0,112,206) 0%, rgb(82,229,231) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(0,112,206) 0%, rgb(82,229,231) 100%);
    background: -ms-linear-gradient( 0deg, rgb(0,112,206) 0%, rgb(82,229,231) 100%);
}
.footer .right li .image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.footer .right li .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.footer .right li p {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
/*右侧漂浮 开始*/
.client-2 {
    position: fixed;
    right: -200px;
    top: 50%;
    z-index: 97;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-bottom: 5px;
    clear: both;
    height: 60px;
    position: relative;
}

.client-2 li i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.client-2 .my-kefu-tel .my-kefu-left i {
    background: url(../images/fx01.png) center center no-repeat;
}

.client-2 .my-kefu-tel:hover .my-kefu-left i {
    background: url(../images/fx1.png) center center no-repeat;
}

  
.client-2 .my-kefu-weixin .my-kefu-left i {
    background: url(../images/fx02.png) center center no-repeat;
}

.client-2 .my-kefu-weixin:hover .my-kefu-left i {
    background: url(../images/fx2.png) center center no-repeat;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop .my-kefu-left i {
    width: 60px;
    height: 60px;
    background: url(../images/fx03.png) center center no-repeat;
}

.client-2 .my-kefu-ftop .my-kefu-left:hover i {
    background: url(../images/fx3.png) center center no-repeat;
}

.client-2 .my-kefu-left {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px 0 0 4px;
    position: relative;
    float: left;
}
.client-2 .my-kefu-tel:hover .my-kefu-left,.client-2 .my-kefu-weixin:hover .my-kefu-left,.client-2 .my-kefu-ftop:hover .my-kefu-left {
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(27, 25, 24) 100%);
}
.client-2 .my-kefu-tel-right {
	font-size: 24px;
	color: #100b15;
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 15px 0 25px;
	margin: 0 0 0 -10px;
	background-color: #fff;
	width: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.client-2 .my-kefu-tel:hover .my-kefu-tel-right {
    width: auto;
    padding: 0 15px 0 25px;
}
.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    color: #fff;
    height: 60px;
    width: 260px;
    padding: 0;
    float: left;
}

.client-2 .my-kefu-main {
    width: 60px;
    height: 60px;
    position: relative;
    padding: 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    padding: 10px;
    position: absolute;
    left: -145px;
    top: -100px;
    display: none;
    z-index: 333;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.my-kefu-weixin-pic img {
    width: 120px;
    height: 120px;
}

.my-kefu-weixin-pic p {
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

/*右侧漂浮 结束*/
@media only screen and (min-width:1920px){
	.w{
		width: 1500px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1500px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1320px;
	}
    .public-title p {
        font-size: 52px;
        margin-right: 35px;
        padding-bottom: 26px;
        padding-right: 50px;
        background-size: 196px auto;
    }
    .public-title .content {
        font-size: 19px;
        line-height: 35px;
    }
    .synopsis {
        padding: 53px 0 70px;
    }
    .synopsis-box {
        margin-top: 42px;
        padding: 46px 48px;
    }
    .synopsis-box .title p {
        font-size: 28px;
    }
    .synopsis-table {
        margin: -6px 0 40px;
    }
    .synopsis-table td b {
        font-size: 20px;
        margin-top: 34px;
    }
    .synopsis-table td p {
        font-size: 17px;
        margin-top: 14px;
        line-height: 19px;
        height: 19px;
    }
    .w432 {
        width: 382px;
    }
    .w416 {
        width: 370px;
    }
    .w380 {
        width: 332px;
    }
    .synopsis-box .data {
        margin-top: 26px;
    }
    .synopsis-box .data dl {
        margin-top: 16px;
        line-height: 19px;
        height: 19px;
        font-size: 17px;
    }
    .synopsis-box .data dl i {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        margin-top: 2px;
    }
    .synopsis-box .data dl.city i {
        height: 17px;
    }
    .synopsis-box .data dt {
        width: 730px;
    }
    .main {
        padding: 50px 0;
    }
    .main-tab {
        margin-top: 35px;
    }
    .main-tab p a {
        font-size: 42px;
        height: 106px;
        line-height: 98px;
        width: calc(50% - 18px);
        margin-right: 36px;
    }
    .main-tab p a b {
        margin-right: 27px;
    }
    .main-table thead th {
        padding-left: 35px;
        font-size: 21px;
    }
    .main-table thead {
        line-height: 52px;
    }
    .main-table table td {
        padding: 20px 6px 20px 24px;
        line-height: 36px;
        font-size: 24px;
    }
    .main-table table td:nth-child(2n+1) {
        padding-left: 35px;
    }
    .main-bot:nth-of-type(2n) {
        padding-top: 35px;
    }
    .main-bot {
        margin-top: 35px;
    }
    .main-bot .name {
        font-size: 19px;
        height: 38px;
        padding-top: 12px;
    }
    .son-tab a {
        font-size: 23px;
        height: 70px;
        border-radius: 17px;
        margin: 0 9px;
        width: 306px;
    }
    .son-tab a b {
        padding: 0 20px;
    }
    .son-bot .title {
        font-size: 25px;
        margin-top: 32px;
    }
    .son-bot .title b {
        font-size: 28px;
    }
    .enroll-box .right {
        bottom: -20px;
        border-radius: 35px 0 0 0;
        width: calc(50% + 70px);
        padding: 44px 40px 50px;
    }
    .enroll-box .right .enroll-tip .title {
        font-size: 20px;
        padding-bottom: 3px;
    }
    .enroll-box .right .enroll-tip .title::after {
        left: 40px;
        width: 88px;
        height: 9px;
    }
    .enroll-box .right .enroll-tip p {
        font-size: 16px;
        margin-top: 20px;
    }
    .enroll-box .cost {
        padding: 54px 36px 48px;
    }
    .enroll-box .cost li b {
        font-size: 20px;
    }
    .enroll-box .cost li .price {
        margin-top: 20px;
        font-size: 35px;
    }
    .enroll-box .cost li .price i {
        font-size: 26px;
        margin-top: 7px;
    }
    .enroll-box .cost li .price span {
        font-size: 28px;
        margin-top: 3px;
    }
    .enroll-box .cost li p {
        margin-top: 33px;
        font-size: 16px;
    }
    .enroll-box .cost li {
        width: 326px;
        margin-top: 44px;
    }
    .enroll .tip {
        margin-top: 46px;
        padding: 18px;
    }
    .enroll .tip p {
        font-size: 16px;
        margin-top: 14px;
    }
    .enroll .tip .title {
        font-size: 16px;
    }
    .enroll {
        padding: 50px 0 34px;
    }
    .footer {
        padding: 36px 0;
    }
    .footer .left {
        width: 880px;
    }
    .footer .left dl {
        width: 324px;
        padding-left: 26px;
        margin-top: 96px;
    }
    .footer .left dl dt {
        font-size: 21px;
    }
    .footer .left dl dd {
        font-size: 16px;
        margin-top: 18px;
    }
    .footer .left dl::after {
        width: 5px;
        height: 28px;
    }
    .footer .right li p {
        font-size: 19px;
        margin-top: 18px;
    }

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1250px;
	}
    .header h2 {
        font-size: 18px;
        margin-top: 10px;
    }
    .header p {
        font-size: 15px;
        margin-top: 6px;
    }
    .header .head-btn {
        height: 32px;
        line-height: 28px;
        padding: 0 22px;
        font-size: 16px;
    }
    .header {
        height: 58px;
    }
    .banner {
        margin: 58px auto 0;
    }
    .public-title p {
        font-size: 50px;
        margin-right: 32px;
        padding-bottom: 26px;
        padding-right: 48px;
        background-size: 190px auto;
    }
    .public-title .content {
        font-size: 18px;
        line-height: 34px;
        margin-top: -4px;
    }
    .synopsis {
        padding: 50px 0 66px;
    }
    .synopsis-box {
        margin-top: 36px;
        padding: 46px 48px;
    }
    .synopsis-box .title p {
        font-size: 27px;
    }
    .synopsis-table {
        margin: -6px 0 32px;
    }
    .synopsis-table td b {
        font-size: 19px;
        margin-top: 33px;
    }
    .synopsis-table td p {
        font-size: 17px;
        margin-top: 12px;
        line-height: 19px;
        height: 19px;
    }
    .w432 {
        width: 360px;
    }
    .w416 {
        width: 346px;
    }
    .w380 {
        width: 315px;
    }
    .synopsis-box .data {
        margin-top: 26px;
    }
    .synopsis-box .data dl {
        margin-top: 16px;
        line-height: 19px;
        height: 19px;
        font-size: 17px;
    }
    .synopsis-box .data dl i {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        margin-top: 2px;
    }
    .synopsis-box .data dl.city i {
        height: 17px;
    }
    .synopsis-box .data dt {
        width: 690px;
    }
    .main {
        padding: 50px 0;
    }
    .main-tab {
        margin-top: 35px;
    }
    .main-tab p a {
        font-size: 40px;
        height: 100px;
        line-height: 92px;
        width: calc(50% - 16px);
        margin-right: 32px;
    }
    .main-tab p a b {
        margin-right: 22px;
    }
    .main-table thead th {
        padding-left: 32px;
        font-size: 20px;
    }
    .main-table thead {
        line-height: 48px;
    }
    .main-table table td {
        padding: 20px 6px 20px 24px;
        line-height: 34px;
        font-size: 23px;
    }
    .main-table table td:nth-child(2n+1) {
        padding-left: 35px;
    }
    .main-bot:nth-of-type(2n) {
        padding-top: 35px;
    }
    .main-bot {
        margin-top: 32px;
    }
    .main-bot .name {
        font-size: 18px;
        height: 36px;
        padding-top: 12px;
    }
    .son-tab a {
        font-size: 22px;
        height: 66px;
        border-radius: 16px;
        margin: 0 8px;
        width: 290px;
    }
    .son-tab a span {
        border-radius: 16px;
    }
    .son-tab a b {
        padding: 0 20px;
    }
    .son-tab {
        margin-top: 24px;
    }
    .son-bot .title {
        font-size: 23px;
        margin-top: 30px;
    }
    .son-bot .title b {
        font-size: 26px;
    }
    .son-bot .title span {
        margin: 0 14px;
    }
    .main-table {
        margin-top: 25px;
    }
    .son-bot .main-table table td {
        padding: 12px 32px;
        line-height: 35px;
    }
    .enroll-box .right {
        bottom: -18px;
        border-radius: 33px 0 0 0;
        width: calc(50% + 66px);
        padding: 38px 40px 42px;
    }
    .enroll-box .right .enroll-tip .title {
        font-size: 18px;
        padding-bottom: 3px;
    }
    .enroll-box .right .enroll-tip .title::after {
        left: 36px;
        width: 84px;
        height: 8px;
    }
    .enroll-box .right .enroll-tip p {
        font-size: 15px;
        margin-top: 18px;
    }
    .enroll-box .cost {
        padding: 52px 34px 44px;
    }
    .enroll-box .cost li b {
        font-size: 18px;
    }
    .enroll-box .cost li .price {
        margin-top: 20px;
        font-size: 33px;
    }
    .enroll-box .cost li .price i {
        font-size: 25px;
        margin-top: 7px;
    }
    .enroll-box .cost li .price span {
        font-size: 26px;
        margin-top: 3px;
    }
    .enroll-box .cost li p {
        margin-top: 32px;
        font-size: 15px;
    }
    .enroll-box .cost li {
        width: 306px;
        margin-top: 42px;
    }
    .enroll-box .cost ul {
        margin-top: -42px;
    }
    .enroll .tip {
        margin-top: 44px;
        padding: 18px;
    }
    .enroll .tip p {
        font-size: 15px;
        margin-top: 12px;
    }
    .enroll .tip .title {
        font-size: 16px;
    }
    .enroll {
        padding: 44px 0 34px;
    }
    .enroll-box {
        margin-top: 34px;
    }

    .footer {
        padding: 32px 0;
    }
    .footer .left {
        width: 832px;
    }
    .footer .left dl {
        width: 308px;
        padding-left: 26px;
        margin-top: 94px;
    }
    .footer .left dl dt {
        font-size: 20px;
    }
    .footer .left dl dd {
        font-size: 15px;
        margin-top: 18px;
    }
    .footer .left dl::after {
        width: 5px;
        height: 26px;
    }
    .footer .right ul {
        margin-right: -16px;
    }
    .footer .right li .item {
        margin-right: 16px;
        padding: 16px;
    }
    .footer .right li p {
        font-size: 18px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1080px;
	}
    .header h2 {
        font-size: 18px;
        margin-top: 10px;
    }
    .header p {
        font-size: 15px;
        margin-top: 6px;
    }
    .header .head-btn {
        height: 32px;
        line-height: 28px;
        padding: 0 22px;
        font-size: 16px;
    }
    .header {
        height: 58px;
    }
    .banner {
        margin: 58px auto 0;
    }
    .public-title p {
        font-size: 43px;
        margin-right: 24px;
        padding-bottom: 24px;
        padding-right: 40px;
        background-size: 164px auto;
    }
    .public-title .content {
        font-size: 16px;
        line-height: 29px;
        margin-top: -4px;
    }
    .synopsis {
        padding: 44px 0 56px;
    }
    .synopsis-box {
        margin-top: 32px;
        padding: 38px 40px;
    }
    .synopsis-box .title p {
        font-size: 24px;
    }
    .synopsis-table {
        margin: 0px 0 32px;
    }
    .synopsis-table td b {
        font-size: 16px;
        margin-top: 26px;
    }
    .synopsis-table td p {
        font-size: 15px;
        margin-top: 10px;
        line-height: 17px;
        height: 17px;
    }
    .w432 {
        width: 312px;
    }
    .w416 {
        width: 300px;
    }
    .w380 {
        width: 270px;
    }
    .synopsis-box .data {
        margin-top: 26px;
    }
    .synopsis-box .data dl {
        margin-top: 12px;
        line-height: 17px;
        height: 17px;
        font-size: 15px;
    }
    .synopsis-box .data dl i {
        width: 14px;
        height: 14px;
        margin-right: 7px;
        margin-top: 2px;
    }
    .synopsis-box .data dl.city i {
        height: 15px;
    }
    .synopsis-box .data dt {
        width: 590px;
    }
    .main {
        padding: 40px 0;
    }
    .main-tab {
        margin-top: 28px;
    }
    .main-tab p a {
        font-size: 35px;
        height: 90px;
        line-height: 82px;
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    .main-tab p a b {
        margin-right: 22px;
    }
    .main-table thead th {
        padding-left: 28px;
        font-size: 18px;
    }
    .main-table thead {
        line-height: 42px;
    }
    .main-table table td {
        line-height: 30px;
        font-size: 20px;
        padding: 20px 6px 20px 24px;
    }
    .main-table table td:nth-child(2n+1) {
        padding-left: 32px;
    }
    .main-bot:nth-of-type(2n) {
        padding-top: 26px;
    }
    .main-bot {
        margin-top: 28px;
    }
    .main-bot .name {
        font-size: 15px;
        height: 30px;
        padding-top: 12px;
    }
    .son-tab a {
        font-size: 18px;
        height: 58px;
        border-radius: 16px;
        margin: 0 7px;
        width: 250px;
    }
    .son-tab a span {
        border-radius: 16px;
    }
    .son-tab a b {
        padding: 0 20px;
    }
    .son-tab {
        margin-top: 20px;
    }
    .son-bot .title {
        font-size: 20px;
        margin-top: 26px;
    }
    .son-bot .title b {
        font-size: 23px;
    }
    .son-bot .title span {
        margin: 0 14px;
    }
    .main-table {
        margin-top: 26px;
    }
    .son-bot .main-table table td {
        padding: 10px 28px;
        line-height: 35px;
    }
    .enroll-box .right {
        bottom: -18px;
        border-radius: 29px 0 0 0;
        width: calc(50% + 58px);
        padding: 30px 34px 34px;
    }
    .enroll-box .right .enroll-tip .title {
        font-size: 16px;
        padding-bottom: 3px;
    }
    .enroll-box .right .enroll-tip .title::after {
        left: 32px;
        width: 72px;
        height: 7px;
    }
    .enroll-box .right .enroll-tip p {
        font-size: 13px;
        margin-top: 14px;
    }
    .enroll-box .cost {
        padding: 42px 28px 38px;
    }
    .enroll-box .cost li b {
        font-size: 16px;
    }
    .enroll-box .cost li .price {
        margin-top: 14px;
        font-size: 29px;
    }
    .enroll-box .cost li .price i {
        font-size: 22px;
        margin-top: 6px;
    }
    .enroll-box .cost li .price span {
        font-size: 23px;
        margin-top: 3px;
    }
    .enroll-box .cost li p {
        margin-top: 25px;
        font-size: 13px;
    }
    .enroll-box .cost li {
        width: 270px;
        margin-top: 36px;
    }
    .enroll-box .cost ul {
        margin-top: -36px;
    }
    .enroll .tip {
        margin-top: 38px;
        padding: 18px;
    }
    .enroll .tip p {
        font-size: 14px;
        margin-top: 12px;
    }
    .enroll .tip .title {
        font-size: 16px;
    }
    .enroll {
        padding: 38px 0 28px;
    }
    .enroll-box {
        margin-top: 34px;
    }
    .footer {
        padding: 28px 0;
    }
    .footer .left {
        width: 720px;
    }
    .footer .left dl {
        width: 265px;
        padding-left: 22px;
        margin-top: 75px;
    }
    .footer .left dl dt {
        font-size: 18px;
    }
    .footer .left dl dd {
        font-size: 13px;
        margin-top: 14px;
    }
    .footer .left dl::after {
        width: 4px;
        height: 23px;
    }
    .footer .right ul {
        margin-right: -16px;
    }
    .footer .right li .item {
        margin-right: 14px;
        padding: 14px;
    }
    .footer .right li p {
        font-size: 16px;
        margin-top: 14px;
    }
}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
    .header h2 {
        font-size: 18px;
        margin-top: 10px;
    }
    .header p {
        font-size: 15px;
        margin-top: 6px;
    }
    .header .head-btn {
        height: 32px;
        line-height: 28px;
        padding: 0 22px;
        font-size: 16px;
    }
    .header {
        height: 58px;
    }
    .banner {
        margin: 58px auto 0;
    }
    .public-title p {
        font-size: 43px;
        margin-right: 24px;
        padding-bottom: 24px;
        padding-right: 40px;
        background-size: 164px auto;
    }
    .public-title .content {
        font-size: 16px;
        line-height: 29px;
        margin-top: -4px;
    }
    .synopsis {
        padding: 44px 0 56px;
    }
    .synopsis-box {
        margin-top: 32px;
        padding: 38px 40px;
    }
    .synopsis-box .title p {
        font-size: 24px;
    }
    .synopsis-table {
        margin: 0px 0 32px;
    }
    .synopsis-table td b {
        font-size: 16px;
        margin-top: 26px;
    }
    .synopsis-table td p {
        font-size: 15px;
        margin-top: 10px;
        line-height: 17px;
        height: 17px;
    }
    .w432 {
        width: 312px;
    }
    .w416 {
        width: 300px;
    }
    .w380 {
        width: 270px;
    }
    .synopsis-box .data {
        margin-top: 26px;
    }
    .synopsis-box .data dl {
        margin-top: 12px;
        line-height: 17px;
        height: 17px;
        font-size: 15px;
    }
    .synopsis-box .data dl i {
        width: 14px;
        height: 14px;
        margin-right: 7px;
        margin-top: 2px;
    }
    .synopsis-box .data dl.city i {
        height: 15px;
    }
    .synopsis-box .data dt {
        width: 590px;
    }
    .main {
        padding: 40px 0;
    }
    .main-tab {
        margin-top: 28px;
    }
    .main-tab p a {
        font-size: 35px;
        height: 90px;
        line-height: 82px;
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    .main-tab p a b {
        margin-right: 22px;
    }
    .main-table thead th {
        padding-left: 28px;
        font-size: 18px;
    }
    .main-table thead {
        line-height: 42px;
    }
    .main-table table td {
        line-height: 30px;
        font-size: 20px;
        padding: 20px 6px 20px 24px;
    }
    .main-table table td:nth-child(2n+1) {
        padding-left: 32px;
    }
    .main-bot:nth-of-type(2n) {
        padding-top: 26px;
    }
    .main-bot {
        margin-top: 28px;
    }
    .main-bot .name {
        font-size: 15px;
        height: 30px;
        padding-top: 12px;
    }
    .son-tab a {
        font-size: 18px;
        height: 58px;
        border-radius: 16px;
        margin: 0 5px;
        width: 236px;
    }
    .son-tab a span {
        border-radius: 14px;
    }
    .son-tab a b {
        padding: 0 14px;
    }
    .son-tab {
        margin-top: 20px;
    }
    .son-bot .title {
        font-size: 18px;
        margin-top: 26px;
    }
    .son-bot .title b {
        font-size: 20px;
    }
    .son-bot .title span {
        margin: 0 14px;
    }
    .main-table {
        margin-top: 26px;
    }
    .son-bot .main-table table td {
        padding: 10px 28px;
        line-height: 35px;
    }
    .enroll-box .right {
        bottom: -18px;
        border-radius: 29px 0 0 0;
        width: calc(50% + 58px);
        padding: 30px 34px 34px;
    }
    .enroll-box .right .enroll-tip .title {
        font-size: 16px;
        padding-bottom: 3px;
    }
    .enroll-box .right .enroll-tip .title::after {
        left: 32px;
        width: 72px;
        height: 7px;
    }
    .enroll-box .right .enroll-tip p {
        font-size: 13px;
        margin-top: 14px;
    }
    .enroll-box .cost {
        padding: 42px 28px 38px;
    }
    .enroll-box .cost li b {
        font-size: 16px;
    }
    .enroll-box .cost li .price {
        margin-top: 14px;
        font-size: 29px;
    }
    .enroll-box .cost li .price i {
        font-size: 22px;
        margin-top: 6px;
    }
    .enroll-box .cost li .price span {
        font-size: 23px;
        margin-top: 3px;
    }
    .enroll-box .cost li p {
        margin-top: 25px;
        font-size: 13px;
    }
    .enroll-box .cost li {
        width: 240px;
        margin-top: 36px;
    }
    .enroll-box .cost ul {
        margin-top: -36px;
    }
    .enroll .tip {
        margin-top: 38px;
        padding: 18px;
    }
    .enroll .tip p {
        font-size: 13px;
        margin-top: 12px;
    }
    .enroll .tip .title {
        font-size: 16px;
    }
    .enroll {
        padding: 38px 0 28px;
    }
    .enroll-box {
        margin-top: 34px;
    }
    .footer {
        padding: 28px 0;
    }
    .footer .left {
        width: 680px;
    }
    .footer .left dl {
        width: 248px;
        padding-left: 22px;
        margin-top: 75px;
    }
    .footer .left dl dt {
        font-size: 18px;
    }
    .footer .left dl dd {
        font-size: 13px;
        margin-top: 14px;
    }
    .footer .left dl::after {
        width: 4px;
        height: 23px;
    }
    .footer .right ul {
        margin-right: -16px;
    }
    .footer .right li .item {
        margin-right: 14px;
        padding: 14px;
    }
    .footer .right li p {
        font-size: 14px;
        margin-top: 14px;
    }
}