﻿@charset "utf-8"; /* CSS Document */
body, button, input, select, textarea {
    background: none repeat scroll 0 0 #fff;
    color: #23272b;
    font: 14px/1 "Arial", "微软雅黑";
    margin: 0;
    padding: 0;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
    text-decoration: none;
    height: auto;
    padding: 0;
    margin: 0;
}

address, cite, dfn, em, var {
    font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 14px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

p {
    margin: 0;
    padding: 0;
}

/* 重置表单元素 */
legend {
    color: #23272b;
}

/* for ie6 */
fieldset, img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 *//* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 *//* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

:link {
    text-decoration: none;
    color: #23272b;
}

:visited {
    text-decoration: none;
    color: #23272b;
}

/*======================公用样式=======================*/
.warp {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.bgstretcher-area {
    text-align: left;
}

.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
    position: absolute;
    top: 0;
    left: 0;
}

.bgstretcher UL, .bgstretcher UL LI {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgstretcher {
    background: black;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
    _position: absolute; /*IE6 doesn't support fixed positioning*/
    top: 0;
    left: 0;
}

.banner {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    z-index: 0;
}

.top {
    width: 100%;
    height: 137px;
    background: url(../images/header_bg.png) no-repeat center;
    position: relative;
    z-index: 9999;
}

.header {
    width: 1200px;
    height: 137px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}

.logo {
    width: 282px;
    height: 69px;
    position: absolute;
    top: 45px;
    left: 10px;
    background: url(../images/logo.png) no-repeat;
}

.logo a {
    display: block;
    width: 282px;
    height: 69px;
    text-indent: -9999px;
}

.menu {
    position: absolute;
    top: 57px;
    right: 0;
}

.menu li {
    height: 80px;
    float: left;
    line-height: 75px;
    padding: 0 22px;
    position: relative;
}

.menu li dl {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    zoom: 1;
    overflow: hidden;
    box-shadow: 2px 2px 2px #666;
    width: 140px;
    left: -10px;
    top: 80px;
    border: #fff solid 1px;
    border-radius: 5px;
    padding: 10px 0px;
    display: none;
}
.menu li dl.Header_item{ width:168px;}

.menu li dl dt {
    text-align: center;
    font-weight: normal;
    line-height: 24px;
}

.menu li dl dt a {
    color: #399;
}

.menu li dl dt a:hover {
    border-bottom: none; /*background:rgba(51, 153, 153,1);*/
    color: #fff;
}

.menu li a {
    display: block;
    color: #fff;
}

.menu li a:hover {
    display: block;
    border-bottom: 5px solid rgba(51, 153, 153, 1);
}

/*======================首页样式=======================*/
.index_box {
    width: 100%;
    height: 730px;
    background: url(../images/index_about_bg.jpg) no-repeat center;
}

.index_about {
    width: 1200px;
    height: 730px;
    margin: 0 auto;
    position: relative;
}

.index_about .txt {
    width: 430px;
    height: 115px;
    line-height: 35px;
    position: absolute;
    top: 385px;
    left: 2px;
    font-size: 18px;
    color: #1f1a17;
}

.index_about .more {
    width: 121px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #262221;
    border-bottom: 2px solid #262221;
    position: absolute;
    top: 540px;
    left: 2px;
}

.index_about .more a {
    display: block;
    color: #1e1e1e;
}

.index_about .more a:hover {
    color: #fff;
    background: #262221;
}

.index_box_2 {
    width: 100%;
    height: 1341px;
    background: url(../images/index_box_2bg.jpg) no-repeat center;
}

.tab_main {
    width: 100%;
    height: 968px;
    padding-top: 213px;
}

.tabList {
    width: 820px;
    height: 114px;
    background: url(../images/tab_menu_bg.jpg) no-repeat;
    margin-left: 144px;
}

#tab {
    position: relative;
}

#tab .tabList ul li {
    width: 164px;
    height: 114px;
    color: #fff;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#tab .tabList ul li span {
    width: 164px;
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 60px;
}

#tab .tabList ul li em {
    width: 164px;
    position: absolute;
    top: 76px;
    left: 0;
    font-size: 18px;
}

#tab .tabCon {
    position: absolute;
    left: -1px;
    top: 162px;
    width: 100%;
    height: 806px;
}

#tab .tabCon div {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

#tab .tabList li.cur {
    background: #b90000;
}

#tab .tabCon div.cur {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index_box_3 {
    width: 100%;
    height: 959px;
    background: url(../images/index_news_bg.jpg) no-repeat center;
}

.index_news {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    padding-top: 368px;
}

.index_news li {
    width: 325px;
    height: 231px;
    overflow: hidden;
}

