@charset "utf-8";
/* CSS Document */

html, body {
    background: #f3f3f3;
}

/*nav*/
.dzNav {
    width: 100%;
    height: 90px;
    background: #000;
    position: relative;
    z-index: 11;
}

.dZnav_con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 10;
}

.logo {
    position: absolute;
    left: 78px;
    top: 0;
    width: 204px;
    height: 117px;
    z-index: 1;
}

.logo img {
    width: 204px;
    height: 117px;
}

.nav_menu {
    margin-left: 370px;
    padding-top: 44px;
    width: 900px;
}

.nav_li {
    position: relative;
    float: left;
    height: 46px;
    line-height: 46px;
    margin-right: 15px;
    z-index: 10;
}

.menu_list a {
    float: left;
    font-size: 17px;
    color: #fff;
    font-family: "Source Code Pro Light";
}

.arrow_ico {
    float: left;
    height: 8px;
    width: 16px;
    margin-top: 20px;
    margin-left: 10px;
    overflow: hidden;
    background: url(../image/arrow_ico.png) no-repeat 0 0;
    transition: all .2s;
    background-size: 16px 8px;
}

.menu_list_con {
    position: absolute;
    left: -25px;
    top: 46px;
    width: 202px;
    padding: 8px 22px 18px;
    background: #fff;
    z-index: 1;
    transition: all .2s;
    z-index: 2;
}

.menu_list_con_li {
    padding-top: 2px;
    border-bottom: 1px solid #d9dadc;
}

.menu_list_con_li a {
    display: block;
    border-bottom: 2px solid #fff;
    font-family: "Source Code Pro Light"
}

.menu_list_con_li:hover {
    border-bottom: 1px solid #689c84;
}

.menu_list_con_li:hover a {
    border-bottom: 2px solid #689c84;
    font-weight: bold;
}

.menu_list_about {
    left: -54px;
    width: 120px;
}

.nav_li_hover .arrow_ico {
    -webkit-transform: rotate(180deg)
}

.touchMenu {
    display: none;
}

/*banner*/
.dz_banner {
    width: 100%;
    background: #000;
    overflow: hidden;
}

.dz_banner_con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.banner1 {
    transform: translateX(200px);
    opacity: 0;
    transition: 2s all;
}

.banner_wz1 {
    text-transform: uppercase
}

.banner_wz1 {
    position: absolute;
    left: 100px;
    top: 65px;
    color: #fff;
    font-size: 24px;
    font-family: sans-serif;
    transform: translateX(-50px);
    transition: 2s all;
    opacity: 0;
}

.banner_wz2 {
    position: absolute;
    left: 100px;
    top: 98px;
    color: #fff;
    font-size: 18px;
    font-family: sans-serif;
    border-bottom: 3px solid #689c84;
    transform: translateX(-70px);
    transition: 2s all;
    opacity: 0;
}

.index_banner .banner_wz1 {
    left: 700px;
    top: 180px;
    transform: translateY(-40px) translateX(0);
    transition: 2s all;
    opacity: 0;
}

.index_banner .banner_wz2 {
    left: 700px;
    top: 215px;;
    transform: translateY(-50px) translateX(0);
    transition: 2s all;
    opacity: 0;
}

.touch_banner {
    display: none;
}

.index_banner .wzanimat {
    transform: translateY(0px);
    opacity: 1;
}

.homeSwiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #000;
}

.homeSwiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    oz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.homeSwiper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 3.25rem;
    height: 100%;
    position: relative;
}

.homeSwiper .swiper-button-next, .homeSwiper .swiper-button-prev {
    display: none;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.homeSwiper .swiper-button-next, .homeSwiper .swiper-container-rtl .swiper-button-prev {
    background: url(../image/swiper_next.png) no-repeat 0 0;
    right: 10px;
    left: auto;
}

.homeSwiper .swiper-button-next.swiper-button-white, .homeSwiper .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url(../image/swiper_next.png) no-repeat 0 0;
}

.homeSwiper .swiper-button-prev, .homeSwiper .swiper-container-rtl .swiper-button-next {
    background: url(../image/swiper_pre.png) no-repeat 0 0;
    left: 10px;
    right: auto;
}

.homeSwiper .swiper-button-next.swiper-button-disabled, .homeSwiper .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.homeSwiper .swiper-button-prev.swiper-button-white, .homeSwiper .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url(../image/swiper_pre.png) no-repeat 0 0;
}

/*about us*/
.abcon {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 75px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.abcon_lf {
    width: 330px;
}

.abcon_lf h5 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: serif;
    font-weight: bold;
}

.abtlx {
    margin-top: 15px;
}

.abtlx_span {
    position: relative;
    float: left;
    width: 128px;
    height: 40px;
    line-height: 40px;
    color: #689c84;
    text-align: center;
    border: 2px solid #689c84;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
}

.abtlx_span:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0px;
    height: 100%;
    background: #c3cac7;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}

.abtlx_span em {
    position: relative;
    z-index: 1;
}

.abtlx_span:hover:after {
    width: 100%;
}

.abadres {
    white-space: nowrap;
}

.abcon_rg {
    width: 710px;
    padding-top: 10px;
    word-break: break-word;
}

.abcon_tit span {
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: 6px solid #689c84;
}

.abcon_info {
    margin-top: 24px;
}

.abcon_box {
    width: 285px;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #b4b2a7;
    background: #fff;
}

