.l {
    float: left;
}

.r {
    float: right;
}

.header .w {
    max-width: 1200px;
}

/***内容开始2***/

.title h2 {
    text-align: center;
    font-size: 42px;
}

.title1 {
    padding: 110px 0 100px 0;
}

.second_box {
    width: 100%;
    background: url(../images/page1.jpg) no-repeat center #f8f0e8;
    background-size: cover;
    height: auto;
}

.second_in {
    position: relative;
    min-height: 580px;
}

.icon_a {
    width: 150px;
}

.icon_a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.icon_a span {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding: 25px 0 40px 0;
}

.sec_left {
    position: absolute;
    left: 0;
    top: 10%;
}

.sec_middle {
    margin: 0 auto;
    width: 60%;
    position: relative;
    overflow: hidden;
}

.middle_img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.autoplay_t {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.autoplay_t .slick-dots {
    display: none !important;
}

.autoplay_t .slick-prev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 50px;
    height: 36px;
    background: #f39a43;
    border-radius: 8px 0 0 8px;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
}

.autoplay_t .slick-next {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 50px;
    height: 36px;
    background: #f39a43;
    border-radius: 0 8px 8px 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.autoplay_t .slick-prev:hover {
    background: #f39a43 !important;
    opacity: 1 !important;
}

.autoplay_t .slick-slide img {
    width: 100%;
}

.sec_right {
    position: absolute;
    right: 0;
    top: 10%;
}

.icon2 {
    margin-top: 40px;
}


/*第三部分*/

.three_box {
    width: 100%;
    background: url(../images/home0_09.png) no-repeat center #f8f0e8;
    background-size: cover;
    height: auto;
}

.tongyong_in>ul li {
    float: left;
    display: block;
    width: 29.8%;
    margin-left: 5.3%;
    box-shadow: 0 0 10px #f3f3f3;
    background: #fff;
    padding: 68px 0;
    position: relative;
    height: 412px;
}

.tongyong_in>ul li:first-child {
    margin-left: 0;
}

.tongyong_in>ul li .third_top img {
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}


/*.tongyong_in>ul li:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}*/

.tongyong_in>ul {
    padding-bottom: 110px;
}

.tongyong_in>ul li .third_top h1 {
    text-align: center;
    font-size: 29px;
    color: #333;
    font-weight: bold;
    padding: 49px 0;
}

.tongyong_in>ul li .third_top p {
    font-size: 16px;
    width: 80%;
    line-height: 30px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}

.tongyong_in>ul li .third_bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.tongyong_in>ul li .third_bottom a {
    display: block;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    background: #f39a42;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -webkit-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -moz-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -ms-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -o-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.tongyong_in>ul li .third_bottom a:hover {
    box-shadow: none;
    background: #e07a15;
}

.tongyong_in>ul li .third_bottom span {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
}

.max-w {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.max-w .slider_lunb {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.max-w .slider_lunb .slick-arrow {
    position: absolute;
    top: 50%;
    width: 43px;
    height: 28px;
    border: none;
    color: rgba(0, 0, 0, 0);
    z-index: 99;
    background-size: 100%;
    transform: scaleY(-50%);
    -webkit-transform: scaleY(-50%);
    -moz-transform: scaleY(-50%);
    -ms-transform: scaleY(-50%);
    -o-transform: scaleY(-50%);
}

.max-w .slider_lunb .slick-prev {
    left: 0;
    background: url(../images/home_61.png) no-repeat center;
}

.max-w .slider_lunb .slick-next {
    right: 0;
    background: url(../images/home_58.png) no-repeat center;
}

.max-w .slider_lunb .zhm_a {
    margin: 0 20px;
}

.max-w .slider_lunb .zhm_a .chanpti_img {
    width: 100%;
    overflow: hidden;
}

.max-w .slider_lunb .zhm_a .daix1 {
    width: 100%;
}

.max-w .slider_lunb .zhm_a .daix1 h1 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infor_l .menu_list .current {
    background: #ffffff url(../images/FAQ1_07.png) center right no-repeat;
}

.infor_l .menu_list .menu_body {
    line-height: 78px;
}

.max-w .slider_lunb .zhm_a .daix1 p {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

/*第四部分*/
.four_box {
    width: 100%;
    /*background: url(../images/page3.jpg) no-repeat center #fff;*/
    background-color: #f6f6f6;
    background-size: cover;
    height: auto;
}

.four_left img {
    width: 100%;
}

.four_right {
    width: 68%;
    position: relative;
    margin-top: 0%;
    height: 350px;
}

.four_right img {
    width: 92%;
}


/*轮播切换*/

.swiper-container {
    width: 100%;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.four_right h1 {
    font-size: 30px;
    color: #333;
    padding-bottom: 60px;
    width: 100%;
    display: block;
    font-weight: bold;
}

.four_right .four_text {
    font-size: 18px;
    color: #737373;
    line-height: 34px;
    width: 100%;
    display: block;
}

.four_box {
    padding-bottom: 110px;
}

.four_right .autoplay {
    height: 100%;
    position: relative;
}

.four_right .slick-prev {
    display: none !important;
}

.four_right .slick-arrow {
    display: none !important;
}

ul.slick-dots {
    text-align: left;
    position: absolute;
    bottom: -40px;
    left: -63%;
}

/*tab切换*/
.m_w {
    max-width: 1360px;
    margin: 0 auto;
}

.demo_box {
    width: 100%;
}

.tab_menu_aa {
    width: 35%;
}

.tab_menu_aa li {
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #fab732;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 16px;
    position: relative;
}

.tab_menu_aa li p {
    width: 100%;
}

.tab_menu_aa li.current {
    color: #fff;
    background: #459d8d;
}

.tab_box_aa {
    padding: 0 !important;
    width: 60%;
}

.tab_box_aa li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.tab_box_aa .hide {
    display: none;
}


.tab_box_aa .neirt_main {
    font-size: 15px;
    color: #333;
    line-height: 25px;
}

.tab_box_aa .neirt_main img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

ul.slick-dots li {
    text-align: center;
    line-height: 69px;
    /*	display: inline-block;*/
}

ul.slick-dots li button {
    display: inline-block;
    width: 460px;
    height: 69px;
    line-height: 26px;
    background: #fab732;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border: none;
    margin-right: 5px;
    outline: none;
    margin-top: 36px;
}

ul.slick-dots li.slick-active button {
    background: #459d8d;
    color: #fff;
}

ul.slick-dots1 {
    text-align: left;
    position: absolute;
    bottom: -15px;
    left: -54%;
}

ul.slick-dots1 li {
    /*	display: inline-block;*/
}

ul.slick-dots1 li button {
    display: inline-block;
    width: 460px;
    height: 69px;
    line-height: 26px;
    background: #fab732;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border: none;
    margin-right: 5px;
    outline: none;
    margin-top: 36px;
    /*transform: rotate(-90deg);*/
}

ul.slick-dots1 li.slick-active button {
    background: #459d8d;
    color: #fff;
}


/*第五部分*/

.five_box {
    width: 100%;
    background: #ebe2da;
    height: auto;
    padding-bottom: 110px;
}

.five_middle table {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.five_middle table tr th {
    width: 25%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 58px;
}

.five_middle table tr th:nth-of-type(1) {
    background: #3374bb;
}

.five_middle table tr th:nth-of-type(2) {
    background: #bfbfbf;
    border-right: 1px solid #ebe2da;
}

.five_middle table tr th:nth-of-type(3) {
    background: #bfbfbf;
}

.five_middle table tr th:nth-of-type(4) {
    background: #f39a42;
}

.five_middle table tr td {
    line-height: 54px;
    background: #fff;
    border: 1px solid #ebe2da;
    color: #8e8e8e;
}

.five_middle table tr td:nth-of-type(1) {
    background: #f8f0e8;
    color: #333;
    font-weight: bold;
}

.five_middle table tr td:nth-of-type(4) {
    color: #333;
}


/*六部分*/

.six_box {
    width: 100%;
    background: url(../images/page5.jpg) no-repeat center #fff;
    background-size: cover;
    height: auto;
}

.six_box a {
    display: block;
    outline: none;
    width: 164px;
    height: 40px;
    background-color: #459d8d;
    border-radius: 19px;
    font-family: SYHT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
    border: 0;
    margin-top: 6%;
}

.six_box [role=button] {
    display: none !important;
}

.six_left {
    width: 53.67%;
    margin-top: 15%;
}

.clearfloat1 .six_left {
    margin-top: 4%;
}

.six_right {
    width: 40.333%;
    position: relative;
    /*background: url(../images/mob.png) no-repeat center; padding-top:0%; background-size:cover;*/
}

.six_left ul li {
    float: left;
    width: 50%;
}

.six_left ul li h1 {
    font-size: 40px;
    color: #cdc8ba;
    padding-bottom: 20px;
    font-weight: bold;
}

.six_left ul li h3 {
    font-size: 20px;
    color: #333;
}

.six_left ul li span {
    color: #737373;
    font-size: 16px;
    display: inline-block;
    padding-top: 15px;
    width: 85%;
}


.a00 img {
    width: 100%;
    margin-top: 0 !important;
}



.six_left ul li {
    margin-bottom: 100px;
}

.six_right .mob {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
}

.six_right .autoplay {
    position: relative;
    z-index: 99;
}

.six_right .autoplay img {
    position: relative;
    margin-top: 26%;
    display: block;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: none !important;
    width: 100%;
}

.mas: {
    overflow: hidden;
}


/*七部分*/

.seven_box {
    width: 100%;
    /*background: url(../images/page6.jpg) no-repeat center #fff;*/
    background-size: cover;
    height: auto;
    /*padding-bottom: 110px;*/
}

ul.tab_menu_a {
    text-align: center;
}

ul.tab_menu_a li.current {
    background: #459d8d;
    transition: all 0.3s;
}

ul.tab_menu_a li {
    display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #f7b932;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 8px;
    margin: 20px 5%;
}


/*第八部分*/

.eight_box_a {
    background: url(../images/home0_11.png);
}

.eight_box {
    padding-bottom: 110px;
}



.a {
    max-width: 1360px;
    margin: 0 auto;
}

.tab_box {
    padding-top: 50px;
}

.infor1 ul li {
    float: left;
    display: block;
    width: 23%;
    margin-left: 2.6%;
    border-radius: 8px;
    overflow: hidden;
    min-height: 386px;
}

.infor1 ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

.top_img {
    width: 100%;
    border-bottom: 4px solid #f7b932;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.top_img img {
    width: 100%;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.infor1 ul li .bottom_b {
    width: 90%;
    margin: 0 auto 20px auto;
    padding-bottom: 12px;
}

.infor1 ul li .bottom_b p:first-child {
    font-size: 14px;
    color: #cecece;
    padding: 5px 0;
}

.infor1 ul li .bottom_b h3 {
    font-size: 16px;
    color: #333;
    min-height: 40px;
    line-height: 25px;
    background: url(../images/lin1.png) no-repeat top left;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.infor1 ul li .bottom_b p:nth-of-type(2) {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.infor1 ul li .bottom_b span {
    display: inline-block;
    background: url(../images/a_72.png) no-repeat center;
    width: 21px;
    height: 9px;
    transition: all 0.4s;
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.infor1 ul li:hover .top_img {
    border-bottom: 4px solid #459d8d;
}

.infor1 ul li:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.infor1 ul li:hover h3 {
    background: url(../images/lin.png) no-repeat top left;
}

.infor1 ul li:hover .bottom_b span {
    left: 15px;
    background: url(../images/a_69.png) no-repeat center;
}

.infor1 ul li:hover .top_img {
    border-bottom: 4px solid #459d8d;
}

.look_more {
    display: block;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    width: 230px;
    height: 49px;
    background-color: #459d8d;
    border-radius: 24px;
}

.eight_box .look_more {
    margin-top: 40px;
}

.eight_box .comp001 {
    padding-bottom: 0;
}

a.look_more:hover {
    box-shadow: none;
    background: #f7b932;
    color: #fff;
}

.infor2 {
    max-width: 1200px;
    margin: 0 auto;
}

.infor_l {
    width: 64%;
}

.infor_r {
    width: 28.6%;
}

.infor_r img {
    width: 100%;
    display: block;
}

.infor_l ul li {
    float: left;
    width: 48.5%;
    margin-left: 3%;
    border-bottom: 1px solid #dedede;
    display: block;
}

.infor_l ul li a {
    line-height: 30px;
    color: #333;
    font-size: 16px;
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    width: 343px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infor_l ul li a span {
    color: #e84c4a;
    font-size: 16px;
}

.infor_l ul li:nth-of-type(2n+1) {
    margin-left: 0;
}


/*页脚*/

.footer {
    width: 100%;
    background: url(../images/home0_13.png) no-repeat center #fff;
    background-size: cover;
    height: auto;
    padding: 85px 0;
}

.footer_middle {
    padding-top: 50px;
}

.footer_l {
    width: 52%;
}

.footer_r {
    width: 44.5%;
}

.footer_l ul li {
    float: left;
    width: 25%;
}

.footer_l ul li:nth-of-type(1) {
    margin-left: 0;
}

.footer_l ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    display: block;
}


/*.footer_l ul li a:first-child{ font-size: 18px; font-weight: bold;  padding-bottom: 12px;}*/

.footer_bot {
    padding-top: 50px;
}

.footer_bot p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.footer_r h1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-left: 6%;
}

.footer_r ul {
    padding-top: 30px;
}

.footer_r ul li {
    display: inline-block;
    width: 49%;
}

.footer_r ul li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.footer_r ul li span {
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
    min-height: 40px;
}

.last_footer {
    width: 100%;
    background-color: #6daea2;
}

.last_footer span {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    display: block;
    width: 80px;
}

.last_footer .fo_r {
    width: calc(100% - 80px);
}

.last_footer .fo_r a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 16px;
    color: #fff;
}


/*服务三*/

.ser1_box {
    padding-bottom: 110px;
}

.title_s1 {
    padding: 110px 0 30px 0;
}

.ser1_in p:first-child {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.ser1_in .icon {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}

.ser1_in h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 20px 0;
}

ul.ser_ul {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 28px;
}

ul.ser_ul li {
    width: 40%;
    margin-left: 20%;
    float: left;
    margin-bottom: 20px;
}

ul.ser_ul li:nth-of-type(2n+1) {
    margin-left: 0;
}

ul.ser_ul li .l1 {
    width: 100px;
    font-size: 24px;
    color: #666;
}

ul.ser_ul li .l2 {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #666;
}

.ser_tbale {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 110px;
}

.ser_tbale table {
    width: 100%;
}

table.s_table tbody {
    width: 100%;
}

table.s_table tr th {
    width: 33.333%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background: #f39a42;
    padding: 5px 0;
}

table.s_table tr th p {
    font-size: 12px;
}

table.s_table tr th:first-child {
    background: #3374bb;
}

table.s_table tr th:nth-of-type(2) {
    border-right: 1px solid #ebe2da;
}

table.s_table tr td {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #ebe2da;
}

table.s_table tr td:first-child {
    background: #f8f0e8;
    border-bottom: 1px solid #ebe2da;
}

table.s_table tr.last td {
    background: #fff;
    color: #999;
}

.look_more1 {
    margin-top: 50px;
}

.tongyong_in_a {
    max-width: 1200px;
    margin: 0 auto;
}

.tongyong_in_a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.tongyong_in_a ul.ph1 {
    display: none;
}

.tongyong_in_a ul.ph1 li {
    width: 48%;
    margin-left: 4%;
    text-align: center;
    margin-bottom: 32px;
    float: left;
}

.tongyong_in_a ul.ph1 li:nth-of-type(2n+1) {
    margin-left: 0;
}

.tongyong_in_a ul.ph1 li .w_y {
    position: relative;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #fab732;
    margin: 0 auto;
    line-height: 86px;
}

.tongyong_in_a ul.ph1 li .w_y:hover {
    background-color: #469e8e;
}

.tongyong_in_a ul.ph1 li:nth-of-type(2n+1) .w_y {
    /*background: #3374bb;*/
}

.tongyong_in_a ul.ph1 li .n_y {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 66%;
    left: 50%;
    /*background-color: #fab732;*/
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tongyong_in_a ul.ph1 li .n_y img {
    width: 80%;
    align-items: center
}

.tongyong_in_a ul.ph1 li span {
    display: block;
    line-height: 26px;
    font-size: 16px;
    padding-top: 20px;
}


/*左侧悬浮*/

.nav_float {
    position: fixed;
    left: 0;
    top: 15%;
    z-index: 99;
    /*transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);*/
}

.nav_float ul li {
    position: relative;
    right: 0;
    height: 75px;
    line-height: 75px;
    background: #01a99c;
    width: 200px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.nav_float ul li:hover {
    padding-left: 16px;
}

.nav_float ul li:nth-of-type(2n+1) {
    background: #1491a3;
}

.nav_float ul li:first-child {
    z-index: 9;
}

.nav_float ul li:nth-of-type(2) {
    z-index: 8;
}

.nav_float ul li:nth-of-type(3) {
    z-index: 7;
}

.nav_float ul li:nth-of-type(4) {
    z-index: 6;
}

.nav_float ul li:nth-of-type(5) {
    z-index: 5;
}

.nav_float ul li:nth-of-type(6) {
    z-index: 4;
}

.nav_float ul li:nth-of-type(7) {
    z-index: 3;
}

.nav_float ul li:nth-of-type(8) {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.nav_float ul li a {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.nav_float ul li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nav_float ul li:first-child a i {
    background: url(../images/GRADES_03.png) no-repeat center;
}

.nav_float ul li:nth-of-type(2) a i {
    background: url(../images/GRADES_06.png) no-repeat center;
}

.nav_float ul li:nth-of-type(3) a i {
    background: url(../images/GRADES_08.png) no-repeat center;
}

.nav_float ul li:nth-of-type(4) a i {
    background: url(../images/GRADES_10.png) no-repeat center;
}

.nav_float ul li:nth-of-type(5) a i {
    background: url(../images/GRADES_12.png) no-repeat center;
}

.nav_float ul li:nth-of-type(6) a i {
    background: url(../images/GRADES_14.png) no-repeat center;
}

.nav_float ul li:nth-of-type(7) a i {
    background: url(../images/GRADES_16.png) no-repeat center;
}

.nav_float ul li:nth-of-type(8) a i {
    background: url(../images/GRADES_18.png) no-repeat center;
}


/*网课托管*/

.ser2_box {
    width: 100%;
    background: url(../images/ser_bg_02.jpg) no-repeat center #fff;
    background-size: cover;
    height: auto;
    padding-bottom: 110px;
    background-color: #fafafa;
}

ul.ser_ul1 li {
    float: left;
    width: 50%;
    background: #ebe2da;
    color: #333;
    height: 458px;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

ul.ser_ul1 li:first-child {
    padding: 40px;
}

ul.ser_ul1 li:nth-of-type(4) {
    padding: 40px;
}

ul.ser_ul1 li:nth-of-type(5) {
    padding: 40px;
}

ul.ser_ul1 li:hover {
    background: #edccac;
    color: #6d5238;
}

ul.ser_ul1 li h1 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
}

ul.ser_ul1 li .pp {
    line-height: 26px;
}

ul.ser_ul1 li .pp .p1 {
    width: 30px;
}

ul.ser_ul1 li .pp .p2 {
    width: calc(100% - 30px);
}

ul.ser_ul1 li p.p {
    font-size: 16px;
    padding: 16px 0;
}

ul.ser_ul1 li .lo1 {
    margin-top: 40px;
}

.lo span {
    display: block;
}

.lo a.zx {
    display: block;
    width: 200px;
    height: 46px;
    background: #f39a42;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -webkit-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -moz-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -ms-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -o-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.lo a.zx:hover {
    box-shadow: none;
    background: #e07a15;
}

ul.ser_ul1 li img.s_t {
    max-width: 100%;
    display: block;
    min-height: 100%;
}

.position {
    position: absolute;
    width: 86%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ser3_box {
    background: #f2f2f2;
    padding-bottom: 110px;
}

.ser4_box {
    background: url(../images/ycdz_08.jpg) no-repeat center #3374bb;
    background-size: cover;
    width: 100%;
}

.ser4_box_middle {
    max-width: 850px;
    margin: 0 auto;
    padding: 70px 0;
}

.ser4_box_middle span {
    display: block;
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
}

.ser4_box_middle a {
    display: block;
    width: 200px;
    height: 46px;
    background-color: #fab732;
    border-radius: 24px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: right;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.ser4_box_middle a:hover {
    box-shadow: none;
}

.tab_right_a {
    display: none;
}

.tab_left {
    width: 53%;
}

.tab_right {
    width: 44%;
    margin-top: 5px;
}

.tab_left .hezi_a {
    width: 100%;
    background: #ebe2da;
}

.hezi_a {
    padding: 70px 40px;
}

.tab_left .hezi_a h1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    padding-bottom: 30px;
}

.tab_left .hezi_a p {
    line-height: 24px;
    font-size: 16px;
    color: #333;
    padding-bottom: 14px;
}

.tab_left .hezi_a .lo {
    padding-top: 60px;
}

.tab_left .hezi_a .lo span {
    font-weight: bold;
    font-size: 16px;
}

.tab_right .click_bu {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 15px;
    float: left;
    padding: 30px;
    height: 230px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.tab_right .click_bu:nth-of-type(2n+1) {
    margin-left: 0;
}

.tab_right .click_bu:nth-of-type(1) {
    background: url(../images/dz_b_03.jpg) no-repeat center;
    background-size: 100%;
}

.tab_right .click_bu:nth-of-type(2) {
    background: url(../images/dz_b_05.jpg) no-repeat center;
    background-size: 100%;
}

.tab_right .click_bu:nth-of-type(3) {
    background: url(../images/dz_b_09.jpg) no-repeat center;
    background-size: 100%;
}

.tab_right .click_bu:nth-of-type(4) {
    background: url(../images/dz_b_10.jpg) no-repeat center;
    background-size: 100%;
}

.tab_right .click_bu p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.active_on {
    background: rgba(243, 154, 66, 0.7) !important;
}


/*信息1*/

.title_in {
    /*background: url(../images/xian_03.jpg) no-repeat center bottom;*/
    padding: 110px 0 20px 0;
    margin-bottom: 60px;
}

.s_ph {
    display: none
}

.information1_in .search_box {
    margin: 40px 0;
}

.information1_in .search_box .spa {
    width: 90px;
    font-size: 16px;
    color: #f7b932;
    padding: 5px 0;
}

.information1_in .search_box .span_r {
    width: calc(100% - 90px);
}

.information1_in .search_box .span_r a {
    display: inline-block;
    margin: 0 1%;
    font-size: 16px;
    color: #707070;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 5px 10px;
    pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.information1_in .search_box .span_r a.on {
    color: #fff;
    background: #f7b932;
    padding: 5px 10px;
    border-radius: 20px;
}

.information1_in .search_box .span_r a:hover {
    color: #fff;
    background: #f7b932;
    padding: 5px 10px;
    border-radius: 20px;
}

.s_ph {
    width: 96%;
    margin: 0 auto;
}

.information1_in .search_box .span_r select {
    width: 100%;
    background: #fff;
    border: 1px solid #dfdfdf;
    height: 32px;
    line-height: 32px;
    outline: none;
}

.infor_box {
    padding-bottom: 20px;
}

.infor_box li {
    float: left;
    width: 31.6%;
    margin-left: 2.5%;
    margin-bottom: 24px;
}

.infor_box li:nth-of-type(3n+1) {
    margin-left: 0;
}

.infor_box li .inf_img {
    overflow: hidden;
}

.infor_box li .inf_img img {
    width: 100%;
    display: block;
    position: relative;
    pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s
}

.infor_box li:hover .inf_img img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.infor_box li .ing_bo {
    padding: 10px 0;
    width: 96%;
    margin: 0 auto;
}

.infor_box li .ing_bo h1 {
    font-size: 18px;
    color: #404040;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infor_box li .ing_bo span {
    color: #707070;
    font-size: 14px;
}

.ing_bo p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-link-a {
    padding: 20px 0;
}

@media screen and (max-width:600px) {
    .new-link-a a {
        display: block;
        padding: 10px;
    }
}

.pages {
    text-align: center;
    margin-bottom: 50px;
}

.pages a {
    display: inline-block;
    color: #707070;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s
}

.pages a:hover {
    background: #459d8d;
    color: #fff;
    border: none;
    border: 1px solid #459d8d;
}

.pages a.on {
    background: #459d8d;
    color: #fff;
    border: 1px solid #459d8d;
}

.table_box {
    text-align: center;
    /*margin-bottom: 70px;*/
    width: 24%;
    float: left;
    height: 100%;
}

/*.table_box a {
	display: inline-block;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 1%;
	font-size: 18px;
	color: #333;
	border-radius: 6px;
	border: 1px solid #999999;
	pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s
}*/

.table_box a.on {
    background: #f39a42;
    color: #fff;
    border: 1px solid #f39a42;
}

.table_box a:hover {
    background: #f39a42;
    color: #fff;
    border: 1px solid #f39a42;
}


/*信息2*/

.infor_box1 li {
    width: 100%;
    margin-bottom: 30px;
}

.infor_box1 {
    max-width: 73%;
    margin: 0 auto;
    float: right;
}





.infor_box1 .inf_img1 {
    width: 32.8%;
    overflow: hidden;
}

.infor_box1 .inf_img1 img {
    width: 100%;
    pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s
}

.infor_box1 li:hover .inf_img1 img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.infor_box1 .ing_bo1 {
    width: 65%;
    position: relative;
    min-height: 180px;
}

.infor_box1 .ing_bo1 h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 20px;
    pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s
}

.infor_box1 .ing_bo1 p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.infor_box1 .ing_bo1 span {
    position: absolute;
    bottom: 0;
    color: #999999;
}

.infor_box1 li:hover h1 {
    color: #f39a42;
}

.information1_xq .top .title {
    font-size: 22px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.information1_xq .top {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #fce4cd;
    margin-bottom: 30px;
}

.information1_xq .top .s {
    margin-top: 30px;
}

.information1_xq .top .s span {
    display: inline-block;
    padding-right: 20px;
    color: #666;
}

.main_text {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 10px;
    margin-bottom: 50px;
}

.main_text p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.main_text img {
    display: block;
    padding: 20px 0;
    max-width: 100%;
    margin: 0 auto;
}


/*GRADEBOOK*/

.s_pc2 {
    margin-top: 30PX;
}

.s_ph2 {
    margin-top: 20px;
}

.infor_boxa {
    padding-bottom: 20px;
}

.infor_boxa li {
    float: left;
    width: 31.6%;
    margin-left: 2.5%;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.infor_boxa li:nth-of-type(3n+1) {
    margin-left: 0;
}

.infor_boxa li .inf_img {
    overflow: hidden;
}

.infor_boxa li .inf_img img {
    width: 100%;
    display: block;
    position: relative;
    pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s
}

.infor_boxa li:hover .inf_img img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.infor_boxa li .ing_bo {
    width: 100%;
    /*margin: 0 auto;*/
}

.infor_boxa li .ing_bo h1 {
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 12px;
    font-weight: 500;
    padding-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infor_boxa li .ing_bo a {
    color: #f39a42;
    font-size: 16px;
    position: relative;
    left: 0;
    display: block;
}

.inf_img2 {
    position: relative;
}

.zhezhao {
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(243, 154, 66, 0.6);
    pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s
}

.infor_boxa li:hover .zhezhao {
    top: 0;
}

a.meat_more {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #666;
    font-size: 16px;
    padding: 40px;
}

a.meat_more:hover {
    color: #459d8d;
}


/*about*/

.abou_t_l {
    width: 41%;
}

.abou_t_l img {
    width: 100%;
    margin-top: 3%;
}

.about_t_r {
    width: 55%;
}

.ph_im {
    display: none;
}

.about_t_r h1 {
    font-size: 34px;
    border-left: 5px solid #f39a42;
    padding-left: 15px;
    margin-bottom: 20px;
}

.about_t_r p {
    font-family: SYHT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #191919;
}

.computer {
    margin-top: 3%;
}

.team {
    margin-top: 3%;
}

.about_in {
    padding-bottom: 110px;
}

.about_bottom {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 100px;
}

ul.about_icon li {
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
    float: left;
}

ul.about_icon li .icon_ab {
    width: 80px;
    height: 80px;
    position: relative;
    background-size: 100%;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #f49f4c;
}

ul.about_icon li:first-child .icon_ab {
    background: url(../images/incon_12.png) no-repeat center;
}

ul.about_icon li:nth-of-type(2) .icon_ab {
    background: url(../images/incon_07.png) no-repeat center;
}

ul.about_icon li:nth-of-type(3) .icon_ab {
    background: url(../images/incon_15.png) no-repeat center;
}

ul.about_icon li:nth-of-type(4) .icon_ab {
    background: url(../images/incon_09.png) no-repeat center;
}

ul.about_icon li h1 {
    font-size: 16px;
    line-height: 28px;
    padding-top: 25px;
    display: inline-block;
}

ul.about_icon {
    padding: 50px 0;
}

.link_x {
    text-align: center;
    width: 100%;
}

.link_x i {
    display: inline-block;
    height: 1px;
    width: 20%;
    background: #e6e6e6;
}

.link_x span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    padding: 0 10px;
    width: 50%;
}

.input_box {
    max-width: 1130px;
    margin: 70px auto;
}

.input_box input {
    width: 30%;
    margin-left: 4%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 14px;
}

.input_box input:first-child {
    margin-left: 0;
}

.input_box textarea {
    width: 100%;
    padding-left: 10px;
    min-height: 120px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}

.input_box input:nth-last-child(1) {
    float: none;
    margin: 0 auto;
    background: #f39a42;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0;
    display: block;
    width: 200px;
    border-radius: 6px;
    box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -webkit-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -moz-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -ms-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
    -o-box-shadow: 0 8px 15px 5px rgba(254, 219, 185, 1);
}

.slick-dots {
    opacity: 1;
    z-index: 2;
}

.slick {
    z-index: 1;
}

.slick-dots1 {
    z-index: 3;
    color: #ffffff !important;
}



ul.slick-dots li button {
    color: rgba(255, 255, 255, 0) !important;
}

ul.slick-dots1 li button {
    width: 300px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0) !important;
    display: inline-block;
    line-height: 26px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border: none;
    margin-right: 5px;
    outline: none;
    margin-top: 0px;
}

.aaa1 {
    position: absolute;
    bottom: 310px;
}

.aaa2 {
    position: absolute;
    bottom: 211px;
}

.aaa3 {
    position: absolute;
    bottom: 102px;
}

.aaa4 {
    position: absolute;
    bottom: 1px;
}

.small_banner {
    height: 100%;
    background: url(../images/home18.png);
}

.small_banner p {
    font-family: SYHT;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 82px 0 82px 0;
}

.small_banner a {
    display: inline-block;
    outline: none;
    width: 230px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    background-color: #459d8d;
    border-radius: 24px;
    border: 0;
    font-family: SYHT;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 35%;
}

.menu_list {
    width: 100%;
    margin: 0 auto;
}

.menu_head {
    height: 78px;
    line-height: 78px;
    padding-left: 38px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    border-top: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background: #ffffff url(../images/pro_left.png) center right no-repeat;
}

.menu_list .current {
    background: #ffffff url(../images/pro_down.png) center right no-repeat;
}

.menu_list .current1 {
    background: #ffffff url(../images/FAQ1_07.png) center right no-repeat;
}

.menu_body {
    line-height: 38px;
    backguound: #fff;
}

.menu_body a {
    display: block;
    line-height: 38px;
    padding-left: 38px;
    padding-right: 38px;
    color: #777777;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
}

.menu_body a:hover {
    text-decoration: none;
}

.menu_list span {
    font-family: SYHT;
    font-size: 29px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 78px;
    letter-spacing: 0px;
    color: #fab732;
    padding-right: 19px;
}

.serv li {
    float: left;
    margin-left: 0px;
    text-align: center;
    width: 17%;
}

.serv .jt {
    width: 2.6%;
}

.serv li:first-child {
    margin-left: 0;
}

.wy {
    margin: 0 auto;
    text-align: center;
    width: 130px;
    height: 130px;
    background-color: #fab732;
    border-radius: 100%;
}

.serv li:hover .wy {
    background-color: #459d8d;
}

.serv li p {
    width: 208px;
    text-align: center;
}

.serv .jt {
    margin-top: 52px;
}

.wy img {
    padding-top: 44px;
}

.serv h3 {
    font-family: SYHT;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #191919;
}

.serv p {
    font-family: SYHT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #191919;
}


/*单页头部开始*/

.bodyCon08 {
    /*background-color: rgba(33, 33, 33, 1.00);*/
}

.bodyCon08 .students {
    margin: 0 auto;
    width: 100%;
    height: 480px;
    position: relative;
}

.bodyCon08 .students p.PP {
    width: 510px;
    height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 300px;
}

#four_flash {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}

#four_flash .flashBg {
    width: 92%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#four_flash .flashBg ul.mobile {
    width: 2020%;
    height: 100%;
    position: absolute;
    top: 15;
    left: 0;
}

#four_flash .flashBg ul.mobile li {
    float: left;
    width: 1.15%;
    height: 92%;
    margin-left: 26px;
    /*padding-top: 40px;*/
    color: #6C6E85;
    transition: all 1s ease 0s;
}

#four_flash .flashBg ul.mobile li:hover {
    /*border: 1px solid rgba(0, 200, 217, 0.80);*/
    /*color: #fff;*/
    /*-webkit-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 1.00);*/
    /*box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .2);*/
}

#four_flash .flashBg ul.mobile li img {
    width: 100%;
    /*height: 100%;*/
    display: block;
    margin: 0 auto;
}

#four_flash .flashBg ul.mobile li dd {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-left: 8px;
}

#four_flash .flashBg ul.mobile li p {
    font-size: 16px;
    text-align: left;
    width: 95%;
    line-height: 24px;
}

#four_flash .flashBg ul.mobile li a {
    display: block;
    background: url(../images/jiantou.png);
    width: 31px;
    height: 31px;
    border: 0px;
    margin: 8px auto;
}

#four_flash .but_left {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 136px;
    left: 0px;
}

#four_flash .but_right {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 136px;
    right: 0px;
}


/**基本格式结束***************/


/*单页头部开始*/

.bodyCon08 {
    /*background-color: rgba(33, 33, 33, 1.00);*/
}

.bodyCon08 .students {
    margin: 0 auto;
    width: 100%;
    height: 480px;
    position: relative;
}

.bodyCon08 .students p.PP {
    width: 510px;
    height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 300px;
}

#four_flash {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}

#four_flash .flashBg {
    width: 92%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#four_flash .flashBg ul.mobile {
    width: 2000%;
    height: 100%;
    position: absolute;
    top: 15;
    left: 0;
}

#four_flash .flashBg ul.mobile li {
    float: left;
    width: 1.15%;
    height: 100%;
    margin-left: 26px;
    /*padding-top: 40px;*/
    color: #6C6E85;
    transition: all 1s ease 0s;
}

#four_flash .flashBg ul.mobile li:hover {
    /*border: 1px solid rgba(0, 200, 217, 0.80);*/
    /*color: #fff;*/
    /*-webkit-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 1.00);*/
    /*box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .2);*/
}

#four_flash .flashBg ul.mobile li img {
    width: 100%;
    /*height: 100%;*/
    display: block;
    margin: 0 auto;
}

#four_flash .flashBg ul.mobile li dd {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-left: 8px;
}

#four_flash .flashBg ul.mobile li p {
    font-size: 16px;
    text-align: left;
    width: 95%;
    line-height: 24px;
    margin-left: 8px;
}