.index_news li img {
    width: 325px;
    height: 160px;
    display: block;
}

.index_news li span {
    width: 325px;
    line-height: 33px;
    background: url(../images/dd.jpg) no-repeat 1px 11px;
    text-indent: 14px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news li span a {
    color: #fff;
    text-decoration: underline;
}

.index_news li em {
    width: 325px;
    color: #fff;
    display: block;
}

.index_box_4 {
    width: 100%;
    height: 888px;
    background: url(../images/index_box_4_bg.jpg) no-repeat center;
}

.box_4main {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    padding-top: 258px;
}

.box_4main_con {
    width: 730px;
    height: 310px;
}

.box_4main .select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 730px;
    background: url(../images/select_bg.png) no-repeat;
    height: 50px;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}

.select .placeholder {
    position: relative;
    display: block;
    z-index: 1;
    padding: 1.3em;
    cursor: pointer;
}

.select .placeholder:hover {
}

.select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    width: 16px;
    height: 11px;
    background: url(../images/d1.png) no-repeat;
    z-index: 10;
}

.select.is-open .placeholder:after {
    width: 16px;
    height: 11px;
    background: url(../images/d1.png) no-repeat;
    z-index: 10;
}

.select.is-open ul {
    display: block;
}

.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
    overflow-y: scroll;
    height: 324px;
}

.select ul li {
    display: block;
    text-align: left;
    padding: 0.8em 1em 0.8em 1em;
    color: #999;
    cursor: pointer;
}

.box_4main .select ul li:hover {
    background: #4ebbf0;
    color: #fff;
}

.box_4_txt {
    width: 730px;
    height: 224px;
    position: relative;
    margin-top: 36px;
    color: #fff;
}

.box_4_txt a {
    color: #fff;
}

.box_4_txt .tit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
}

.box_4_txt .add {
    position: absolute;
    top: 46px;
    left: 0;
    line-height: 20px;
    background: url(../images/b4add.png) no-repeat 2px 0;
    text-indent: 24px;
}

.box_4_txt .tel {
    position: absolute;
    top: 81px;
    left: 0;
    line-height: 18px;
    background: url(../images/b4tel.png) no-repeat 0 0;
    text-indent: 24px;
}

.box_4_txt .map {
    position: absolute;
    top: 119px;
    left: 0;
    line-height: 17px;
    background: url(../images/b4map.png) no-repeat 0 0;
    text-indent: 24px;
}

.box_4_1 {
    width: 192px;
    height: 45px;
    position: absolute;
    top: 179px;
    left: 0;
}

.box_4_2 {
    width: 272px;
    height: 45px;
    position: absolute;
    top: 179px;
    left: 202px;
}

.box_4_3 {
    width: 246px;
    height: 45px;
    position: absolute;
    top: 179px;
    left: 486px;
}

.index_box_5 {
    width: 100%;
    height: 773px;
    background: url(../images/index_box_5_bg.jpg) no-repeat center;
}

.box_5_con {
    width: 1200px;
    height: 773px;
    margin: 0 auto;
    position: relative;
}

.box_5_con .txt {
    width: 500px;
    height: 100px;
    position: absolute;
    top: 427px;
    left: 1px;
    line-height: 30px;
    font-size: 18px;
    color: #878787;
}

.box_5_con .txt a {
    color: #878787;
}

/*======================视频背景=======================*/
#container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#video_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('video.png') no-repeat;
    background-size: cover;
    background-position: center;
}

#video_controls {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 804px;
    transform: translate(-50%, 0);
}

#play img {
    width: 100px;
}

#pause img {
    width: 90px;
}

#pause {
    display: none;
}

#container {
    height: 100%;
    width: 100%;
}

#overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/*=======================内页样式=======================*/
.inner_top {
    width: 100%;
    height: 804px;
}

.inner_top_school {
    width: 100%;
    height: 660px;
}

.banner_about {
    background: url(../images/inner_about_ban.jpg) no-repeat center;
}

.banner_item {
    background: url(../images/inner_xiangmu_ban2.jpg) no-repeat center;
}

.banner_contact {
    background: url(../images/inner_contact_ban2.jpg) no-repeat center;
}

.banner_news {
    background: url(../images/inner_news_ban2.jpg) no-repeat center;
}

.banner_products {
    background: url(../images/inner_join_ban2.jpg) no-repeat center;
}

.banner_stores {
    background: url(../images/inner_stores_ban2.jpg) no-repeat center;
}

.banner_school {
    background: url(../images/inner_school_ban3.png) no-repeat center;
}