.abcon_iput {
    float: left;
    height: 26px;
    line-height: 26px;
    border: 0;
    background: #fff;
    font-size: 16px;
}

.w285 {
    width: 285px;
}

.w330 {
    width: 330px;
}

.w688 {
    width: 688px;
}

.abcon_txt2 .abcon_box {
    width: 330px;
}

.abcon_txt3 .abcon_box {
    width: 688px;
}

.abcon_email {
    margin-top: 28px;
}

.abcon_textarea textarea {
    width: 100%;
    height: 190px;
    border: 1px solid #b4b2a7;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.abcon_file {
    margin-top: 28px;
}

.abcon_btn {
    position: relative;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #dfdedb;
    border: 1px solid #b4b2a7;
}

.file_ico {
    width: 41px;
    height: 22px;
    vertical-align: middle;
}

.text_file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.send {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #689c84;
    border: 2px solid #689c84;
    background: #fff;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s;
}

.send:hover {
    background: #c3cac7;
}

.move1 {
    transform: translateY(200px);
    transition: all 1.5s;
    opacity: 0;
}

.move2 {
    transform: translateY(200px);
    transition: all 1.5s;
    transition-delay: 1s;
    opacity: 0;
}

.move3 {
    transform: translateY(200px);
    transition: all 1s;
    transition-delay: 1.5s;
    opacity: 0;
}

.move4 {
    transform: translateY(200px);
    transition: all 1s;
    transition-delay: 2s;
    opacity: 0;
}

/*bottom*/
.bottom {
    width: 1040px;
    margin: 0 auto;
    border-top: 1px solid #d5d5d5;
    padding: 70px 0 30px 0;
    word-break: break-word;
}

.bottom_li {
    width: 220px;
    margin-right: 53px;
    transition: all 2s;
    transform: translateX(-100px);
}

.bottomAnimat {
    transform: translateX(0);
}

.bottom_li h5 {
    margin-bottom: 18px;
}

.bottom_li h5 span {
    float: left;
    padding: 5px 0;
    font-size: 18px;
    font-family: "Source Code Pro Black";
    font-weight: bold;
    text-transform: uppercase;
    color: #272727;
    border-bottom: 3px solid #689c84;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.bottom_li h5 span:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.bottom_li p {
    line-height: 22px;
    color: #414141;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.bottom_li p:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.bottom_li.last {
    margin-right: 0;
}

.bottom_arrow {
    display: none;
}

/*footer*/
.footer {
    width: 100%;
    background: #191d25;
    height: 355px;
}

.footer_con {
    width: 1040px;
    margin: 0 auto;
    padding-top: 30px;
}

.footer_con_lf {
    width: 465px;
    word-break: break-word;
}

.ftwz1 {
    color: #fff;
    font-size: 36px;
    font-family: serif;
}

