#fullPage-nav li,
.fullPage-slidesNav li {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 60px 7px;
    border-radius: 2.5px;
}

#fullPage-nav span,
.fullPage-slidesNav span {
    display: none;
}

#fullPage-nav li .active,
.fullPage-slidesNav .active {
    width: 40px;
    height: 4px;
    border-radius: 2.5px;
    background: #ff7b2c;
    position: relative;
    left: -11px;
}

.nav_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 155px;*/
    z-index: 9999;
}

.logo {
    display: block;
    float: left;
    width: 148px;
    height: 95px;
    background: #ff7b2c;
    position: relative;
}

.logo img {
    width: 84px;
    height: 46px;
    vertical-align: middle;
}

.logo span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.nav {
    width: 1000px;
    height: 80px;
    border-bottom: 1px solid #fff;
    float: right;
    position: relative;
}

.nav_a_list {
    float: left;
    padding: 0 36px;
    height: 78px;
}

.nav_a {
    line-height: 78px;
    font-size: 16px;
    color: #fff;
}

.scrollColor {
    color: #333;
}

.nav .active {
    color: #ff7b2c;
    border-bottom: 3px solid #ff7b2c;
}

.nav_a_list:hover .nav_a {
    font-weight: bold;

}

.nav_a_list:hover {
    /*border-bottom: 1px solid #ff7b2c;*/
}

.language {
    line-height: 80px;
    margin: 0 78px;
}

.language span {
    display: inline-block;
    margin: 0 5px;
}

.two_box {
    width: 1000px;
    position: absolute;
    left: 0;
    top: 76px;
    z-index: 10001;
    padding-top: 5px;
    height: 100px;
    /*opacity: 0;*/
    display: none;
}

.logo {
    margin-left: 86px;
}

.two_warpper {
    padding: 42px 67px 20px 67px;
    background: #ff7b2c;
}

.w164 {
    width: 164px;
}

.one_class_name a {
    display: block;
    line-height: 18px;
    height: 18px;
}