/*加盟商*/
.banner_franchisee {
    background: url(../images/inner_witness_ban2.jpg) no-repeat center;
}

ul#aboutNav {
    position: fixed;
    top: 50%;
    margin-top: -75px;
    right: 40px;
}

ul#aboutNav li {
    border-radius: 20px;
    width: 20px;
    display: block;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 8px;
}

ul#aboutNav li a {
    background: #399;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-indent: 1000px;
}

ul#aboutNav li.active a {
    background: #F60;
}

/*发展历程*/
#histroy .swiper_histroy {
    padding-top: 236px;
    width: 1200px;
    height: 782px;
}

#histroy .swiper_histroy .swiper-slide {
    color: #fff;
    line-height: 25px;
}

#histroy .swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
    width: 12px;
    height: 12px;
}

#histroy .swiper-pagination-bullet-active {
    background: #F60;
}

/*荣誉证书*/
.inner_a_box_1 {
    width: 100%;
    height: 805px;
    background: url(../images/inner_a_box_1bg.jpg) no-repeat center;
}

.inner_a_box_1 .main {
    width: 1200px;
    height: 805px;
    margin: 0 auto;
    position: relative;
}

.inner_a_box_1 .main_txt {
    width: 1200px;
    height: 450px;
    overflow: hidden;
    position: absolute;
    top: 285px;
    left: 0;
    font-size: 16px;
    line-height: 29px;
}

.main_box .swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
    width: 12px;
    height: 12px;
}

.main_box .swiper-pagination-bullet-active {
    background: #F60;
}

.inner_a_box_2 {
    width: 100%;
    height: 829px;
    background: url(../images/inner_a_box_2bg.jpg) no-repeat center;
}

.inner_a_box_3 {
    width: 100%;
    height: 810px;
    background: url(../images/inner_a_box_3bg.jpg) no-repeat center;
}

.inner_a_box_4 {
    width: 100%;
    height: 816px;
    background: url(../images/inner_a_box_4bg.jpg) no-repeat center;
}

.inner_a_box_4 .main {
    width: 1200px;
    height: 816px;
    margin: 0 auto;
    position: relative;
}

.inner_a_box_4 .main_box {
    width: 1200px;
    height: 332px;
    overflow: hidden;
    position: absolute;
    top: 325px;
    left: 0;
}

.inner_a_box_4 .main_box li {
    width: 371px;
    height: 332px;
    float: left;
    margin: 0 13px;
}

.inner_a_box_4 .main_box li img {
    display: block;
    width: 371px;
    height: 244px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
}

.inner_a_box_4 .main_box li .txt {
    width: 371px;
    height: 53px;
    margin-top: 35px;
    text-align: center;
    display: block;
    color: #fff;
}

.inner_a_box_4 .main_box li .txt span {
    display: block;
    height: 32px;
    font-size: 22px;
    font-weight: bold;
}

.inner_a_box_4 .main_box li .txt em {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.inner_a_box_5 {
    width: 100%;
    height: 961px;
    background: url(../images/inner_a_box_5bg.jpg) no-repeat center;
}

.inner_w_box {
    width: 100%;
    overflow: hidden;
    background: url(../images/inner_w_bg.jpg) no-repeat center;
}

.inner_w_box_tit {
    width: 1200px;
    height: 309px;
    background: url(../images/inner_w_titbg.jpg) no-repeat;
}

.w_box_main {
    width: 1296px;
    margin: 0 auto;
    margin-bottom: 89px;
}

.w_box_main .w_b_m_L {
    width: 1296px;
    height: 435px;
    background: #fff;
    position: relative;
    margin-bottom: 65px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
}

.w_box_main .w_b_m_R {
    width: 1296px;
    height: 435px;
    background: #fff;
    position: relative;
    margin-bottom: 65px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
}

.w_box_main .w_b_m_L img {
    width: 499px;
    height: 380px;
    position: absolute;
    top: 27px;
    left: 30px;
}

.w_box_main .w_b_m_L .tit_1 {
    position: absolute;
    top: 62px;
    left: 590px;
    font-size: 20px;
    color: #2d353b;
}

.w_box_main .w_b_m_L .tit_2 {
    position: absolute;
    top: 85px;
    left: 590px;
    line-height: 53px;
    font-size: 36px;
    font-weight: bold;
    color: #45916b;
    border-bottom: 5px solid #45916b;
}

.w_box_main .w_b_m_L .txt {
    width: 655px;
    height: 244px;
    line-height: 25px;
    position: absolute;
    top: 164px;
    left: 590px;
}

.w_box_main .w_b_m_R .tit_1 {
    position: absolute;
    top: 62px;
    left: 61px;
    font-size: 20px;
    color: #2d353b;
}

.w_box_main .w_b_m_R .tit_2 {
    position: absolute;
    top: 85px;
    left: 61px;
    line-height: 53px;
    font-size: 36px;
    font-weight: bold;
    color: #45916b;
    border-bottom: 5px solid #45916b;
}

.w_box_main .w_b_m_R .txt {
    width: 655px;
    height: 244px;
    line-height: 25px;
    position: absolute;
    top: 164px;
    left: 61px;
}

.w_box_main .w_b_m_R img {
    width: 499px;
    height: 380px;
    position: absolute;
    top: 27px;
    left: 759px;
}

.inner_c_box {
    width: 100%;
    overflow: hidden;
    background: url(../images/inner_c_bg.jpg) no-repeat center;
}

.inner_c_box_tit {
    width: 1200px;
    height: 309px;
    margin: 0 auto;
    background: url(../images/inner_c_titbg.jpg) no-repeat;
}

.c_box_main {
    width: 1200px;
    height: 690px;
    clear: both;
    margin: 40px 0;
}

#tabs0 {
    width: 1200px;
    margin: 0 auto;
}