.ftwz2 {
    margin-top: 5px;
    color: #fff;
    font-size: 24px;
    color: #c9c9c9;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.footer_btn {
    position: relative;
    float: left;
    width: 128px;
    height: 40px;
    line-height: 40px;
    color: #689c84;
    text-align: center;
    border: 2px solid #689c84;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

.footer_btn:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0px;
    height: 100%;
    background: #fff;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}

.footer_btn em {
    position: relative;
    z-index: 1;
}

.footer_btn:hover:after {
    width: 100%;
}

.footer_logo {
    width: 131px;
    height: 46px;
    margin-left: 75px;
}

.footer_con_rg {
    margin: 70px 0 0 0;
}

.footer_con_ft {
    margin-top: 70px;
    text-align: center;
}

.footer_ico {
    margin: 0 18px;
    width: 30px;
    height: 30px;
}

.ftcoy {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

/*home*/
.homeCon {
    width: 1040px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 35px;
}

.homeCon_floor1 h5 {
    text-transform: uppercase;
}

.floor1_wrap {
    padding: 0 0 20px 0;
    background: #fff;
    box-shadow: 2px 2px 10px 5px #e9e9e9;
}

.fl1_lf {
    padding: 10px 0 0 20px;
    color: #000;
    width: 450px;
}

.fqsoan1 {
    display: inline-block;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.fqsoan2 {
    display: inline-block;
    max-width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.arrow_down {
    position: relative;
    top: 14px;
    width: 21px;
    height: 12px;
    margin-left: 15px;
    transition: all .5s;
    vertical-align: middle;
}

.ttii {
    text-transform: uppercase;
}

.fl1_ct {
    padding: 20px 0 0 0px;
    color: #000;
    width: 300px;
}

.fl1_rg {
    padding: 10px 0 0 20px;
    color: #000;
    margin-left: 0px;
}

.overhiden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.filbtn {
}

.filbtn_a {
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "Source Code Pro Black";
    background: #689c84;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 1s;
}

.filbtn_a:hover {
    transform: scale(1.1, 1.1)
}

.ttflbt {
    display: none;
}

.homeCon_floor2 {
    padding: 40px 0 0 0;
}

.hf1_lf {
    width: 490px;
    word-break: break-word;
}

.hf1_lf_why {
    text-transform: uppercase;
    font-family: serif;
    font-weight: bold;
}

.hf1_rg {
    width: 490px;
    margin-left: 60px;
}

.pvw_img {
    float: left;
    width: 92px;
    height: 92px;
    margin-right: 7px;
    margin-bottom: 20px;
    transition: all .5s;
    cursor: pointer;
}

.pvw_img:hover {
    transform: scale(1.1, 1.1)
}

.pvw_img:nth-of-type(5n) {
    margin-right: 0;
}

.homeCon_floor3 {
    padding-top: 10px;
}

.hf3_item {
    width: 490px;
    padding-bottom: 25px;
}

.wdwb {
    padding: 5px 0;
    font-size: 16px;
    color: #689c84;
    font-family: "Source Sans Pro ExtraLight"
}

.wdwb:hover {
    font-weight: bold;
}

.wdwb a {
    color: #689c84;
    font-family: "Source Sans Pro ExtraLight"
}

.wdwb a:hvoer {
    text-decoration: underline;
    font-weight: bold;
}

.hcitem_con_hd h5 {
    float: left;
    padding-bottom: 2px;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    border-bottom: 5px solid #689c84;
}

.hcitem_p {
    margin-top: 20px;
    font-family: "Source Sans Pro ExtraLight";
    font-size: 16px;
    word-break: break-word;
    color: #222;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 60px;
}

.readmore {
    margin-top: 25px;
}

.readmore a {
    float: left;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 18px;
    color: #689c84;
    font-family: "Source Sans Pro ExtraLight";
    border-bottom: 1px solid #689c84
}

.readmore a:hover {
    font-weight: bold;
}

.hf3_item:nth-of-type(2n) {
    margin-left: 60px;
}

.homeCon_floor1 {
    position: relative;
    z-index: 10;
}

.homeCon_floor1, .hf1_lf_home, .hf1_rg_home, .home_pic {
    visibility: hidden;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    transform: scale(.8, .8) translate(0, 20px);
    transform-origin: center center;
}

.hf3_item_pic {
    width: 490px;
    height: 260px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.home_pic:hover {
    transform: scale(1.2, 1.2)
}

.ttrqw {
    position: relative;
}

.ttrqw .selet_con {
    position: absolute;
    left: 0;
    min-width: 100%;
}

.ttrqw .selet_con span {
    font-size: 16px;
    font-family: "Source Sans Pro ExtraLight";
}

.ttrqwiUp .arrow_down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*example*/
.examCon {
    width: 1040px;
    margin: 0 auto;
    padding-top: 50px;
}

.examCon_top {
}

.examCon_top_lf {
    width: 360px;
}

.examCon_top_lf h5 {
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    color: #000;
    text-transform: uppercase;
}

.pvw_pic {
    width: 92px;
    height: 92px;
    margin-right: 18px;
    margin-bottom: 18px;
    transition: .5s all;
    cursor: pointer;
}

.pvw_pic:hover {
    transform: scale(1.1, 1.1)
}

.pvw_pic:last-of-type {
    margin-bottom: 10px;
}

.examCon_top_rg {
    width: 680px;
    margin-top: 5px;
}

.examTab {
    width: 100%;
}

.examTab_left {
    position: relative;
    top: 10px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    line-height: 20px;
    text-align: center;
}

.examTab_con {
    position: relative;
    width: 638px;
    overflow: hidden;
    height: 46px;
}

.arrow_left {
    width: 8px;
    height: 14px;
    overflow: hidden;
}

.arrow_right {
    width: 8px;
    height: 14px;
    overflow: hidden;
}

.examTab_right {
    position: relative;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.examTab_mnue {
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    width: 220px;
    text-align: center;
    font-family: serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.examTab_mnue .current {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    font-family: serif;
    border-bottom: 5px solid #689c84;
    text-transform: uppercase;
}

.examTab_mnue1 {
}

.examTab_mnue3 {
}

.examqh {
    margin-top: 40px;
    word-break: break-word;
    line-height: 20px;
}

.examqh_con {
    margin-top: 40px;
}

.examqh_item1 {
    transition: 1s all;
    transform: scale(.8, .8) translate(0, 20px);
    visibility: hidden;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    cursor: pointer;
    margin-top: 10px;
}


.examqh_item {
    background: #fff;
    border: 1px solid #e9e8e2;
    transition: 1s all;
    transform: scale(.8, .8) translate(0, 20px);
    visibility: hidden;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    cursor: pointer;
    margin-top: 10px;
}

.examqh_item:hover {
    transform: translate(10px, 10px)
}

.examqh_item_bt {
    padding: 10px 20px;
    word-break: break-word;
    color: #000;
}

.examCon_wrap .examqh_item {
    margin-right: 50px;
    margin-bottom: 65px;
}

.examCon_wrap .examqh_item:nth-of-type(3n) {
    margin-right: 0;
}

.tabnav {
    position: absolute;
    left: 0;
    top: 0;
}

/*detail*/
.dzDetial {
    width: 1040px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 65px;
}

.dzDetial h5 {
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    color: #000;
}

.swdate {
    padding: 40px 200px 50px;
}

.datarr1 {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.datarr2 {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

/*swiper*/
.swiper_pic1 {
    width: auto;
    height: 667px;
    max-width: 100%;
}

.swiper_pic2 {
    width: auto;
    height: 92px;
    max-width: 100%;
}

.gallery-top.swiper-container {
    width: 1000px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.gallery-top .swiper-wrapper {
    position: relative;
    width: 1000px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.gallery-top.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gallery-top .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.gallery-top .swiper-button-next, .gallery-top .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-top .swiper-button-next, .gallery-top .swiper-container-rtl .swiper-button-prev {
    background: url(../image/swiper_next.png) no-repeat 0 0;
    right: 10px;
    left: auto;
}

.gallery-top .swiper-button-next.swiper-button-white, .gallery-top .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url(../image/swiper_next.png) no-repeat 0 0;
}

.gallery-top .swiper-button-prev, .gallery-top .swiper-container-rtl .swiper-button-next {
    background: url(../image/swiper_pre.png) no-repeat 0 0;
    left: 10px;
    right: auto;
}

.gallery-top .swiper-button-next.swiper-button-disabled, .gallery-top .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.gallery-top .swiper-button-prev.swiper-button-white, .gallery-top .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url(../image/swiper_pre.png) no-repeat 0 0;
}

.gallery-thumbs {
    position: relative;
    width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.gallery-thumbs .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    oz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.gallery-thumbs .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative;
    width: auto;
}

.gallery-thumbs .swiper-slide img {
    border: 5px solid #f3f3f3;
}

.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-container-rtl .swiper-button-prev {
    background: url(../image/swiper_right.png) no-repeat 0 0;
    right: 10px;
    left: auto;
}

.gallery-thumbs .swiper-button-next.swiper-button-white, .gallery-thumbs .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url(../image/swiper_right.png) no-repeat 0 0;
}

.gallery-thumbs .swiper-button-prev, .gallery-thumbs .swiper-container-rtl .swiper-button-next {
    background: url(../image/swiper_left.png) no-repeat 0 0;
    left: 10px;
    right: auto;
}

.gallery-thumbs .swiper-button-next.swiper-button-disabled, .gallery-thumbs .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.gallery-thumbs .swiper-button-prev.swiper-button-white, .gallery-thumbs .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url(../image/swiper_left.png) no-repeat 0 0;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    border: 5px solid #689c84;
}

/*high end*/
.examCon .tit {
    text-transform: uppercase;
}

.highEnd .examqh_con {
    margin: 0;
}

.swddtmp {
    width: 560px;
    margin: 25px auto 0;
    font-size: 18px;
    font-family: "Source Sans Pro ExtraLight";
    word-break: break-word;
}

.swddtmp p {
    word-break: break-word;
    line-height: 20px;
}

.line20 {
    line-height: 20px;
}

.edbopp {
    width: 270px;
    word-break: break-word;
}

.event_wrap {
    margin-top: 30px;
}

.event_item {
    width: 354px;
    height: 230px;
    overflow: hidden;
    color: #000;
}

.event_dt {
}

.event_tit {
    font-size: 18px;
    font-weight: bold;
}

.abcon_txt2 {
    margin-left: 50px;
}

.abcon_seleted {
    position: relative;
}

.abcon_seleted_span {
    font-size: 16px;
    font-family: "Source Sans Pro ExtraLight";
}

.selet_con {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    background: #fff;
    height: 300px;
    padding-bottom: 20px;
    border-bottom: 1px #ccc;
    overflow-x: hidden;
    min-width: 100%;
}

.selet_con span {
    display: block;
    line-height: 30px;
    color: #808080;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.selet_con span:hover {
    background: #689c84;
    color: #fff;
}

.selet_arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    width: 42px;
    border-left: 1px solid #b4b2a7;
    text-align: center;
    line-height: 46px;
}

.event_dt .abcon_info {
}

.advistime_con {
    margin-top: 30px;
}

.advis_pic {
    width: 120px;
    height: 140px;
}

.advitm_tg {
    width: 570px;
    overflow: hidden;
    line-height: 24px;
    margin-top: -5px;
    color: #000;
}

.visibility {
    visibility: visible;
    transform: scale(1, 1) translate(0, 0px);
}

.bannerAniat {
    transform: translateX(0px);
    opacity: 1;
}

.save {
    background: #689c84;
    color: #fff;
    margin-left: 20px;
}

/*loading*/
.loading_box {
    position: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loading_box img {
    position: fixed;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1010;
    width: 80px;
    height: 80px;
}

/*分享*/
.footer .footer_con_ft .bds_fbook {
    float: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 18px;
    background-image: url(../image/footer_ico1.png);
    background-position: 0 0;
    padding: 0;
    line-height: 0;
    background-size: 30px 30px;
}

.footer .footer_con_ft .bds_linkedin {
    float: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 18px;
    background-image: url(../image/footer_ico2.png);
    background-position: 0 0;
    padding: 0;
    line-height: 0;
    background-size: 30px 30px;
}

.footer .footer_con_ft .bds_twi {
    float: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 18px;
    background-image: url(../image/footer_ico3.png);
    background-position: 0 0;
    padding: 0;
    line-height: 0;
    background-size: 30px 30px;
}

/*event2*/
.eventow {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 75px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.eventow h5 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: serif;
    font-weight: bold;
}

.eventow_list {
    margin: 10px 50px 35px 0;
    transition: all 1s;
}

.eventow_list:nth-of-type(3n) {
    margin-right: 0;
}

.evpic {
    width: 310px;
    height: 340px;
    overflow: hidden;
}

.pic_img {
    width: 310px;
    transition: all 1s;
}

.evpdl {
    border: 1px solid #dcdad3;
    font-family: "Source Code Pro Black";
    font-size: 18px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: #fff;
    width: 310px;
}

.eventow_list:hover .pic_img {
    transform: scale(1.2, 1.2)
}

.eventone_list {
    width: 270px;
    transition: all 1s;
    margin-bottom: 40px;
}

.evpic_one {
    width: 270px;
    height: 240px;
    overflow: hidden;
}

.pic1_img {
    width: 100%;
    transition: all 1s;
}

.evpdl1 {
    width: 100%;
    overflow: hidden;
    padding: 0 24px;
    border: 1px solid #dcdad3;
    font-family: "Source Sans Pro ExtraLight";
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    background: #fff;
    box-sizing: border-box;
}

.eventone_list:hover .pic1_img {
    transform: scale(1.2, 1.2)
}

.evvemore {
    display: block;
    font-family: "Source Sans Pro ExtraLight";
    font-size: 18px;
}

.evonmetiti {
    margin-top: 40px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.pceventpic {
    display: block;
}

.toucheventpic {
    display: none;
}

.psigup {
    margin-top: 40px;
}

.event_dt {
    border-bottom: 1px solid #c5c3c4;
    padding-bottom: 20px;
}

.event_dt:last-of-type {
    border-bottom: 0;
    padding-bottom: 0px;
}

/*弹窗*/
.dailog_mask {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}

.dailog_main {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 560px;
    height: 350px;
    margin: -175px 0 0 -280px;
    background: #fff;
    border: 1px solid #689c84;
    z-index: 10;
}

.dailog_con {
    padding: 10px 20px;
}

.dailog_p {
    padding: 10px 30px;
    color: #689c84;
    line-height: 24px
}

.daclose {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 20px;
    top: 20px;
    background: url(../image/dailog_close.png) no-repeat 0 0;
    cursor: pointer;
}

.tszt {
    /*text-transform: uppercase;*/
    line-height: 32px;
}

.tsztx {
    font-family: "Source Sans Pro ExtraLight";
}

.dabtn {
    display: block;
    width: 132px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    background: #689c84;
    margin: 20px auto;
}

/*新增地标*/
.lco_ico {
    width: 16px;
    height: 22px;
    float: left;
    background: url(../image/dib_ico.png) no-repeat 0 0;
}

.addxx {
    font-size: 14px
}

/*Media Queries*/
@media screen and (max-width: 980px) {
    #head {
        …
    }

    #content {
        …
    }

    #footer {
        …
    }
}

/** iPad **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/** iPhone **/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    /*banner nav*/
    .dZnav_con {
        width: 100%;
    }

    .dzNav {
        height: 40px;
    }

    .logo {
        width: 32px;
        height: 60px;
        left: 10px;
        top: 10px;
    }

    .logo img {
        width: 96px;
        height: auto;
    }

    .nav_menu {
        display: none;
    }

    .dz_banner_con {
        width: 100%;
    }

    .homeSwiper .swiper-button-next, .homeSwiper .swiper-button-prev {
        display: none;
        visibility: hidden;
    }

    .banner1 {
        display: none;
    }

    .touch_banner {
        display: block;
        width: 100%;
    }

    .banner_wz1 {
        left: 38%;
        top: 25px;
        font-size: 14px;
        white-space: nowrap;
    }

    .banner_wz2 {
        left: 38%;
        top: 45px;
        font-size: 12px;
    }

    .index_banner .banner_wz1 {
        left: 38%;
        top: 25px;
        font-size: 14px;
        white-space: nowrap;
    }

    .index_banner .banner_wz2 {
        left: 38%;
        top: 45px;
        font-size: 12px;
    }

    .abcon {
        width: 100%;
        padding: 20px 22px;
    }

    .touchMenu {
        display: block;
        position: absolute;
        top: 20px;
        right: 25px;
        height: 18px;
        width: 55px;
        z-index: 2;
    }

    .menu_ico {
        height: 18px;
        width: 55px;
    }

    .close_ico {
        height: 20px;
        width: 20px;
        float: right;
        display: none;
    }

    .touchMenu_wrap {
        position: absolute;
        top: 20px;
        right: 0;
        width: 180px;
        background: #fff;
        padding: 15px;
    }

    .touchMenu_li {
        line-height: 40px;
        color: #333;
    }

    .arrow_ico {
        float: right;
        background: url(../image/selet_ico.png) no-repeat 0 0;
        height: 7px;
        width: 12px;
        background-size: 12px 7px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .touchMenu_list {
        border-bottom: 1px solid #e5e5e5;
    }

    .touchMenu_list_con {
    }

    .touchMenu_list_con_li {
        border-bottom: 1px solid #e5e5e5;
    }

    .menu_more .arrow_ico {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .menu_list_about {
        width: 100%;
    }

    /*about us*/
    .abcon_lf {
        width: 100%;
    }

    .abcon_rg {
        width: 100%;
        margin-top: 20px;
    }

    /*bottom*/
    .bottom {
        width: 100%;
        padding: 0 22px;
        border: 0;
        margin-top: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bottom_li {
        width: 100%;
        border-bottom: 1px solid #d5d5d5;
    }

    .bottom_li:first-of-type {
        border-top: 1px solid #d5d5d5;
    }

    .bottom_info {
        border-top: 1px solid #d5d5d5;
    }

    .bottom_li h5 {
        height: 40px;
        line-height: 40px;
        margin: 0;
    }

    .bottom_li h5 span {
        border-bottom: 0;
        padding: 0;
        font-family: "Source Sans Pro ExtraLight";
        font-size: 16px;
    }

    .bottom_info {
        display: none;
        padding: 10px 0;
    }

    .bottom_arrow {
        display: block;
        float: right;
        width: 15px;
        height: 9px;
        margin-top: 17px;
        background-size: 15px 9px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .bottom_more .bottom_arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*footer*/
    .footer {
        height: auto;
    }

    .footer_con {
        width: 100%;
        padding: 20px 22px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer_con_lf {
        width: 100%;
    }

    .ftwz1 {
        font-size: 24px;
    }

    .ftwz2 {
        font-size: 16px;
        margin: 0;
    }

    .abtlx_span {
        position: relative;
        width: 86px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .footer_btn {
        width: 86px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-right: 25px;
    }

    .footer_btn.mgl40 {
        margin-left: 0;
    }

    .footer_logo {
        float: right;
        width: 86px;
        height: 32px;
        margin: 0;
        margin-top: 2px;
    }

    .footer_con_rg {
        margin-top: 20px;
        width: 100%;
    }

    .footer_con_ft {
        margin-top: 25px;
    }

    .footer_ico {
        width: 25px;
        height: 25px;
    }

    .ftcoy {
        font-size: 12px;
        margin-top: 10px;
    }

    /*home*/
    .homeCon {
        width: 100%;
        padding: 20px 22px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .fl1_lf {
        padding: 10px;
        width: 50%;
        box-sizing: border-box;
    }

    .fqsoan1 {
        width: 120px;
    }

    .indtxtit {
        font-size: 18px;
    }

    .ttii {
        font-size: 12px;
    }

    .ttrqw {
        font-size: 16px;
        height: 20px;
        margin-top: 5px;
    }

    .arrow_down {
        width: 10px;
        height: 6px;
        margin-left: 5px;
        top: 50%;
    }

    .fl1_ct {
        width: 50%;
        padding: 10px;
        margin: 0;
        box-sizing: border-box;
    }

    .filbtn_a {
        display: none;
    }

    .fl1_rg {
        display: none;
    }

    .ttiibtn {
        display: block;
        width: 145px;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        color: #fff;
        font-family: "Source Code Pro Black";
        background: #689c84;
        text-transform: uppercase;
    }

    .ttflbt {
        display: block;
    }

    .floor1_wrap {
        height: auto;
        padding-bottom: 15px;
    }

    .homeCon_floor2 {
        padding: 20px 0 0 0;
    }

    .hf1_lf_why {
        font-size: 16px;
        margin-top: 15px;
    }

    .hf1_lf_our {
        font-size: 12px;
    }

    .hf1_rg {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .pvw_img {
        width: 18%;
        height: 18%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .hf3_item {
        width: 100%;
    }

    .hf3_item_pic {
        text-align: center;
    }

    .home_pic {
        width: 225px;
        height: 130px;
    }

    .hf3_item_pic {
        width: 225px;
        height: 130px;
        overflow: hidden;
    }

    .hcitem_con_hd {
        width: 225px;
        margin: 0 auto;
    }

    .hcitem_con_hd h5 {
        font-size: 16px;
    }

    .wdwb {
        font-size: 14px;
    }

    .hcitem_p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 18px;
        min-height: auto;
    }

    .readmore {
        margin-top: 10px;
    }

    .readmore a {
        font-size: 16px;
    }

    .hf3_item {
        float: none;
    }

    .hf3_item:nth-of-type(2n) {
        margin: 0;
    }

    /*advisory_board*/
    .abcon_lf_pc {
        display: none;
    }

    .abcon_lf_touch {
        display: block;
        width: 100%;
    }

    .abcon_lf_touch h5 {
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 24px;
        font-family: serif;
        font-weight: bold;
    }

    .abcon_lf_touch .edbopp {
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
        width: 100%;
    }

    .abcon_rg {
        margin-top: 20px;
        padding: 0;
    }

    .abcon_tit span {
        font-size: 14px;
    }

    .advis_pic {
        height: 80px;
        width: 70px;
    }

    .advitm_tg {
        font-size: 12px;
        margin-left: 10px;
        width: 70%;
        line-height: 16px;
    }

    .advistime p {
        font-size: 12px;
        line-height: 16px;
    }

    .advistime {
        margin-top: 20px;
    }

    .advistime:first-of-type {
        margin: 0;
    }

    .edbopp {
        width: 100%;
    }

    /*contact us*/
    .acth5 {
        display: none;
    }

    .abcon_lf h5 {
        font-size: 24px;
        margin-top: 20px;
    }

    .contel {
        margin: 0;
    }

    .abadres .font20 {
        font-size: 16px;
    }

    .abadres .font15 {
        font-size: 12px;
    }

    .abadres {
        margin-top: 20px;
    }

    .cont_tit {
        display: none;
    }

    .cont_p {
        display: none;
    }

    .abcon_box {
        width: 150px;
        height: 30px;
        line-height: 30px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .abcon_iput {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin-top: -2px;
    }

    .w285 {
        width: 140px;
    }

    .abcon_txt .font16 {
        font-size: 12px;
    }

    .abcon_txt2 .abcon_box {
        width: 150px;
    }

    .w330 {
        width: 140px;
    }

    .abcon_txt2 {
        margin-left: 0;
    }

    .abcon_txt3 .abcon_box {
        width: 100%;
    }

    .w688 {
        width: 80%;
    }

    .contcom_rg {
        margin: 0;
    }

    .abcon_info {
        margin-top: 0px;
    }

    .abcon_email {
        margin-top: 10px;
    }

    .abcon_file {
        margin-top: 10px;
    }

    .abcon_file .font16 {
        font-size: 12px;
    }

    .abcon_btn {
        height: 30px;
        line-height: 30px;
    }

    .file_ico {
        width: 30px;
        height: 16px;
    }

    .send {
        display: block;
        margin: 0 auto;
        height: 30px;
        line-height: 30px;
        width: 85px;
        font-size: 12px;
    }

    .touchh5 {
        display: block;
    }

    /*detail*/
    .dzDetial {
        width: 100%;
        padding: 22px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .dzDetial h5 {
        font-size: 14px;
    }

    .gallery-top.swiper-container {
        width: 100%;
    }

    .gallery-top .swiper-wrapper {
        width: 100%;
    }

    .swiper_pic1 {
        width: auto;
        height: 250px;
        max-width: 100%;
    }

    .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev {
        height: 30px;
        width: 30px;
        margin-top: -15px;
        background-size: 30px 30px;
    }

    .gallery-top .swiper-button-next.swiper-button-white, .gallery-top .swiper-container-rtl .swiper-button-prev.swiper-button-white, .gallery-top .swiper-button-prev.swiper-button-white, .gallery-top .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-size: 30px 30px;
    }

    .gallery-top .swiper-button-next.swiper-button-white, .gallery-top .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        right: 0;
    }

    .gallery-top .swiper-button-prev.swiper-button-white, .gallery-top .swiper-container-rtl .swiper-button-next.swiper-button-white {
        left: 0;
    }

    .swdate {
        width: 90%;
        padding: 20px 0;
        margin: 0 auto;
    }

    .swdate .font18 {
        font-size: 14px;
    }

    .gallery-thumbs {
        width: 100%;
        padding: 0 25px;
    }

    .swiper_pic2 {
        width: auto;
        height: 49px;
        max-width: 100%;
    }

    .gallery-thumbs .swiper-button-prev, .gallery-thumbs .swiper-container-rtl .swiper-button-next {
        left: 0;
        width: 11px;
        height: 20px;
    }

    .gallery-thumbs .swiper-button-prev.swiper-button-white, .gallery-thumbs .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-size: 11px 20px;
    }

    .gallery-thumbs .swiper-button-next.swiper-button-white, .gallery-thumbs .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        right: 0;
        width: 11px;
        height: 20px;
    }

    .gallery-thumbs .swiper-button-next.swiper-button-white, .gallery-thumbs .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-size: 11px 20px;
    }

    /*event*/
    .event_item .font24 {
        font-size: 18px;
    }

    .event_item .font18 {
        font-size: 14px;
    }

    .edvcth {
        margin: 0;
    }

    .event_item {
        width: 100%;
        margin-top: 10px;
        height: auto;
    }

    .selet_arrow {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .selet_ico {
        width: 15px;
        height: 8px;
    }

    .abcon_seleted_span {
        float: left;
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 80%;
    }

    .abcon_rg {
        width: 100%;
    }

    .sel_txt2 {
        margin-left: 20px;
    }

    .evetnset {
        margin: 0;
        float: right;
    }

    .evetndddd {
        margin: 0;
        float: right;
    }

    .event_tit {
        font-size: 14px;
    }

    .ecthtoh {
        display: block;
    }

    .save {
        margin-left: 10px;
    }

    .selet_con span {
        line-height: 20px;
        font-size: 12px;
    }

    .ttrqw .selet_con span {
        font-size: 12px;
        font-family: "Source Sans Pro ExtraLight";
    }

    .selet_con {
        top: 30px;
        line-height: 20px;
        font-size: 12px;
    }

    /*example*/
    .examCon {
        width: 100%;
        padding: 20px 22px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .examCon_top_lf {
        display: none;
    }

    .examCon .homeCon_floor2 {
        display: block;
        padding: 0;
    }

    .examCon_top_rg {
        width: 100%;
    }

    .examTab_con {
        width: 84%;
    }

    .examTab_mnue {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .examTab_mnue .current {
        font-size: 14px;
        line-height: 24px;
    }

    .examTab_mnue1 {
    }

    .examTab_mnue.current {
        line-height: 20px;
        font-size: 14px;
    }

    .examTab_mnue3 {
    }

    .examTab_left {
        top: 0;
    }

    .examTab_right {
        top: 0;
    }

    .examqh_item {
        width: 46%;
        margin-right: 5%;
    }

    .exa_pic {
        width: 100%;
    }

    .examqh_item_bt {
        padding: 5px 10px;
        font-size: 12px;
    }

    .examqh_item_bt p {
        font-size: 12px;
    }

    .examCon_wrap .examqh_item:nth-of-type(3n) {
        margin-right: 5%;
    }

    .examqh_item:nth-of-type(2n), .examCon_wrap .examqh_item:nth-of-type(2n) {
        margin-right: 0;
    }

    .examqh_con {
        margin-top: 20px;
    }

    .examCon_wrap {
        margin-top: 20px;
    }

    .examCon_wrap .examqh_item {
        margin: 0 5% 20px 0;
    }

    .examCon .tit {
        display: none;
    }

    .examCon .examCon_top {
        margin: 0;
    }

    .hf1_lf {
        width: 100%;
    }

    .swddtmp {
        width: 100%;
        font-size: 12px;
    }

    .footer .footer_con_ft .bds_fbook {
        float: none;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 0 18px;
        background-image: url(../image/footer_ico1.png);
        background-position: 0 0;
        padding: 0;
        line-height: 0;
        background-size: 25px 25px;
    }

    .footer .footer_con_ft .bds_linkedin {
        float: none;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 0 18px;
        background-image: url(../image/footer_ico2.png);
        background-position: 0 0;
        padding: 0;
        line-height: 0;
        background-size: 25px 25px;
    }

    .footer .footer_con_ft .bds_twi {
        float: none;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 0 18px;
        background-image: url(../image/footer_ico3.png);
        background-position: 0 0;
        padding: 0;
        line-height: 0;
        background-size: 25px 25px;
    }

    /*event2*/
    .eventow {
        width: 100%;
        padding: 20px 22px;
    }

    .eventow_list {
        width: 47%;
        margin: 0 6% 5% 0;
    }

    .eventow_list:nth-of-type(3n) {
        margin-right: 5%;
    }

    .eventow_list:nth-of-type(2n) {
        margin-right: 0;
    }

    .evpic {
        width: 100%;
        height: 70%;
    }

    .pic_img {
        width: 100%;
    }

    .evpdl {
        font-size: 12px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
    }

    .evpdl span {
        display: block;
        width: 120%;
        transform: scale(.6, .6);
        text-indent: -3.5em;
    }

    .viewMore {
        text-align: center;
    }

    .viewMore .more {
        width: 15px;
        height: 8px;
    }

    .eventone_list {
        float: left;
        width: 47%;
        transition: all 1s;
        margin-bottom: 10px;
        margin-right: 6%;
    }

    .eventone_list:nth-of-type(2n) {
        margin-right: 0;
    }

    .evpic_one {
        width: 100%;
        height: 120%;
        overflow: hidden;
    }

    .pic1_img {
        width: 100%;
        transition: all 1s;
    }

    .evpdl1 {
        width: 100%;
        overflow: hidden;
        padding: 0 12px;
        border: 1px solid #dcdad3;
        font-family: "Source Sans Pro ExtraLight";
        font-size: 12px;
        font-weight: bold;
        height: 40px;
        background: #fff;
        box-sizing: border-box;
    }

    .eventone_list:hover .pic1_img {
        transform: scale(1.2, 1.2)
    }

    .evvemore {
        display: block;
        font-family: "Source Sans Pro ExtraLight";
        font-size: 12px;
    }

    .evonmetiti {
        margin-top: 40px;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
    }

    .pceventpic, .evonmetiti {
        display: none;
    }

    .toucheventpic {
        display: block;
    }

    .event_dt {
        border: 0;
        padding-bottom: 5px;
    }

    .pstctext {
        margin-top: 10px;
    }

    .psigup {
        margin-top: 25px;
    }

    /*弹窗*/
    .dailog_mask {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 10;
    }

    .dailog_main {
        position: fixed;
        left: 10%;
        top: 50%;
        width: 80%;
        height: 260px;
        margin: 0;
        margin-top: -130px;
        background: #fff;
        border: 1px solid #689c84;
        z-index: 10;
    }

    .dailog_logo {
        width: 60px;
        height: 40px;
    }

    .dailog_con {
        padding: 10px 20px;
    }

    .dailog_p {
        padding: 10px;
        color: #689c84;
        line-height: 16px;
        margin-top: 10px;
    }

    .daclose {
        position: absolute;
        height: 15px;
        width: 15px;
        right: 20px;
        top: 20px;
        background: url(../image/dailog_close.png) no-repeat 0 0;
        cursor: pointer;
        background-size: 15px 15px
    }

    .tszt {
        text-transform: uppercase;
    }

    .tsztx {
        font-family: "Source Sans Pro ExtraLight";
    }

    .dabtn {
        display: block;
        width: 100px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 16px;
        background: #689c84;
        margin: 20px auto;
    }

    .dailog_p .tszt {
        font-size: 14px;
    }

    .dailog_p p {
        font-size: 12px;
    }
}

/*新增地标*/
.lco_ico {
    width: 10px;
    height: 14px;
    float: left;
    margin-top: 4px;
    background: url(../image/dib_ico.png) no-repeat 0 0;
    background-size: 10px 14px;
    position: absolute;
    margin-left: -5px;
}

.addxx {
    font-size: 12px;
}

@media only screen and (width: 320px) {
    .footer_btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 10px;
    }

    .fqsoan1 {
        width: 100px;
    }

    .ttrqw {
        font-size: 12px;
        margin-top: 5px;
    }

    .sel_txt2 {
        margin-left: 5px;
    }

    .abcon_box {
        width: 135px;
        height: 30px;
        line-height: 30px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

    }

    .ttrqw {
        font-size: 16px;
        height: 20px;
        margin-top: 5px;
    }

    .arrow_down {
        width: 10px;
        height: 6px;
        margin-left: 5px;
        top: 50%;
        margin-top: -1px;
    }

    .abcon_txt2 .abcon_box {
        width: 135px;
    }

    .abcon_seleted_span {
        width: 100px;
        overflow: hidden;
        white-space: nowrap;
        word-break: break-word;
    }

    .w285, .w330 {
        width: 125px;
    }

    .abcon_txt2 {
        overflow: hidden;
        white-space: nowrap;
        width: 135px;
    }
}


























