/*========================== sidebar ==========================*/
#sidebar {
    background: #333;
}
#sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
    display: none;
    font-size: 16px;
}
#sidebar .sidebar-nav {
    margin-top: 80px;
    line-height: 60px;
    list-style-type: none;
}
#sidebar .sidebar-nav a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}
#sidebar .sidebar-nav a:hover {
    background: #000;
}
[data-simplersidebar='active'] {
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.5);
}
/*========================== header ==========================*/
.header {
    height: 140px;
    padding: 4px 10px;
    background: #fff url("../images/line.png") no-repeat top center;
    -webkit-background-size: 100% 4px;
    background-size: 100% 4px;
}
.header .container {
    height: 100%;
    max-width: 1500px;
}
.header .sidebar-toggle {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url("?images/menu.png") no-repeat center center;
    background-size: 80%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -7px;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.header-logo {
    display: inline-block;
    width: 220px;
    height: 132px;
    line-height: 132px;
}
.header-logo img {
    max-width: 100%;
    max-height: 100%;
}
.header-nav {
    float: right;
    height: 32px;
    margin: 50px 405px 0 0;
}
.header-nav a {
    display: inline-block;
    float: left;
    height: 32px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin-right: 6px;
}
.header-nav a .icon-user {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    background: url("?images/icon-user.png") no-repeat center center;
}
.header-nav a:hover, .header-nav a.on {
    color: #fff;
    background: #007f85;
}
.header-nav a:hover .icon-user, .header-nav a.on .icon-user {
    background: url("?images/icon-user-on.png") no-repeat center center;
}
.header-search-toggle {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url("?images/search-big.png") no-repeat center right;
    background-size: 65%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -5px;
    bottom: 0;
    z-index: 10;
    margin: auto;
}
.header-search {
    width: 200px;
    height: 32px;
    border: 1px solid #dbdbdb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 20;
}
.header-search .keywordInput {
    float: left;
    width: 80%;
    height: 30px;
    padding: 0 6px 0 12px;
    border: none;
    outline: none;
    font-size: 12px;
    line-height: 30px;
    color: #b1b1b1;
    background: #fff url("../images/border.png") no-repeat right center;
}
.header-search .submitBtn {
    float: right;
    width: 20%;
    height: 30px;
    border: none;
    outline: none;
    background: url("?images/icon-search.png") no-repeat 25% center;
    cursor: pointer;
}
@media (max-width: 1499px) {
    .header-logo {
        width: 210px;
    }
    .header-nav {
        margin: 50px 210px 0 0;
    }
    .header-nav a {
        padding: 0 20px;
    }
    .header-search {
        width: 190px;
    }
}
@media (max-width: 1399px) {
    .header-logo {
        width: 200px;
    }
    .header-nav {
        margin: 50px 200px 0 0;
    }
    .header-nav a {
        padding: 0 16px;
    }
    .header-search {
        width: 180px;
    }
}
@media (max-width: 1299px) {
    .header-logo {
        width: 190px;
    }
    .header-nav {
        margin: 50px 190px 0 0;
    }
    .header-nav a {
        padding: 0 12px;
    }
}
@media (max-width: 1199px) {
    .header {
        height: 120px;
    }
    .header-logo {
        width: 170px;
        height: 112px;
        line-height: 112px;
    }
    .header-nav {
        margin: 40px 45px 0 0;
    }
    .header-nav a {
        padding: 0 10px;
        font-size: 14px;
    }
    .header-nav a .icon-user {
        margin-right: 5px;
    }
    .header-search {
        width: 212px;
        height: 42px;
        padding: 6px;
        border: 0;
        border-radius: 0;
        background: rgba(245, 245, 245, .9);
        top: 100%;
        right: 0;
        margin-top: 10px;
        display: none;
    }
    .header-search .keywordInput {
        padding: 0 8px;
        border: 1px solid #007f85;
        background: #fff;
    }
    .header-search .submitBtn {
        background: #007f85 url("../images/icon-search-w.png") no-repeat center center;
    }
}
@media (max-width: 991px) {
    .header {
        height: 100px;
    }
    .header-logo {
        width: 150px;
        height: 92px;
        line-height: 92px;
    }
    .header-nav {
        height: 32px;
        margin: 30px 42px 0 0;
    }
    .header-nav a {
        border-radius: 6px;
        font-size: 12px;
        padding: 0 6px;
    }
    .header-nav a .icon-user {
        display: none;
    }
}
@media (max-width: 767px) {
    .header {
        height: 80px;
    }
    .header-logo {
        display: block;
        height: 72px;
        line-height: 72px;
        margin: auto;
    }
}
@media (max-width: 479px) {
    .header {
        height: 70px;
    }
    .header-logo {
        height: 62px;
        line-height: 62px;
    }
}
/*========================== banner & other-banner ==========================*/
.banner img {
    width: 100%;
}
.banner .swiper-pagination {
    width: 90%;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
    text-align: right;
}
.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #000;
    opacity: .31;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f4a100;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.other-banner img {
    width: 100%;
}
@media (max-width: 991px) {
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}
@media (max-width: 767px) {
    .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}
/*========================== index_video ==========================*/
.index_video {
    padding: 50px 10px;
}
.index_video-content {
    width: 100%;
    margin: auto;
}
.index_video .video-box {
    width: 48.35%;
}
.index_video .video-box img {
    width: 100%;
    height: auto;
}
.index_video .text-box {
    width: 49.45%;
    margin-top: -12px;
}
.htitle {
    font-size: 40px;
    color: #333;
}
.index_video .text-box .text {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    text-align: justify;
    margin: 32px 0;
}
.index_video .text-box .link-btn {
    display: block;
    width: 174px;
    height: 54px;
    border: 2px solid #ececec;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
}
@media (max-width: 1499px) {
    .index_video .text-box {
        margin-top: 50px;
    }
    .index_video .text-box .text {
        margin: 28px 0;
    }
}
@media (max-width: 1399px) {
    .index_video .text-box {
        margin-top: 30px;
    }
    .index_video .text-box .text {
        margin: 24px 0;
    }
}
@media (max-width: 1299px) {
    .index_video .text-box {
        margin-top: 10px;
    }
    .index_video .text-box .text {
        margin: 20px 0;
    }
}
@media (max-width: 1199px) {
    .index_video .text-box {
        margin-top: 0;
    }
    .htitle {
        font-size: 32px;
        line-height: 1.2;
    }
    .index_video .text-box .text {
        line-height: 1.5;
        margin: 16px 0;
    }
    .index_video .text-box .link-btn {
        width: 160px;
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 991px) {
    .index_video-content {
        max-width: 600px;
    }
    .index_video .video-box {
        width: 100%;

    }
    .index_video .text-box {
        width: 100%;
        margin-top: 15px;
    }
    .htitle {
        font-size: 26px;
        text-align: center;
    }
    .index_video .text-box .text {
        margin: 12px 0;
    }
    .index_video .text-box .link-btn {
        width: 150px;
        height: 45px;
        line-height: 45px;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .index_video {
        padding: 40px 10px;
    }
    .htitle {
        font-size: 22px;
    }
    .index_video .text-box .link-btn {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 479px) {
    .htitle {
        font-size: 18px;
    }
    .index_video .text-box .text {
        font-size: 13px;
    }
    .index_video .text-box .link-btn {
        font-size: 13px;
    }
}
/*========================== index_pro ==========================*/
.index_pro {
    padding: 30px 10px;
    background: #f3f3f3;
}
.index_pro .htitle {
    text-align: right;
}
.index_pro-list {
    margin: 30px auto;
    background: url("?images/index-pro-bg-rt.png") no-repeat right top, url("?images/index-pro-bg-lb.png") no-repeat left bottom;
}
.index_pro-list .item-box {
    display: block;
}
.index_pro-list .item-box .pic-box img {
    width: 100%;
    height: auto;
}
.index_pro-list .item-box .text-box {
    padding: 7% 14% 0;
}
.index_pro-list .item-box .text-box .name {
    font-size: 28px;
    line-height: 2;
    color: #180000;
    display: inline-block;
    border-bottom: 3px solid #007f85;
    margin-bottom: 30px;
    position: relative;
}
.index_pro-list .item-box .text-box .name:after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    background: #f28e00;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
}
.index_pro-list .item-box .text-box .desc {
    font-size: 14px;
    line-height: 1.75;
    color: #4a4a4a;
}
@media (max-width: 1499px) {
    .index_pro-list .item-box .text-box {
        padding: 6% 12% 0 12%;
    }
}
@media (max-width: 1399px) {
    .index_pro-list .item-box .text-box {
        padding: 5% 10% 0;
    }
}
@media (max-width: 1299px) {
    .index_pro-list .item-box .text-box {
        padding: 4% 8% 0;
    }
}
@media (max-width: 1199px) {
    .index_pro-list .item-box .text-box {
        padding: 3% 6% 0;
    }
    .index_pro-list .item-box .text-box .name {
        font-size: 25px;
        line-height: 1.8;
        margin-bottom: 25px;
    }
    .index_pro-list .item-box .text-box .desc {
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    .index_pro .container {
        max-width: 600px;
    }
    .index_pro-list {
        margin: 20px auto;
        background: none;
    }
    .index_pro-list .item-box {
        display: block;
        margin-bottom: 20px;
        background: #fff;
    }
    .index_pro-list .item-box .text-box {
        padding: 15px 20px;
    }
    .index_pro-list .item-box .text-box .name {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .index_pro .container {
        max-width: 460px;
    }
    .index_pro-list .item-box .text-box .name {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .index_pro-list .item-box .text-box .name:after {
        width: 36px;
    }
}
@media (max-width: 479px) {
    .index_pro .container {
        max-width: 460px;
    }
    .index_pro-list .item-box .text-box .name {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .index_pro-list .item-box .text-box .name:after {
        width: 30px;
    }
    .index_pro-list .item-box .text-box .desc {
        font-size: 13px;
    }
}
/*========================== index_about ==========================*/
.index_about {
    padding: 70px 10px;
}
.index_about .htitle {
    font-family: Arial, sans-serif;
    text-align: center;
}
.index_about-tags {
    width: 70%;
    border-bottom: 1px solid #bbb;
    margin: 30px auto;
    font-size: 16px;
    text-align: center;
    color: #00030f;
}
.index_about-tags a {
    display: inline-block;
    border-bottom: 4px solid transparent;
    padding-bottom: 24px;
}
.index_about-tags a.on, .index_about-tags a:hover {
    border-color: #e2b768;
}
.index_about-panelGroup {
    padding: 40px 0;

}
.index_about-panel {
    position: relative;
}
.index_about-panel .bg-box {
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.index_about-panel .text-box {
    width: 550px;
    height: 321px;
    padding: 33px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(86,86,86,.9);
    overflow-y: auto;
}
.index_about-panel .text-box .line {
    display: block;
    width: 70px;
    height: 6px;
    background: #fff;
    margin: 45px 0 30px;
}
.index_about-panel .text-box .text {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #fff;
    margin-bottom: 10px;
}
.index_about-panel .text-box .link {
    display: inline-block;
    font-size: 16px;
    color: #d6d6d6;
}
.index_about-panel .text-box .link:hover {
    color: #fff;
}
@media (max-width: 1199px) {
    .index_about {
        padding: 60px 10px;
    }
    .index_about-tags {
        width: 80%;
        margin: 25px auto;
    }
    .index_about-tags a {
        padding-bottom: 20px;
    }
    .index_about-panelGroup {
        padding: 35px 0;
    }
    .index_about-panel .text-box {
        width: 500px;
        height: 320px;
        padding: 35px;
        right: 0px;
    }
    .index_about-panel .text-box .line {
        width: 65px;
        height: 5px;
        margin: 40px 0 25px;
    }
}
@media (max-width: 991px) {
    .index_about {
        padding: 50px 10px;
    }
    .index_about-tags {
        width: 90%;
        margin: 20px auto;
        font-size: 15px;
    }
    .index_about-tags a {
        padding-bottom: 16px;
    }
    .index_about-panelGroup {
        padding: 30px 0;
    }
    .index_about-panel .text-box {
        width: 450px;
        height: 320px;
        padding: 25px;
    }
    .index_about-panel .text-box .line {
        width: 60px;
        height: 4px;
        margin: 35px 0 20px;
    }
    .index_about-panel .text-box .link {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .index_about {
        padding: 40px 10px;
    }
    .index_about-tags {
        width: 100%;
        margin: 16px auto;
        font-size: 14px;
    }
    .index_about-tags a {
        padding-bottom: 12px;
    }
    .index_about-panelGroup {
        padding: 25px 0;
    }
    .index_about-panel .text-box {
        width: 100%;
        height: 320px;
        padding: 20px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .index_about-panel .text-box .line {
        width: 55px;
        height: 3px;
        margin: 30px 0 16px;
    }
    .index_about-panel .text-box .text {
        font-size: 13px;
    }
    .index_about-panel .text-box .link {
        font-size: 14px;
    }
}
/*========================== index_linkGroup ==========================*/
.index_linkGroup {
    background: #f9f9f9;
    padding: 75px 10px;
}
.index_linkGroup .link-item {
    display: table;
    float: left;
    width: 30%;
    height: 305px;
    margin-right: 5%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.index_linkGroup .link-item:last-of-type {
    margin-right: 0;
}
.index_linkGroup .link-item .text-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 2;
    color: #e5e5e5;
}
.index_linkGroup .link-item .text-box h4 {
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
}
.index_linkGroup .link-item .text-box .line {
    display: block;
    margin: 2px auto;
    width: 43px;
    height: 3px;
    background: url("?images/index-link-line.png") no-repeat center center;
}
@media (max-width: 1199px) {
    .index_linkGroup {
        padding: 60px 10px;
    }
    .index_linkGroup .link-item {
        height: 220px;
    }
    .index_linkGroup .link-item .text-box h4 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .index_linkGroup {
        padding: 50px 10px;
    }
    .index_linkGroup .link-item {
        height: 180px;
        width: 32%;
        margin-right: 2%;
    }
    .index_linkGroup .link-item .text-box h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .index_linkGroup {
        padding: 40px 10px;
    }
    .index_linkGroup .link-item {
        float: none;
        width: 100%;
        height: 100px;
        margin: 8px 0;
    }
    .index_linkGroup .link-item .text-box {
        font-size: 12px;
    }
    .index_linkGroup .link-item .text-box h4 {
        font-size: 18px;
    }
}
/*========================== footer ==========================*/
.footer {
    padding: 55px 10px;
    background: #454545;
}
.foot-contact {
    width: 34%;
    padding: 0 0.5%;
}
.foot-contact-logo {
    display: block;
    width: 202px;
    height: 42px;
    margin-bottom: 10px;
}
.foot-contact-logo img {
    max-width: 100%;
    max-height: 100%;
}
.foot-contact-info {
    font-size: 14px;
    line-height: 30px;
    color: #d6d6d6;
}
.foot-contact-info .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4px;
    vertical-align: middle;
}
.foot-nav {
    width: 52%;
    padding: 0 1%;
    background: url("?images/foot-line.jpg") repeat-y left top, url("?images/foot-line.jpg") repeat-y right top;
}
.foot-nav dl {
    float: left;
    margin: 0 2%;
    font-size: 12px;
    line-height: 2;
    color: #c1c1c1;
}
.foot-nav dl dt {
    font-size: 15px;
    font-weight: bold;
    color: #e1e1e1;
    margin-bottom: 4px;
}
.foot-weixin {
    width: 14%;
    padding: 0 0.5%;
    text-align: center;
}
.foot-weixin .qrcode {
    display: inline-block;
    width: 135px;
    height: 135px;
    margin-bottom: 5px;
}
.foot-weixin .qrcode img {
    width: 100%;
    height: 100%;
}
.foot-weixin p {
    font-size: 12px;
    line-height: 2;
    color: #c1c1c1;
}
.foot-weixin .icon-weixin {
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 7px;
    vertical-align: middle;
    background: url("?images/footer-icon-weixin.png") no-repeat center center;
}
@media (max-width: 1499px) {
    .foot-nav {
        padding: 0 0.8%;
    }
}
@media (max-width: 1399px) {
    .foot-nav {
        padding: 0 0.65%;
    }
    .foot-nav dl {
        margin: 0 1.5%;
    }
}
@media (max-width: 1299px) {
    .foot-nav {
        padding: 0 0.5%;
    }
    .foot-nav dl {
        margin: 0 1%;
    }
}
@media (max-width: 1199px) {
    .footer {
        padding: 50px 10px;
    }
    .foot-contact {
        width: 31%;
        padding: 0 0.5%;
    }
    .foot-contact-logo {
        display: block;
        width: 190px;
        height: 40px;
        margin-bottom: 8px;
    }
    .foot-contact-info {
        font-size: 13px;
        line-height: 2;
    }
    .foot-nav {
        width: 54%;
    }
    .foot-nav dl {
        margin: 0 0.8%;
    }
    .foot-nav dl dt {
        font-size: 13px;
    }
    .foot-weixin {
        width: 15%;
    }
    .foot-weixin .qrcode {
        width: 130px;
        height: 130px;
    }
    .foot-weixin .icon-weixin {
        margin-right: 4px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding: 45px 10px;
    }
    .foot-contact {
        width: 70%;
    }
    .foot-contact-logo {
        display: block;
        width: 170px;
        height: 35px;
        margin-bottom: 6px;
    }
    .foot-weixin {
        width: 25%;
    }
    .foot-weixin .qrcode {
        width: 125px;
        height: 125px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 40px 10px;
    }
    .foot-contact {
        width: 100%;
        margin-bottom: 10px;
    }
    .foot-contact-logo {
        display: block;
        width: 150px;
        height: 32px;
        margin-bottom: 6px;
    }
    .foot-weixin {
        width:100%;
    }
}
/*========================== type-nav ==========================*/
.type-nav {
    text-align: center;
    background: #f2f2f2;
    padding: 0 10px;
    font-size: 0;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
.type-nav li {
    display: inline-block;
    height: 50px;
    width: 170px;
    border-right: 1px solid #d9d9d9;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #007f86;
}
.type-nav li:last-of-type {
    border-right:none;
}
.type-nav li a {
    display: block;
}
.type-nav li:hover, .type-nav li.on {
    color: #fff;
    background: #007f86;
}
@media (max-width: 1199px) {
    .type-nav li {
        height: 48px;
        line-height: 48px;
        width: 160px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .type-nav li {
        height: 45px;
        line-height: 45px;
        width: 20%;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .type-nav li {
        height: 42px;
        line-height: 42px;
        width: 25%;
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .type-nav li {
        height: 40px;
        line-height: 40px;
        width: 40%;
        font-size: 13px;
        border: none;
    }
}
/*========================== about-intro ==========================*/
.htitle2 {
    text-align: center;
}
.htitle2 h3 {
    font-size: 36px;
    color: #333;
}
.htitle2 p {
    font-size: 18px;
    line-height: 2;
    color: #757575;
}
.htitle2 .line {
    display: block;
    width: 37px;
    height: 2px;
    margin: 16px auto 0;
    background: url("?images/htitle-line.png") no-repeat center center;
}
.about-intro {
    padding: 80px 10px;
}
.about-intro-content {
    width: 100%;
    margin: 55px auto 0;
}
.about-intro-content .text-box {
    padding: 8px 17px;
    font-size: 14px;
    line-height: 26px;
    background: #efefef;
    color: #333;
    text-align: left;
    width: 48%;
    text-indent: 29px;
}
.about-intro-content .text-box p{margin-bottom: 8px;text-align:justify}
.about-intro-content .video-box {
    width: 49%;
}
.about-intro-content .video-box img {
    height: auto;
}
@media (max-width: 1499px) {
    .about-intro-content .text-box {
        padding: 0;
        line-height: 1.5;
    }
	.about-intro-content .text-box p{margin-bottom: 8px;}
}
@media (max-width: 1399px) {
    .about-intro-content .text-box {
        line-height: 1.5;
		font-size: 13px;

    }
	.about-intro-content .text-box p{margin-bottom: 8px;}
}
@media (max-width: 1299px) {
    .about-intro-content .text-box {
        line-height: 1.5;
    }
	.about-intro-content .text-box p{margin-bottom: 8px;}
}
@media (max-width: 1199px) {
    .htitle2 h3 {
        font-size: 30px;
    }
    .htitle2 p {
        font-size: 17px;
        line-height: 1.85;
    }
    .htitle2 .line {
        margin: 14px auto 0;
    }
    .about-intro {
        padding: 70px 10px;
    }
    .about-intro-content {
        margin: 45px auto 0;
    }
    .about-intro-content .text-box {
        font-size: 13px;
    }
	.about-intro-content .text-box p{margin-bottom: 8px;}
}
@media (max-width: 991px) {
    .htitle2 h3 {
        font-size: 26px;
    }
    .htitle2 p {
        font-size: 16px;
        line-height: 1.6;
    }
    .htitle2 .line {
        margin: 12px auto 0;
    }
    .about-intro {
        padding: 60px 10px;
    }
    .about-intro-content {
        max-width: 600px;
        margin: 35px auto 0;
    }
    .about-intro-content .text-box {
        width: 100%;
        margin-bottom: 20px;
		font-size: 15px;
        line-height: 2;
    }
	.about-intro-content .text-box p{margin-bottom: 8px;}
    .about-intro-content .video-box {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .htitle2 h3 {
        font-size: 22px;
    }
    .htitle2 p {
        font-size: 15px;
        line-height: 1.5;
    }
    .htitle2 .line {
        margin: 10px auto 0;
    }
    .about-intro {
        padding: 50px 10px;
    }
    .about-intro-content {
        margin: 25px auto 0;
    }
    .about-intro-content .text-box {
        font-size: 14px;
    }
	.about-intro-content .text-box p{margin-bottom: 8px;}
}
@media (max-width: 479px) {
    .htitle2 h3 {
        font-size: 18px;
    }
    .htitle2 p {
        font-size: 14px;
    }
    .htitle2 .line {
        margin: 8px auto 0;
    }
    .about-intro {
        padding: 40px 10px;
    }
    .about-intro-content {
        margin: 20px auto 0;
    }
    .about-intro-content .text-box {
        font-size: 13px;
    }
	.about-intro-content .text-box p{margin-bottom: 8px;}
	.about-intro-content .video-box img{
		width: 100%;
	}
}
/*========================== about2 ==========================*/
.about-culture {
    background: #f3f3f3;
    padding: 70px 10px;
}
.about-culture-content {
    margin: 50px auto 0;
    width: 100%;
}
.about-culture-content .item-box {
    background: #fff;
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
}
.about-culture-content .item-box .bg-box {
    height: 215px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.about-culture-content .item-box .text-box {
    height: 169px;
    width: 100%;
    padding: 5% 10%;
    overflow-y: auto;
}
.about-culture-content .item-box .text-box .tit {
    font-size: 28px;
    color: #333;
}
.about-culture-content .item-box .text-box .line {
    display: block;
    width: 43px;
    height: 8px;
    background: #007f86;
    margin: 15px 0;
}
.about-culture-content .item-box .text-box .text {
    font-size: 14px;
    line-height: 25px;
    color: #717171;
}
@media (max-width: 1499px) {
    .about-culture-content .item-box .bg-box {
        height: 210px;
    }
    .about-culture-content .item-box .text-box {
        padding: 4.5% 9%;
    }
}
@media (max-width: 1399px) {
    .about-culture-content .item-box .bg-box {
        height: 200px;
    }
    .about-culture-content .item-box .text-box {
        padding: 4% 8%;
    }
}
@media (max-width: 1299px) {
    .about-culture-content .item-box .bg-box {
        height: 190px;
    }
    .about-culture-content .item-box .text-box {
        padding: 3.5% 7%;
    }
}
@media (max-width: 1199px) {
    .about-culture {
        padding: 60px 10px;
    }
    .about-culture-content {
        margin: 40px auto 0;
    }
    .about-culture-content .item-box .bg-box {
        height: 180px;
    }
    .about-culture-content .item-box .text-box {
        height: 110px;
        padding: 3% 6%;
    }
    .about-culture-content .item-box .text-box .tit {
        font-size: 24px;
    }
    .about-culture-content .item-box .text-box .line {
        width: 38px;
        height: 7px;
        margin: 10px 0;
    }
    .about-culture-content .item-box .text-box .text {
        line-height: 1.6;
    }
}
@media (max-width: 991px) {
    .about-culture {
        padding: 50px 10px;
    }
    .about-culture-content {
        margin: 30px auto 0;
        max-width: 600px;
    }
    .about-culture-content .item-box .bg-box {
        height: 170px;
    }
    .about-culture-content .item-box .text-box .tit {
        font-size: 20px;
    }
    .about-culture-content .item-box .text-box .line {
        width: 32px;
        height: 5px;
        margin: 6px 0;
    }
}
@media (max-width: 767px) {
    .about-culture {
        padding: 40px 10px;
    }
    .about-culture-content {
        margin: 25px auto 0;
    }
    .about-culture-content .item-box .bg-box {
        height: 200px;
    }
    .about-culture-content .item-box .text-box {
        height: auto;
    }
    .about-culture-content .item-box .text-box .tit {
        font-size: 18px;
    }
    .about-culture-content .item-box .text-box .text {
        font-size: 13px;
        line-height: 1.5;
    }
}
@media (max-width: 479px) {
    .about-culture-content {
        margin: 20px auto 0;
    }
    .about-culture-content .item-box .bg-box {
        height: 180px;
    }
    .about-culture-content .item-box .text-box {
        padding: 3%;
    }
    .about-culture-content .item-box .text-box .tit {
        font-size: 16px;
    }
}
/*========================== about-history ==========================*/
.about-history {
    padding: 80px 10px 40px;
    border-bottom: 40px solid #f3f3f3;
}
.about-history .container {
    max-width: 1200px;
}
.about-history-tags {
    height: 100px;
    margin: 65px 0;
    background: url("?images/about-history-bg.png") repeat-x left bottom;
}
.about-history-tags .swiper-slide {
    width: 215px;
    height: 100px;
    padding-left: 20px;
    font-size: 15px;
    color: #8c8c8c;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #fff;
    background-image: url("?images/about-history-tag.png");
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.about-history-tags .swiper-slide h5 {
    font-size: 24px;
    line-height: 30px;
    color: #707070;
}
.about-history-tags .swiper-slide.on, .about-history-tags .swiper-slide:hover {
    color: #474747;
    background-image: url("?images/about-history-tag-on.png");
}
.about-history-tags .swiper-slide.on h5, .about-history-tags .swiper-slide:hover h5 {
    color: #007f86;
}
.about-history-tags .swiper-icon-next {
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url("?images/icon-slide.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -16px;
    z-index: 10;
    cursor: pointer;
}
.about-history-panelGroup {
    padding: 35px 0;
}
.about-history-panel .text-box {
    padding: 60px;
    font-size: 15px;
    line-height: 25px;
    color: #474747;
    background: url("?images/about-history-quotes01.png") no-repeat left top, url("?images/about-history-quotes02.png") no-repeat right bottom;
}
.about-history-panel .text-box h4 {
    font-family: Georgia, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    color: #007F86;
    margin-bottom: 4px;
}
.about-history-panel .text-box .line {
    display: block;
    width: 29px;
    height: 5px;
    background: #007F86;
    margin-top: 12px;
}
.about-history-panel .slider-box {
    width: 486px;
    margin: auto;
}
.about-history-panel .slider-box .swiper-slide {
    height: 328px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.about-history-panel .slider-box .swiper-btn-prev, .about-history-panel .slider-box .swiper-btn-next {
    display: inline-block;
    width: 32px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-family: '宋体', serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, .48);
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.about-history-panel .slider-box .swiper-btn-prev {
    left: 0;
}
.about-history-panel .slider-box .swiper-btn-next {
    right: 0;
}
@media (max-width: 1199px) {
    .about-history {
        padding: 70px 10px 35px;
        border-width: 35px;
    }
    .about-history .container {
        max-width: 972px;
    }
    .about-history-tags {
        margin: 55px 0;
    }
    .about-history-tags .swiper-slide h5 {
        font-size: 22px;
        line-height: 28px;
    }
    .about-history-panelGroup {
        padding: 30px 0;
    }
    .about-history-panel .text-box h4 {
        font-size: 42px;
    }
    .about-history-panel .text-box .line {
        margin-top: 10px;
    }
    .about-history-panel .slider-box {
        width: 450px;
        margin: auto;
    }
    .about-history-panel .slider-box .swiper-slide {
        height: 300px;
    }
    .about-history-panel .slider-box .swiper-btn-prev, .about-history-panel .slider-box .swiper-btn-next {
        width: 30px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .about-history {
        padding: 60px 10px 30px;
        border-width: 30px;
    }
    .about-history .container {
        max-width: 600px;
    }
    .about-history-tags {
        margin: 45px 0;
        height: 80px;
        background-size: auto 16px;
    }
    .about-history-tags .swiper-slide {
        width: 172px;
        height: 80px;
        padding-left: 15px;
        font-size: 14px;
    }
    .about-history-tags .swiper-slide h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .about-history-tags .swiper-icon-next {
        width: 42px;
        height: 42px;
        bottom: -12px;
    }
    .about-history-panelGroup {
        padding: 25px 0;
    }
    .about-history-panel .text-box {
        padding: 50px;
        font-size: 14px;
        line-height: 1.75;
        background-size: 48px auto;
    }
    .about-history-panel .text-box h4 {
        font-size: 36px;
    }
    .about-history-panel .text-box .line {
        width: 25px;
        height: 4px;
        margin-top: 8px;
    }
    .about-history-panel .slider-box {
        width: 100%;
        max-width: 486px;
        margin: 20px auto 0;
    }
    .about-history-panel .slider-box .swiper-slide {
        height: 328px;
    }
    .about-history-panel .slider-box .swiper-btn-prev, .about-history-panel .slider-box .swiper-btn-next {
        width: 28px;
        height: 56px;
        line-height: 56px;
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .about-history {
        padding: 50px 10px 25px;
        border-width: 25px;
    }
    .about-history .container {
        max-width: 460px;
    }
    .about-history-tags {
        height: 70px;
        margin: 35px 0;
        background-size: auto 14px;
    }
    .about-history-tags .swiper-slide {
        width: 150px;
        height: 70px;
        font-size: 13px;
    }
    .about-history-tags .swiper-slide h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .about-history-tags .swiper-icon-next {
        width: 37px;
        height: 37px;
        bottom: -10px;
    }
    .about-history-panelGroup {
        padding: 20px 0;
    }
    .about-history-panel .text-box {
        padding: 40px;
        font-size: 13px;
        line-height: 1.5;
        background-size: 36px auto;
    }
    .about-history-panel .text-box h4 {
          font-size: 32px;
      }
    .about-history-panel .slider-box .swiper-slide {
        height: 300px;
    }
    .about-history-panel .slider-box .swiper-btn-prev, .about-history-panel .slider-box .swiper-btn-next {
        width: 26px;
        height: 52px;
        line-height: 52px;
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .about-history {
        padding: 40px 10px 20px;
        border-width: 20px;
    }
    .about-history-tags {
        height: 60px;
        margin: 25px 0;
        background-size: auto 12px;
    }
    .about-history-tags .swiper-slide {
        width: 129px;
        height: 60px;
    }
    .about-history-tags .swiper-slide h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .about-history-tags .swiper-icon-next {
        width: 32px;
        height: 32px;
    }
    .about-history-panel .text-box {
        padding: 30px;
        background-size: 28px auto;
    }
    .about-history-panel .text-box h4 {
        font-size: 26px;
    }
    .about-history-panel .slider-box .swiper-slide {
        height: 250px;
    }
    .about-history-panel .slider-box .swiper-btn-prev, .about-history-panel .slider-box .swiper-btn-next {
        width: 24px;
        height: 48px;
        line-height:48px;
        font-size: 16px;
    }
}
/*========================== about-honor ==========================*/
.about-honor {
    padding: 70px 10px;
}
.about-honor .container {
    max-width: 1200px;
}
.about-honor-slide {
    margin: 55px 0 10px;
}
.about-honor-slide .swiper-container {
    padding: 10px 0 80px 0;
}
.about-honor-slide .swiper-prev, .about-honor-slide .swiper-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    text-align: center;
    font-family: '宋体', serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #e2e2e2;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.about-honor-slide .swiper-prev {
    margin-right: 55px;
}
.about-honor-slide .swiper-prev:hover, .about-honor-slide .swiper-next:hover {
    background: #b8b8b8;
    border-color: #9b9999;
}
.about-honor-slide .swiper-pagination {
    height: 40px;
    line-height: 40px;
    left: unset;
    right: 125px;
    bottom: 0;
    font-family: Arial, sans-serif;
    font-size: 32px;
    text-align: right;
    color: #848484;
}
.about-honor-slide .swiper-pagination-current {
    font-size: 40px;
    color: #0c9da5;
}
.about-honor-slide .swiper-pagination-total {
    font-size: 16px;
}
.about-honor-slide .item-box {
    display: block;
}
.about-honor-slide .item-box .img-centered {
    height: 294px;
    border: 1px solid #ebebeb;
}
.about-honor-slide .item-box .caption {
    height: 25px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #565656;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-honor-slide .item-box:hover .img-centered {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .about-honor {
        padding: 60px 10px;
    }
    .about-honor .container {
        max-width:972px;
    }
    .about-honor-slide {
        margin: 45px 0 10px;
    }
    .about-honor-slide .swiper-container {
        padding: 10px 0 70px 0;
    }
    .about-honor-slide .swiper-prev, .about-honor-slide .swiper-next {
        font-size: 22px;
    }
    .about-honor-slide .swiper-pagination {
        font-size: 30px;
    }
    .about-honor-slide .swiper-pagination-current {
        font-size: 36px;
    }
    .about-honor-slide .item-box .img-centered {
        height: 235px;
        border: 1px solid #ebebeb;
    }
    .about-honor-slide .item-box .caption {
        margin-top: 8px;
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .about-honor {
        padding: 50px 10px;
    }
    .about-honor .container {
        max-width: 748px;
    }
    .about-honor-slide {
        margin: 35px 0 10px;
    }
    .about-honor-slide .swiper-container {
        padding: 10px 0 60px 0;
    }
    .about-honor-slide .swiper-prev, .about-honor-slide .swiper-next {
        font-size: 20px;
    }
    .about-honor-slide .swiper-pagination {
        font-size: 28px;
    }
    .about-honor-slide .swiper-pagination-current {
        font-size: 32px;
    }
    .about-honor-slide .item-box .img-centered {
        height: 245px;
        border: 1px solid #ebebeb;
    }
    .about-honor-slide .item-box .caption {
        margin-top: 6px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .about-honor {
        padding: 40px 10px;
    }
    .about-honor .container {
        max-width: 460px;
    }
    .about-honor-slide {
        margin: 25px 0 10px;
    }
    .about-honor-slide .swiper-container {
        padding: 10px 0 50px 0;
    }
    .about-honor-slide .swiper-prev, .about-honor-slide .swiper-next {
        font-size: 18px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .about-honor-slide .swiper-prev {
        margin-right: 45px;
    }
    .about-honor-slide .swiper-pagination {
        height: 35px;
        line-height: 35px;
        font-size: 25px;
        right: 100px;
    }
    .about-honor-slide .swiper-pagination-current {
        font-size: 28px;
    }
    .about-honor-slide .item-box .img-centered {
        height: 200px;
        border: 1px solid #ebebeb;
    }
    .about-honor-slide .item-box .caption {
        margin-top: 4px;
        font-size: 13px;
    }
}
@media (max-width: 479px) {
    .about-honor-slide {
        margin: 15px 0 10px;
    }
    .about-honor-slide .swiper-pagination {
        font-size: 20px;
    }
    .about-honor-slide .swiper-pagination-current {
        font-size: 24px;
    }
    .about-honor-slide .item-box .img-centered {
        height: 175px;
    }
    .about-honor-slide .item-box .caption {
        margin-top: 0;
    }
}
@media (max-width: 369px) {
    .about-honor-slide .item-box .img-centered {
        height: 150px;
    }
}
/*========================== join-advantage ==========================*/
.htitle4 {
    text-align: center;
}
.htitle4 h3 {
    font-size: 36px;
    color: #333;
}
.htitle4 p {
    font-size: 16px;
    color: #757575;
}
.htitle4 .line {
    display: block;
    width: 37px;
    height: 2px;
    margin: 12px auto 0;
    background: url("?images/htitle-line.png") no-repeat center center;
}
.join-advantage {
    padding: 60px 10px 40px;
}
.join-advantage-content {
    margin-top: 50px;
}
.join-advantage-content .item-box {
    width: 100%;
    height: 300px;
    padding: 10% 15% 0;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: center;
}
.join-advantage-content .item-box .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.join-advantage-content .item-box .tit {
    font-size: 26px;
    color: #333;
    margin: 10px 0;
}
.join-advantage-content .item-box .line {
    display: block;
    width: 37px;
    height: 3px;
    margin: auto;
    background: #f39b00;
}
.join-advantage-content .item-box .text {
    font-size: 14px;
    color: #333;
    margin-top: 16px;
}
@media (max-width: 1499px) {
    .join-advantage-content .item-box {
        padding: 9% 12% 0;
    }
}
@media (max-width: 1399px) {
    .join-advantage-content .item-box {
        padding: 8% 9% 0;
    }
}
@media (max-width: 1299px) {
    .join-advantage-content .item-box {
        width: 100%;
        padding: 7% 7% 0;
    }
}
@media (max-width: 1199px) {
    .htitle4 h3 {
        font-size: 30px;
    }
    .htitle4 .line {
        margin: 10px auto 0;
    }
    .join-advantage {
        padding: 50px 10px 30px;
    }
    .join-advantage-content {
        margin-top: 40px;
    }
    .join-advantage-content .item-box {
        height: 300px;
        padding: 6% 6% 0;
    }
    .join-advantage-content .item-box .tit {
        font-size: 22px;
        margin: 8px 0;
    }
    .join-advantage-content .item-box .text {
        font-size: 14px;
        color: #333;
        margin-top: 14px;
    }
}
@media (max-width: 991px) {
    .htitle4 h3 {
        font-size: 26px;
    }
    .htitle4 .line {
        margin: 8px auto 0;
    }
    .join-advantage {
        padding: 40px 10px 30px;
    }
    .join-advantage-content {
        margin-top: 30px;
    }
    .join-advantage-content .item-box {
        height: 280px;
        padding: 5% 5% 0;
    }
    .join-advantage-content .item-box .tit {
        font-size: 18px;
        margin: 6px 0;
    }
    .join-advantage-content .item-box .text {
        font-size: 14px;
        margin-top: 12px;
    }
}
@media (max-width: 767px) {
    .htitle4 h3 {
        font-size: 22px;
    }
    .htitle4 p {
        font-size: 15px;

    }
    .htitle4 .line {
        margin: 6px auto 0;
    }
    .join-advantage {
        padding: 30px 10px 30px;

    }
    .join-advantage-content {
        margin-top: 20px;
    }
    .join-advantage-content .item-box {
        height: 250px;
        padding: 4% 4% 0;
    }
    .join-advantage-content .item-box .icon {
        width: 50px;
        height: 50px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .join-advantage-content .item-box .tit {
        font-size: 16px;
        margin: 5px 0;
    }
    .join-advantage-content .item-box .text {
        font-size: 13px;
        margin-top: 10px;
    }
}
@media (max-width: 479px) {
    .htitle4 h3 {
        font-size: 18px;
    }
    .htitle4 p {
        font-size: 14px;
    }
    .htitle4 .line {
        margin: 4px auto 0;
    }
    .join-advantage-content .item-box {
        height: 250px;
    }
    .join-advantage-content .item-box .icon {
        width: 40px;
        height: 40px;
    }
    .join-advantage-content .item-box .tit {
        font-size: 15px;
    }
    .join-advantage-content .item-box .text {
        font-size: 12px;
        margin-top: 8px;
    }
}
/*========================== join-support ==========================*/
.join-support {
    padding: 30px 0;
}
.join-support-content {
    margin-top: 60px;
    padding: 0 10px;
    background: #f8f8f8;
}
.join-support-content .item-box .pic-box img {
    width: 100%;
    height: auto;
}
.join-support-content .item-box .text-box {
    padding: 6% 8% 0 0;
}
.join-support-content .item-box:nth-of-type(2n) .text-box {
    padding: 6% 0 0 8%;
}
.join-support-content .item-box .text-box .tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.join-support-content .item-box .text-box .tit em {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #007f86;
}
.join-support-content .item-box .text-box .text {
    font-size: 14px;
    line-height: 2;
    color: #787878;
}
@media (max-width: 1499px) {
    .join-support-content .item-box .text-box {
        padding: 5.5% 7.5% 0 0;
    }
    .join-support-content .item-box:nth-of-type(2n) .text-box {
        padding: 5.5% 0 0 7.5%;
    }
}
@media (max-width: 1399px) {
    .join-support-content .item-box .text-box {
        padding: 5% 7% 0 0;
    }
    .join-support-content .item-box:nth-of-type(2n) .text-box {
        padding: 5% 0 0 7%;
    }
}
@media (max-width: 1299px) {
    .join-support-content .item-box .text-box {
        padding: 4% 6% 0 0;
    }
    .join-support-content .item-box:nth-of-type(2n) .text-box {
        padding: 4% 0 0 6%;
    }
}
@media (max-width: 1199px) {
    .join-support-content {
        margin-top: 50px;
    }
    .join-support-content .item-box .text-box {
        padding: 3% ;
    }
    .join-support-content .item-box:nth-of-type(2n) .text-box {
        padding: 3%;
    }
    .join-support-content .item-box .text-box .tit {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .join-support-content .item-box .text-box .tit em {
        font-size: 25px;
    }
    .join-support-content .item-box .text-box .text {
        line-height:1.75;
    }
}
@media (max-width: 991px) {
    .join-support .container {
        max-width: 600px;
    }
    .join-support-content {
        margin-top: 40px;
        padding: 15px 10px;
    }
    .join-support-content .item-box {
        margin-bottom: 15px;
    }
    .join-support-content .item-box .text-box {
       background: #fff;
    }
    .join-support-content .item-box .text-box .tit {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .join-support-content .item-box .text-box .tit em {
        font-size: 20px;
    }
    .join-support-content .item-box .text-box .text {
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .join-support {
        padding: 20px 0;
    }
    .join-support .container {
        max-width: 460px;
    }
    .join-support-content {
        margin-top: 30px;
    }
    .join-support-content .item-box .text-box .tit {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .join-support-content .item-box .text-box .tit em {
        font-size: 18px;
    }
    .join-support-content .item-box .text-box .text {
        font-size: 13px;
        line-height: 1.5;
    }
}
@media (max-width: 479px) {
    .join-support-content {
        margin-top: 20px;
    }
    .join-support-content .item-box .text-box .tit {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .join-support-content .item-box .text-box .tit em {
        font-size: 16px;
    }
}
/*========================== join-condition ==========================*/
.join-condition {
    padding: 40px 10px;
}
.join-condition-content {
    font-size: 16px;
    line-height: 42px;
    color: #333;
    max-width: 990px;
    margin: 30px auto;

}
.join-condition-content em {
    color: #007f86;
}
@media (max-width: 1199px) {
    .join-condition {
        padding: 30px 10px;
    }
    .join-condition-content {
        max-width: 900px;
        margin: 20px auto;
        font-size: 15px;
        line-height: 35px;
    }
}
@media (max-width: 991px) {
    .join-condition {
        padding: 20px 10px;
    }
    .join-condition-content {
        max-width: 600px;
        margin: 15px auto;
        font-size: 14px;
        line-height: 30px;

    }
}
@media (max-width: 767px) {
    .join-condition-content {
        font-size: 13px;
        line-height: 25px;
    }
}
/*========================== join-apply ==========================*/
.join-apply {
    padding: 50px 10px;
    background: #f1f1f1;
}
.join-apply-content {
    max-width: 1180px;
    margin: 35px auto 0;
}
.join-apply-form .form-group {
    padding: 10px;
}
.join-apply-form .form-group label {
    display: inline-block;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.join-apply-form .form-group label i {
    color: #cc3c3c;
}
.join-apply-form .form-group input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #c6c6c6;
    font-size: 14px;
    text-indent: .5em;
    color: #696969;
    background: #fff;
}
.join-apply-form .form-group textarea {
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #c6c6c6;
    font-size: 14px;
    text-indent: .5em;
    color: #696969;
    background: #fff;
    resize: vertical;
}
.join-apply-form .form-btn-group {
    padding: 5px 10px;
    text-align: right;
}
.join-apply-form .form-btn-group button {
    display: inline-block;
    width: 90px;
    height: 40px;
    border: 1px solid #c6c6c6;
    outline: none;
    margin-left: 8px;
    font-size: 14px;
    color: #696969;
    background: transparent;
    cursor: pointer;
}
.join-apply-form .form-btn-group button:hover {
    color: #007f86;
    border-color: #007f86;
}
@media (max-width: 1199px) {
    .join-apply {
        padding: 40px 10px;
    }
    .join-apply-content {
        margin: 30px auto 0;
    }
}
@media (max-width: 991px) {
    .join-apply {
        padding: 35px 10px;
    }
    .join-apply-content {
        max-width: 600px;
        margin: 25px auto 0;
    }
    .join-apply-form .form-group {
        padding: 8px;
    }
    .join-apply-form .form-group label {
        height: 28px;
        line-height: 28px;
    }
    .join-apply-form .form-group input {
        height: 36px;
    }
    .join-apply-form .form-group textarea {
        height: 125px;
    }
    .join-apply-form .form-btn-group {
        padding: 5px 8px;

    }
    .join-apply-form .form-btn-group button {
        width: 80px;
        height: 36px;
        margin-left: 6px;
    }
}
@media (max-width: 767px) {
    .join-apply {
        padding: 30px 10px;
    }
    .join-apply-content {
        margin: 20px auto 0;
    }
    .join-apply-form .form-group {
        padding: 5px;
    }
    .join-apply-form .form-group label {
        font-size: 13px;
        height: 25px;
        line-height: 25px;
    }
    .join-apply-form .form-group input {
        height: 32px;
    }
    .join-apply-form .form-group textarea {
        height: 110px;
    }
    .join-apply-form .form-btn-group {
        padding: 5px;
    }
    .join-apply-form .form-btn-group button {
        width: 70px;
        height: 32px;
        font-size: 13px;
        margin-left: 4px;
    }
}
/*========================== login ==========================*/
.htitle3 {
    text-align: center;
    padding: 10px 0;
}
.htitle3 h3 {
    font-size: 36px;
    color: #333;
}
.htitle3 .line {
    display: block;
    width: 37px;
    height: 2px;
    margin: 8px auto;
    background: url("?images/htitle-line.png") no-repeat center center;
}
.htitle3 p {
    font-size: 14px;
    line-height: 25px;
    color: #757575;
    max-width: 550px;
    margin: auto;
}
.login {
    padding: 40px 10px 50px;
}
.login-content {
    max-width: 1200px;
    margin: 50px auto;
}
.login-content .img-box {
    width: 590px;
    height: 375px;
}
.login-content .text-box {
    width: 550px;
    min-height: 375px;
    padding: 25px 30px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 4px rgba(186, 186, 186, .12);
    -moz-box-shadow: 0 0 0 4px rgba(186, 186, 186, .12);
    box-shadow: 0 0 0 4px rgba(186, 186, 186, .12);
}
.login-hint {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    text-align: center;
    color: #6f6f6f;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 35px;
}
.login-form {
    width: 372px;
    margin: auto;
}
.login-form .nameInput, .login-form .phoneInput {
    display: block;
    width: 100%;
    height: 55px;
    padding-left: 70px;
    border: 1px solid #cbcbcb;
    outline: none;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #9f9f9f;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-box-shadow: 0 2px 1px 0 rgba(6, 0, 1, .11);
    -moz-box-shadow: 0 2px 1px 0 rgba(6, 0, 1, .11);
    box-shadow: 0 2px 1px 0 rgba(6, 0, 1, .11);
}
.login-form .nameInput {
    background-image: url("?images/login-input-icon01.png");
}
.login-form .phoneInput {
    background-image: url("?images/login-input-icon02.png");
}
.login-form .submitBtn {
    display: block;
    width: 100%;
    height: 55px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #414141;
    letter-spacing: 1.5em;
}
@media (max-width: 1199px) {
    .htitle3 h3 {
        font-size: 30px;
    }
    .htitle3 .line {
        margin: 6px auto;
    }
    .login {
        padding: 30px 10px 40px;
    }
    .login-content {
        margin: 40px auto;
    }
    .login-content .img-box {
        width: 480px;
        height: 300px;
    }
    .login-content .text-box {
        width: 450px;
        min-height: 300px;
        padding: 15px 20px;
    }
    .login-hint {
        margin-bottom: 25px;
    }
    .login-form {
        width: 345px;
    }
    .login-form .nameInput, .login-form .phoneInput {
        height: 50px;
        margin-bottom: 25px;
    }
    .login-form .submitBtn {
        height: 50px;
    }
}
@media (max-width: 991px) {
    .htitle3 {
        padding: 8px 0;
    }
    .htitle3 h3 {
        font-size: 26px;
    }
    .htitle3 .line {
        margin: 6px auto;
    }
    .login {
        padding: 30px 10px 30px;
    }
    .login-content {
        margin: 30px auto;
    }
    .login-content .text-box {
       margin: auto;
    }
}
@media (max-width: 767px) {
    .htitle3 {
        padding: 6px 0;
    }
    .htitle3 h3 {
        font-size: 22px;
    }
    .htitle3 .line {
        margin: 4px auto;
    }
    .htitle3 p {
        font-size: 13px;
        line-height: 20px;
    }
    .login-content {
        margin: 20px auto;
    }
    .login-hint {
        font-size: 13px;
    }
    .login-form .nameInput, .login-form .phoneInput {
        font-size: 13px;
    }
    .login-form .submitBtn {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .htitle3 {
        padding: 4px 0;
    }
    .htitle3 h3 {
        font-size: 18px;
    }
    .login-content {
        margin: 15px auto;
    }
    .login-content .text-box {
        width: 100%;
        padding: 10px 15px;
        min-height: 280px;
    }
    .login-hint {
        margin-bottom: 20px;
    }
    .login-form {
        width: 90%;
    }
    .login-form .nameInput, .login-form .phoneInput {
        margin-bottom: 20px;
        padding-left: 60px;
    }
    .login-form .submitBtn {
        font-size: 14px;
    }
}
/*========================== common-nav ==========================*/
.common-nav {
    padding: 20px 10px;
}
.common-nav-row {
    font-size: 16px;
    line-height: 40px;
    color: #757575;
    padding: 15px 0 15px 115px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.common-nav-row:last-of-type {
    border-bottom: none;
}
.common-nav-row em {
    color: #007e85;
    display: inline-block;
    width: 115px;
    position: absolute;
    left: 0;
}
.common-nav-row em .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
.common-nav-row .swiper-container {
    width: 100%;
}
.common-nav-row .swiper-slide {
    width: auto;
    padding: 0 20px;
}
.common-nav-row a:hover, .common-nav-row a.on {
    color: #007f85;
    text-decoration: underline;
}
@media (max-width: 1499px) {
    .common-nav-row .swiper-slide {
        padding: 0 18px;
    }
}
@media (max-width: 1399px) {
    .common-nav-row .swiper-slide {
        padding: 0 16px;
    }
}
@media (max-width: 1299px) {
    .common-nav-row .swiper-slide {
        width: auto;
        padding: 0 14px;
    }
}
@media (max-width: 1199px) {
    .common-nav {
        padding: 17px 10px;
    }
    .common-nav-row {
        padding: 12px 0 12px 115px;
    }
    .common-nav-row .swiper-slide {
        padding: 0 12px;
    }
}
@media (max-width: 991px) {
    .common-nav {
        padding: 15px 10px;
    }
    .common-nav-row {
        font-size: 15px;
        padding: 10px 0 10px 115px;
    }
    .common-nav-row .swiper-slide {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .common-nav {
        padding: 12px 10px;
    }
    .common-nav-row {
        font-size: 14px;
        line-height: 35px;
        padding: 8px 0 8px 115px;
    }
    .common-nav-row .swiper-slide {
        padding: 0 8px;
    }
}
@media (max-width: 479px) {
    .common-nav {
        padding: 10px;
    }
    .common-nav-row {
        font-size: 13px;
        line-height: 32px;
    }
}
/*========================== case ==========================*/
.case {
    padding: 0 10px 100px 10px;
}
.case-content {
    margin: 15px 0 30px 0;
}
.case-content .item-box {
    display: block;
    width: 345px;
    margin: 30px auto;
}
.case-content .item-box .img-box {
    width: 345px;
    height: 345px;
    border: 1px solid #f2f2f2;
    position: relative;
}
.case-content .item-box .img-box .mask {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #007f85 url("../images/case-enlarge.png") no-repeat center center;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.case-content .item-box .caption {
    height: 25px;
    margin-top: 10px;
    padding-left: 15px;
    overflow-y: auto;
    font-size: 15px;
    line-height: 25px;
    color: #757575;
    word-break: break-all;
    position: relative;
}
.case-content .item-box .caption:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #f28e00;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.case-content .item-box:hover .img-box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 127, 133, .49) url("../images/case-enlarge.png") no-repeat center center;
    -webkit-background-size: 34px 34px;
    background-size: 34px 34px;
}
.more-btn {
    display: block;
    width: 375px;
    height: 42px;
    border-radius: 21px;
    margin: auto;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #007f85;
}
@media (max-width: 1499px) {
    .case-content .item-box {
        width: 320px;
    }
    .case-content .item-box .img-box {
        width: 320px;
        height: 320px;
    }
}
@media (max-width: 1399px) {
    .case-content .item-box {
        width: 300px;
    }
    .case-content .item-box .img-box {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1299px) {
    .case-content .item-box {
        width: 275px;
    }
    .case-content .item-box .img-box {
        width: 275px;
        height: 275px;
    }
}
@media (max-width: 1199px) {
    .case {
        padding: 0 10px 90px 10px;
    }
    .case-content .item-box {
        width: 225px;
        margin: 25px auto;
    }
    .case-content .item-box .img-box {
        width: 225px;
        height: 225px;
    }
    .case-content .item-box .img-box .mask {
        width: 33px;
        height: 33px;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
    }
    .case-content .item-box .caption {
        margin-top: 8px;
        font-size: 14px;
    }
    .case-content .item-box:hover .img-box .mask {
        -webkit-background-size: 32px 32px;
        background-size: 32px 32px;
    }
    .more-btn {
        width: 325px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .case {
        padding: 0 10px 80px 10px;
    }
    .case-content .item-box {
        width: 230px;
        margin: 20px auto;
    }
    .case-content .item-box .img-box {
        width: 230px;
        height: 230px;
    }
    .case-content .item-box .img-box .mask {
        width: 32px;
        height: 32px;
        -webkit-background-size: 15px 15px;
        background-size: 15px 15px;
    }
    .case-content .item-box .caption {
        margin-top: 6px;
        font-size: 13px;
    }
    .case-content .item-box:hover .img-box .mask {
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
    }
    .more-btn {
        width: 275px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .case {
        padding: 0 10px 70px 10px;
    }
    .case-content {
        margin: 10px 0 25px 0;
    }
    .case-content .item-box {
        width: 210px;
        margin: 15px auto;
    }
    .case-content .item-box .img-box {
        width: 210px;
        height: 210px;
    }
    .case-content .item-box .img-box .mask {
        width: 30px;
        height: 30px;
        -webkit-background-size: 14px 14px;
        background-size: 14px 14px;
    }
    .case-content .item-box .caption {
        margin-top: 4px;
        font-size: 12px;
    }
    .case-content .item-box:hover .img-box .mask {
        -webkit-background-size: 28px 28px;
        background-size: 28px 28px;
    }
    .more-btn {
        width: 225px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .case {
        padding: 0 10px 60px 10px;
    }
    .case-content .item-box {
          width: 162px;
          margin: 10px auto;
      }
    .case-content .item-box .img-box {
        width: 162px;
        height: 162px;
    }
    .more-btn {
        width: 200px;
    }
}
@media (max-width: 369px) {
    .case-content .item-box {
        width: 142px;
    }
    .case-content .item-box .img-box {
        width: 142px;
        height: 142px;
    }
    .case-content .item-box .caption {
         padding-left: 0;
     }
    .case-content .item-box .caption:before {
       display: none;
    }
}
/*========================== pro ==========================*/
.pro {
    padding: 0 10px 100px 10px;
}
.pro-content {
    margin: 15px 0 30px 0;
}
.pro-content .item-box {
    display: block;
    width: 345px;
    margin: 30px auto;
}
.pro-content .item-box .img-box {
    width: 345px;
    height: 345px;
    border: 1px solid #f2f2f2;
    position: relative;
}

.pro-content .item-box .img-box .img1 {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pro-content .item-box .img-box .img2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pro-content .item-box:hover .img-box .img1 {
    opacity: 0;
}
.pro-content .item-box:hover .img-box .img2 {
    opacity: 1;
}
.pro-content .item-box .text-box {
    height: 50px;
    margin-top: 10px;
    overflow-y: auto;
    font-size: 15px;
    line-height: 25px;
    color: #757575;
    word-break: break-all;
}
.pro-content .item-box .text-box i {
        /* margin-left: 1.2em; */
}
@media (max-width: 1499px) {
    .pro-content .item-box {
        width: 320px;
    }
    .pro-content .item-box .img-box {
        width: 320px;
        height: 320px;
    }
}
@media (max-width: 1399px) {
    .pro-content .item-box {
        width: 300px;
    }
    .pro-content .item-box .img-box {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1299px) {
    .pro-content .item-box {
        width: 275px;
    }
    .pro-content .item-box .img-box {
        width: 275px;
        height: 275px;
    }
}
@media (max-width: 1199px) {
    .pro {
        padding: 0 10px 90px 10px;
    }
    .pro-content .item-box {
        width: 225px;
        margin: 25px auto;
    }
    .pro-content .item-box .img-box {
        width: 225px;
        height: 225px;
    }
    .pro-content .item-box .text-box {
        margin-top: 8px;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .pro {
        padding: 0 10px 80px 10px;
    }
    .pro-content .item-box {
        width: 230px;
        margin: 20px auto;
    }
    .pro-content .item-box .img-box {
        width: 230px;
        height: 230px;
    }
    .pro-content .item-box .text-box {
        margin-top: 6px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .pro {
        padding: 0 10px 70px 10px;
    }
    .pro-content {
        margin: 10px 0 25px 0;
    }
    .pro-content .item-box {
        width: 210px;
        margin: 15px auto;
    }
    .pro-content .item-box .img-box {
        width: 210px;
        height: 210px;
    }
    .pro-content .item-box .text-box {
        margin-top: 4px;
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .pro {
        padding: 0 10px 60px 10px;
    }
    .pro-content .item-box {
        width: 162px;
        margin: 10px auto;
    }
    .pro-content .item-box .img-box {
        width: 162px;
        height: 162px;
    }
    .pro-content .item-box .text-box {
        height: 60px;
        line-height: 20px;
    }
    .pro-content .item-box .text-box i {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 369px) {
    .pro-content .item-box {
        width: 142px;
    }
    .pro-content .item-box .img-box {
        width: 142px;
        height: 142px;
    }
}
/*========================== download ==========================*/
.download {
    padding: 40px 0 100px;
}
.download .container {
    max-width: 1200px;
}
.download-list {
    margin-bottom: 40px;
}
.download-list li {
    border-bottom: 1px dashed #cbcbcb;
}
.download-list .item-box {
    width: 385px;
    background: #eaeaea;
    margin: 35px auto;
}
.download-list .item-box .bg-box {
    width: 185px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.download-list .item-box .text-box {
    width: 200px;
    height: 200px;
    padding: 15px 18px 50px;
    position: relative;
}
.download-list .item-box .text-box .tit {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}
.download-list .item-box .text-box .tit:after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background: #007f85;
    position: absolute;
    bottom: 0;
    left: 0;
}
.download-list .item-box .text-box .text {
    font-size: 12px;
    line-height: 20px;
    color: #787777;
}
.download-list .item-box .text-box .download-btn {
    display: block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b6b6b6;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    color: #6f6f6f;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}
.download-list .item-box .text-box .download-btn .icon-download {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    vertical-align: middle;
    background: url("?images/download-icon.png") no-repeat center center;
}
.download-list .item-box .text-box .download-btn:hover {
    color: #fff;
    background: #007f85;
    border-color: #007f85;
}
.download-list .item-box .text-box .download-btn:hover .icon-download {
    background: url("?images/download-icon-on.png") no-repeat center center;
}
@media (max-width: 1199px) {
    .download {
        padding: 30px 0 90px;
    }
    .download .container {
        max-width: 972px;
    }
    .download-list {
        margin-bottom: 35px;
    }
    .download-list .item-box {
        width: 300px;
        margin: 30px auto;
    }
    .download-list .item-box .bg-box {
        width: 100%;
        height: 200px;
    }
    .download-list .item-box .text-box {
        width: 100%;
        padding: 15px 15px 50px;
    }
}
@media (max-width: 991px) {
    .download {
        padding: 30px 0 80px;
    }
    .download .container {
        max-width: 600px;
    }
    .download-list {
        margin-bottom: 30px;
    }
    .download-list .item-box {
        width: 280px;
        margin: 25px auto;
    }
    .download-list .item-box .bg-box {
        width: 100%;
        height: 180px;
    }
    .download-list .item-box .text-box {
        width: 100%;
        height: 180px;
        padding: 12px 12px 50px;
    }
    .download-list .item-box .text-box .tit {
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    .download-list .item-box .text-box .download-btn {
        width: 130px;
    }
}
@media (max-width: 767px) {
    .download {
        padding: 30px 0 70px;
    }
    .download .container {
        max-width: 460px;
    }
    .download-list .item-box {
        width: 210px;
        margin: 20px auto;
    }
    .download-list .item-box .bg-box {
        height: 150px;
    }
    .download-list .item-box .text-box {
        padding: 10px 10px 50px;
        height: 160px;
        position: relative;
    }
    .download-list .item-box .text-box .tit {
        padding-bottom: 6px;
        margin-bottom: 15px;
    }
    .download-list .item-box .text-box .text {
        line-height: 18px;
    }
    .download-list .item-box .text-box .download-btn {
        width: 120px;
    }
}
@media (max-width: 479px) {
    .download {
        padding: 30px 0 60px;
    }
    .download-list .item-box {
        width:  290px;
        margin: 15px auto;
    }
    .download-list .item-box .bg-box {
        height: 180px;
    }
    .download-list .item-box .text-box .tit {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}
/*========================== pages ==========================*/
.pages {
    font-size: 0;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-align: center;
}
.pages * {
    font-size: 13px;
}
.pages a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    margin: 3px;
    font-size: 13px;
    color: #757575;
}
.pages a.page-prev {
    padding: 0 24px;
    border-radius: 16px 0 0 16px;
}
.pages a.page-next {
    padding: 0 24px;
    border-radius: 0 16px 16px 0;
}
.pages a[href]:hover, .pages a.on {
    color: #fff;
    border-color: #007f85;
    background: #007f85;
}
.pages a.disabled, .pages a.disabled:hover {
    color: #a2a2a2;
    background: #e9e9e9;
    border-color: #c4c4c4;
    cursor: not-allowed;
}
@media (max-width: 767px) {
    .pages * {
        font-size: 12px;
    }
    .pages a {
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        font-size: 12px;
    }
    .pages a.page-prev {
        padding: 0 20px;
        border-radius: 12px 0 0 12px;
    }
    .pages a.page-next {
        padding: 0 20px;
        border-radius: 0 12px 12px 0;
    }
}
/*========================== news ==========================*/
.news {
    padding: 60px 10px 90px;
}
.news-list {
    margin: 50px 0;
}
.news-list .item-box {
    display: block;
    padding: 36px 0;
    border-bottom: 1px dashed #d0d0d0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.news-list .item-box:last-of-type {
    border-bottom: none;
}
.news-list .item-box .img-box {
    width: 480px;
    height: 300px;
    position: relative;
}
.news-list .item-box .img-box .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.news-list .item-box .img-box .mask-btn {
    display: inline-block;
    width: 158px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .69);
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 15;
}
.news-list .item-box .text-box {
    width: 960px;
    padding: 20px 120px 20px 0;
    position: relative;
}
.news-list .item-box .text-box .tit {
    font-size: 25px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 12px;
}
.news-list .item-box .text-box .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: relative;
}
.news-list .item-box .text-box .line:before {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #007f86;
    position: absolute;
    left: 0;
    top: -1px;
}
.news-list .item-box .text-box .text {
    font-size: 15px;
    line-height: 28px;
    color: #7e7e7e;
    margin-top: 20px;
}
.news-list .item-box .text-box .time {
    display: inline-block;
    width: 62px;
    border-bottom: 4px solid #007f86;
    text-align: center;
    color: #6d6d6d;
    position: absolute;
    right: 0;
    top: 30px;
}
.news-list .item-box .text-box .time .date {
    display: block;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.news-list .item-box .text-box .time .month {
    display: block;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    background: #e5e5e5;
}
.news-list .item-box:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
}
.news-list .item-box:hover .img-box .mask {
    opacity: 1;
}
@media (max-width: 1499px) {
    .news-list .item-box .text-box {
        width: 860px;
    }
}
@media (max-width: 1399px) {
    .news-list .item-box .text-box {
        width: 760px;
    }
}
@media (max-width: 1299px) {
    .news-list .item-box .text-box {
        width: 660px;
    }
}
@media (max-width: 1199px) {
    .news {
        padding: 50px 10px 80px;
    }
    .news-list {
        margin: 40px 0;
    }
    .news-list .item-box {
        padding: 32px 0;
    }
    .news-list .item-box .img-box {
        width: 455px;
        height: 285px;
    }
    .news-list .item-box .img-box .mask-btn {
        width: 150px;
        height: 42px;
        line-height: 42px;
    }
    .news-list .item-box .text-box {
        width: 475px;
        padding: 10px 100px 10px 0;
    }
    .news-list .item-box .text-box .tit {
        font-size: 21px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .news-list .item-box .text-box .text {
        line-height: 1.6;
        margin-top: 16px;
    }
    .news-list .item-box .text-box .time {
        width: 60px;
        top: 20px;
    }
    .news-list .item-box .text-box .time .date {
        height: 48px;
        font-size: 30px;
        line-height: 48px;
    }
    .news-list .item-box .text-box .time .month {
        height: 24px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
    .news {
        padding: 40px 10px 70px;
    }
    .news-list {
        margin: 30px 0;
    }
    .news-list .item-box {
        padding: 28px 0;
    }
    .news-list .item-box .img-box {
        width: 355px;
        height: 220px;
    }
    .news-list .item-box .img-box .mask-btn {
        width: 140px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .news-list .item-box .text-box {
        width: 360px;
        padding: 0 80px 0 0;
    }
    .news-list .item-box .text-box .tit {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .news-list .item-box .text-box .text {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 12px;
    }
    .news-list .item-box .text-box .time {
        top: 10px;
    }
    .news-list .item-box .text-box .time .date {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .news {
        padding: 30px 10px 60px;
    }
    .news-list {
        margin: 20px 0;
    }
    .news-list .item-box {
        padding: 24px 0;
    }
    .news-list .item-box .img-box {
        width: 460px;
        height: 287px;
    }
    .news-list .item-box .img-box .mask-btn {
        width: 132px;
        font-size: 13px;
        height: 38px;
        line-height: 38px;

    }
    .news-list .item-box .text-box {
        width: 100%;
        padding: 10px 80px 10px 10px;
    }
    .news-list .item-box .text-box .tit {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .news-list .item-box .text-box .line:before {
        width: 60px;
    }
    .news-list .item-box .text-box .text {
        font-size: 13px;
        margin-top: 10px;
    }
    .news-list .item-box .text-box .time {
        width: 58px;
        right: 10px;
    }
    .news-list .item-box .text-box .time .date {
        height: 45px;
        font-size: 25px;
        line-height: 45px;
    }
}
@media (max-width: 479px) {
    .news-list .item-box .img-box {
        display: block;
        width: 100%;
        height: auto;
    }
    .news-list .item-box .img-box img {
        width: 100%;
    }
    .news-list .item-box .img-box .mask-btn {
        width: 120px;
        font-size: 12px;
        height: 36px;
        line-height: 36px;

    }
    .news-list .item-box .text-box .tit {
        font-size: 15px;
    }
    .news-list .item-box .text-box .time .date {
        height: 42px;
        font-size: 22px;
        line-height: 42px;
    }
}
/*========================== newsv ==========================*/
.newsv {
    padding: 60px 10px;
}
.newsv .container {
    max-width: 800px;
}
.newsv-content {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.newsv-title {
    padding: 30px 0;
    text-align: center;
}
.newsv-title h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 8px;
}
.newsv-title p {
    font-size: 14px;
    color: #9b9b9b;
}
.newsv-text {
    font-size: 15px;
    line-height: 2;
    color: #6e6e6e;
}
.newsv-text img {
    max-width: 100%;
}
.newsv-pages {
    font-size: 14px;
    color: #9b9b9b;
    padding-right: 100px;
    position: relative;
}
.newsv-pages p {
    margin-bottom: 10px;
}
.newsv-pages em {
    color: #333;
}
.newsv-pages a:hover {
    text-decoration: underline;
    color: #007f86;
}
.newsv-pages a.back {
    display: inline-block;
    width: 80px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px) {
    .newsv {
        padding: 50px 10px;
    }
    .newsv .container {
        max-width: 972px;
    }
    .newsv-content {
        padding-bottom: 35px;
        margin-bottom: 35px;

    }
    .newsv-title {
        padding: 25px 0;
    }
    .newsv-title h3 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .newsv-text {
        line-height: 1.85;
    }
}
@media (max-width: 991px) {
    .newsv {
        padding: 40px 10px;
    }
    .newsv .container {
        max-width: 748px;
    }
    .newsv-content {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .newsv-title {
        padding: 20px 0;
    }
    .newsv-title h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .newsv-text {
        font-size: 14px;
        line-height: 1.75;
    }
    .newsv-pages {
        padding-right: 95px;
    }
    .newsv-pages p {
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .newsv {
        padding: 30px 10px;
    }
    .newsv .container {
        max-width: 460px;
    }
    .newsv-content {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .newsv-title {
        padding: 15px 0;
    }
    .newsv-title h3 {
        font-size: 17px;
    }
    .newsv-text {
        font-size: 13px;
        line-height: 1.6;
    }
    .newsv-pages {
        font-size: 13px;
        padding-right: 90px;
    }
    .newsv-pages p {
        margin-bottom: 6px;
    }
    .newsv-pages a.back {
        width: 75px;
        height: 40px;
        line-height: 40px;
    }
}
/*========================== store ==========================*/
.store {
    padding: 50px 10px;
    background: #f8f8f8;
}
.store .container {
    max-width: 1200px;
}
.store-content {
    margin-top: 50px;
}
.store-map {
    width: 680px;
    height: 600px;
}
#mapChart {
    width: 100%;
    height: 100%;
}
.store-query {
    width: 470px;
}
.store-query-form {
    background: #eee;
    padding: 10px;
}
.store-query-form .distpicker label {
    display: inline-block;
    float: left;
    width: 220px;
    height: 40px;
}
.store-query-form .distpicker label + label {
    margin-left: 10px;
}
.store-query-form .distpicker label select {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 16px;
    padding: 0 1em;
    color: #fff;
    background: #616161 url("../images/map-arrow.png") no-repeat 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.store-query-result {
    width: 100%;
    background: #fff;
    padding: 20px;
}
.store-query-result .sqr-tit {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}
.store-query-result .sqr-list .swiper-container {
    width: 100%;
    padding-right: 10px;
    max-height: 455px;
}
.store-query-result .sqr-list .swiper-slide {
    height: auto;
}
.store-query-result .sqr-list .swiper-scrollbar {
    background: #d3d3d3;
    right: 0;
}
.store-query-result .sqr-list .swiper-scrollbar-drag {
    background: #007f85;
}
.store-query-result .sqr-list li {
    padding: 0 4px 20px 4px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.store-query-result .sqr-list .img-box {
    float: left;
    width: 150px;
    height: 110px;
    line-height: 110px;
}
.store-query-result .sqr-list .text-box {
    float: right;
    width: 240px;
    font-size: 14px;
    line-height: 24px;
    color: #626262;
}
.store-query-result .sqr-list .text-box h5 {
    font-size: 16px;
    padding: 8px 0;
    font-weight: bold;
    color: #333;
}
@media (max-width: 1199px) {
    .store {
        padding: 40px 10px;
    }
    .store .container {
        max-width: 972px;
    }
    .store-content {
        margin-top: 40px;
    }
    .store-map {
        width:  500px;
        height: 500px;
    }
    .store-query {
        width: 440px;
    }
    .store-query-form {
        background: #eee;
        padding: 10px;
    }
    .store-query-form .distpicker label {
        width: 205px;
    }
    .store-query-result {
        padding: 15px 10px;
    }
    .store-query-result .sqr-list .swiper-container {
        max-height: 455px;
    }
    .store-query-result .sqr-list .text-box {
        width: 230px;
    }
}
@media (max-width: 991px) {
    .store {
        padding: 30px 10px;
    }
    .store .container {
        max-width: 600px;
    }
    .store-content {
        margin-top: 30px;
    }
    .store-map {
        width: 100%;
        height: 520px;
    }
    .store-query {
        margin: auto;
    }
    .store-query-form .distpicker label select {
        font-size: 15px;
    }
    .store-query-result .sqr-tit {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .store-query-result .sqr-list .swiper-container {
        max-height: 442px;
    }
    .store-query-result .sqr-list li {
        padding: 0 4px 18px 4px;
        margin-bottom: 18px;
    }
    .store-query-result .sqr-list .text-box h5 {
        font-size: 15px;
        padding: 6px 0;
    }
}
@media (max-width: 767px) {
    .store .container {
        max-width: 460px;
    }
    .store-query-form .distpicker label select {
        font-size: 14px;
    }
    .store-query-result .sqr-tit {
        font-size: 14px;

    }
    .store-query-result .sqr-list .swiper-container {
        max-height: 425px;
    }
    .store-query-result .sqr-list li {
        padding: 0 4px 15px 4px;
        margin-bottom: 15px;
    }
    .store-query-result .sqr-list .text-box {
        font-size: 13px;
    }
    .store-query-result .sqr-list .text-box h5 {
        font-size: 14px;
        padding: 5px 0;

    }
}
@media (max-width: 479px) {
    .store-query {
        width: 350px;
    }
    .store-query-form {
        padding: 8px;
    }
    .store-query-form .distpicker label {
        width: 163px;
    }
    .store-query-form .distpicker label + label {
        margin-left: 8px;
    }
    .store-query-result {
        padding: 15px 8px;
    }
    .store-query-result .sqr-list .swiper-container {
        max-height: 415px;
    }
    .store-query-result .sqr-list .img-box {
        width: 135px;
        height: 105px;
        line-height: 105px;
    }
    .store-query-result .sqr-list .text-box {
        width: 165px;
    }
}
@media (max-width: 369px) {
    .store-query {
        width: auto;
        max-width: 320px;
    }
    .store-query-form .distpicker label {
        width: 100%;
    }
    .store-query-form .distpicker label + label {
        margin-left: 0;
        margin-top: 8px;
    }
    .store-query-result .sqr-list .swiper-container {
        max-height: 600px;
    }
    .store-query-result .sqr-list .img-box {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        line-height: normal;
    }
    .store-query-result .sqr-list .img-box img {
        width: 100%;
        height: auto;
    }
    .store-query-result .sqr-list .text-box {
        width: 100%;
    }
}
/*========================== prov ==========================*/
.prov {
    padding: 20px 10px 60px;
}
.prov-show {
    width: 660px;
}
.prov-show-small {
    float: left;
    width: 120px;
}
.prov-show-small .swiper-container {
    height: 400px;
}
.prov-show-small .swiper-slide {
    width: 100%;
    height: 120px;
    border: 3px solid #e1e1e1;
    cursor: pointer;
}
.prov-show-small .swiper-slide-active {
    border-color: #f39500;
}
.prov-show-small .swiper-sPrev, .prov-show-small .swiper-sNext {
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ececec;
}
.prov-show-small .swiper-sPrev:hover, .prov-show-small .swiper-sNext:hover {
    background-color: #a9a9a9;
}
.prov-show-small .swiper-sPrev {
    border-radius: 8px 8px 0 0;
    background-image: url("?images/prov-arrow-t.png");
    margin-bottom: 30px;
}
.prov-show-small .swiper-sNext {
    border-radius: 0 0 8px 8px;
    background-image: url("?images/prov-arrow-b.png");
    margin-top: 30px;
}
.prov-show-big {
    float: right;
    width: 510px;
}
.prov-show-big .swiper-slide {
    width: 100%;
    height: 510px;
    border: 1px solid #dddddd;
  
}




.prov-detail {
    width: 780px;
}
.prov-detail .name {
    font-size: 36px;
    line-height: 1.2;
    color: #007f85;
    margin-bottom: 16px;
}
.prov-detail .name small {
    font-size: 24px;
    color: #4f4f4f;
    word-break: break-all;
}
.prov-detail .name small:before {
    content: "-";
    margin: 0 16px;
    font-size: 24px;
    color: #4f4f4f;
}
.prov-detail .line {
    display: block;
    width: 120px;
    height: 3px;
    background: #007f85;
    position: relative;
}
.prov-detail .line:after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    background: #f39500;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.prov-detail .info {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.prov-detail .info li {
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}
.prov-detail .info li:last-of-type {
    border-bottom: none;
}
.prov-detail .info li small {
    float: left;
    display: inline-block;
    width: 75px;
    margin-right: 5px;
    font-size: 14px;
    color: #757575;
}
.prov-detail .info li p {
    float: left;
    display: inline-block;
    width: 80%;
}
.prov-detail .info li img {
    max-width: 100%;
}
.prov-detail .info .vr-link-btn {
    display: inline-block;
    width: 200px;
    height: 45px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #007f85;
    position: relative;
    cursor: pointer;
}
.prov-detail .info .vr-link-btn .icon-vr {
    display: inline-block;
    height: 26px;
    width: 25px;
    margin-right: 10px;
    background: url("?images/prov-vr.png") no-repeat center center;
    vertical-align: middle;
}
.prov-detail .info .vr-link-btn .vr-img {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px auto;
    display: none;
    z-index: 50;
}

@media (max-width: 1499px) {
    .prov-detail {
        width: 680px;
    }
}
@media (max-width: 1399px) {
    .prov-detail {
        width: 580px;
    }
}
@media (max-width: 1299px) {
    .prov-detail {
        width: 480px;
    }
}
@media (max-width: 1199px) {
    .prov {
        padding: 20px 10px 50px;
    }
    .prov-show {
        width: 475px;
    }
    .prov-show-small {
        width: 100px;
    }
    .prov-show-small .swiper-container {
        height: 320px;
    }
    .prov-show-small .swiper-slide {
        height: 100px;
    }
    .prov-show-small .swiper-sPrev {
        margin-bottom: 15px;
    }
    .prov-show-small .swiper-sNext {
        margin-top: 15px;
    }
    .prov-show-big {
        width: 350px;
    }
    .prov-show-big .swiper-slide {
        height: 350px;
    }
    .prov-detail {
        width: 475px;
    }
    .prov-detail .name {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .prov-detail .name small {
        font-size: 22px;
    }
    .prov-detail .name small:before {
        margin: 0 14px;
    }
    .prov-detail .line {
        width: 110px;
    }
    .prov-detail .info {
        font-size: 16px;
        margin-top: 18px;
    }
    .prov-detail .info li {
        padding: 15px 0;
    }
    .prov-detail .info .vr-link-btn {
        width: 195px;
        height: 42px;
        line-height: 42px;
    }
    .prov-detail .info .vr-link-btn .icon-vr {
        margin-right: 8px;
    }
}
@media (max-width: 991px) {
    .prov {
        padding: 20px 10px 40px;
    }
    .prov-show {
        width: 600px;
        margin: auto;
    }
    .prov-show-small {
        width: 120px;
    }
    .prov-show-small .swiper-container {
        height: 380px;
    }
    .prov-show-small .swiper-slide {
        height: 120px;
    }
    .prov-show-small .swiper-sPrev {
        margin-bottom: 10px;
    }
    .prov-show-small .swiper-sNext {
        margin-top: 10px;
    }
    .prov-show-big {
        width: 450px;
    }
    .prov-show-big .swiper-slide {
        height: 450px;
    }
    .prov-detail {
        width: 100%;
        max-width: 600px;
        margin: 20px auto 0;
    }
    .prov-detail .name {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .prov-detail .name small {
        font-size: 20px;
    }
    .prov-detail .name small:before {
        margin: 0 12px;
    }
    .prov-detail .line {
        width: 100px;
    }
    .prov-detail .info {
        font-size: 15px;
        margin-top: 16px;
    }
    .prov-detail .info li {
        padding: 12px 0;
    }
    .prov-detail .info li small {
        font-size: 13px;
    }
    .prov-detail .info .vr-link-btn {
        width: 190px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .prov-detail .info .vr-link-btn .icon-vr {
        margin-right: 6px;
    }
}
@media (max-width: 767px) {
    .prov-show {
        width: 100%;
    }
    .prov-show-small {
        float: none;
        width: 100%;
        position: relative;
    }
    .prov-show-small .swiper-container {
        height: 120px;
        width: 380px;
        margin: auto;
    }
    .prov-show-small .swiper-slide {
        width: 120px;
        height: 120px;
    }
    .prov-show-small .swiper-sPrev, .prov-show-small .swiper-sNext {
        height: 120px;
        width: 25px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .prov-show-small .swiper-sPrev {
        border-radius: 8px 0 0 8px;
        background-image: url("?images/prov-arrow-l.png");
        left: 0;
    }
    .prov-show-small .swiper-sNext {
        border-radius: 0 8px 8px 0;
        background-image: url("?images/prov-arrow-r.png");
        right: 0;
    }
    .prov-show-big {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .prov-show-big .swiper-slide {
        height: 460px;
    }
    .prov-detail .name {
        font-size: 22px;

    }
    .prov-detail .name small {
        font-size: 18px;
    }
    .prov-detail .name small:before {
        margin: 0 10px;
    }
    .prov-detail .line {
        width: 100px;
    }
    .prov-detail .info {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media (max-width: 479px) {
    .prov-show {
        width: 100%;
        max-width: 350px;
    }
    .prov-show-small .swiper-container {
        height: 90px;
        width: 290px;
        margin: auto;
    }
    .prov-show-small .swiper-slide {
        width: 90px;
        height: 90px;
    }
    .prov-show-small .swiper-sPrev, .prov-show-small .swiper-sNext {
        height: 90px;
        width: 20px;
    }
    .prov-show-big .swiper-slide {
        height: 350px;
    }
    .prov-detail .name {
        font-size: 18px;

    }
    .prov-detail .name small {
        font-size: 16px;
    }
    .prov-detail .name small:before {
        font-size: 20px;
    }
    .prov-detail .line {
        width: 90px;
    }
    .prov-detail .info {
        font-size: 13px;
    }
    .prov-detail .info li small {
        font-size: 12px;
    }
}
@media (max-width: 369px) {
    .prov-show {
        width: 100%;
        max-width: 300px;
    }
    .prov-show-small .swiper-container {
        height: 70px;
        width: 230px;
        margin: auto;
    }
    .prov-show-small .swiper-slide {
        width: 70px;
        height: 70px;
    }
    .prov-show-small .swiper-sPrev, .prov-show-small .swiper-sNext {
        height: 70px;
    }
    .prov-show-big .swiper-slide {
        height: 300px;
    }
}
/*========================== pro-apply ==========================*/
.htitle5 h3 {
    font-size: 36px;
    color: #333;
    margin-bottom: 12px;
}
.htitle5 .line {
    display: block;
    width: 37px;
    height: 2px;
    background: url("?images/htitle-line.png") no-repeat center center;
}
.pro-apply {
    padding: 50px 10px;
    background: #f8f8f8;
}
.pro-apply-content {
    margin: 50px 0 70px 0;
    position: relative;
}
.pro-apply-content .swiper-container {
    max-width: 660px;
    margin: auto;
}
.pro-apply-content .swiper-slide {
    width: 100%;
    height: 660px;
}
.pro-apply-content .swiper-aPrev, .pro-apply-content .swiper-aNext {
    display: inline-block;
    width: 35px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 15;
}
.pro-apply-content .swiper-aPrev {
    background-image: url("?images/pro-aprev.png");
    left: 5%;
}
.pro-apply-content .swiper-aNext {
    background-image: url("?images/pro-anext.png");
    right: 5%;
}
.pro-apply-content .swiper-pagination {
    left: 5%;
    right: 5%;
    top: 100%;
    margin-top: 50px;
    text-align: right;
}
.pro-apply-content .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #bebebe;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pro-apply-content .swiper-pagination-bullet-active {
    background: #007f85;
}
.pro-apply-content .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
@media (max-width: 1499px) {
    .pro-apply-content .swiper-container {
        max-width: 640px;
    }
    .pro-apply-content .swiper-slide {
        width: 100%;
        height: 640px;
    }
}
@media (max-width: 1399px) {
    .pro-apply-content .swiper-container {
        max-width: 620px;
    }
    .pro-apply-content .swiper-slide {
        width: 100%;
        height: 620px;
    }
}
@media (max-width: 1299px) {
    .pro-apply-content .swiper-container {
        max-width: 600px;
    }
    .pro-apply-content .swiper-slide {
        width: 100%;
        height: 600px;
    }
}
@media (max-width: 1199px) {
    .htitle5 h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .pro-apply {
        padding: 40px 10px;
    }
    .pro-apply-content {
        margin: 40px 0 60px 0;
    }
    .pro-apply-content .swiper-container {
        max-width: 550px;
    }
    .pro-apply-content .swiper-slide {
        height: 550px;
    }
    .pro-apply-content .swiper-aPrev, .pro-apply-content .swiper-aNext {
        width: 30px;
        height: 50px;
    }
    .pro-apply-content .swiper-pagination {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .htitle5 h3 {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .pro-apply {
        padding: 30px 10px;
    }
    .pro-apply-content {
        margin: 30px 0 50px 0;
    }
    .pro-apply-content .swiper-container {
        max-width: 500px;
    }
    .pro-apply-content .swiper-slide {
        height: 500px;
    }
    .pro-apply-content .swiper-aPrev, .pro-apply-content .swiper-aNext {
        width: 25px;
        height: 40px;
    }
    .pro-apply-content .swiper-pagination {
        margin-top: 30px;
    }
    .pro-apply-content .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 767px) {
    .htitle5 h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .pro-apply-content {
        margin: 30px 0 40px 0;
    }
    .pro-apply-content .swiper-container {
        max-width: 460px;
    }
    .pro-apply-content .swiper-slide {
        height: 460px;
    }
    .pro-apply-content .swiper-aPrev, .pro-apply-content .swiper-aNext {
       display: none;
    }
    .pro-apply-content .swiper-pagination {
        margin-top: 20px;
    }
    .pro-apply-content .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
@media (max-width: 479px) {
    .htitle5 h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .pro-apply-content {
        margin: 30px 0;
    }
    .pro-apply-content .swiper-container {
        max-width: 350px;
    }
    .pro-apply-content .swiper-slide {
        height: 350px;
    }
    .pro-apply-content .swiper-pagination {
        margin-top: 15px;
    }
}
@media (max-width: 369px) {
    .pro-apply-content .swiper-container {
        max-width: 300px;
    }
    .pro-apply-content .swiper-slide {
        height: 300px;
    }
}
/*========================== other-pro ==========================*/
.other-pro {
    padding: 60px 10px;
}
.other-pro-content {
    margin: 20px 0;
}
.other-pro-content .item-box {
    display: block;
    width: 345px;
    margin: 20px auto;
}
.other-pro-content .item-box .img-box {
    width: 345px;
    height: 345px;
    border: 1px solid #f2f2f2;
    position: relative;
}

.other-pro-content .item-box .img-box .img1 {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.other-pro-content .item-box .img-box .img2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.other-pro-content .item-box:hover .img-box .img1 {
    opacity: 0;
}
.other-pro-content .item-box:hover .img-box .img2 {
    opacity: 1;
}
.other-pro-content .item-box .text-box {
    height: 50px;
    margin-top: 10px;
    overflow-y: auto;
    font-size: 15px;
    line-height: 25px;
    color: #757575;
    word-break: break-all;
}
.other-pro-content .item-box .text-box i {
    margin-left: 1.2em;
}
@media (max-width: 1499px) {
    .other-pro-content .item-box {
        width: 320px;
    }
    .other-pro-content .item-box .img-box {
        width: 320px;
        height: 320px;
    }
}
@media (max-width: 1399px) {
    .other-pro-content .item-box {
        width: 300px;
    }
    .other-pro-content .item-box .img-box {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1299px) {
    .other-pro-content .item-box {
        width: 275px;
    }
    .other-pro-content .item-box .img-box {
        width: 275px;
        height: 275px;
    }
}
@media (max-width: 1199px) {
    .other-pro {
        padding: 50px 10px;
    }
    .other-pro-content {
        margin: 15px 0;
    }
    .other-pro-content .item-box {
        width: 225px;
    }
    .other-pro-content .item-box .img-box {
        width: 225px;
        height: 225px;
    }
    .other-pro-content .item-box .text-box {
        margin-top: 8px;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .other-pro {
        padding: 40px 10px;
    }
    .other-pro-content {
        margin: 10px 0;
    }
    .other-pro-content .item-box {
        width: 230px;
    }
    .other-pro-content .item-box .img-box {
        width: 230px;
        height: 230px;
    }
    .other-pro-content .item-box .text-box {
        margin-top: 6px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .other-pro {
        padding: 30px 10px;
    }
    .other-pro-content .item-box {
        width: 210px;
        margin: 15px auto;
    }
    .other-pro-content .item-box .img-box {
        width: 210px;
        height: 210px;
    }
    .other-pro-content .item-box .text-box {
        margin-top: 4px;
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .other-pro-content .item-box {
        width: 162px;
        margin: 10px auto;
    }
    .other-pro-content .item-box .img-box {
        width: 162px;
        height: 162px;
    }
    .other-pro-content .item-box .text-box {
        height: 60px;
        line-height: 20px;
    }
    .other-pro-content .item-box .text-box i {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 369px) {
    .other-pro-content .item-box {
        width: 142px;
    }
    .other-pro-content .item-box .img-box {
        width: 142px;
        height: 142px;
    }
}
/*========================== copyright ==========================*/
.copyright {
    padding: 15px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #939393;
    background: #1b1b1b;
}
.copyright a:hover {
    color: #fff;
}




/*newjoin*/

.join_box{
    padding-top:50px;
    text-align:center;
}
.join_box .list_box{
    border:1px solid #ddd;
    max-width:380px;
    height:300px;
    display:inline-block;
    text-align:center;
    margin-bottom:30px;
}
.join_box .list_box span.icon{
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    display:block;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:10px;
    background-repeat:no-repeat;
    background-size:55px auto;
    background-position:center;
}
.join_box .list_box h4{
    font-size:30px;
}
.join_box .list_box i.line{
    display:inline-block;
    width:50px;
    height:3px;
    background:#FF8000;
    font-size:0;
    line-height:0;
}
.join_box .list_box .text_box{
    padding:0 30px;
    padding-top:10px;
}



@media (min-width:992px) and (max-width:1200px){
    .join_box .list_box{
        max-width:300px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .join_box .list_box{
        max-width:230px;
        height:320px;
    }
    .join_box .list_box h4{
        font-size:23px;
    }
}
@media (min-width:371px) and (max-width:767px){
    .join_box .list_box{
        max-width:160px;
        height:320px;
    }
    .join_box .list_box .text_box{
        padding:0 5px;
    }
    .join_box .list_box h4{
        font-size:18px;
    }
}
@media (max-width:370px){
    .join_box .list_box{
        max-width:150px;
        height:340px;
    }
    .join_box .list_box .text_box{
        padding:0 5px;
    }
    .join_box .list_box h4{
        font-size:16px;
    }
}
