.menu0 {
    width: 828px;
    height: 61px;
    margin: 0 auto;
}

.menu0 li {
    display: block;
    float: left;
    margin: 0 2px;
    width: 272px;
    height: 61px;
    cursor: pointer;
    background: #2d353b;
    position: relative;
    color: #fff;
}

.menu0 li img {
    width: 28px;
    height: 61px;
    position: absolute;
    top: 0;
    left: 77px;
}

.menu0 li span {
    position: absolute;
    top: 24px;
    left: 120px;
}

.menu0 li a {
    color: #fff;
}

.menu0 li.hover {
    background: #45916b;
}

#main0 ul {
    display: none;
}

#main0 ul.block {
    display: block;
}

#contacts .item {
    display: none;
}

#contacts .item:nth-child(1) {
    display: block;
}

#contacts .item:nth-child(2) {
    width: 70%;
    margin: 0px auto;
}

#contacts .item:nth-child(3) {
    width: 85%;
    margin: 0px auto;
}

.contact {
    width: 1090px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 145px;
    border-top: 1px solid #7d8286;
}

.contact .txt_1 {
    width: 434px;
    height: 70px;
    float: left;
    margin-top: 36px;
    line-height: 32px;
    font-size: 16px;
}

.contact .txt_2 {
    width: 327px;
    height: 70px;
    float: left;
    margin-top: 36px;
    line-height: 32px;
    font-size: 16px;
}

.contact .txt_3 {
    width: 328px;
    height: 70px;
    float: left;
    margin-top: 36px;
    line-height: 32px;
    font-size: 16px;
}

.inner_s_box {
    width: 100%;
    overflow: hidden;
    background: url(../images/inner_stores_bg.jpg) no-repeat center;
}

.inner_s_box_tit {
    width: 1002px;
    height: 337px;
    margin: 0 auto;
    background: url(../images/inner_s_titbg.jpg) no-repeat;
}

.inner_s_box_main {
    width: 730px;
    height: 387px;
    margin: 0 auto;
}

.inner_s_box_main .select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 730px;
    background: url(../images/select_bg_inner.png) no-repeat;
    height: 50px;
    color: #45916b;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}

.inner_s_box_main .select ul li:hover {
    background: #45916b;
    color: #fff;
}

.s_box_main_txt {
    width: 730px;
    height: 224px;
    position: relative;
    margin-top: 36px;
    color: #454545;
}

.s_box_main_txt a {
    color: #454545;
}

.s_box_main_txt .tit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
}

.s_box_main_txt .add {
    position: absolute;
    top: 46px;
    left: 0;
    line-height: 20px;
    background: url(../images/s_add.jpg) no-repeat 2px 0;
    text-indent: 24px;
}

.s_box_main_txt .tel {
    position: absolute;
    top: 81px;
    left: 0;
    line-height: 18px;
    background: url(../images/s_tel.jpg) no-repeat 0 0;
    text-indent: 24px;
}

.s_box_main_txt .map {
    position: absolute;
    top: 119px;
    left: 0;
    line-height: 17px;
    background: url(../images/s_map.jpg) no-repeat 0 0;
    text-indent: 24px;
}

.inner_s_box_map {
    width: 100%;
    height: 444px; /*background:url(../images/map1.jpg) no-repeat center;*/
    margin-bottom: 50px;
}

.inner_school_box {
    width: 100%;
    overflow: hidden;
    background: url(../images/inner_school_bg.jpg) no-repeat center;
}