.one_class_name {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.mr90 {
    margin-right: 90px;
}

.two_a_list a {
    display: block;
    padding: 5px 0;
}

.two_warpper .w164:nth-child(5n) {
    margin-right: 0;
}

.two_warpper .mr20 {
    margin-right: 50px;
}

.two_a_list a:hover {
    text-decoration: underline;
    font-weight: 900;
}

.banner_box,
.banner_list {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.banner_list {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: none;
}

.por {
    position: relative;
}

.one_img {
    width: 50%;
    margin-bottom: 3%;
}

.index_more {
    width: 130px;
    height: 36px;
    border: 2px solid #ff7b2c;
}

.index_more p {
    margin: 0 15px;
}

.index_more div {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff7b2c;
    float: left;
    margin-top: 6px;
    text-align: center;
}

.index_more span {
    font-size: 16px;
    display: block;
}

.lh22 {
    line-height: 22px;
}

.one_btn_box {
    margin-bottom: 3%;
}

.one_btn_box button {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.one_btn_box .op5 {
    opacity: .5;
}

.scroll_box {
    position: relative;
    width: 200px;
    height: 1px;
    background: #c1b5b9;
}

.scroll_box div {
    height: 3px;
    width: 25%;
    background: #ff7b2c;
    top: -1px;
    position: absolute;
}


.footer_contact {
    width: 120px;
    height: 26px;
    border: 2px solid #ff7b2c;
    margin-top: 6px
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 42px;
    padding: 32px 0;
}

.footer_contact div {
    background: #ff7b2c;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.footer_contact p {
    width: 94px;
    line-height: 26px;
    text-align: center;
}

.f_icon_list {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(61, 70, 87, 0.34);
    text-align: center;
    line-height: 42px;
    margin-left: 15px;
    position: relative;
}

.f_icon_list a {
    position: absolute;
    display: block;
    bottom: 60px;
    left: 21px;
    width: 170px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    border-radius: 5px;
    font-size: 12px;
    color: #666;
    transform: translate3d(-50%, 0, 0);
    /*display: none;*/
    overflow: hidden;
    opacity: 0;
    height: 0;
}

.f_icon_list a:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
}

.f_icon_list:hover {
    background: #ff7b2c;
}

.f_icon_list:hover a {
    opacity: 1;
    height: auto;
    overflow: inherit;
}

.footer .active .banquan {
    color: #999
}

.footer .active .concat {
    color: #ff7b2c
}


/*第二*/
.two_bg {
    position: absolute;
    top: 81px;
    right: 0;
    bottom: 106px;
    width: 55%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.w500 {
    width: 500px;
}

.index_about {
    width: 930px;
    height: 126px;
    background: #ff7b2c;
    margin-top: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 57px 0;
}

.index_about_list {
    width: 33.333%;
    float: left;
    border-right: 1px solid #ff8840;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 126px;
}

.w210 {
    width: 220px;
    margin: auto;
}

.fz45 {
    font-size: 45px;
}

/*三*/
.three_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.three_list {
    float: left;
    width: 25%;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
}

.three_line {
    position: relative;
}

.three_line h3 {
    width: 48px;
    height: 2px;
    background: #ff7b2c;
    margin: auto;
}

.mb50 {
    margin-bottom: 50px;
}

.three_warpper {
    width: 75%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}

.three_info {
    margin-bottom: 80px;
    max-height: 38px;
    overflow: hidden;
}

.three_box .index_more {
    display: none;
    margin: auto;
    background: #ff7b2c;
}

.three_box .index_more div {
    background: #fff;
}

.three_info {
    display: none;
}

.three_line p {
    width: 100%;
    height: 1px;
    background: #ababab;
    display: none;
}

.three_list:hover .three_warpper {
    transform: translate3d(0, -10%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
}

.three_list:hover img {
    opacity: 0;
}

.three_list:hover .three_info {
    display: block;
}

.three_list:hover .index_more {
    display: block;
}

.three_list:hover .three_line p {
    display: block;
}

.three_list:hover .three_line h3 {
    width: 124px;
    height: 5px;
    position: relative;
    top: 3px;
}

/*四*/
.four_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.w520 {
    width: 520px;
}

/*五*/
.five_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.index_new_list {
    float: left;
    width: 33.333%;
}

.index_new_list a {
    display: block;
    width: 90%;
    margin: auto;
}

.index_new_list img {
    width: 100%;
    display: block;
    height: 251px;
}

/*六*/
.w360 {
    width: 360px;
}

.mb80 {
    margin-bottom: 80px;
}

.w840 {
    width: 66%;
}

.line {
    width: 100%;
    height: 20px;
    background: #ff7b2c;
    margin-bottom: 50px;
}

.six_warpper {
    height: 247px;
    width: 100%;
    margin-bottom: 50px;

}

.scroll_warpper {
    height: 300px;
    overflow-x: auto;
    overflow-y: hidden;
}

.six_scroll_box {
    position: relative;
}

.six_scroll_box a {
    width: 348px;
    height: 247px;
    margin-right: 40px;
}

.six_scroll_box a img{
    width:100%;
    height: 100%;


}


.six_scroll {
    width: 400px;
}

.six_scroll div {
    cursor: pointer;
}

/*七*/

.seven_bg {
    position: absolute;
    top: 81px;
    left: 0;
    width: 880px;
    bottom: 254px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.w640 {
    width: 640px;
}

.hz_list a {
    width: 197px;
    height: 87px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.hz_list span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.hz_list img {
    max-width: 80%;
    max-height: 80%;
    display: inline;
    vertical-align: middle;
}

.mt130 {
    margin-top: 130px;
}

.seven_footer {
    background: #162337;
    height: 254px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.f_logo {
    margin-top: 65px;
    margin-right: 50px;
}

.f_logo img {
    width: 137px;
    height: 75px;
    display: block;
}

.f_tel {
    margin-top: 80px;
}

.w740 {
    width: 740px;
}

.f_nav_box {
    margin-top: 70px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}

.f_nav_box a {
    margin-right: 104px;
}

.f_nav_box a:last-child {
    margin-right: 0;
}

.f_banquan {
    font-size: 14px;
    color: #d3d3d3;
}

.wap_four_bg {
    display: none;
}

.right_hover {
    position: absolute;
    width: 90px;
    height: 34px;
    background: #ff7b2c;
    text-align: center;
    line-height: 34px;
    color: #fff;
    left: -420%;
    top: 50%;
    margin-top: -17px;
    font-size: 12px;
    display: none;
}

.right_hover:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff7b2c;
    top: 50%;
    margin-top: -4px;
    right: -5px;
    content: '';
    transform: rotate(-45deg);
}

#fullPage-nav ul li:hover .right_hover {
    display: block;
}

.footer_l {
    margin-left: 86px;
}

.footer_r {
    margin-right: 82px;
}

.zl-scrollBarBox {
    height: 100%;
    position: absolute;
    background: #f3f3f3;
}

.zl-scrollBar.zl-horizontalBar {
    min-width: 10px;
}

.zl-scrollBar {
    position: absolute;
    left: 0;
    top: 0;
    background: #848484;
    transition: background .3s;
}

.sj_tel,
.three_title,
.three_sj_more {
    display: none;
}

.max1920 {
    max-width: 1920px;
    margin: auto;
}

.wap_nav_box {
    display: none;
}

/*产品中心*/


.info_nav_box {
    position: relative;
    z-index: 10002;

}

.info_nav_bg {
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.bgj {
    background: #ff7b2c;
}

.w350 {
    width: 350px;
}

.w1070 {
    width: 1070px;
}

.left_nav_box {
    padding-bottom: 36px;
}

.info_left_title {
    padding: 27px 60px 20px 60px;
    margin-bottom: 50px;
}

.left_nav {
    position: relative;
    padding-left: 64px;
    padding-right: 56px;
    overflow: hidden;
}

.left_nav_box .active .left_line {
    position: absolute;
    width: 9px;
    height: 44px;
    background: #fff;
    left: 0;
    top: 13px;
}



.left_nav_a {
    display: block;
    line-height: 69px;
    height: 69px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #ffd0b4;
}

.left_nav_two {
    padding-bottom: 38px;
    height: 0;
    padding: 0;
}

.left_nav_two a {
    font-size: 16px;
    color: #ffd0b4;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    display: block;
}

.left_nav_box .active .left_nav_two {
    height: auto;
    padding-bottom: 38px;
    border-bottom: 1px solid #ffd0b4;
}

.left_nav_two .active {
    color: #fff;
}

.left_nav_two a:hover {
    color: #fff;
}


.right_box {
    padding: 66px 96px 70px 110px;
    min-height: 500px;
}

.position {
    padding-bottom: 36px;
    border-bottom: 6px solid #ff7b2c;
    margin-bottom: 50px;
}

.position .oh {
    border-left: 5px solid #ff7b2c;
    height: 16px;
    overflow: hidden;
    padding-left: 25px;
}

.position a,
.position span {
    color: #696969;
    font-size: 16px;
    line-height: 16px;
    overflow: hidden;
    height: 16px;
    font-size: 14px;
    float: left;
}

.position span {
    padding: 0 5px;
}

.p_info_left {
    width: 416px;
    height: 360px;
}

.info_footer {
    position: inherit;
    margin-top: 65px;
}

.bgf4 {
    background: #f4f4f4;
}

.p_info_left h3 {
    margin-bottom: 50px;
    line-height: 24px;
    height: 26px;
}

.p_info_left div {
    padding: 70px;
}

.p_info_right {
    width: 448px;
    height: 360px;
    overflow: hidden;
}

.p_info_right img {
    display: block;
    width: 100%;
    height: 100%;
}

.mb84 {
    margin-bottom: 84px;
}

.p_info_title {
    margin-bottom: 20px;
}

.lh46 {
    line-height: 46px;
}

.scale {
    width: 1440px;
    margin: auto;
}

.product_box {
    z-index: 10000;
    margin-top: 145px;
}

.p_list {
    float: left;
    width: 274px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.p_list div {
    width: 100%;
    padding-top: 85%;
    position: relative;
}

.p_list div p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.p_list h3 {
    font-size: 16px;
    font-weight: 900;
    color: #333;
    line-height: 56px;
    overflow: hidden;
}

/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ff7b2c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff7b2c;
    border-color: #ff7b2c;
}

.server_table {
    width: 100%;
    border-top: 1px solid #d4d4d4;

}

.server_table p {
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    height: 55px;
    border: 1px solid #d4d4d4;
    width: 142.9px;
    margin-right: -1px;
    margin-top: -1px;
    /*box-sizing: border-box;*/
}

.server_list {
    border-bottom: 1px solid #e6e6e6;
}

.server_title {
    padding: 15px 0;
    cursor: pointer;
}

.server_title h3 {
    width: 80%;
    float: left;
    font-size: 14px;
    color: #666;
}

.server_title span {
    float: right;
    color: #757575;
    font-size: 14px;
}

.server_info {
    margin-bottom: 20px;
    display: none;
}

.downLoad_list {
    border-bottom: 1px solid #e6e6e6;
}

.downLoad_list h3 {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 75px;
    color: #666;
}

.down_btn {
    width: 85px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
    background: #ff7b2c;
    margin-top: 21px;
}

.rotate180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.course_list {
    width: 288px;
    height: 228px;
    float: left;
}

.course_list img {
    width: 100%;
    height: 100%;
    display: block;
}

.course_title {
    margin-top: 60px;
    margin-bottom: 20px;
}

.course_title p {
    width: 26px;
    height: 2px;
    margin: auto;
}

.map_list {
    margin-bottom: 50px;
}

.map_title p {
    width: 32px;
    height: 2px;
    margin: auto;
}

.map_info {
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e3e3;
}

.map_icon {
    width: 41px;
    height: 41px;
    color: #fff;
    text-align: center;
    line-height: 41px;
    margin-right: 30px;
    border-radius: 50%;
}

.map_info .map_info_list {
    margin-bottom: 20px;
}

.map_info .map_info_list:last-child {
    margin-bottom: 0;
}

.map {
    width: 465px;
    height: 317px;
}

.map img {
    display: block;
    width: 100%;
    height: 100%;
}

.lh45 {
    line-height: 45px;
}

.select_box {
    background: #e3e3e3;
}

.select_box select {
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    border: 0;
    margin: 0;
    padding: 0;
    height: 45px;
    background: transparent;
    text-indent: 1em;
}

.input_list {
    width: 100%;

    text-indent: 1em;
    background: #e3e3e3;
}

.input_list input {
    width: 100%;
    text-indent: 1em;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    height: 45px;
    background: transparent;
}

.textarea_box {
    background: #e3e3e3;
}

.textarea_box textarea {
    width: 100%;
    font-size: 16px;
    color: #333;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

.abtn_box button {
    width: 83px;
    height: 37px;
    margin-right: 30px;
    cursor: pointer;
}

.about_js_info img {
    max-width: 100%;
}

.video_l {
    float: left;
    width: 210px;
    height: 128px;
    position: relative;
    margin-right: 57px;
}

.video_list {
    cursor: pointer;
}

.video_l p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    background-position: center center;
    background-size: cover;
}

.video_l img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.video_list {
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
}

.info_ry_box img {
    width: 100%;
}

.mb75 {
    margin-bottom: 75px;
}

.info_ry_box .one_btn_box button {
    width: 26px;
    height: 26px;
    border: 1px solid #ff7b2c;
    color: #ff7b2c;
}

.info_ry_box .one_btn_box .no_click {
    border: 1px solid #9d9d9d;
    color: #9d9d9d;
}

.info_ry_box .one_btn_box {
    margin-top: 20px;
}

.sort_list {
    padding: 0 10px;
    position: relative;
}

.sort_list span {
    position: absolute;
    display: block;
    width: 1px;
    height: 16px;
    left: 1px;
    top: 5.5px;
    background: #666;
}

.sort_list p {
    line-height: 27px;
    padding: 0 10px;
    color: #666;
    cursor: pointer;
}

.sort_hook .active p {
    background: #ff7b2c;
    color: #fff;
}

.sort_hook .sort_list:first-child .col_line {
    display: none;
}

.zp_search_box {}

.zp_search_box .flex_1 {
    border: 1px solid #e6e5e5;
    margin-right: 10px;
    height: 30px;

}

.zp_search_box input {
    width: 100%;
    text-indent: 1em;
    background: transparent;
    line-height: 30px;
}

.zp_search_box button {
    width: 85px;
    height: 32px;
    color: #fff;
}

.zp_search_box {
    margin-bottom: 50px;
}

.tab_title {
    background: #ededed;

}

.tab_title th {
    font-size: 16px;
    font-weight: inherit;
}

/*表格*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>thead>tr>th {
    vertical-align: bottom;
    /*border-bottom: 2px solid #ddd;*/
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

th {
    text-align: left;
}

td,
th {
    padding: 0;
}

.zp_table td {
    height: 100px;
    vertical-align: middle;
}

.info_new_imgs {
    width: 295px;
    height: 200px;
    position: relative;
    margin-right: 60px;
}

.info_new_imgs p {
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.info_new_list {
    margin-bottom: 120px;
}

.mb58 {
    margin-bottom: 58px;
}

.info_new_link {
    width: 91px;
    height: 32px;
    border: 1px solid #333;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
}

.year {
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    float: left;
}

.course_lists {
    position: relative;
    padding-bottom: 20px;
}

.course_row_line {
    float: left;
    margin-left: 15px;
    width: 20px;
    height: 2px;
    margin-top: 19px;
}

.course_clo_line {
    width: 5px;
    height: 20px;
    float: left;
    margin-left: 80px;
    background: #2258cc;
    margin-top: 10px;
    display: none;
    margin-right: 10px;
}

.course_info {
    overflow: hidden;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 5px;
}

.course_lists .suline {
    position: absolute;
    left: 47px;
    top: 45px;
    bottom: 5px;
    width: 1px;
    background: #ff7b2c;
    content: '';
}

.course_lists:last-child .suline {
    display: none;
}











@media only screen and (max-width:1920px) {
    .nav {
        width: 1237px;
    }

    .two_box {
        width: 1017px;
    }

    .w1200 {
        width: 1440px;
    }

    .two_hook {
        padding-top: 220px;
    }

    .pt700 {
        padding-top: 700px;
    }

    .five_warpper {
        padding-top: 255px;
    }

    .index_new_list {
        width: 456px;
        margin-right: 36px;
    }

    .index_new_list a {
        width: 100%;
    }

    .index_new_list img {
        height: 291px;
    }

    .index_new_list:last-child {
        margin-right: 0;
    }

    .six_hook {
        padding-top: 270px;
    }

    .six_hook .w360 {
        margin-left: 240px;
    }

    .six_hook .w840 {
        padding-top: 55px;
    }

    .seven_hook {
        padding-top: 190px;
    }

    .seven_hook .w640 {
        margin-top: -154px;
    }

    .six_hook .w360 {
        margin-left: 100px;
    }
}

@media only screen and (max-width:1680px) {
    .nav {
        width: 1237px;
    }

    .two_box {
        width: 1017px;
    }

    .w1200 {
        width: 1440px;
    }

    .two_hook {
        padding-top: 220px;
    }

    .pt700 {
        padding-top: 700px;
    }

    .five_warpper {
        padding-top: 255px;
    }

    .index_new_list {
        width: 456px;
        margin-right: 36px;
    }

    .index_new_list a {
        width: 100%;
    }

    .index_new_list img {
        height: 291px;
    }

    .index_new_list:last-child {
        margin-right: 0;
    }

    .six_hook {
        padding-top: 270px;
    }

    .six_hook .w360 {
        margin-left: 240px;
    }

    .six_hook .w840 {
        padding-top: 55px;
    }

    .seven_hook {
        padding-top: 190px;
    }

    .seven_hook .w640 {
        margin-top: -154px;
    }

    .six_hook .w360 {
        margin-left: 100px;
    }
}

@media only screen and (max-width:1440px) {
    .nav {
        width: 1000px;
    }

    .nav_a_list {
        padding: 0 24px;
    }

    .two_box {
        width: 100%;
    }

    .w1200 {
        width: 1200px;
    }

    .index_new_list {
        width: 376px;
    }

    .index_new_list img {
        height: 251px;
    }

    .three_warpper {
        top: 50%;
        transform: translate3d(0, 0%, 0);
        -webkit-transform: translate3d(0, 0%, 0);
    }

    .three_list:hover .three_warpper {
        transform: translate3d(0, -0%, 0);
        -webkit-transform: translate3d(0, -0%, 0);
    }

    .six_hook .w840 {
        width: 60%;
    }

    .nav_a_list {
        padding: 0 20px;
    }

    .nav {
        width: 900px;
    }

    .language {
        margin: 0 40px;
    }

    .seven_bg {
        width: 45%;
    }

    .w350 {
        width: 300px;
    }

    .w1070 {
        width: 885px;
    }

    .right_box {
        padding: 40px;
    }

    .p_info_left div {
        padding: 30px;
    }

    .p_info_left {
        height: 266px;
    }

    .p_info_right {
        width: 389px;
        height: 266px;
    }

    .position {
        margin-bottom: 50px;
    }

    .mb84 {
        margin-bottom: 50px;
    }

    .p_list {
        width: 255px;
    }

    .course_list {
        width: 265px;
        height: 200px;
    }

    .course_title {
        margin-top: 40px;
    }

    .course_info {
        padding-left: 0;
    }


}

@media only screen and (max-width:1200px) {

    .two_box {
        width: 100%;
    }

    .w1200 {
        width: 1000px;
    }

    .index_new_list img {
        height: 200px;
    }

    .three_list:hover .three_warpper {
        transform: translate3d(0, -0%, 0);
        -webkit-transform: translate3d(0, -0%, 0);
    }

    .six_hook .w840 {
        width: 60%;
    }

    .nav_a_list {
        padding: 0 20px;
    }

    .nav {
        width: 900px;
    }

    .language {
        margin: 0 40px;
    }

    .index_new_list {
        width: 308px;
    }

    .seven_bg {
        width: 35%;
    }

    .five_bg {
        height: 300px
    }

    .info_left_title {
        padding: 20px;
        margin-bottom: 30px;
    }

    .info_left_title h3 {
        font-size: 24px;
    }

    .left_nav {
        padding: 0 30px;
    }

    .w1070 {
        width: 780px;
    }

    .p_list {
        width: 220px;
    }

    .w740 {
        width: 530px;
    }

    .w350 {
        width: 200px;
    }

    .p_info_box .p_info_right {
        float: none;
        margin: auto;
    }

    .p_info_box .p_info_left {
        float: none;
        margin: auto;
    }

    .map {
        width: 370px;
        height: auto;
    }

    .course_list {
        width: 233px;
        height: 180px;
    }

    .course_title {
        margin-top: 40px;
    }

    .course_info {
        padding-left: 0;
    }
}

@media only screen and (min-height:1080px) {
    .one_img {
        margin-top: 313px;
        margin-bottom: 143px;
    }

    .one_more {
        margin-bottom: 172px;
    }

}

@media only screen and (min-height:880px) {
    .one_img {
        margin-top: 200px;
        margin-bottom: 103px;
    }

    .one_more {
        margin-bottom: 72px;
    }

    .pt700 {
        padding-top: 500px;
    }

    .five_warpper {
        padding-top: 155px;
    }

    .six_hook {
        padding-top: 170px;
    }

    .seven_hook {
        padding-top: 260px;
    }

    #fullPage-nav li,
    .fullPage-slidesNav li {
        width: 28px;
        height: 2px;
        background: #fff;
        margin: 40px 7px;
    }
}

@media only screen and (max-height:880px) {
    .one_img {
        margin-top: 170px;
        margin-bottom: 80px;
        width: 40%;
    }

    .one_more {
        margin-bottom: 40px;
    }

    .pt700 {
        padding-top: 200px;
    }

    .five_warpper {
        padding-top: 110px;
    }

    .six_hook {
        padding-top: 150px;
    }

    .seven_hook {
        padding-top: 260px;
    }

    .two_hook {
        padding-top: 166px;
    }

    .three_list:hover .three_warpper {
        transform: translate3d(0, -35%, 0);
        -webkit-transform: translate3d(0, -35%, 0);
    }

    .five_bg {
        height: 330px;
    }

    .index_new_list {
        width: 309px;
    }

    .index_new_list img {
        height: auto;
    }

    .index_new_box {
        width: 1000px;
        margin: auto;
    }

    .seven_footer {
        height: 180px;
    }

    .seven_bg {
        bottom: 160px;
    }

    .f_logo {
        margin-top: 30px;
    }

    .f_nav_box {
        margin-top: 30px;
    }

    .f_tel {
        margin-top: 30px;
    }

    .seven_hook {
        padding-top: 280px;
    }

    #fullPage-nav li,
    .fullPage-slidesNav li {
        margin: 20px 7px;
    }

    .trans_hook {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .line,
    .six_warpper {
        margin-bottom: 20px;
    }

    .footer {
        padding: 15px 0;
    }

    .two_bg {
        bottom: 72px;
    }

    .index_about {
        padding: 42px 0;
        height: auto;
    }

    .index_about .mb20 {
        margin-bottom: 5px;
    }
}



@media only screen and (max-height: 768px) {
    .one_img {
        margin-top: 170px;
        margin-bottom: 80px;
        width: 40%;
    }

    .one_more {
        margin-bottom: 40px;
    }

    .pt700 {
        padding-top: 200px;
    }

    .five_warpper {
        padding-top: 110px;
    }

    .six_hook {
        padding-top: 120px;
    }

    .seven_hook {
        padding-top: 260px;
    }

    .two_hook {
        padding-top: 120px;
    }

    .three_list:hover .three_warpper {
        transform: translate3d(0, -35%, 0);
        -webkit-transform: translate3d(0, -35%, 0);
    }

    .five_bg {
        height: 330px;
    }

    .index_new_list {
        width: 309px;
    }

    .index_new_list img {
        height: auto;
    }

    .index_new_box {
        width: 1000px;
        margin: auto;
    }

    .seven_footer {
        height: 180px;
    }

    .seven_bg {
        bottom: 160px;
    }

    .f_logo {
        margin-top: 30px;
    }

    .f_nav_box {
        margin-top: 30px;
    }

    .f_tel {
        margin-top: 30px;
    }

    .seven_hook {
        padding-top: 252px;
    }

    #fullPage-nav li,
    .fullPage-slidesNav li {
        margin: 20px 7px;
    }

    .trans_hook {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .line,
    .six_warpper {
        margin-bottom: 20px;
    }

    .footer {
        padding: 15px 0;
    }

    .two_bg {
        bottom: 72px;
    }

    .index_about {
        padding: 30px 0;
        height: auto;
    }

    .index_about .mb20 {
        margin-bottom: 5px;
    }

    .three_warpper {
        top: 50%;
    }

    .hz_list a {
        width: 169px;
        height: 69px;
    }
    .two_hook{
        padding-top: 95px;
    }
    .lh30{
        line-height: 24px;
    }
}

@media only screen and (max-height: 640px) {
    .two_hook {
        padding-top: 90px;
    }

    .five_warpper {
        padding-top: 89px;
    }

    .six_hook {
        padding-top: 92px;
    }

    .hz_list a {
        width: 172px;
        height: 70px;
    }

    seven_hook .index_more{
        display: none;
    }
}

@media only screen and (max-width:767px) {
    * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .w1200,
    .w500,
    .index_about,
    .w210,
    .index_about_list,
    .w520,
    .w360,
    .w840,
    .w640,
    .w740,
    .w164 {
        width: 100%;
    }

    .nav_box {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.5);
    }

    .logo img {
        width: 90px;
        height: auto;
    }

    .logo {
        width: 120px;
        height: 70px;
        margin-left: 0;
    }

    .nav {
        display: none;
    }

    .sj_btn {
        position: absolute;
        top: 25px;
        right: 50px;
        z-index: 999;
    }

    .sj_btn p {
        width: 30px;
        height: 3px;
        background: #fff;
        margin-bottom: 5px;
    }

    .footer {
        display: none;
    }

    #fullPage-nav {
        display: none;
    }

    .p_warpper {
        padding: 3%;
    }

    .fz30 {
        font-size: 24px;
    }

    .two_bg {
        height: 280px;
        top: 0;
        left: 0;
        width: 100%;
    }

    .index_about {
        height: auto;
        padding: 20px;
    }

    .index_about_list {
        border-right: 0;
        border-bottom: 1px solid #ff8840;
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: auto;
    }

    .index_about_list:last-child {
        border-bottom: 0;
    }

    .index_about {
        margin-bottom: 20px;
    }

    .index_more {
        margin-bottom: 20px;
    }

    .three_list {
        float: none;
        width: 100%;
        height: 200px;
    }

    .mb50 {
        margin-bottom: 20px;
    }

    .fz32 {
        font-size: 26px;
    }

    .three_box {
        position: inherit;
    }

    .pt50 {
        padding-top: 0;
    }

    .four_bg {
        display: none;
    }

    .wap_four_bg {
        display: block;
    }

    .index_new_list {
        width: 100%;
    }

    .five_bg {
        display: none;
    }

    .index_new_list img {
        height: auto;
    }

    .fz22 {
        font-size: 18px;
    }

    .fz16 {
        font-size: 14px;
    }

    .index_new_list .mb20 {
        margin-bottom: 10px;
    }

    .w360 .mb80 {
        margin-bottom: 20px;
    }

    .w360 {
        margin-bottom: 20px;
    }

    .w360 h3,
    .w360 p {
        text-align: center;
    }

    .w360 h3 {
        margin-top: 20px;
    }

    .w840 {
        width: 348px;
        margin: auto;
    }

    .seven_bg {
        display: none;
    }

    .five h3 {
        color: #333;
    }

    .mt130 {
        margin-top: 30px;
    }

    .hz_list a {
        width: 48%;
        margin: 0 1% 10px 1%;
    }

    .seven_footer {
        position: inherit;
        height: auto;
    }

    .f_logo {
        width: 100%;
        margin-right: 0;
    }

    .f_logo img {
        margin: auto;
    }

    .f_nav_box a {
        margin-right: 20px;
    }

    .f_nav_box {
        padding-bottom: 20px;
    }

    .f_tel {
        float: left;
        margin: 20px 0;
    }

    .one_img {
        width: 90%;
    }

    .three_warpper img {
        width: 50px;
        display: none;
    }

    .three_warpper .fz32 {
        font-size: 22px;
    }

    .wap_nav_box {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: auto;
        z-index: 10003;
        display: none;
    }

    .nav_mark {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .wap_nav {
        width: 70%;
        position: relative;
        z-index: 2;
        height: 100%;
        overflow: auto;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }

    .wap_nav_a_list {
        background: #ff7b2c;
        border-bottom: 1px solid #ff8840;
        overflow: hidden;
    }

    .wap_nav_a_list .nav_a {
        line-height: 40px;
        font-size: 16px;
        padding-left: 3%;
        display: block;
    }

    .toggle {
        float: right;
        width: 40px;
        display: none;
    }

    .language {
        padding-right: 3%;
    }

    .language .cf {
        color: #999;
    }

    .language span {
        color: #999;
    }

    .two_warpper {
        padding: 15px;
    }

    .two_box {
        height: 0;
        display: block;
        position: inherit;
        padding-top: 0;
    }

    .two_warpper {
        float: none;
        background: rgba(0, 0, 0, 0.3);
    }

    .two_warpper .mr20 {
        margin-right: 0;
    }

    .one_class_name a {
        font-size: 16px;
    }

    body,
    html {
        width: 100%;
        overflow: hidden;
    }

    .showNav .wap_nav {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    .showNav .nav_mark {
        display: block;
    }

    .showNav {
        display: block;
    }

    .six_scroll {
        display: none;
    }

    .sj_tel {
        float: right;
        width: 40px;
        line-height: 70px;
        background: #ff7b2c;
    }

    .trans_hook {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .two_js {
        width: 55%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 30px;
        position: relative;
        background: rgba(255, 93, 13, 0.9);
        color: #fff;
    }

    .two_title {
        position: absolute;
        right: 3%;
        top: 300px;
        width: 35%;
    }

    .two_title p {
        font-size: 12px;
    }

    .index_about {
        background: #fff;
    }

    .index_about_list {
        border-bottom: 0;
    }

    .index_about_list h3 {
        color: #202020;
    }

    .index_about_list span {
        color: #ff7b2c;
    }

    .index_about_list div {
        color: #555;
    }

    .two_hook .index_more {
        display: none;
    }

    .three_title {
        display: block;
    }

    .three_box {
        overflow: hidden;
    }

    .three_box>div {
        padding: 0 3%;
    }

    .three_box .three_list {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .three_box .three_list:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 4%;
    }

    .three_warpper h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sj_tel {
        display: block;
    }

    .three_warpper {
        width: 90%;
    }

    .three_warpper .three_line {
        display: none;
    }

    .three_warpper .three_info {
        display: block;
        margin-bottom: 15px;
    }

    .three_sj_more {
        color: #fff;
        font-size: 30px;
    }

    .four_h {
        display: none;
    }

    .index_new_box {
        width: 100%;
        margin-right: 0;
    }

    .index_new_list {
        margin-right: 0;
        position: relative;
    }

    .index_new_list .mb20 {
        margin-bottom: 0;
    }

    .index_new_list p {
        display: none;
    }

    .index_new_list div {
        position: absolute;
        width: 100%;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        bottom: 0;
        overflow: hidden;
    }

    .index_new_list {
        margin-bottom: 20px;
    }

    .index_new_list div h3 {
        color: #fff;
        margin-left: 90px;
        line-height: 40px;
        font-size: 14px;
        padding-right: 3%;
    }

    .index_new_list div span {
        width: 80px;
        text-align: center;
        background: #ff7b2c;
        line-height: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        left: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #fff;
        font-size: 12px;
        display: block;
    }

    .six_h {
        display: none;
    }

    .seven_hook {
        text-align: center;
    }

    .hz_list a {
        width: 30%;
        margin: 0 1.6% 10px 1.6%;
        background: #f2f2f2;
        height: 67px;
        vertical-align: middle;
    }

    .seven .index_more {
        display: none;
    }

    .yw_title {
        font-size: 12px;
    }

    .three_sj_more {
        display: block;
    }

    .three_list:hover .three_warpper {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    .three_list:hover .three_info {
        display: block;
    }

    .three_list:hover .index_more {
        display: none;
    }

    .three_list:hover .three_line p {
        display: none;
    }

    .w350 {
        display: none;
    }

    .product_box {
        padding: 0 3%;
        position: inherit;
    }

    .w1070 {
        width: 100%;
    }

    .right_box {
        padding: 10px;
    }

    .info_nav_bg {
        height: 200px;
    }

    .p_info_left {
        width: 100%;
        height: auto;
    }

    .p_info_right {
        width: 100%;
        height: auto;
    }

    .position {
        padding: 20px 0;
    }

    .p_info_left h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .p_list {
        width: 48%;
        margin-right: 4%;
    }

    .server_table p {
        width: 33.5%;
        font-size: 12px;
    }

    .downLoad_title {
        display: flex;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        height: 75px;
        -webkit-align-items: center;
        align-items: center;
    }

    .downLoad_list h3 {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        font-size: 14px;
        line-height: 18px;
        padding-right: 10px;
    }

    .down_btn {
        margin-top: 0;
    }

    .course_list {
        float: none;
        margin: auto;
        overflow: hidden;
    }

    .info_hzhb .hz_list a {
        background: #fff;
    }

    .map {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .video_l {
        float: left;
        width: 100%;
        padding-top: 60%;
        height: 0;
    }

    .video_r {
        width: 100%;
    }

    .info_new_imgs {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 67%;
        height: 0;
    }

    .info_new_list {
        margin-bottom: 30px;
    }

    .mb58 {
        margin-bottom: 20px;
    }

    .year {
        width: 60px;
    }

    .course_clo_line {
        display: none;
    }

    .course_lists .suline {
        left: 29px;
    }
}





/**/
.a_cor {
    color: #ff7b2c;
}

.cd7 {
    color: #d7d7d7;
}