#four_flash .flashBg ul.mobile li a {
    display: block;
    background: url(../images/jiantou.png);
    width: 31px;
    height: 31px;
    border: 0px;
    margin: 8px auto;
}

#four_flash .but_left {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 136px;
    left: 0px;
}

#four_flash .but_right {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 136px;
    right: 0px;
}

.eigh1 {
    padding: 0;
}

.eas {
    width: 314px;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

body {
    background: #fff;
    color: #333;
    font-weight: 500;
    font-family: 'Microsoft Yahei';
}

.focus {
    height: 415px;
    margin: 40px auto 0 auto;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.focus .left {
    float: left;
    width: 690px;
    height: 415px;
    position: relative;
    margin-left: 10%;
    overflow: hidden;
}

.focus .left li {
    position: absolute;
    left: 0;
    top: 0;
    width: 842px;
    height: 415px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.focus .left li.active {
    z-index: 2;
}


/*.focus .left li p {
	display: none;
}*/

.focus .right {
    float: left;
}

.focus .right li:first-child {
    border-top: 2px solid #f7b932;
}

.focus .right li {
    text-align: center;
    overflow: hidden;
    padding-left: 10px;
    width: 137px;
    height: 54px;
    background-color: #ffffff;
    border-right: 2px solid #f7b932;
    border-bottom: 2px solid #f7b932;
    border-right: 2px solid #f7b932;
    border-left: 2px solid #f7b932;
    color: #666666;
    font-size: 14px;
    line-height: 54px;
    cursor: pointer;
}

.focus .right li:hover,
.focus .right li.active {
    color: #fff;
    background-position: -120px -120px;
    background-color: #f7b932;
}

.focus .right li i {
    background-image: url(../images/btns.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    float: left;
    margin: 15px 19px 0px 0;
}

.focus .right li i.i1 {
    background-position: 0 0;
}

.focus .right li i.i2 {
    background-position: 0 -60px;
}

.focus .right li i.i3 {
    background-position: 0 -120px;
}

.focus .right li i.i4 {
    background-position: 0 -180px;
}

.focus .right li:hover i.i1,
.focus .right li.active i.i1 {
    background-position: -60px 0;
}

.focus .right li:hover i.i2,
.focus .right li.active i.i2 {
    background-position: -60px -60px;
}

.focus .right li:hover i.i3,
.focus .right li.active i.i3 {
    background-position: -60px -120px;
}

.focus .right li:hover i.i4,
.focus .right li.active i.i4 {
    background-position: -60px -180px;
}

.eas {
    width: 314px;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    float: left;
    margin-left: 27px;
    text-align: center;
}

.eas h3 {
    font-family: SYHT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #191919;
    margin-top: 38px;
}

.eas .yeka {
    width: 63px;
    height: 4px;
    background-color: #f7b932;
    margin: 0 auto;
}

.eas p {
    width: 81%;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 auto;
    margin-top: 34px;
}

.eas .yexi {
    width: 233px;
    height: 3px;
    background-color: #f7b932;
    margin: 0 auto;
    margin-top: 30px;
}

.eas button {
    outline: none;
    width: 102px;
    height: 42px;
    background-color: #f7b932;
    border-radius: 3px;
    border: 0;
    font-family: SYHT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fffefe;
    margin-top: 20px;
}

.eas1 {
    width: 657px;
    /*height: 464px;*/
    padding-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    text-align: center;
}

.eas1 h3 {
    font-family: SYHT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #191919;
    margin-top: 38px;
}

.eas1 .yeka {
    width: 63px;
    height: 4px;
    background-color: #f7b932;
    margin: 0 auto;
}

.eas1 p {
    width: 81%;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 auto;
    margin-top: 34px;
}

.eas1 .yexi {
    width: 233px;
    height: 3px;
    background-color: #f7b932;
    margin: 0 auto;
    margin-top: 30px;
}

.eas1 button {
    outline: none;
    width: 102px;
    height: 42px;
    background-color: #f7b932;
    border-radius: 3px;
    border: 0;
    font-family: SYHT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fffefe;
    margin-top: 41px;
}

.green .yeka {
    background-color: #459d8d;
}

.green .yexi {
    background-color: #459d8d;
}

.green button {
    background-color: #459d8d;
}

.team {
    float: left;
    text-align: center;
    margin-left: 177px;
}

.team:first-child {
    margin-left: 0;
}

.te {
    width: 282px;
    height: 282px;
    border-radius: 100%;
    overflow: hidden;
}

.team h3 {
    font-family: SYHT;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 15px;
}

.team p {
    font-family: SYHT;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 15px;
}

.pay:first-child {
    margin-left: 0;
}

.paym {
    float: left;
    text-align: center;
    margin-left: 101px;
}

.pay {
    width: 184px;
    height: 172px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.pay img {
    text-align: center;
    padding-top: 25%;
}

.paym p {
    font-family: SYHT;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #191919;
    margin-top: 40px;
}

.clearfix1 {
    padding-bottom: 100px;
}

.huis {
    background-color: #fafafa;
}

.foc {
    background: url(../images/wkfd_03.png);
    background-repeat: no-repeat;
}

.see1 {
    background-color: #fff;
}

.title2 {
    padding: 110px 0 0px 0;
}

.kctg {
    float: left;
    text-align: center;
    width: 360px;
    height: 396px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-left: 30px;
    transition: all .5s linear;
}

.kctg:hover {
    background-color: #459d8d;
    transform: scale(1.03);
}

.kctg:hover h3 {
    color: #FFFFFF;
}

.kctg:hover p {
    color: #ffffff;
}

.kctg:hover .kc1 {
    background: url(../images/wkfd21.png);
}

.kctg:hover .kc2 {
    background: url(../images/wkfd1.png);
}

.kctg:hover .kc3 {
    background: url(../images/wkfd31.png);
}

.kctg .kct {
    width: 54px;
    height: 53px;
    margin: 0 auto;
    margin-top: 59px;
}

.kctg .kc1 {
    background: url(../images/wkfd2.png);
}

.kctg .kc2 {
    background: url(../images/wkfd.png);
}

.kctg .kc3 {
    background: url(../images/wkfd3.png);
}

.kctg h3 {
    margin-top: 57px;
    font-family: SYHT;
    font-size: 29px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #000000;
}

.kctg p {
    width: 82%;
    font-family: SYHT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    margin-top: 47px;
}

.daix {
    position: absolute;
    bottom: 20px;
    width: 94%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7b932;
    font-family: SYHT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.foc1 {
    background: #FFFEFE;
    text-align: center;
}

.foc1 p {
    width: 75%;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #191919;
    margin: 0 auto;
}

.ff1 {
    height: 100%;
    margin-top: 0;
}

.foc1 img {
    width: 100%;
}

.daix1 {
    width: 95%;
    /*height: 50px;*/
    background-color: #ffffff;
    line-height: 50px;
    padding-left: 20px;
}

.eigh1 .daix1 {
    line-height: 30px;
    padding-left: 6px;
}

.col-xs-4 img {
    width: 95%;
}

.jdyc {
    width: 1200px;
    height: 28px;
    background: url(../images/exce_05.png);
    margin: 0 auto;
    text-align: center;
    font-family: SYHT;
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 25px;
}

.banner .carousel {
    margin: 0;
}

.ing_bo01 {
    background-color: #f7b932;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    padding-left: 10px;
    position: absolute;
    bottom: 8%;
}

.six_middle {
    padding-bottom: 72px;
}

.six_left ul li .ju {
    float: left;
    font-size: 60px;
    line-height: 0;
    margin-top: -6px;
    color: #459D8D;
}

.title00 p {
    text-align: center;
    font-family: SYHT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    margin-top: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.sis1 {
    padding-bottom: 72px;
}

.rm {
    padding: 5px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    float: left;
    font-family: SYHT;
    font-size: 13px;
    letter-spacing: 0px;
    color: #7b7b7b;
    margin-top: 9px;
    margin-left: 9px;
}

.rm:hover {
    background-color: #f7b932;
    color: #FFFFFF;
    border: 0;
}


.hg {
    width: 50px;
    height: 2px;
    background-color: #526692;
    margin-top: 25px;
    margin-bottom: 16px;
    margin-left: 9px;

}

.rmxw p {
    text-align: left;
    font-family: SYHT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 9px;
}

.cjd p {
    text-align: left;
    font-family: SYHT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 9px;
}

.six001 {
    background: #F2F2F2;
}

.infor_box1 li {
    border-bottom: 1px solid #ededed;
}

.yxal {
    text-align: left;
    width: 96%;
    background-image: ;
    background-blend-mode: ;
    border: solid 1px #f7b932;
    margin-top: 150px;
    padding-left: 17px;
    margin-bottom: 40px;
}

.yxal span {
    font-family: SYHT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.yxal img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cjll {
    width: 100%;
    text-align: left;
}

.cj h3 {
    font-family: SYHT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-left: 9px;
    color: #333333;
}

.cj p {
    font-family: SYHT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.cj {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.yd1 {
    background: url(../images/FAQ_01_03.png);
}

.clear001 {
    /*	padding-bottom: 60px;*/
}

.comp001 {
    padding-bottom: 50px;
}

.menu01 {
    background: url(../images/FAQ_07.png) center right no-repeat;
    background-color: #f1f1f1 !important;
    border: 0 !important;
    margin-top: 30px;
}

.a1000 {
    background-color: #f1f1f1 !important;
    border: 0 !important;
}

.list01 {
    width: 93%;
}



.third_top {
    transition: all 1.5s;
}

.third_top:hover img {
    transform: scale(1.1);
}

#SideTop {
    _display: none;
    position: fixed;
    _position: absolute;
    z-index: 999;
    right: 15px;
    bottom: -200px;
    _bottom: auto;
    width: 110px;
    height: 160px;
   
}

#returnTop {
    _display: none;
    position: fixed;
    _position: absolute;
    z-index: 999;
    left: 15px;
    bottom: -200px;
    _bottom: auto;
    width: 169px;
    height: 169px;
    text-indent: -999px;
    overflow: hidden;
    _background-image: url(1.png);
    _background-image: url(Top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: bottom 0.9s;
    -webkit-transition: bottom 0.9s;
    -moz-transition: bottom 0.9s;
    -o-transition: bottom 0.9s;
}

.bb {
    position: absolute;
    bottom: 4px;
    right: 0;
}