.inner_school_box_tit {
    width: 1200px;
    height: 228px;
    margin: 0 auto;
    background: url(../images/inner_school_tit.jpg) no-repeat;
}

.inner_school_main {
    width: 1120px;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    padding: 40px;
}

.inner_news_box {
    width: 100%;
    overflow: hidden;
    background: url(../images/inner_news_bg.jpg) no-repeat center;
}

.inner_news_box_tit {
    width: 1200px;
    height: 280px;
    margin: 0 auto;
    background: url(../images/inner_news_tit.jpg) no-repeat;
}

.news {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
}

.newsList {
    min-height: 680px;
    zoom: 1;
}

.newsList .item {
    zoom: 1;
    overflow: hidden;
}

.news_con {
    width: 1200px;
    height: 223px;
    border-bottom: 1px solid #dedfdf;
    margin-bottom: 36px;
    position: relative;
}

.news_con img {
    width: 275px;
    height: 183px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.news_con .tit {
    width: 845px;
    position: absolute;
    top: 25px;
    left: 333px;
    font-weight: bold;
}

.news_con .tit a {
    color: #272626;
    text-decoration: underline;
}

.news_con .time {
    position: absolute;
    top: 54px;
    left: 333px;
    color: #656565;
}

.news_con .txt {
    width: 845px;
    height: 85px;
    line-height: 26px;
    position: absolute;
    top: 73px;
    left: 333px;
}

.news_con .more {
    width: 130px;
    line-height: 32px;
    position: absolute;
    top: 169px;
    left: 333px;
    background: #45916b;
    text-align: center;
}

.news_con .more a {
    color: #fff;
}

.news_con:hover {
    background: #f2f2f2;
}

.inner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.inner.show_item img {
    width: 100%;
}

.inner_join {
    width: 100%;
    overflow: hidden;
    background: #323b40;
}

.inner_join_box {
    width: 100%;
    height: 1570px;
}

.inner_join_main {
    width: 100%;
    height: 267px;
    position: relative;
}

.inner_join_tit {
    width: 294px;
    height: 267px;
    position: absolute;
    top: 0;
    left: 100px;
    background: url(../images/inner_join_tit.jpg) no-repeat;
}

.fl_link {
    width: 124px;
    line-height: 83px;
    background: #3da571;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 114px;
    right: 233px;
}

.fr_link {
    width: 124px;
    line-height: 83px;
    background: #3da571;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 114px;
    right: 79px;
}

.fl_link:hover, .fr_link:hover, .fl_link.sel, .fr_link.sel {
    background: #F8790B;
}

.fl_link a, .fr_link a {
    color: #fff;
}

/*小屏代码开始*/
.inner_join_main_x {
    width: 1200px;
    height: 267px;
    margin: 0 auto;
    position: relative;
}

.inner_join_tit_x {
    width: 294px;
    height: 267px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/inner_join_tit.jpg) no-repeat;
}

.fl_link_x {
    width: 124px;
    line-height: 83px;
    background: #3da571;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 114px;
    right: 150px;
}

.fr_link_x {
    width: 124px;
    line-height: 83px;
    background: #3da571;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 114px;
    right: 0;
}

.fl_link_x a, .fr_link_x a {
    color: #fff;
}

.fl_link_x:hover, .fr_link_x:hover, .fr_link_x.sel, .fl_link_x.sel {
    background: #F8790B;
}

.myscroll_x {
    width: 1200px;
    height: 601px;
    overflow: hidden;
    margin: 0 auto;
}

.myscroll_x ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.myscroll_x ul li {
    display: block;
    float: left;
    margin: 0 10px;
    width: 380px;
}

.myscroll_x ul li a {
    display: block;
    float: left;
    width: 380px;
    padding: 0;
    position: relative;
    height: 601px;
}

.myscroll_x a .intro {
    position: absolute;
    left: 0;
    z-index: 10;
    background: #3da571;
    opacity: 0.7; /*filter: alpha(opacity=70);*/
    width: 380px;
    color: #fff;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    height: 390px;
}

.myscroll_x a .intro h5 {
    font-size: 24px;
    height: 40px;
    width: 380px;
    line-height: 40px;
    font-weight: 100;
}

.myscroll_x a .intro em {
    width: 100px;
    height: 102px;
    position: absolute;
    top: 75px;
    left: 138px;
}

.myscroll_x a .intro span {
    width: 260px;
    height: 130px;
    text-align: left;
    line-height: 30px;
    padding: 5px 0;
    position: absolute;
    top: 203px;
    left: 62px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.myscroll_x a .intro {
    bottom: -350px;
}

.myscroll_x a:hover .intro {
    bottom: 0px;
}

.joinLists_1200 {
    display: none;
}

.joinListsMax {
    display: none;
}

@media (min-width: 1200px) {
    .joinLists_1200 {
        display: block;
    }

    .joinListsMax {
        display: none;
    }
}

@media (min-width: 1901px) {
    .joinLists_1200 {
        display: none;
    }

    .joinListsMax {
        display: block;
    }
}

/*小屏代码结束*/
.myscroll {
    width: 100%;
    height: 601px;
    overflow: hidden;
    margin: 0 auto;
}

.myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.myscroll ul li {
    display: block;
    float: left;
    width: 380px;
}

.myscroll ul li a {
    display: block;
    float: left;
    width: 380px;
    padding: 0;
    position: relative;
    height: 601px;
}

.myscroll a .intro {
    position: absolute;
    left: 0;
    z-index: 10;
    background: #3da571;
    filter: alpha(opacity=70);
    width: 380px;
    color: #fff;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    height: 390px;
}

.myscroll a .intro h5 {
    font-size: 24px;
    height: 40px;
    width: 380px;
    line-height: 40px;
    font-weight: 100;
}

.myscroll a .intro em {
    width: 100px;
    height: 102px;
    position: absolute;
    top: 75px;
    left: 138px;
}

.myscroll a .intro span {
    width: 260px;
    height: 130px;
    text-align: left;
    line-height: 30px;
    padding: 5px 0;
    position: absolute;
    top: 203px;
    left: 62px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.myscroll a .intro {
    bottom: -350px;
}

.myscroll a:hover .intro, .myscroll a.sel .intro {
    bottom: 0px;
}

.myscroll, .myscroll a:hover .intro, .myscroll a .intro, .myscroll_x, .myscroll_x a:hover .intro, .myscroll_x a .intro {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.join_con {
    width: 100%;
    height: 702px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: url(../images/item_bj.jpg) no-repeat #323b40 center 0px;
}

.join_con table {
    width: 1200px;
    color: #fff;
}

/*.join_con p{ width: 1200px; }.join_con  img{ width: 1200px;}*/
.join_box_1 {
    width: 100%;
    height: 851px;
    background: url(../images/join_box_1.jpg) no-repeat center;
}

.join_box_2 {
    width: 100%;
    height: 917px;
    background: url(../images/join_box_2.jpg) no-repeat center;
}

.items {
    min-height: 599px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.items .loader {
    padding: 50px;
}

.items .loader span {
    display: block;
    color: #fff;
    margin-left: -50px;
    padding-top: 40px;
}

.about {
    padding: 15px 0;
    line-height: 25px;
    overflow: hidden;
}

.shownews {
    width: 1170px;
    margin: 0 auto;
    padding: 15px;
    min-height: 600px;
}

.shownews a:hover {
    text-decoration: underline;
}

.shownews .title {
    background: #e7e7e7;
    height: 65px;
    text-align: center;
}

.shownews .title h1 {
    color: #000;
    font-size: 14px;
    line-height: 40px;
}

.shownews .title span {
    line-height: 18px;
}

.shownews DIV.text {
    padding-top: 25px;
}

.hr {
    color: #666666;
    margin: 20px 0;
}

.hr a {
    color: #D2211F;
    padding: 0 10px;
    text-decoration: underline;
}

table.job {
    border-collapse: collapse;
    color: #777777;
    width: 100%;
}

table.job th, .job td {
    border: 1px solid #DDDDDD;
}

table.job th {
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

table.job td {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
    text-align: center;
}

table.job a.close {
    height: 28px;
    line-height: 28px;
}

table.job .jobdetail {
    background: url("../images/jobdetail.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    margin: 0 auto;
    width: 76px;
}

table.job .mydiv {
    left: 50%;
    margin: -135px 0 0 -325px;
    position: fixed;
    top: 220px;
    width: 650px;
    z-index: 999;
    border: #ccc solid 1px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .3);
}

table.job .mydiv table {
    border-collapse: collapse;
    color: #777777;
    line-height: 22px;
    width: 100% !important;
}

table.job .mydiv table .alignleft {
    text-align: left;
}

table.job .mydiv table .alignleft .job_description {
    height: 306px;
    overflow-y: scroll;
}

.guestbook {
    padding-top: 30px;
}

.guestbook table th {
    color: #777;
    text-align: left;
}

.guestbook table td input, .guestbook table td textarea {
    border: 1px solid #777;
    background: #f0f0f0;
}

.red {
    color: red
}

#inquiry_form input, #inquiry_form img {
    vertical-align: middle;
}

/*新闻中心页面和新闻终端页面样式*/
.newslist {
}

.newslist table {
    width: 100%;
    border-left: 1px #999 solid;
    border-top: 1px #999 solid;
    color: #666;
    margin: 0 0 20px 0;
}

.newslist table td {
    padding: 10px 15px;
    border-bottom: 1px #999 solid;
    border-right: 1px #999 solid;
}

.newslist table a {
    color: #792C21;
    font-weight: bold;
}

.newslist table .newslist-1 {
    width: 68%;
    background: #FFF;
}

.newslist table .newslist-2 {
    width: 16%;
    background: #FFF;
    text-align: center;
}

.newslist table .newslist-3 {
    width: 16%;
    background: #FFF;
    text-align: center;
}

.single h1 {
    padding: 7px 0;
    color: #333;
    text-align: center;
    font-size: 14px;
    border-bottom: #666 1px dotted;
}

.single span.title {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #666;
    text-align: center;
}

.single p {
    margin: 20px 0;
    line-height: 22px;
    color: #000;
}

.back {
    height: 27px;
    padding: 7px 0;
    text-align: right;
}

.back a {
    width: 116px;
    height: 27px;
    color: #3487D1;
}

/*在线询盘页面样式*/
.inquiry_form {
    padding: 10px 0 0 30px;
    color: #000;
    font-family: Tahoma;
}

.inquiry_form tr {
    margin: 0 0 15px 0;
}

.inquiry_form th {
    text-align: right;
    padding: 0 10px 0 0;
    font-weight: normal;
}

.inquiry_form td input, .inquiry_form td textarea {
    border: 1px solid #bbb;
    padding: 2px;
}

.inquiry_form td .btn_box {
    width: 60px;
    height: 24px;
    border: 1px solid #bbb;
    background: #e6e6e6 url(../images/inquiry_btn.jpg) repeat-x;
    color: #333;
    cursor: pointer;
}

/*======================产品终端页产品图片切换效果样式=======================*/
.products_4 {
    overflow: hidden;
}

.products_5 {
    padding-top: 10px;
    padding-left: 60px;
    float: left;
}

.products_5 h1 {
    font-size: 14px;
}

#preview {
    float: none;
    padding: 15px 0;
    width: 400px;
    float: left;
}

.description {
    clear: both; /*height:400px;*/
    overflow: auto
}

.description h3, .other h3 {
    height: 40px;
    line-height: 40px;
    color: #005DAA;
    border-bottom: 1px dashed #999;
}

.description .data {
    overflow-x: auto;
    margin: 0px 0;
}

.description a.iq {
    display: block;
    width: 98px;
    height: 25px;
}

.description p {
    width: 100%;
    height: auto;
    color: #000;
    line-height: 22px;
    margin: 20px 0;
}

.description .txt {
    border-bottom: 1px solid #999;
    font-size: 15px;
    line-height: 34px;
    padding-left: 10px;
    color: #13233c;
    font-weight: bold;
}

.description table {
    width: 100%;
    text-align: center;
    border-left: 1px #999 solid;
    border-top: 1px #999 solid;
    background: #fff;
    color: #333;
}

.description table td {
    padding: 6px 5px;
    border-bottom: 1px #999 solid;
    border-right: 1px #999 solid;
}

/*产品终端样式*//*产品终端页产品图片切换效果样式*/
.proinfo_two {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: auto;
}

.proinfo_two .pro_description {
    background: none repeat scroll 0 0 #4F5152;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    color: #ffffff;
}

.proinfo_two .pro_description_cont {
    height: auto !important;
    overflow: visible;
    padding: 10px;
}

#spec-n1 img {
    width: 400px;
    height: 441px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 1px;
}

#spec-n5 {
    width: 400px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    padding: 1px;
}

#spec-right {
    width: 124px; /* height:60px;*/
    float: left;
}

#spec-right a img {
    width: 124px;
    height: 60px;
}

#spec-list {
    width: 400px;
    float: left;
}

#spec-list ul {
    float: left;
    height: 70px;
}

#spec-list ul li {
    width: 106px;
    height: 70px;
    float: left;
}

#spec-list ul li img {
    width: 100px;
    height: 65px;
    cursor: pointer;
    border: 1px solid #CCC;
    padding: 2px;
}

ul.product_list {
    clear: both;
    margin: 20px 20px 0;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    zoom: 1;
}

ul.product_list li {
    font-weight: bold;
    float: left;
    padding: 0 10px;
    background-color: #8395A0;
    display: block;
    cursor: pointer;
    border-right: 1px #FFFFFF solid;
    line-height: 26px
}

ul.product_list li a {
    color: #FFFFFF;
}

ul.product_list li.sel {
    background-color: #47555e;
}

/*放大镜样式 开始*/
.jqzoom {
    position: relative;
    padding: 0;
}

.bigimg {
    width: 800px;
    height: auto;
}

.zoomdiv {
    z-index: 8;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: url(i/loading.gif) #fff no-repeat center center;
    border: 1px solid #e4e4e4;
    display: none;
    text-align: left;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 3;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #FEDE4F 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

/*放大镜样式 结束*/
.other, .other ul {
    float: left;
    font-size: 12px;
    line-height: 22px;
    width: 763px;
}

.other_tit {
    border-bottom: 1px dashed #222222;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
}

.other ul {
    margin: 20px 0;
}

.other li {
    float: left;
    margin: 0 17px;
    width: 152px;
}

.other li a {
    display: block;
    color: #fff;
}

.other li a:hover {
    display: block;
    text-decoration: underline;
}

.other img {
    background: none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    height: 150px;
    margin: 0 auto;
    width: 150px;
}

.other span {
    display: block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

/*======================分页样式=======================*/
.pager {
    margin: 20px auto 0;
    padding: 5px 0;
    clear: both;
}

.page_link {
    height: 22px;
    padding: 0 20px;
    font-size: 11px;
    color: #777;
}

.pager span {
    line-height: 20px;
    background: #F0F0F0;
    margin: 0px 2px;
    padding: 0 0.6em;
    float: left;
}

.pager span a {
    display: block;
}

.page_link_total {
    color: #777;
}

.page_link_now {
    font-weight: bold;
    color: #d2211f;
}

/*======================底部样式=======================*/
.foot {
    width: 100%;
    height: 690px;
    background: url(../images/foot_bg.jpg) repeat-x;
}

.foot_link {
    width: 1200px;
    height: 83px;
    margin: 0 auto;
}

.foot_link dt {
    font-size: 18px;
    line-height: 83px;
    float: left;
    color: #fff;
    margin: 0 25px;
}

.foot_link dd {
    width: 114px;
    height: 45px;
    float: left;
    margin: 0 8px;
    margin-top: 20px;
}

.foot_link dd img {
    width: 114px;
    height: 45px;
}

.foot_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.foot_m_1 {
    width: 101px;
    height: 125px;
    position: absolute;
    top: 44px;
    left: 425px;
}

.foot_m_2 {
    width: 115px;
    height: 125px;
    position: absolute;
    top: 44px;
    left: 547px;
}

.foot_m_3 {
    width: 115px;
    height: 125px;
    position: absolute;
    top: 44px;
    left: 679px;
}

.foot_con_tel {
    width: 261px;
    height: 180px;
    background: url(../images/foot_telbg.jpg) no-repeat;
    position: absolute;
    top: 218px;
    left: 0;
    color: #555;
}

.foot_con_tel span {
    display: block;
    position: absolute;
    top: 106px;
    left: 73px;
}

.foot_con_tel em {
    display: block;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 125px;
    left: 73px;
}

.foot_menu {
    width: 893px;
    height: 190px;
    position: absolute;
    top: 218px;
    left: 307px;
}

.foot_menu li {
    LINE-HEIGHT: 25px;
    OVERFLOW: hidden;
    font-size: 14px;
    color: #7f7f7f;
}

.foot_menu li a {
    color: #7f7f7f;
}

.foot_menu li a:hover {
    text-decoration: underline;
}

.foot_menu P {
    font-size: 16px;
    height: 26px;
    color: #fff;
}

.foot_menu P a {
    color: #fff;
}

.f1 {
    width: 135px;
    float: left;
}

.f2 {
    width: 365px;
    float: left;
}

.f2 li {
    width: 150px;
    float: left;
    margin-right: 24px;
}

.f3 {
    width: 141px;
    float: left;
}

.f4 {
    width: 142px;
    float: left;
}

.f5 {
    width: 110px;
    float: left;
}

.foot_nav {
    width: 526px;
    line-height: 15px;
    position: absolute;
    top: 447px;
    left: 281px;
    color: #fff;
}

.foot_nav a {
    color: #6e6e6e;
}

.foot_nav span {
    color: #6e6e6e;
    margin: 0 20px;
}

.foot_lx {
    position: absolute;
    top: 439px;
    left: 809px;
}

.foot_lx img {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.foot_txt {
    width: 1200px;
    position: absolute;
    top: 474px;
    left: 0;
    line-height: 30px;
    text-align: center;
    color: #6e6e6e;
}

.foot_txt a {
    color: #6e6e6e;
}
.warp.hidden-xs{ display:block !important;}