/* 搜索 */
.full-searcha-wrapper .search-hd {
    border-bottom: 1px solid #d6d6d6;
}

.full-searcha-wrapper .search-form {
    padding: 20px 0;
}

    .full-searcha-wrapper .search-form form {
        position: relative;
        display: block;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding-right: 80px;
        border: 1px solid #333;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }

    .full-searcha-wrapper .search-form input {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 38px;
        height: 38px;
    }

        .full-searcha-wrapper .search-form input[type='text'] {
            padding-left: 36px;
            background: url(/uploads/image/rwebimages/searchaico.png) no-repeat 12px center;
            -o-background-size: auto 16px;
            background-size: auto 16px;
        }

        .full-searcha-wrapper .search-form input[type='submit'] {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 3;
            width: 80px;
            padding: 0 20px;
            color: #fff;
            background-color: #333;
        }

.full-searcha-wrapper .search-cate ul {
    margin-bottom: -1px;
    white-space: nowrap;
    overflow-x: auto;
}

.full-searcha-wrapper .search-cate li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.full-searcha-wrapper .search-cate a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: 1px solid #d6d6d6;
}

.full-searcha-wrapper .search-cate .cur a {
    border-color: #333;
}

.full-searcha-wrapper .search-result .length {
    padding: 10px 0;
}

.full-searcha-wrapper .search-result .nodata {
    padding: 20px 0;
}

.full-searcha-wrapper .result-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

    .full-searcha-wrapper .result-list li a {
        display: block;
    }

.full-searcha-wrapper .result-list .thumb {
    float: left;
    width: 135px;
}

    .full-searcha-wrapper .result-list .thumb img {
        max-width: 100%;
    }

.full-searcha-wrapper .result-list .content {
    overflow: hidden;
    padding-left: 10px;
}

    .full-searcha-wrapper .result-list .content h2 {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        max-height: 48px;
        line-height: 24px;
        display: -webkit-box;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.full-searcha-wrapper .result-list .desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    max-height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.full-searcha-wrapper .result-list .more {
    font-size: 14px;
    line-height: 24px;
}

.full-searcha-wrapper .loadmore {
    overflow: hidden;
    padding: 10px 0;
}

    .full-searcha-wrapper .loadmore a {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        color: #ffffff; /* {"title": "加载更多文本色","type":"color","name": "@clgloadmore","value": "#ffffff"}*/
        background-color: #cd002b; /* {"title": "加载更多背景色","type":"color","name": "@bgcgloadmore","value": "#cd002b"}*/
    }

@media (min-width: 640px) {
    .full-searcha-wrapper .search-form {
        padding: 30px 0;
    }

    .full-searcha-wrapper .result-list li {
        padding: 15px 0;
    }

    .full-searcha-wrapper .result-list .thumb {
        width: 180px;
    }

    .full-searcha-wrapper .result-list .loadmore {
        padding: 20px 0;
    }
}

@media (min-width: 1024px) {
    .full-searcha-wrapper .search-form {
        padding: 40px 0;
    }

    .full-searcha-wrapper .commonweb {
        max-width: 960px;
    }

    .full-searcha-wrapper .loadmore {
        padding: 40px 0;
    }

        .full-searcha-wrapper .loadmore a {
            line-height: 50px;
        }

    .full-searcha-wrapper .result-list li {
        padding: 20px 0;
    }

    .full-searcha-wrapper .result-list .content {
        padding-left: 30px;
    }

        .full-searcha-wrapper .result-list .content h2 {
            margin-bottom: 10px;
            font-weight: bold;
        }

    .full-searcha-wrapper .result-list .thumb {
        width: 280px;
    }
}

/* header s */
body { padding-top: 56px; }

header { position: fixed; width: 100%; top: 0; left: 0; background-color: #ffffff; z-index: 299; -webkit-transition: background-color 0.3s; -o-transition: background-color 0.3s; -moz-transition: background-color 0.3s; transition: background-color 0.3s; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.headerweb { width: 100%; position: relative; padding-left: 15px; padding-right: 15px; }

.header-left { float: left; }

.header-right { float: right; line-height: 56px; font-size: 0; }

.logo { padding: 12px 0; }

.logo a { display: block; width: 100%; }

.logo a img { height: 32px; }

.index-search { display: inline-block; vertical-align: middle; }

.index-icon { display: block; width: 36px; height: 36px; background-repeat: no-repeat; -o-background-size: auto; background-size: auto; background-position: center center; }

.index-search { display: inline-block; vertical-align: middle; margin-right: 20px; margin-left: 10px; }

.index-search .search-icon { background-image: url(/uploads/image/rwebimages/index-search.png); }

.index-search .search-box { position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); padding: 20px 15px; overflow: hidden; display: none; }

.index-search .search-box input { display: block; float: left; line-height: 40px; height: 40px; }

.index-search .search-box .sinput { width: 80%; border: 1px solid #4e6ef2; color: #333; font-size: 14px; text-indent: 10px; font-family: arial, helvetica, sans-serif; }

.index-search .search-box .sbtn { width: 20%; color: #fff; font-size: 14px; background-color: #4e6ef2; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

/*===========================*/
.mobnav-btn { display: inline-block; vertical-align: middle; width: 26px; height: 34px; position: relative; }

.mobnav-btn span { position: absolute; width: 100%; height: 3px; background-color: #999999; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.mobnav-btn span:first-child { top: 8px; }

.mobnav-btn span:nth-child(2) { top: 50%; margin-top: -2px; }

.mobnav-btn span:last-child { bottom: 9px; }

.mobnav-btn.open span:first-child { top: 15px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.mobnav-btn.open span:nth-child(2) { opacity: 0; }

.mobnav-btn.open span:last-child { bottom: 16px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

/*===========================*/
nav { position: fixed; top: 56px; background-color: #fff; left: 0; right: 0; bottom: 0; padding-top: 20px; padding-bottom: 80px; z-index: 188; overflow-x: hidden; overflow-y: auto; display: none; }

nav .lvnav { width: 100%; }

nav .lvnav .lv1 { width: 100%; padding: 0 15px; line-height: 40px; border-bottom: 1px solid #ddd; }

nav .lvnav .lv1 h4 { width: 100%; padding: 5px 0; position: relative; }

nav .lvnav .lv1 h4 a { display: block; color: #3c3c3c; font-size: 15px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; text-transform: uppercase; }

nav .lvnav .lv1 h4 .num, nav .lvnav .lv1 h4 .nvm { display: inline-block; vertical-align: middle; }

nav .lvnav .lv1 h4 .num { color: #006db8; font-family: "montserrat"; opacity: 0.2; padding-right: 10px; font-size: 22px; }

nav .lvnav .lv1 h4 .icon { position: absolute; width: 30%; right: 0; top: 0; height: 100%; }

nav .lvnav .lv1 h4 .icon:after { content: ''; position: absolute; border: 1px solid #6d6e8b; border-left: none; border-bottom: none; width: 10px; height: 10px; right: 5px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); top: 50%; margin-top: -9px; }

nav .lvnav .lv1.cur2 h4 .icon:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -2px; }

.hsubnav { width: 100%; padding: 0 25px 10px; display: none; }

.hsubnav .lv2 { width: 100%; line-height: 28px; padding: 3px 0; }

.hsubnav .lv2 a { display: block; width: 100%; color: #333333; font-size: 14px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; text-transform: uppercase; }

@media (min-width: 1024px) { body { padding-top: 74px; }
  .headerweb { padding-left: 40px; padding-right: 40px; }
  .header-left { float: none; width: 100%; padding-right: 32px; }
  .header-left::after { content: ''; display: block; width: 100%; clear: both; visibility: hidden; height: 0; }
  .header-right { float: none; line-height: 74px; position: absolute; top: 0; right: 40px; }
  .logo { float: left; padding: 18px 0; }
  .logo a img { height: 38px; }
  .index-search { margin-right: 0px; margin-left: 0px; }
  .index-search .search-icon { background-position: right center; }
  .index-search .search-box { left: auto; width: 300px; right: 0; padding: 15px 15px; }
  .index-search .search-box .sinput { text-indent: 15px; }
  .index-search .search-box .sbtn:hover { background-color: #c40202; }
  /*===========================*/
  .mobnav-btn { display: none; }
  /*===========================*/
  nav { position: static; background-color: transparent; padding-top: 0px; padding-bottom: 0px; display: block; overflow: inherit; float: right; }
  nav .lvnav { width: 100%; }
  nav .lvnav .lv1 { width: auto; float: left; padding: 0 21px; line-height: 74px; border-bottom: none; position: relative; }
  nav .lvnav .lv1 h4 { padding: 0; }
  nav .lvnav .lv1 h4 a { font-size: 16px; position: relative; }
  nav .lvnav .lv1 h4 a:after { content: ''; display: block; width: auto; position: absolute; bottom: 0; left: 51%; right: 51%; height: 3px; background-color: #4e6ef2; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
  nav .lvnav .lv1 h4 .icon { display: none !important; }
  nav .lvnav .lv1.cur h4 a, nav .lvnav .lv1:hover h4 a { color: #4e6ef2 !important; }
  nav .lvnav .lv1.cur h4 a:after, nav .lvnav .lv1:hover h4 a:after { left: 0; right: 0; }
  .hsubnav { width: auto; min-width: 110%; white-space: nowrap; position: absolute; background-color: #fff; padding: 5px 15px 10px; text-align: center; left: 50%; top: 100%; -webkit-transform: translatex(-50%); -moz-transform: translatex(-50%); -ms-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-50%); display: none; -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .hsubnav .lv2 a { font-size: 14px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
  .hsubnav .lv2 a:hover { color: #4e6ef2; } }

@media (min-width: 1260px) { body { padding-top: 90px; }
  .headerweb { padding-left: 0px; padding-right: 0px; max-width: 1200px; margin: 0 auto; }
  .header-right { right: 0px; line-height: 90px; }
  .logo { padding: 21px 0; }
  .logo a img { height: 48px; }
  nav .lvnav .lv1 { line-height: 90px; }
  nav .lvnav .lv1 h4 a:after { height: 5px; } }

/* header e */

footer { width: 100%; background-color: #2d2d2d; padding-top: 20px; padding-bottom: 30px; }

.footernav { width: 100%; }

.ftlvnav { width: 100%; }

.ftlvnav .lv1 { width: 100%; line-height: 24px; border-bottom: 1px solid #999; }

.ftlvnav .lv1 h4 { width: 100%; position: relative; padding: 10px 0; line-height: 30px; }

.ftlvnav .lv1 h4 a { display: block; width: 100%; color: #fff; font-size: 15px; }

.ftlvnav .lv1 h4 .icon { position: absolute; width: 30%; right: 0; top: 0; height: 100%; }

.ftlvnav .lv1 h4 .icon:after { content: ''; position: absolute; border: 1px solid #f2f2f2; border-left: none; border-bottom: none; width: 10px; height: 10px; right: 10px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); top: 50%; margin-top: -9px; }

.ftlvnav .lv1.cur h4 .icon:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -2px; }

.ftsub { width: 100%; padding: 0 15px 20px; display: none; }

.ftsub .lv2 { padding-bottom: 3px; }

.ftsub .lv2 a { display: block; width: 100%; font-size: 13px; color: #7e7e7e; }

.footer-right { padding-top: 45px; }

.footer-message { text-align: center; }

.focus-title { color: #ffffff; font-size: 13px; line-height: 20px; padding: 5px 0; }

.focus-methods { padding-top: 5px; }

.focus-telnum { display: block; width: 100%; color: #4e6ef2; font-size: 30px; line-height: 1.2; }

.footer-focus { padding: 13px 0; text-align: center; }

.footer-focus .bdsharebuttonbox { display: inline-block; vertical-align: top; }

.footer-focus .bdsharebuttonbox a { float: none; display: inline-block; vertical-align: top; width: 32px; height: 32px; -webkit-border-radius: 50%; border-radius: 50%; position: relative; margin: 0px; margin-right: 6px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; background-repeat: no-repeat; -o-background-size: auto; background-size: auto; background-position: 0 0; opacity: 1; }

.footer-focus .bdsharebuttonbox a:hover { opacity: 1; }

.footer-focus .bdsharebuttonbox a:hover .img { opacity: 1; visibility: visible; }

.footer-focus .bdsharebuttonbox a .img { position: absolute; width: 150px; height: 150px; padding: 5px; background-color: #fff; bottom: 42px; left: 50%; -webkit-transform: translatex(-50%); -moz-transform: translatex(-50%); -ms-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-50%); -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0; visibility: hidden; }

.footer-focus .bdsharebuttonbox a .img img { display: block; width: 100%; }

.footer-focus .bdsharebuttonbox a .img:after { content: ''; border: 8px solid transparent; border-top-color: #fff; position: absolute; bottom: -16px; left: 66px; }

.footer-focus .bdsharebuttonbox .bds_weixin { background-image: url(/uploads/image/rwebimages/weixin.png); }

.footer-focus .bdsharebuttonbox .bds_sqq { background-image: url(/uploads/image/rwebimages/qq.png); }

.focus-address { color: #7e7e7e; font-size: 13px; line-height: 22px; padding-bottom: 10px; }

.footer-copyright { color: #565656; font-size: 12px; text-align: center; line-height: 18px; }

.footer-copyright a { color: #565656; }

@media (min-width: 1024px) { footer { padding-top: 40px; padding-bottom: 48px; }
  footer .commonweb { position: relative; }
  .footer-left { float: left; }
  .footer-right { padding-top: 0px; float: right; }
  .ftlvnav .lv1 { width: auto; border-bottom: none; float: left; padding-top: 0; padding-right: 25px; }
  .ftlvnav .lv1 h4 { padding: 0 0 10px; }
  .ftlvnav .lv1 h4 .icon { display: none; }
  .ftsub { padding: 0px; display: block; }
  .ftsub .lv2 a { display: inline-block; vertical-align: top; width: auto; }
  .ftsub .lv2 a:hover { color: #4e6ef2; }
  .footer-message { text-align: right; }
  .focus-methods { padding-top: 10px; }
  .footer-focus { text-align: right; }
  .footer-focus .bdsharebuttonbox a { margin-right: 0px; margin-left: 6px; }
  .footer-copyright { text-align: right; }
  .footer-copyright a:hover { color: #4e6ef2; } }

@media (min-width: 1260px) { .ftlvnav .lv1 { padding-right: 55px; } }

/*==========================================================*/
.aside { position: fixed; width: 40px; display: block; bottom: 100px; right: 15px; z-index: 122; }

.aside .aitem { display: block; width: 40px; height: 40px; background-color: #4e6ef2; z-index: 199; overflow: hidden; position: relative; }

.aside .goto { background-image: ; -o-background-size: contain; background-size: contain; background-repeat: no-repeat; }

.aside .iphone { background: #000  no-repeat scroll center center; top: 2px; }

@media (min-width: 1024px) { .aside { right: 40px; bottom: 100px; }
  .aside .aitem { -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
  .aside .goto { display: none; }
  .aside .goto:hover { background-color: #c40202; }
  .aside .iphone { display: none; } }

@media (min-width: 1260px) { .aside { right: 55px; bottom: 130px; width: 62px; }
  .aside .aitem { width: 62px; height: 62px; } }

/*==========================================================*/

/*--------------------templatecss4--------------------*/


/*-----1563765406-----*/
.bannerb { position: relative; z-index: 10; }
.bannerb .ban { overflow: hidden; }
.bannerb img { position: relative; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); width: auto; height: 150px; }
.bannerb .ban-info { position: absolute; left: 50%; top: 50%; width: 100%; z-index: 10; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin-top: -30px; text-align: right; }
.bannerb .ban-info .info { display: inline-block; vertical-align: top; }
.bannerb .ban-info .en { font-size: 18px; line-height: 1; color: #b5bfb7; }
.bannerb .ban-info .cn { font-size: 18px; line-height: 1.4; color: #b5bfb7; }
.bannerb .bannerb-nav { position: relative; height: 60px; }
.bannerb .channel-title { font-size: 18px; line-height: 30px; padding: 15px 0; text-align: center; cursor: pointer; }
.bannerb .channel-title:after { content: ''; display: inline-block; vertical-align: top; width: 20px; height: 30px; margin-left: 10px; background:  no-repeat center; -o-background-size: 14px auto; background-size: 14px auto; -webkit-transition: all ease .3s; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; }
.bannerb .channel-title.cur:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.bannerb .channel-nav { display: none; position: absolute; left: 0; top: 60px; z-index: 10; width: 100%; border-top: 1px solid #ccc; }
.bannerb .channel-nav li { border-bottom: 1px solid #ccc; background-color: #fff; }
.bannerb .channel-nav a { display: block; font-size: 14px; line-height: 30px; padding: 6px 20px; }
@media (min-width: 768px) { .bannerb img { height: 180px; }
 }@media (min-width: 1024px) { .bannerb img { height: 300px; }
  .bannerb .ban-info .en { font-size: 24px; }
  .bannerb .ban-info .cn { font-size: 24px; font-size: 24px; }
  .bannerb .bannerb-nav { position: absolute; left: 50%; bottom: 0; z-index: 10; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 100%; height: auto; }
  .bannerb .channel-title { display: none; }
  .bannerb .channel-nav { position: static; z-index: 10; display: table !important; width: 100%; border-top: 0; padding-top: 10px; padding-bottom: 10px; background-color: rgba(255, 255, 255, 0.1); }
  .bannerb .channel-nav a { position: relative; display: inline-block; vertical-align: top; font-size: 16px; color: #ffffff; padding: 6px 18px; }
  .bannerb .channel-nav a:hover:after { height: 4px; background-color: #4e6ef2; }
  .bannerb .channel-nav a:after { content: ''; position: absolute; display: block; left: 0; bottom: -10px; width: 100%; height: 0; -webkit-transition: all ease .3s; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; }
  .bannerb .channel-nav li { display: table-cell; vertical-align: top; border-bottom: 0; background: none; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .bannerb .channel-nav li:last-child { border-right: 0; }
  .bannerb .channel-nav li.cur a:after { height: 4px; background-color: #4e6ef2; }
 }@media (min-width: 1260px) { .bannerb .ban-info { margin-top: -40px; }
  .bannerb .channel-nav a { padding: 15px 18px; }
 }
/*-----1563765406-----*/


/*--------------------templatecss4--------------------*/

/*--------------------templatecss2--------------------*/


/*-----1563765495-----*/
.headercontwp12 { position: relative; z-index: 10; height: 60px; background-color: #ffffff; }
.headerm12 { right: 0; height: 60px; background-color: #ffffff; padding: 5px 10px; }
.fixdtopcont { position: fixed; left: 0; top: 0; }
.headerm12 .logo12 { position: absolute; z-index: 1; height: 50%; text-align: center; top: 50%; left: 45%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.headerm12 .logo12 img { height: 100%; }
.headerm12 .languagebtn12 { float: right; width: 40px; height: 40px; margin-top: 5px; background-position: center center; background-repeat: no-repeat; -o-background-size: 70% auto; background-size: 70% auto; background-image: ; }
.headerm12 .searchbtn12 { float: right; width: 40px; height: 40px; margin-top: 5px; background-position: center center; background-repeat: no-repeat; background-image: url(/uploads/image/rwebimages/searchbtn_top12.png); }
.nav12 ul { display: none; position: absolute; top: 100%; left: 0; right: 0; background-color: #ffffff; padding: 5px 10px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
.nav12 ul li { height: 45px; line-height: 45px; border-bottom: 1px solid #eeeeee; font-size: 15px; }
.nav12 ul li a { display: block; color: #333333; }
.nav12 .navbtn12 { position: absolute; left: 5px; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 40px; height: 40px; }
.nav12 .navicon12, .nav12 .navicon12:after, .nav12 .navicon12:before { content: ""; cursor: pointer; display: block; height: 2px; left: 50%; position: absolute; top: 50%; -webkit-transition: all 500ms ease-in-out 0s; -o-transition: all 500ms ease-in-out 0s; -moz-transition: all 500ms ease-in-out 0s; transition: all 500ms ease-in-out 0s; width: 30px; background-color: #999999; }
.nav12 .navicon12:after { -webkit-transform: translate3d(-50%, 8px, 0px); -moz-transform: translate3d(-50%, 8px, 0px); transform: translate3d(-50%, 8px, 0px); }
.nav12 .navicon12:before { -webkit-transform: translate3d(-50%, -11px, 0px); -moz-transform: translate3d(-50%, -11px, 0px); transform: translate3d(-50%, -11px, 0px); }
.nav12 .navicon12 { -webkit-transform: translate3d(-50%, 0px, 0px); -moz-transform: translate3d(-50%, 0px, 0px); transform: translate3d(-50%, 0px, 0px); }
.nav12.show ul { display: block; }
.nav12.show .navicon12:after { top: 10px; -webkit-transform: translatex(-50%) translatey(-10px) rotate(-45deg); -ms-transform: translatex(-50%) translatey(-10px) rotate(-45deg); -moz-transform: translatex(-50%) translatey(-10px) rotate(-45deg); -o-transform: translatex(-50%) translatey(-10px) rotate(-45deg); transform: translatex(-50%) translatey(-10px) rotate(-45deg); background-color: #006ba7; }
.nav12.show .navicon12:before { top: 0px; -webkit-transform: translatex(-50%) rotate(45deg); -ms-transform: translatex(-50%) rotate(45deg); -moz-transform: translatex(-50%) rotate(45deg); -o-transform: translatex(-50%) rotate(45deg); transform: translatex(-50%) rotate(45deg); background-color: #006ba7; }
.nav12.show .navicon12 { background: transparent; }
.searchm12 { position: absolute; top: 100%; left: 0; right: 0; bordertop: 1px solid #eeeeee; padding: 10px; background-color: #333333; display: none; }
.searchbox12.show .searchm12 { display: block; }
.searchmb12 { border-width: 1px; border-style: solid; border-color: #eee; position: relative; padding-right: 50px; }
.searchmb12 label { display: block; padding: 10px; background-color: #ffffff; }
.searchmb12 label input { display: block; width: 100%; height: 20px; }
.searchmb12 .submitbtn12 { position: absolute; right: 0px; top: 0; width: 50px; height: 40px; line-height: 200px; overflow: hidden; background: none; background-position: center center; background-repeat: no-repeat; -o-background-size: 40% auto; background-size: 40% auto; background-image: url(/uploads/image/rwebimages/searchbtn_top12.png); background-color: #eeeeee; }
@media (min-width: 992px) { .headercontwp12 { height: 80px; }
  .headerm12 { height: 80px; position: relative; padding: 0 18px; }
  .headerm12 .logo12 { float: left; height: 64px; padding-top: 16px; position: relative; top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  .headerm12 .logo12 img { display: block; }
  .headerm12 .languagebtn12 { width: 44px; height: 44px; -o-background-size: 100% auto; background-size: 100% auto; margin-top: 18px; margin-left: 13px; }
  .headerm12 .searchbox12 { float: right; width: 44px; height: 44px; -o-background-size: 100% auto; background-size: 100% auto; margin-top: 18px; margin-left: 13px; position: relative; }
  .headerm12 .searchbtn12 { display: block; float: none; width: 44px; height: 44px; margin: 0; }
  .searchbox12 .searchm12 { width: 300px; left: auto; right: -40px; border: none; padding-top: 20px; background: none; }
  .nav12 { width: 70%; margin: 0 auto; padding-left: 50px; }
  .nav12 .navbtn12 { display: none; }
  .nav12 ul { display: block; position: relative; top: 0; left: 0; height: 80%; padding: 0; border: none; text-align: center; }
  .nav12 ul li { display: inline-block; height: 80px; line-height: 80px; border: none; font-size: 18px; }
  .nav12 ul li a { display: block; height: 80px; padding: 0 5px; color: #333333; }
  .nav12 ul li:hover a, .nav12 ul li.cur a { background-color: #006ba7; color: #ffffff; }
 }@media (min-width: 1260px) { .nav12 ul li a { display: block; height: 80px; padding: 0 17px; }
 }

/*-----1563765495-----*/


/*--------------------templatecss2--------------------*/

/*--------------------templatecss3--------------------*/


/*-----1563765509-----*/
.footer05 { padding: 22px 0; background-color: #f2f2f2; font-size: 13px; color: #666666; }
.footlogo05 { display: block; margin: 0 auto 6px; }
.footerleft05 dt { font-size: 0; }
.footerleft05 a { display: inline-block; font-size: 14px; margin-right: 10px; padding-right: 10px; background-image: url(/uploads/image/rwebimages/ft502.jpg); background-position: right center; background-repeat: no-repeat; }
.footerleft05 a:last-child { background-image: none; }
.footerleft05 a:hover { color: #c82226; }
.zdsbacktop { z-index: 100; position: fixed; right: 20px; bottom: 10%; width: 50px; height: 50px; -webkit-border-radius: 100%; border-radius: 100%; display: block; display: none; background-color: #000000; }
.zdsbacktop:after { display: block; content: ""; width: 6px; height: 6px; border-left: 2px solid #ffffff; position: absolute; left: 50%; top: 50%; margin: -3px 0 0 -3px; border-bottom: 2px solid #ffffff; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
@media (min-width: 768px) { .footer05 { text-align: left; }
  .footlogo05 { float: right; }
 }

/*-----1563765509-----*/


/*--------------------templatecss3--------------------*/
/*--------------------templatecss8--------------------*/

/*-----1563767566-----*/
.full-honora-container { padding: 30px 0 20px; background-color: #ffffff; }
.full-honora-container .honora-title { margin-bottom: 20px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.full-honora-container .honora-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #4e6ef2; }
.full-honora-container .honora-list { overflow: hidden; font-size: 0; }
.full-honora-container .honora-list ul { margin: 0 -5px; }
.full-honora-container .honora-list a { display: block; padding: 10px 10px 15px; background-color: #f2f2f2; }
.full-honora-container .honora-list li { display: inline-block; vertical-align: top; width: 50%; padding: 0 5px; margin-bottom: 10px; }
.full-honora-container .honora-list .thumb { position: relative; overflow: hidden; }
.full-honora-container .honora-list .thumb:after { display: block; content: ''; width: 100%; padding-bottom: 80%; }
.full-honora-container .honora-list .thumb img { position: absolute; left: 50%; top: 50%; z-index: 3; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; }
.full-honora-container .honora-list .msg { padding-top: 5px; font-size: 14px; line-height: 22px; text-align: center; color: #666666; }
.full-honora-container .honora-list .msg .title { font-size: 14px; line-height: 22px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.full-honora-container .honora-list .msg .desc { white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.full-honora-container .loadmore { overflow: hidden; padding: 10px 0; }
.full-honora-container .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff; background-color: #4e6ef2; }
.full-honora-popup { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 300; background-color: rgba(0, 0, 0, 0.5); }
.full-honora-popup .honora-wrap { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; width: 94%; height: 80%; max-width: 800px; }
.full-honora-popup .honora-wrap li { text-align: center; font-size: 0; }
.full-honora-popup .honora-wrap li:before { content: ''; display: inline-block; vertical-align: middle; width: 0; height: 100%; }
.full-honora-popup .honora-wrap li img { display: inline-block; vertical-align: middle; width: auto; height: auto; max-width: 100%; width: 100%; }
.full-honora-popup .honora-wrap li img.lanky { width: auto; max-height: 100%; height: 100%; }
.full-honora-popup .honora-popupsw { height: 100%; }
.full-honora-popup .honora-pages { display: none; }
.full-honora-popup .honora-ctrl { position: absolute; top: 50%; z-index: 10; background-repeat: no-repeat; background-position: center center; width: 38px; height: 74px; -o-background-size: 15px auto; background-size: 15px auto; margin-top: -37px; }
.full-honora-popup .honora-prev { left: -5px; background-image: url(/uploads/image/rwebimages/honoraprev.png); }
.full-honora-popup .honora-next { right: -5px; background-image: url(/uploads/image/rwebimages/honoranext.png); }
.full-honora-popup .honora-popupsw { height: 100%; }
.full-honora-popup .honora-close { position: absolute; top: -40px; right: 0px; z-index: 10; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-image: url(/uploads/image/rwebimages/honoraclose.png); }
@media (min-width: 768px) { .full-honora-container .honora-list ul { margin: 0 -10px; }
  .full-honora-container .honora-list li { padding: 0 10px; margin-bottom: 20px; }
  .full-honora-container .honora-list li a { padding: 20px 20px 32px; }
  .full-honora-container .honora-list li .thumb:after { padding-bottom: 90%; }
 }
@media (min-width: 1024px) { .full-honora-container { padding: 75px 0 70px; }
  .full-honora-container .honora-title { margin: 0 0 80px; font-size: 30px; }
  .full-honora-container .honora-title:after { margin: 12px auto 0; }
  .full-honora-container .honora-list ul { margin: 0 -17px; }
  .full-honora-container .honora-list li { width: 33.3333%; padding: 0 17px; margin-bottom: 34px; }
  .full-honora-container .honora-list li .thumb:after { padding-bottom: 95%; }
  .full-honora-container .honora-list li .thumb img { -webkit-transition: -webkit-transform ease .7s; transition: -webkit-transform ease .7s; -o-transition: -o-transform ease .7s; -moz-transition: transform ease .7s, -moz-transform ease .7s; transition: transform ease .7s; transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s; }
  .full-honora-container .honora-list li a:hover img { -webkit-transform: scale(1.03) translate(-50%, -50%); -moz-transform: scale(1.03) translate(-50%, -50%); -ms-transform: scale(1.03) translate(-50%, -50%); -o-transform: scale(1.03) translate(-50%, -50%); transform: scale(1.03) translate(-50%, -50%); }
  .full-honora-container .loadmore { padding: 15px 0; }
  .full-honora-container .loadmore a { line-height: 50px; }
  .full-honora-popup .honora-close { -webkit-transition: -webkit-transform ease .3s; transition: -webkit-transform ease .3s; -o-transition: -o-transform ease .3s; -moz-transition: transform ease .3s, -moz-transform ease .3s; transition: transform ease .3s; transition: transform ease .3s, -webkit-transform ease .3s, -moz-transform ease .3s, -o-transform ease .3s; }
  .full-honora-popup .honora-close:hover { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
  .full-honora-popup .honora-ctrl { -o-background-size: auto; background-size: auto; }
  .full-honora-popup .honora-prev { left: -80px; }
  .full-honora-popup .honora-next { right: -80px; }
 }
/*-----1563767566-----*/

/*--------------------templatecss8--------------------*//*--------------------templatecss9--------------------*/

/*-----1563768099-----*/
.full-teamc-container { padding: 30px 0; background-color: #ffffff; }
.full-teamc-container .teamc-title { position: relative; margin-bottom: 20px; padding-bottom: 10px; font-size: 20px; line-height: 40px; text-align: center; color: #868686; }
.full-teamc-container .teamc-title::after { content: ''; position: absolute; left: 50%; bottom: 0; z-index: 3; width: 60px; margin-left: -30px; height: 2px; background-color: #4e6ef2; }
.full-teamc-container .teamc-desc { text-align: center; padding-bottom: 10px; font-size: 14px; line-height: 26px; color: #333333; }
.full-teamc-container .teamc-list-wrapper { position: relative; }
.full-teamc-container .teamc-list-wrapper li { padding: 30px 20px 48px; text-align: center; color: #ffffff; background-color: #333333; }
.full-teamc-container .teamc-list-wrapper li:nth-child(even) { background-color: #22ac38; }
.full-teamc-container .teamc-list-wrapper .avatar { margin-bottom: 15px; text-align: center; }
.full-teamc-container .teamc-list-wrapper .avatar img { max-width: 87%; }
.full-teamc-container .teamc-list-wrapper .name { font-size: 22px; line-height: 24px; color: #ffffff; }
.full-teamc-container .teamc-list-wrapper .name:after { content: ''; display: block; width: 45px; height: 3px; margin: 12px auto 16px; overflow: hidden; background-color: #ffffff; }
.full-teamc-container .teamc-list-wrapper .jobs { margin-bottom: 16px; font-size: 16px; line-height: 24px; }
.full-teamc-container .teamc-list-wrapper .desc { font-size: 14px; line-height: 22px; }
.full-teamc-container .teamc-pages { position: absolute; width: 100%; bottom: 15px; z-index: 10; text-align: center; }
.full-teamc-container .teamc-pages span { opacity: 0.5; margin: 0 5px; }
.full-teamc-container .teamc-pages .swiper-pagination-bullet-active { background-color: #fff; opacity: 1; }
.full-teamc-container .teamc-ctrl { display: none; }
@media (min-width: 768px) { .full-teamc-container { position: relative; }
  .full-teamc-container .teamc-list-wrapper { padding-bottom: 60px; }
  .full-teamc-container .teamc-desc { max-width: 80%; margin: 0 auto; }
  .full-teamc-container .teamc-pages .swiper-pagination-bullet-active { background-color: #cccccc; }
  .full-teamc-container .teamc-ctrl { display: none; position: absolute; top: 50%; z-index: 10; width: 62px; height: 62px; -webkit-border-radius: 50%; border-radius: 50%; margin-top: -31px; background-repeat: no-repeat; background-position: center; background-color: #cccccc; }
  .full-teamc-container .teamc-prev { left: -31px; background-image: url(/uploads/image/rwebimages/teamcprev.png); }
  .full-teamc-container .teamc-next { right: -31px; background-image: url(/uploads/image/rwebimages/teamcnext.png); }
 }@media (min-width: 1024px) { .full-teamc-container { padding: 68px 0 94px; }
  .full-teamc-container .teamc-title { margin: 0 0 38px; font-size: 30px; line-height: 1.5; }
  .full-teamc-container .teamc-desc { padding-bottom: 32px; font-size: 16px; line-height: 30px; }
  .full-teamc-container .teamc-list-wrapper { padding-bottom: 0; }
  .full-teamc-container .teamc-list-wrapper .avatar { margin-bottom: 20px; }
  .full-teamc-container .teamc-list-wrapper .name { font-size: 22px; line-height: 24px; }
  .full-teamc-container .teamc-list-wrapper .name:after { margin: 12px auto 15px; }
  .full-teamc-container .teamc-list-wrapper .jobs { margin-bottom: 16px; }
  .full-teamc-container .teamc-pages { display: none; }
  .full-teamc-container .teamc-ctrl { display: block; }
  .full-teamc-container .teamc-ctrl:hover { background-color: #4e6ef2; }
 }@media (min-width: 1260px) { .full-teamc-container .teamc-list-wrapper { padding-bottom: 0; }
  .full-teamc-container .teamc-list-wrapper li { padding: 46px 28px 68px; }
  .full-teamc-container .teamc-list-wrapper .avatar { margin-bottom: 30px; }
  .full-teamc-container .teamc-list-wrapper .name { font-size: 22px; line-height: 24px; }
  .full-teamc-container .teamc-list-wrapper .name:after { margin: 20px auto 23px; }
  .full-teamc-container .teamc-list-wrapper .jobs { margin-bottom: 26px; }
 }


@media (min-width: 1350px) { .full-teamc-container .teamc-prev { left: -74px; }
  .full-teamc-container .teamc-next { right: -74px; }
 }

@media (min-width: 1400px) { .full-teamc-container .teamc-prev { left: -94px; }
  .full-teamc-container .teamc-next { right: -94px; }
 }

/*-----1563768099-----*/

/*--------------------templatecss9--------------------*//*--------------------templatecss10--------------------*/

/*-----1563783411-----*/
.introductionf-container { padding: 30px 0 25px; background-color: #ffffff; font-size: 14px; line-height: 24px; color: #666666; }
.introductionf-container .introductionf-title { margin-bottom: 15px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.introductionf-container .introductionf-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #4e6ef2; }
.introductionf-container .introf-imgtxt .name { font-size: 18px; line-height: 1.4; color: #666666; }
.introductionf-container .introf-imgtxt .en { margin-bottom: 10px; font-size: 18px; line-height: 1.1; color: #4e6ef2; }
.introductionf-container .introf-imgtxt img { margin: 0.5em 0; max-width: 100%; height: auto !important; }
@media (min-width: 1024px) { .introductionf-container { padding: 75px 0 102px; }
  .introductionf-container .introductionf-title { margin: 0 0 78px; font-size: 30px; }
  .introductionf-container .introductionf-title:after { margin: 12px auto 0; }
  .introductionf-container .introf-imgtxt { width: 100%; display: table; table-layout: fixed; }
  .introductionf-container .introf-imgtxt .name { font-size: 24px; }
  .introductionf-container .introf-imgtxt .en { margin: 0 0 38px; font-size: 24px; }
  .introductionf-container .introf-imgtxt img { margin: 0; }
  .introductionf-container .content { display: table-cell; vertical-align: middle; padding: 0 60px 0 0; }
  .introductionf-container .img { display: table-cell; vertical-align: middle; width: 462px; }
 }

/*-----1563783411-----*/

/*--------------------templatecss10--------------------*//*--------------------templatecss12--------------------*/

/*-----1563783606-----*/
.full-newsa-container { padding: 30px 0; background-color: #ffffff; }
.full-newsa-container .newsa-title { margin-bottom: 20px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.full-newsa-container .newsa-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #4e6ef2; }
.full-newsa-container .newsa-topnews-swiper { margin-bottom: 15px; }
.full-newsa-container .newsa-topnews-swiper .thumb { overflow: hidden; }
.full-newsa-container .newsa-topnews-swiper .thumb img { width: 100%; }
.full-newsa-container .newsa-topnews-swiper a { display: block; background-color: #f2f2f2; }
.full-newsa-container .newsa-topnews-swiper .conent { padding: 10px 15px 40px; }
.full-newsa-container .newsa-topnews-swiper .title { margin-bottom: 5px; font-size: 18px; line-height: 30px; color: #666666; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.full-newsa-container .newsa-topnews-swiper .desc { font-size: 14px; line-height: 24px; color: #888888; display: -webkit-box; height: 72px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.full-newsa-container .newsa-topnews-swiper .more { display: inline-block; vertical-align: top; font-size: 14px; line-height: 24px; color: #666666; }
.full-newsa-container .newsa-topnews-swiper .newsa-pages { position: absolute; left: 0; bottom: 15px; z-index: 10; width: 100%; font-size: 0; line-height: 0; text-align: center; }
.full-newsa-container .newsa-topnews-swiper .newsa-pages span { opacity: 1; display: inline-block; vertical-align: top; width: 10px; height: 10px; margin: 0 5px; background-color: #f2f2f2dot; }
.full-newsa-container .newsa-topnews-swiper .newsa-pages .swiper-pagination-bullet-active { background-color: #de0012; }
.full-newsa-container .full-newsa-wrapper { padding: 20px 0 10px; background-color: #f2f2f2; }
.full-newsa-container .full-newsa-wrapper li { margin-bottom: 15px; }
.full-newsa-container .full-newsa-wrapper li a { display: block; background-color: #ffffff; }
.full-newsa-container .full-newsa-wrapper .thumb { overflow: hidden; }
.full-newsa-container .full-newsa-wrapper .thumb img { width: 100%; }
.full-newsa-container .full-newsa-wrapper .content { padding: 15px; }
.full-newsa-container .full-newsa-wrapper .title { font-size: 18px; max-height: 48px; line-height: 24px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666666; }
.full-newsa-container .full-newsa-wrapper .date { padding: 5px 0; font-size: 14px; line-height: 22px; color: #4e6ef2; }
.full-newsa-container .full-newsa-wrapper .date .dd { display: inline-block; vertical-align: top; }
.full-newsa-container .full-newsa-wrapper .date .dd:before { content: '.'; display: inline-block; vertical-align: top; }
.full-newsa-container .full-newsa-wrapper .desc { font-size: 14px; line-height: 24px; color: #888888; display: -webkit-box; height: 72px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.full-newsa-container .full-newsa-wrapper .loadmore { overflow: hidden; padding: 10px 0; }
.full-newsa-container .full-newsa-wrapper .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff; background-color: #4e6ef2; }
@media (min-width: 768px) { .full-newsa-container .full-newsa-wrapper ul { font-size: 0; margin-right: -20px; }
  .full-newsa-container .full-newsa-wrapper li { display: inline-block; vertical-align: top; width: 50%; padding-right: 20px; }
  .full-newsa-container .full-newsa-wrapper .title { max-height: none; height: 48px; line-height: 24px; -webkit-line-clamp: 2; }
 }@media (min-width: 1024px) { .full-newsa-container { padding: 75px 0 0; }
  .full-newsa-container .newsa-title { margin: 0 0 78px; font-size: 30px; }
  .full-newsa-container .newsa-title:after { margin: 12px auto 0; }
  .full-newsa-container .newsa-topnews-swiper { margin-bottom: 58px; }
  .full-newsa-container .newsa-topnews-swiper .thumb { float: left; width: 65%; }
  .full-newsa-container .newsa-topnews-swiper .thumb img { -webkit-transition: -webkit-transform ease .7s; transition: -webkit-transform ease .7s; -o-transition: -o-transform ease .7s; -moz-transition: transform ease .7s, -moz-transform ease .7s; transition: transform ease .7s; transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s; }
  .full-newsa-container .newsa-topnews-swiper a { overflow: hidden; zoom: 1; }
  .full-newsa-container .newsa-topnews-swiper a:hover .title { color: #4e6ef2; }
  .full-newsa-container .newsa-topnews-swiper a:hover img { -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); transform: scale(1.04); }
  .full-newsa-container .newsa-topnews-swiper a:hover .more { color: #4e6ef2; }
  .full-newsa-container .newsa-topnews-swiper .conent { overflow: hidden; zoom: 1; padding: 40px 25px 50px; }
  .full-newsa-container .newsa-topnews-swiper .title { margin-bottom: 24px; font-size: 22px; max-height: 64px; line-height: 32px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; }
  .full-newsa-container .newsa-topnews-swiper .desc { margin-bottom: 24px; height: 120px; line-height: 24px; -webkit-line-clamp: 5; }
  .full-newsa-container .newsa-topnews-swiper .newsa-pages { left: 65%; bottom: 42px; width: 35%; text-align: left; padding-left: 25px; }
  .full-newsa-container .full-newsa-wrapper { padding: 56px 0 75px; padding: 56px 0 75px; }
  .full-newsa-container .full-newsa-wrapper li { margin-bottom: 34px; width: 33.3333%; }
  .full-newsa-container .full-newsa-wrapper li a { position: relative; overflow: hidden; height: 368px; -webkit-box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.15); box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.15); }
  .full-newsa-container .full-newsa-wrapper li a:hover { background-color: #4e6ef2; }
  .full-newsa-container .full-newsa-wrapper li a:hover .thumb { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  .full-newsa-container .full-newsa-wrapper li a:hover .content { -webkit-transform: translate(0, 62%); -moz-transform: translate(0, 62%); -ms-transform: translate(0, 62%); -o-transform: translate(0, 62%); transform: translate(0, 62%); padding: 21.16402% 30px 0; }
  .full-newsa-container .full-newsa-wrapper li a:hover .title { color: #ffffff; }
  .full-newsa-container .full-newsa-wrapper li a:hover .desc { opacity: 0; color: #ffffff; }
  .full-newsa-container .full-newsa-wrapper li a:hover .date { opacity: 0; }
  .full-newsa-container .full-newsa-wrapper .content { position: relative; padding: 31.74603% 30px 0; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; }
  .full-newsa-container .full-newsa-wrapper .thumb { position: absolute; left: 0; top: 0; z-index: 10; -webkit-transform: translate(0, -101%); -moz-transform: translate(0, -101%); -ms-transform: translate(0, -101%); -o-transform: translate(0, -101%); transform: translate(0, -101%); -webkit-transition: -webkit-transform ease .5s; transition: -webkit-transform ease .5s; -o-transition: -o-transform ease .5s; -moz-transition: transform ease .5s, -moz-transform ease .5s; transition: transform ease .5s; transition: transform ease .5s, -webkit-transform ease .5s, -moz-transform ease .5s, -o-transform ease .5s; overflow: hidden; width: 100%; }
  .full-newsa-container .full-newsa-wrapper .thumb:after { content: ''; display: block; width: 100%; padding-bottom: 56.34921%; }
  .full-newsa-container .full-newsa-wrapper .thumb img { position: absolute; left: 0; top: 0; z-index: 3; max-width: 120%; min-height: 100%; }
  .full-newsa-container .full-newsa-wrapper .title { font-size: 20px; margin-bottom: 28px; max-height: 60px; line-height: 30px; -webkit-line-clamp: 2; height: auto; -webkit-transform: all ease .5s; -moz-transform: all ease .5s; -ms-transform: all ease .5s; -o-transform: all ease .5s; transform: all ease .5s; }
  .full-newsa-container .full-newsa-wrapper .desc { -webkit-transform: opacity ease .5s; -moz-transform: opacity ease .5s; -ms-transform: opacity ease .5s; -o-transform: opacity ease .5s; transform: opacity ease .5s; }
  .full-newsa-container .full-newsa-wrapper .date { -webkit-transform: opacity ease .5s; -moz-transform: opacity ease .5s; -ms-transform: opacity ease .5s; -o-transform: opacity ease .5s; transform: opacity ease .5s; position: absolute; left: 38px; top: 0; width: 80px; height: 80px; text-align: center; padding: 5px 0; font-size: 12px; color: #ffffff; background-color: #4e6ef2; }
  .full-newsa-container .full-newsa-wrapper .date .dd { display: inline-block; vertical-align: top; font-size: 36px; line-height: 1.2; }
  .full-newsa-container .full-newsa-wrapper .date .dd:before { display: none; }
  .full-newsa-container .full-newsa-wrapper .desc { height: 120px; line-height: 24px; -webkit-line-clamp: 5; }
  .full-newsa-container .full-newsa-wrapper .loadmore { padding: 15px 0; }
  .full-newsa-container .full-newsa-wrapper .loadmore a { line-height: 50px; }
 }@media (min-width: 1260px) { .full-newsa-container .newsa-topnews-swiper .conent { padding: 60px 38px 50px; }
  .full-newsa-container .newsa-topnews-swiper .title { font-size: 24px; max-height: 72px; line-height: 36px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .full-newsa-container .newsa-topnews-swiper .desc { height: 120px; line-height: 24px; -webkit-line-clamp: 5; }
  .full-newsa-container .newsa-topnews-swiper .newsa-pages { padding-left: 38px; }
  .full-newsa-container .full-newsa-wrapper li a { height: 435px; }
  .full-newsa-container .full-newsa-wrapper li a:hover .content { -webkit-transform: translate(0, 70%); -moz-transform: translate(0, 70%); -ms-transform: translate(0, 70%); -o-transform: translate(0, 70%); transform: translate(0, 70%); }
 }

/*-----1563783606-----*/

/*--------------------templatecss12--------------------*//*--------------------templatecss13--------------------*/

/*-----1563783750-----*/
.full-newsdetailb-container { padding: 30px 0; background-color: #ffffff; }
.full-newsdetailb-container .article-tilte { margin-bottom: 8px; font-size: 18px; line-height: 26px; color: #333333; }
.full-newsdetailb-container .date { margin-bottom: 10px; font-size: 16px; line-height: 32px; color: #8e8e8e; }
.full-newsdetailb-container .newsdetailb-article { position: relative; padding: 38px 0 30px; margin-bottom: 15px; border: 1px solid #d9d9d9; border-left: 0; border-right: 0; font-size: 14px; line-height: 24px; color: #888888; }
.full-newsdetailb-container .newsdetailb-article img { max-width: 100%; margin: 0.5em 0; }
.full-newsdetailb-container .newsdetailb-bdshare { position: absolute; right: 0; top: -43px; overflow: hidden; zoom: 1; }
.full-newsdetailb-container .newsdetailb-bdshare a { float: left; display: block; width: 32px; height: 32px; padding: 0; margin: 0 0 0 5px; background-repeat: no-repeat; background-position: center; -o-background-size: cover; background-size: cover; }
.full-newsdetailb-container .newsdetailb-bdshare .bds_weixin { background-image: url(/uploads/image/rwebimages/newsdetailbwxico.png); }
.full-newsdetailb-container .newsdetailb-bdshare .bds_tsina { background-image: url(/uploads/image/rwebimages/newsdetailbsnico.png); }
.full-newsdetailb-container .newsdetailb-bdshare .bds_sqq { background-image: url(/uploads/image/rwebimages/newsdetailbqqico.png); }
.full-newsdetailb-container .newsdetailb-ctrl .page-ctrl { margin-bottom: 10px; }
.full-newsdetailb-container .newsdetailb-ctrl .page-ctrl a { display: block; font-size: 14px; line-height: 30px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #666666; }
.full-newsdetailb-container .newsdetailb-ctrl .return { display: block; width: 120px; height: 40px; margin: 0 auto; text-align: center; font-size: 16px; line-height: 40px; color: #ffffff; background-color: #4e6ef2; }
@media (min-width: 768px) { .full-newsb-container .newsb-list ul { margin: 0 -10px; }
  .full-newsb-container .newsb-list li { width: 50%; padding: 0 10px; margin-bottom: 20px; }
 }@media (min-width: 1024px) { .full-newsdetailb-container { padding: 75px 0 78px; }
  .full-newsdetailb-container .article-tilte { font-size: 24px; margin: 0 0 18px; line-height: 32px; }
  .full-newsdetailb-container .date { margin: 0 0 40px; font-size: 24px; }
  .full-newsdetailb-container .newsdetailb-article { padding: 72px 0 55px; margin-bottom: 42px; }
  .full-newsdetailb-container .single-page { padding: 0 100px; }
  .full-newsdetailb-container .newsdetailb-bdshare { position: absolute; right: auto; left: 0; top: 76px; z-index: 50; }
  .full-newsdetailb-container .newsdetailb-bdshare.js-fixed-top { position: fixed; left: 40px; }
  .full-newsdetailb-container .newsdetailb-bdshare.js-absolute-bottom { position: absolute; left: 0; top: auto; bottom: 55px; }
  .full-newsdetailb-container .newsdetailb-bdshare a { float: none; width: 72px; height: 72px; margin: 0 0 1px 0; -webkit-transition: all ease .3s; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; }
  .full-newsdetailb-container .newsdetailb-bdshare .bds_weixin:hover { background-image: url(/uploads/image/rwebimages/newsdetailbwxicoac.jpg); }
  .full-newsdetailb-container .newsdetailb-bdshare .bds_tsina:hover { background-image: url(/uploads/image/rwebimages/newsdetailbsnicoac.jpg); }
  .full-newsdetailb-container .newsdetailb-bdshare .bds_sqq:hover { background-image: url(/uploads/image/rwebimages/newsdetailbqqicoac.jpg); }
  .full-newsdetailb-container .newsdetailb-ctrl { position: relative; padding-right: 200px; }
  .full-newsdetailb-container .newsdetailb-ctrl .page-ctrl { margin-bottom: 0; }
  .full-newsdetailb-container .newsdetailb-ctrl .page-ctrl a:hover { color: #4e6ef2; }
  .full-newsdetailb-container .newsdetailb-ctrl .return { position: absolute; right: 0; top: 5px; z-index: 3; width: 145px; height: 50px; line-height: 50px; }
 }@media (min-width: 1260px) { .full-newsdetailb-container .single-page { max-width: 840px; padding: 0; margin: 0 auto; }
  .full-newsdetailb-container .newsdetailb-bdshare.js-fixed-top { position: fixed; left: 50%; margin-left: -600px; }
  .full-newsdetailb-container .newsdetailb-bdshare.js-absolute-bottom { position: absolute; left: 0; top: auto; margin-left: 0; }
 }
/*-----1563783750-----*/

/*--------------------templatecss13--------------------*//*--------------------templatecss14--------------------*/

/*-----1563783872-----*/
.full-newsf-container { padding: 30px 0; background-color: #ffffff; }
.full-newsf-container .newsf-title { margin-bottom: 5px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.full-newsf-container .newsf-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #4e6ef2; }
.full-newsf-container .newsf-list { overflow: hidden; font-size: 0; }
.full-newsf-container .newsf-list li { display: inline-block; vertical-align: top; width: 100%; }
.full-newsf-container .newsf-list li a { padding: 15px 0; display: block; border-bottom: 1px solid #e6e6e6; }
.full-newsf-container .newsf-list .thumb { overflow: hidden; margin-bottom: 10px; }
.full-newsf-container .newsf-list .thumb img { width: 100%; }
.full-newsf-container .newsf-list .title { margin-bottom: 4px; font-size: 16px; line-height: 24px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #595959; }
.full-newsf-container .newsf-list .date { margin-bottom: 5px; font-size: 16px; line-height: 24px; color: #4e6ef2; }
.full-newsf-container .newsf-list .desc { margin-bottom: 8px; font-size: 14px; line-height: 24px; color: #a1a1a1; display: -webkit-box; height: 48px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.full-newsf-container .newsf-list .more { display: inline-block; vertical-align: top; font-size: 13px; line-height: 30px; padding: 0 12px; color: #888888; border: 1px solid #cccccc; }
.full-newsf-container .loadmore { overflow: hidden; padding: 10px 0; }
.full-newsf-container .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff; background-color: #4e6ef2; }
@media (min-width: 768px) { .full-newsf-container .newsf-list li a { overflow: hidden; zoom: 1; padding: 20px 0; }
  .full-newsf-container .newsf-list .thumb { float: right; max-width: 50%; margin: 0 0 0 20px; }
  .full-newsf-container .newsf-list .content { overflow: hidden; zoom: 1; }
  .full-newsf-container .newsf-list .title { margin-bottom: 7px; font-size: 18px; font-weight: bold; }
  .full-newsf-container .newsf-list .date { margin-bottom: 5px; font-size: 18px; }
  .full-newsf-container .newsf-list .desc { margin-bottom: 35px; }
  .full-newsf-container .newsf-list .more { line-height: 34px; padding: 0 22px; }
 }@media (min-width: 1024px) { .full-newsf-container { padding: 75px 0 90px; }
  .full-newsf-container .newsf-title { margin: 0 0 38px; font-size: 30px; }
  .full-newsf-container .newsf-title:after { margin: 12px auto 0; }
  .full-newsf-container .newsf-list li a { padding: 40px 0; }
  .full-newsf-container .newsf-list li a:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .full-newsf-container .newsf-list li a:hover .title { color: #4e6ef2; }
  .full-newsf-container .newsf-list li a:hover .more { color: #4e6ef2; border-color: #4e6ef2; }
  .full-newsf-container .newsf-list .thumb { margin-left: 40px; }
  .full-newsf-container .newsf-list .thumb img { -webkit-transition: -webkit-transform ease .7s; transition: -webkit-transform ease .7s; -o-transition: -o-transform ease .7s; -moz-transition: transform ease .7s, -moz-transform ease .7s; transition: transform ease .7s; transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s; }
  .full-newsf-container .loadmore { padding: 50px 0 10px; }
  .full-newsf-container .loadmore a { line-height: 50px; }
 }
/*-----1563783872-----*/

/*--------------------templatecss14--------------------*//*--------------------templatecss16--------------------*/

/*-----1563784078-----*/
.introductiona-container { padding: 30px 0 0; background-color: #ffffff; }
.introductiona-title { font-size: 20px; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.introductiona-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #4e6ef2; }
.introductiona-one { padding-top: 20px; padding-bottom: 20px; color: #868686; }
.introductiona-one .commonweb { max-width: 1400px; }
.introductiona-one h2 { color: #4e6ef2; font-size: 18px; padding-bottom: 10px; text-transform: uppercase; }
.introductiona-text { line-height: 20px; }
.introductiona-slide { padding-bottom: 30px; position: relative; }
.introductiona-bd { overflow: hidden; padding-top: 20px; }
.introductiona-bd img { width: 100%; display: block; }
.introductiona-hd { display: none; position: absolute; right: 0; bottom: 30px; z-index: 20; font-size: 0; white-space: nowrap; }
.introductiona-hd a { width: 40px; height: 40px; display: inline-block; vertical-align: top; position: relative; }
.introductiona-hd a:after { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 50%; top: 50%; }
.introductiona-prev { background-color: #ffffff; }
.introductiona-prev:after { border: 1px solid #666666; border-right: none; border-top: none; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin: -6px 0 0 -3px; }
.introductiona-next { background-color: #333333; }
.introductiona-next:after { border: 1px solid #ffffff; border-left: none; border-bottom: none; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin: -6px 0 0 -9px; }
.introductiona-dot { text-align: center; padding-top: 5px; position: absolute; width: 100%; }
.introductiona-dot span { width: 20px; height: 2px; opacity: 1; background-color: #c1c1c1; -webkit-border-radius: 0; border-radius: 0; margin: 0 5px; }
.introductiona-dot span.swiper-pagination-bullet-active { background-color: #4e6ef2; }
.introductiona-two { background-image: url(/uploads/image/rwebimages/introductionabg.jpg); -o-background-size: cover; background-size: cover; padding: 30px 0; }
.introductiona-two img { margin: 0 auto; display: block; max-width: 100%; }
.introductiona-two h3 { color: #4e6ef2; text-transform: uppercase; font-size: 20px; line-height: 30px; }
.introductiona-two .weight { color: #58585e; font-size: 20px; line-height: 30px; padding-bottom: 10px; }
.introductiona-two .text { padding-top: 20px; color: #868686; }
@media (min-width: 768px) { .introductiona-container { padding: 50px 0 0; }
  .introductiona-title { font-size: 24px; }
  .introductiona-one { padding: 40px 0; }
  .introductiona-one h3 { font-size: 20px; }
  .introductiona-two .text { padding-top: 0; }
  .sm-tablecell { width: 100%; display: table; }
  .sm-tablecell { width: 50%; display: table-cell; vertical-align: middle; padding: 0 10px; }
 }@media (min-width: 1024px) { .introductiona-one h2 { font-size: 24px; line-height: 34px; }
  .introductiona-bd { padding-top: 0; }
  .introductiona-two { padding: 48px 0; }
  .introductiona-two h3 { font-size: 28px; line-height: 38px; }
  .introductiona-two .weight { font-size: 24px; line-height: 34px; }
 }@media (min-width: 1260px) { .introductiona-container { padding: 70px 0 0; }
  .introductiona-one { padding: 70px 0 0one; }
  .introductiona-one .col-md-6 { padding: 0; }
  .introductiona-one .introductiona-text { padding: 0  46px 0 0; }
  .introductiona-title { font-size: 30px; line-height: 1.5; padding: 70px 0 0tlt; }
  .introductiona-title:after { margin-top: 8px; }
  .introductiona-one h3 { font-size: 24px; line-height: 30px; padding-bottom: 23px; }
  .introductiona-hd { display: block; right: -50px; }
  .introductiona-hd a { width: 50px; height: 50px; }
  .introductiona-two { padding: 48px 0 97px; }
  .introductiona-two .sm-tablecell { padding: 0 20px; }
  .introductiona-two .text { padding-left: 0; padding-right: 20px; }
  .introductiona-two h3 { font-size: 38px; line-height: 1.1; font-weight: lighter; padding-bottom: 0; }
  .introductiona-two .weight { font-size: 30px; line-height: 1.4; padding-bottom: 13px; }
  .introductiona-two .text-cont { padding-right: 100px; }
 }
/*-----1563784078-----*/

/*--------------------templatecss16--------------------*//*--------------------templatecss18--------------------*/

/*-----1563784347-----*/
.full-contactc-container { padding: 30px 0; }
.full-contactc-container .contactc-title { margin-bottom: 20px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.full-contactc-container .contactc-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #4e6ef2; }
.full-contactc-container .contactc-infolist li { position: relative; padding-left: 60px; margin-bottom: 20px; font-size: 14px; line-height: 24px; color: #666666; }
.full-contactc-container .contactc-infolist .h5 { color: #333333; }
.full-contactc-container .contactc-infolist .ico { position: absolute; left: 0; top: 0; width: 51px; }
.full-contactc-container .contactc-infolist .ico img { width: 100%; }
.full-contactc-container .contactc-infolist .qrcodebtn { cursor: pointer; }
.full-contactc-container .contactc-bdmap { position: relative; width: 100%; padding-bottom: 75%; }
.full-contactc-container .map { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
.full-contactc-container .contactc-qrcode-popup { display: none; position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 99; }
.full-contactc-container .contactc-qrcode-popup img { max-width: 100%; }
@media (min-width: 768px) { .full-contactc-container .contactc-bdmap { padding-bottom: 45%; }
 }@media (min-width: 1024px) { .full-contactc-container { padding: 75px 0 0; }
  .full-contactc-container .contactc-title { margin: 0 0 80px; font-size: 30px; }
  .full-contactc-container .contactc-title:after { margin: 12px auto 0; }
  .full-contactc-container .contactc-infolist { font-size: 0; padding-bottom: 30px; }
  .full-contactc-container .contactc-infolist li { display: inline-block; vertical-align: top; width: 33.3333%; padding: 0 20px; margin-bottom: 58px; text-align: center; font-size: 16px; }
  .full-contactc-container .contactc-infolist .ico { position: static; width: auto; margin-bottom: 28px; }
  .full-contactc-container .contactc-infolist .ico img { width: auto; }
  .full-contactc-container .contactc-bdmap { padding-bottom: 430px; }
 }
/*-----1563784347-----*/

/*--------------------templatecss18--------------------*//*--------------------templatecss5--------------------*/

/*-----1563789550-----*/
.introductione-container { padding: 30px 0 0; background-color: #ffffff; font-size: 18px; line-height: 22px; color: #3e3c3c; }
.introductione-container img { max-width: 100%; height: auto !important; }
.introductione-title { margin-bottom: 20px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.introductione-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #4e6ef2; }
.introe-imgtxt-top { margin-bottom: 15px; }
.introe-imgtxt-top .img { margin: 15px 0; }
.introe-imgtxt-top .txt .en { font-size: 30px; line-height: 1; color: #000000; text-transform: uppercase; }
.introe-imgtxt-top .txt .title { margin-bottom: 10px; font-size: 18px; line-height: 1.4; color: #323232; }
.introe-imgtxt-top .num-wraper { padding: 15px 0; font-size: 0; }
.introe-imgtxt-top .num-wraper .num-item { width: 33%; display: inline-block; vertical-align: top; font-size: 14px; line-height: 22px; color: #2e2e2e; color: #323232; padding: 0 5px; }
.introe-imgtxt-top .num-wraper .num-item .num { font-size: 30px; font-weight: bold; color: #004985; }
.introe-imgtxt-bot { margin: 15px 0 20px; background-color: #4e6ef2; color: #fffefe; }
.introe-imgtxt-bot img { width: 100%; }
.introe-imgtxt-bot .txt { padding: 20px 15px; }
.introe-imgtxt-bot .txt .en { font-size: 24px; line-height: 1.2; color: #fffefeen; }
.introe-imgtxt-bot .txt .cn { margin-bottom: 10px; font-size: 18px; line-height: 1.3; color: #fffefetit; }
@media (min-width: 1024px) { .introductione-container { padding: 0px 0 68px; }
  .introductione-title { font-size: 30px; margin: 80px; }
  .introductione-title:after { margin: 12px auto 0; }
  .introe-imgtxt-top { width: 100%; margin-bottom: 60px; display: table; table-layout: fixed; }
  .introe-imgtxt-top .img { margin: 0; display: table-cell; vertical-align: top; width: 50%; }
  .introe-imgtxt-top .txt { display: table-cell; vertical-align: top; width: 50%; padding: 0 35px 0 0; }
  .introe-imgtxt-top .txt .en { font-size: 60px; }
  .introe-imgtxt-top .txt .title { font-size: 20px; margin-bottom: 60pxcn; }
  .introe-imgtxt-bot { margin: 15px 0 20px; display: table; width: 100%; table-layout: fixed; }
  .introe-imgtxt-bot .img { display: table-cell; vertical-align: middle; width: 63.75%; }
  .introe-imgtxt-bot .txt { display: table-cell; vertical-align: middle; padding: 25px 35px; }
  .introe-imgtxt-bot .txt .en { font-size: 30px; }
  .introe-imgtxt-bot .txt .cn { margin-bottom: 27px; font-size: 30px; }
 }
@media (min-width: 1260px) { .introe-imgtxt-bot .img { width: 63.75%; }
  .introe-imgtxt-bot .txt { padding: 25px 45px; }
  .introe-imgtxt-top .num-wraper { padding: 60px 0 0; }
  .introe-imgtxt-top .num-wraper .num-item .top { margin-bottom: 5px; }
  .introe-imgtxt-top .num-wraper .num-item .num { font-size: 60px; }
  .introe-imgtxt-top .num-wraper .num-item:hover .num { color: #4e6ef2; }
  .introe-imgtxt-top .num-wraper .num-item:hover .desc { /*text-decoration: underline;*/ }
 }
/*-----1563789550-----*/

/*--------------------templatecss5--------------------*//*--------------------templatecss6--------------------*/

/*-----1563791051-----*/
.introductiond-container { padding: 30px 0; }
.introductiond-title { font-size: 20px; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.introductiond-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #d90000; }
.introductiond { line-height: 22px; padding-top: 30px; font-family: "montserrat"; color: #888888; }
.introductiond h3 { color: #333333; font-size: 16px; }
.introductiond-num { text-align: center; padding: 20px 0; }
.introductiond-num li { padding: 20px 0; }
.introductiond-num .text { font-family: arial; font-size: 16px; display: inline-block; vertical-align: top; color: #d90000; }
.introductiond-num .number { font-size: 30px; font-weight: bold; padding-right: 10px; }
.introductiond-num .desc { letter-spacing: -1px; padding-top: 5px; }
.introductiond-image { margin-bottom: 30px; }
.introductiond-image img { width: 100%; display: block; }
.introductiond-image .text { min-width: 200px; padding: 30px 15px; text-align: right; background-repeat: no-repeat; background-position: 0 0; -o-background-size: cover; background-size: cover; background-image: ; }
.introductiond-image h3 { color: #f19494; text-transform: uppercase; font-size: 20px; padding-bottom: 5px; font-family: "din"; }
.introductiond-image h4 { color: #fff; color: #ffffff; text-transform: uppercase; font-size: 16px; overflow: hidden; }
.introductiond-image h4 span { display: block; }
.introductiond-image h4:after { content: ''; display: block; width: 60px; height: 1px; background-color: #fff; background-color: #ffffff; float: right; margin: 10px 0; }
.introductiond-image p { color: #f3aeae; font-size: 18px; line-height: 30px; }
@media (min-width: 768px) { .introductiond-container { padding: 50px 0; }
  .introductiond-title { font-size: 24px; }
  .introductiond h3 { font-size: 20px; }
  .introductiond-image { width: 100%; display: table; }
  .introductiond-image .discell { display: table-cell; vertical-align: middle; }
 }@media (min-width: 1024px) { .introductiond-image { margin-bottom: 43px; }
  .introductiond-image .text { width: 365px; }
  .introductiond-num { padding: 60px 0 30px; }
 }@media (min-width: 1260px) { .introductiond-container { padding: 80px 0 65px; }
  .introductiond-title { font-size: 30px; line-height: 1; }
  .introductiond-title:after { margin-top: 25px; }
  .introductiond { padding: 80px 0 65pxtitle; }
  .introductiond-image .text { padding: 80px 0 65pxtext; vertical-align: top; }
  .introductiond-image h3 { line-height: 1.2; font-size: 36px; padding-bottom: 10px; }
  .introductiond-image h4 { font-size: 20px; line-height: 1.4; padding-top: 5px; }
  .introductiond-image h4:after { margin: 22px 0 45px; }
  .introductiond-image p { font-size: 24px; line-height: 1.6; letter-spacing: -1px; }
 }

/*-----1563791051-----*/

/*--------------------templatecss6--------------------*//*--------------------templatecss17--------------------*/

/*-----1563874076-----*/
.full-introduceb-container { padding-top: 30px; background-color: #ffffff; }
.full-introduceb-container .introduceb-title { position: relative; margin-bottom: 20px; padding-bottom: 10px; font-size: 20px; line-height: 40px; text-align: center; color: #1b1b1b; }
.full-introduceb-container .introduceb-title::after { content: ''; position: absolute; left: 50%; bottom: 0; z-index: 3; width: 60px; margin-left: -30px; height: 2px; background-color: #4e6ef2; }
.full-introduceb-container .introduceb-top { padding: 0 0 25px; font-size: 14px; line-height: 24px; text-align: center; color: #666666; }
.full-introduceb-container .introduceb-top h3 { margin-bottom: 10px; font-size: 18px; line-height: 26px; color: #333333; }
.full-introduceb-container .full-introduceb-mid { background-color: #4e6ef2; }
.full-introduceb-container .full-introduceb-mid img { width: 100%; }
.full-introduceb-container .full-introduceb-mid .half-content { padding-top: 20px; padding-bottom: 30px; font-size: 14px; line-height: 24px; color: #f2d6d6; }
.full-introduceb-container .full-introduceb-mid .half-content .en { font-size: 26px; line-height: 1; color: ; }
.full-introduceb-container .full-introduceb-mid .half-content .cn { margin-bottom: 15px; font-size: 18px; line-height: 26px; color: #ffffff; }
.full-introduceb-container .introduceb-bot { padding-top: 25px; padding-bottom: 35px; font-size: 15px; line-height: 24px; color: #666666; }
@media (min-width: 1024px) { .full-introduceb-container { padding: 70px 0 0; }
  .full-introduceb-container .introduceb-title { line-height: 1.5; font-size: 28px; margin: 0 0 24px; }
  .full-introduceb-container .introduceb-top { padding: 70px 0 0top; font-size: 16px; line-height: 26px; }
  .full-introduceb-container .introduceb-top h3 { margin-bottom: 17px; font-size: 24px; line-height: 32px; }
  .full-introduceb-container .full-introduceb-mid { display: table; width: 100%; table-layout: fixed; }
  .full-introduceb-container .full-introduceb-mid .half-img { display: table-cell; vertical-align: middle; width: 50%; }
  .full-introduceb-container .full-introduceb-mid .half-content { display: table-cell; vertical-align: middle; width: 50%; padding-top: 40px; padding-bottom: 40px; }
  .full-introduceb-container .introduceb-bot { padding-top: 55px; padding-bottom: 75px; }
 }@media (min-width: 1260px) { .full-introduceb-container .full-introduceb-mid .half-content { padding: 30px 3.90625%; }
  .full-introduceb-container .full-introduceb-mid .half-content .en { font-size: 36px; }
  .full-introduceb-container .full-introduceb-mid .half-content .cn { margin-bottom: 30px; font-size: 24px; line-height: 1.3; }
 }

/*-----1563874076-----*/

/*--------------------templatecss17--------------------*//*--------------------templatecss19--------------------*/

/*-----1563875954-----*/
.full-producta-center { padding: 20px 0; background-color: #f7f7f7; }
.full-producta-center .centera-title { position: relative; margin-bottom: 20px; font-size: 20px; line-height: 40px; text-align: center; padding-bottom: 10px; color: #1b1b1b; }
.full-producta-center .centera-title:after { position: absolute; left: 50%; bottom: 0; margin-left: -30px; display: block; content: ''; width: 60px; height: 2px; background-color: #4e6ef2; }
.full-producta-center .centera-list { overflow: hidden; }
.full-producta-center .centera-list ul { margin: 0 -5px; }
.full-producta-center .centera-list li { float: left; width: 50%; padding: 0 5px; margin-bottom: 10px; }
.full-producta-center .centera-list a { overflow: hidden; position: relative; display: block; background-color: #f7f7f7item; }
.full-producta-center .centera-list .name { position: absolute; left: 0; bottom: 10px; z-index: 3; width: 100%; padding: 0 15px; font-size: 16px; line-height: 24px; text-align: center; color: #666666; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.full-producta-center .centera-list .thumb { position: relative; overflow: hidden; width: 100%; }
.full-producta-center .centera-list .thumb::after { display: block; content: ''; width: 100%; padding-bottom: 107.04961%; }
.full-producta-center .centera-list .thumb img { position: absolute; left: 0; top: 0; width: 100%; }
.full-producta-center .centera-list a:hover .mask::after { opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); background-position: center 2.67606%; }
.full-producta-center .centera-list a:hover .mask h3, .full-producta-center .centera-list a:hover .mask .desc { opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.full-producta-center .centera-list .mask { display: none; position: absolute; left: 0; top: 250px; z-index: 10; width: 100%; height: 40%; padding: 8.13542% 30px 0; }
.full-producta-center .centera-list .mask::after { 
	content: ''; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	opacity: 0; 
	-webkit-transform: translate(0, 50%); 
	-moz-transform: translate(0, 50%); 
	-ms-transform: translate(0, 50%); 
	-o-transform: translate(0, 50%); 
	transform: translate(0, 50%); 
	-webkit-transition: all ease .35s; 
	-o-transition: all ease .35s; 
	-moz-transition: all ease .35s; 
	transition: all ease .35s; 
	background-color: rgba(222, 0, 18, 0.8); 
	/*background-image: url(/uploads/image/rwebimages/centeraico.png); */
	background-position: center 100%; 
	background-repeat: no-repeat; 
}
.full-producta-center .centera-list .mask h3 { position: relative; z-index: 3; margin-bottom: 16px; font-size: 20px; line-height: 28px; opacity: 0; -webkit-transform: translate(0, 50px); -moz-transform: translate(0, 50px); -ms-transform: translate(0, 50px); -o-transform: translate(0, 50px); transform: translate(0, 50px); -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, -webkit-transform 0.35s; -o-transition: opacity 0.35s, -o-transform 0.35s; -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s; transition: opacity 0.35s, transform 0.35s; transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s; color: #ffffff; }
.full-producta-center .centera-list .mask .desc { position: relative; z-index: 3; font-size: 14px; display: -webkit-box; height: 66px; line-height: 22px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #ffb8be; opacity: 0; -webkit-transform: translate(0, 120%); -moz-transform: translate(0, 120%); -ms-transform: translate(0, 120%); -o-transform: translate(0, 120%); transform: translate(0, 120%); -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, -webkit-transform 0.35s; -o-transition: opacity 0.35s, -o-transform 0.35s; -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s; transition: opacity 0.35s, transform 0.35s; transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s; }
.full-producta-center .loadmore { overflow: hidden; padding: 10px 0; }
.full-producta-center .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff; background-color: #4e6ef2; }
@media (min-width: 768px) { .full-producta-center .centera-list .name { bottom: 35px; }
 }@media (min-width: 1024px) { .full-producta-center { padding: 69px 0 72px; }
  .full-producta-center .centera-title { line-height: 50px; margin: 0 0 80px; font-size: 30px; }
  .full-producta-center .centera-list ul { margin: 0 -14px; }
  .full-producta-center .centera-list li { width: 33.3333%; padding: 0 12px; margin-bottom: 28px; }
  .full-producta-center .centera-list .thumb img { -webkit-transition: all ease .7s; -o-transition: all ease .7s; -moz-transition: all ease .7s; transition: all ease .7s; }
  .full-producta-center .centera-list .mask { display: block; }
  .full-producta-center .loadmore { padding: 15px 0; }
  .full-producta-center .loadmore a { line-height: 50px; }
 }

/*-----1563875954-----*/

/*--------------------templatecss19--------------------*//*--------------------templatecss20--------------------*/

/*-----1563878443-----*/
.full-producta-detail { background-color: #f7f7f7; padding: 20px 0 20px; }
.full-producta-detail .producta-container { padding-top: 15px; padding-bottom: 30px; background-color: #ffffff; }
.full-producta-detail table th, .full-producta-detail table td { border: 0; }
.full-producta-detail .info-album-swiper img { width: 100%; }
.full-producta-detail .info-album-swiper .producta-pages { position: absolute; z-index: 10; width: 100%; text-align: center; }
.full-producta-detail .info-album-swiper .producta-pages span { opacity: 1; background-color: #ffffff; }
.full-producta-detail .info-album-swiper .producta-pages .cur, .full-producta-detail .info-album-swiper .producta-pages .swiper-pagination-bullet-active { background-color: #4e6ef2; }
.full-producta-detail .producta-info { padding-bottom: 20px; }
.full-producta-detail .producta-info .info .name { padding: 15px 0 5px; font-size: 18px; line-height: 36px; font-weight: bold; border-bottom: 1px solid #dadada; }
.full-producta-detail .producta-info .desc { border-bottom: 1px solid #dadada; padding: 10px 0 18px; font-size: 14px; line-height: 28px; color: #666666; }
.full-producta-detail .producta-info .btns-wrapp { display: none; }
.producta-tab .tab-title { font-size: 0; background-color: #ededed; }
.producta-tab .tab-title h3 { position: relative; display: inline-block; vertical-align: top; font-size: 16px; line-height: 40px; text-align: center; padding: 0 20px; cursor: pointer; color: #666666; }
.producta-tab .tab-title h3::after { content: ''; position: absolute; right: -1px; top: 50%; width: 1px; height: 16px; margin-top: -8px; background-color: #cccccc; }
.producta-tab .tab-title h3.cur { background-color: #4e6ef2; color: #ffffff; }
.producta-tab .tab-panel { padding: 20px 0 0; }
.producta-tab .tab-panel .content { display: none; }
.producta-tab .tab-panel .content:first-child { display: block; }
.producta-tab .tab-panel img { max-width: 100%; margin: 0.5em 0; }
.producta-tab .tab-panel h3 { font-size: 18px; line-height: 30px; font-weight: bold; color: #1a1a1a; }
.producta-tab .text-center { text-align: center; }
.producta-related .related-title { padding: 10px 0; font-size: 18px; line-height: 32px; font-weight: bold; color: #333333; }
.producta-related .related-list { overflow: hidden; }
.producta-related .related-list ul { margin: 0 -5px; }
.producta-related .related-list li { float: left; width: 50%; padding: 0 5px; margin-bottom: 10px; }
.producta-related .related-list a { display: block; background-color: #ffffff; line-height: 24px; text-align: center; }
.producta-related .related-list img { width: 100%; }
.producta-related .related-list .thumb { margin-bottom: 8px; overflow: hidden; }
.producta-related .related-list .name { font-size: 16px; color: #333333; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.producta-related .related-list .type { padding-bottom: 5px; font-size: 14px; color: #999999; }
@media (min-width: 1024px) { .full-producta-detail { padding: 46px 0 80px; }
  .full-producta-detail .producta-container { padding-top: 50px; padding-top: 60px; }
  .full-producta-detail .info-album-swiper { display: table-cell; vertical-align: top; width: 480px; }
  .full-producta-detail .info-album-swiper img { width: 100%; }
  .full-producta-detail .info-album-swiper .producta-pages { display: none; }
  .full-producta-detail .producta-info { display: table; table-layout: fixed; width: 100%; padding-top: 50px; }
  .full-producta-detail .producta-info .info { position: relative; display: table-cell; vertical-align: middle; padding: 0 0 160px 5.95238%; }
  .full-producta-detail .producta-info .info .name { padding: 16px 0 26px; font-size: 32px; line-height: 1.5; font-size: 32px; }
  .full-producta-detail .producta-info .desc { padding: 35px 0 47px; line-height: 30px; }
  .full-producta-detail .producta-info .btns-wrapp { position: absolute; left: 9.55414%; right: 0; bottom: 0; display: block; padding: 0 40px; }
  .full-producta-detail .producta-info .producta-btns-swiper li { position: relative; overflow: hidden; cursor: pointer; border: 1px solid #dadada; width: 25%; }
  .full-producta-detail .producta-info .producta-btns-swiper li::after { display: block; content: ''; width: 100%; padding-bottom: 100%; }
  .full-producta-detail .producta-info .producta-btns-swiper li img { position: absolute; z-index: 3; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; }
  .full-producta-detail .producta-info .producta-btns-swiper li.cur { border-color: #4e6ef2; }
  .full-producta-detail .producta-info .producta-ctrl { position: absolute; top: 0; width: 14px; height: 100%; background-position: center; background-repeat: no-repeat; }
  .full-producta-detail .producta-info .producta-prev { left: 0; background-image: ; }
  .full-producta-detail .producta-info .producta-prev:hover { background-image: ; }
  .full-producta-detail .producta-info .producta-next { right: 0; background-image: ; }
  .full-producta-detail .producta-info .producta-next:hover { background-image: ; }
  .producta-tab .tab-title h3 { padding: 0 110px; line-height: 60px; }
  .producta-tab .tab-panel { padding: 46px 0 0; }
  .producta-tab .tab-panel h3 { font-size: 30px; line-height: 42px; }
  .producta-related .related-title { padding: 24px 0; font-size: 20px; }
  .producta-related .related-list ul { margin: 0 -3px; }
  .producta-related .related-list li { width: 25%; padding: 0 3px; margin-bottom: 0; }
  .producta-related .related-list .thumb { margin-bottom: 18px; }
  .producta-related .related-list .thumb img { -webkit-transition: -webkit-transform ease .7s; transition: -webkit-transform ease .7s; -o-transition: -o-transform ease .7s; -moz-transition: transform ease .7s, -moz-transform ease .7s; transition: transform ease .7s; transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s; }
  .producta-related .related-list a:hover .name { color: #4e6ef2; }
  .producta-related .related-list a:hover .type { color: #4e6ef2; }
  .producta-related .related-list a:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .producta-related .related-list .type { padding-bottom: 15px; }
  .producta-related .related-list .type { padding-bottom: 15px; }
 }@media (min-width: 1260px) { .full-producta-detail .producta-info { padding: 0 45px 50px; }
  .producta-tab .tab-panel { padding: 46px 45px 0; }
  .full-producta-detail .producta-info .info { padding-bottom: 186px; }
 }
/*-----1563878443-----*/

/*--------------------templatecss20--------------------*/




.full-contactc-container .contactc-infolist{text-align:center;}

.full-contactc-container .contactc-qrcode-popup{width:100%;height:100%;z-index:300; background:rgba(0,0,0,.5);}
.full-contactc-container .contactc-qrcode-popup img{position:absolute;left:50%;top:30%;    -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}





/*--------------------templatecss1021--------------------*/

/*-----1568876861-----*/
.full-profileab-container { padding: 30px 0 20px; background-color: #ffffff; }
.full-profileab-container .chl-title { font-size: 18px; line-height: 1.4; text-align: center; color: #de1111; }
.full-profileab-container .profileab-title { font-size: 20px; line-height: 1.4; text-align: center; color: #111111; }
.full-profileab-container .full-profile-top { padding-bottom: 15px; font-size: 14px; line-height: 24px; background-color: #ffffff; border-bottom: 1px solid #e3e3e3; }
.full-profileab-container .full-profile-top .chl-title { margin-bottom: 8px; }
.full-profileab-container .full-profile-top .profileab-title { margin-bottom: 10px; }
.full-profileab-container .full-profile-top .desc { font-size: 14px; line-height: 24px; text-align: center; color: #4f4f4f; }
.full-profileab-container .full-profile-top .desc br { display: none; }
.full-profileab-container .full-profile-top .desc:after { content: ''; display: block; width: 1px; height: 30px; margin: 15px auto; background-color: #e12b2b; }
.full-profileab-container .top-imgtext { color: #909090; }
.full-profileab-container .top-imgtext img { width: 100%; margin-bottom: 10px; }
.full-profileab-container .top-imgtext h3 { font-size: 20px; line-height: 1.4; margin-bottom: 10px; color: #e32626; }
.full-profileab-container .profile-col { padding-top: 25px; color: #909090; }
.full-profileab-container .profile-col .half { margin-bottom: 15px; }
.full-profileab-container .full-business-bot { padding-top: 30px; background-color: #ffffff; }
.full-profileab-container .full-business-bot .profileab-title:after { content: ''; display: block; width: 1px; height: 30px; margin: 15px auto; background-color: #e12b2b; }
.full-profileab-container .full-business-bot li { margin-bottom: 15px; }
.full-profileab-container .full-business-bot a { display: block; text-align: center; }
.full-profileab-container .full-business-bot .thumb { position: relative; margin-bottom: 10px; overflow: hidden; }
.full-profileab-container .full-business-bot .thumb:after { content: ''; display: block; padding-bottom: 60.52632%; }
.full-profileab-container .full-business-bot .thumb img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; }
.full-profileab-container .full-business-bot .title { margin-bottom: 8px; font-size: 18px; line-height: 1.4; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #111111; }
.full-profileab-container .full-business-bot .desc { font-size: 14px; display: -webkit-box; height: 48px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #444444; }
@media (min-width: 768px) { .full-profileab-container .full-business-bot { overflow: hidden; }
  .full-profileab-container .full-business-bot ul { margin: 0 -10px; font-size: 0; }
  .full-profileab-container .full-business-bot li { display: inline-block; vertical-align: top; width: 50%; padding: 0 10px; }
 }@media (min-width: 1024px) { .full-profileab-container { padding: 80px 0 120px; }
  .full-profileab-container .chl-title { font-size: 24px; }
  .full-profileab-container .profileab-title { font-size: 30px; }
  .full-profileab-container .full-profile-top { padding: 80px 0 120px; }
  .full-profileab-container .full-profile-top .chl-title { margin-bottom: 7px; }
  .full-profileab-container .full-profile-top .profileab-title { margin-bottom: 17px; }
  .full-profileab-container .full-profile-top .desc { font-size: 16px; line-height: 26px; }
  .full-profileab-container .full-profile-top .desc br { display: block; }
  .full-profileab-container .full-profile-top .desc:after { height: 100px; margin: 25px auto 30px; }
  .full-profileab-container .top-imgtext { position: relative; max-width: 1400px; margin: 0 auto; color: #ffffff; }
  .full-profileab-container .top-imgtext img { width: 100%; margin-bottom: 0; }
  .full-profileab-container .top-imgtext h3 { font-size: 30px; margin-bottom: 17px; }
  .full-profileab-container .top-imgtext .content { width: 100%; position: absolute; z-index: 3; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .full-profileab-container .profile-col { padding-top: 43px; }
  .full-profileab-container .profile-col .half { margin-bottom: 0; width: 48%; }
  .full-profileab-container .profile-col .left { float: left; }
  .full-profileab-container .profile-col .right { float: right; }
  .full-profileab-container .full-business-bot { padding: 64px 0 0; }
  .full-profileab-container .full-business-bot .profileab-title:after { height: 100px; margin: 13px auto 30px; }
  .full-profileab-container .full-business-bot ul { margin: 0 -15px; }
  .full-profileab-container .full-business-bot li { width: 33.3333%; padding: 0 15px; margin-bottom: 0; }
  .full-profileab-container .full-business-bot .thumb { margin-bottom: 28px; }
  .full-profileab-container .full-business-bot .title { margin-bottom: 10px; font-size: 20px; }
 }@media (min-width: 1260px) { .full-profileab-container .full-business-bot img { -webkit-transition: -webkit-transform ease .7s; transition: -webkit-transform ease .7s; -o-transition: -o-transform ease .7s; -moz-transition: transform ease .7s, -moz-transform ease .7s; transition: transform ease .7s; transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s; }
  .full-profileab-container .full-business-bot .thumb:before { content: ''; position: absolute; left: 0; top: 0; z-index: 3; width: 100%; height: 100%; opacity: 0; background-image: ; background-repeat: no-repeat; background-position: 50% 100%; -webkit-transition: all ease .35s; -o-transition: all ease .35s; -moz-transition: all ease .35s; transition: all ease .35s; }
  .full-profileab-container .full-business-bot a:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .full-profileab-container .full-business-bot a:hover .thumb:before { background-position: 50% 50%; opacity: 1; }
 }

/*-----1568876861-----*/

/*--------------------templatecss1021--------------------*//*--------------------templatecss7--------------------*/

/*-----1568887736-----*/
.full-historyc-container { padding: 20px 0 20px; background-color: #ffffff; }
.full-historyc-container .historyc-title { position: relative; margin-bottom: 20px; padding-bottom: 10px; font-size: 20px; line-height: 40px; text-align: center; color: #868686; }
.full-historyc-container .historyc-title::after { content: ''; position: absolute; left: 50%; bottom: 0; z-index: 3; width: 60px; margin-left: -30px; height: 2px; background-color: #4e6ef2; }
.full-historyc-container .historyc-cate { margin-bottom: 20px; }
.full-historyc-container .historyc-cate a { display: block; font-size: 14px; line-height: 38px; text-align: center; -webkit-transition: all ease .3s; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; color: #868686; }
.full-historyc-container .historyc-cate a:hover { color: #ffffff; background-color: #4e6ef2; }
.full-historyc-container .historyc-cate .cur a { color: #ffffff; background-color: #4e6ef2; }
.full-historyc-container .add-swiper-ctrl { position: relative; padding: 0 20px; }
.full-historyc-container .add-swiper-ctrl .hiscate-ctrl { position: absolute; width: 20px; height: 100%; top: 0; background-color: #f5f5f5; background-repeat: no-repeat; background-position: center; }
.full-historyc-container .add-swiper-ctrl .hiscate-ctrl:hover { background-color: #4e6ef2sw; }
.full-historyc-container .add-swiper-ctrl .hiscate-prev { left: 0; background-image: url(/uploads/image/rwebimages/historyb-prev.png); }
.full-historyc-container .add-swiper-ctrl .hiscate-prev:hover { background-image: url(/uploads/image/rwebimages/historyb-prevac.png); }
.full-historyc-container .add-swiper-ctrl .hiscate-next { right: 0; background-image: url(/uploads/image/rwebimages/historyb-next.png); }
.full-historyc-container .add-swiper-ctrl .hiscate-next:hover { background-image: url(/uploads/image/rwebimages/historyb-prevac.png); }
.full-historyc-container .historyc-cate-swiper { border: 1px solid #d7d7d7; }
.full-historyc-container .historyc-swiper li { font-size: 14px; line-height: 24px; color: #868686; background-color: #f2f2f2; }
.full-historyc-container .historyc-swiper li img { width: 100%; }
.full-historyc-container .historyc-swiper .content { padding: 15px 15px 30px; }
.full-historyc-container .historyc-swiper .year { margin-bottom: 10px; font-size: 28px; line-height: 28px; color: #666666; }
.full-historyc-container .historyc-pages { position: absolute; left: 0; bottom: 15px; width: 100%; z-index: 10; text-align: center; font-size: 0; line-height: 0; }
.full-historyc-container .historyc-pages span { display: inline-block; vertical-align: top; width: 10px; height: 10px; -webkit-border-radius: 50%; border-radius: 50%; opacity: 1; background-color: #ffffff; }
.full-historyc-container .historyc-pages .swiper-pagination-bullet-active { background-color: #4e6ef2; }
@media (min-width: 1024px) { .full-historyc-container { padding: 69px 0 115px; }
  .full-historyc-container .historyc-title { line-height: 1.5; margin-bottom: 6.66667%; font-size: 30px; }
  .full-historyc-container .historyc-cate { margin-bottom: 3.33333%; }
  .full-historyc-container .historyc-cate a { line-height: 58px; font-size: 16px; }
  .full-historyc-container .historyc-swiper .thumb { float: left; width: 50%; }
  .full-historyc-container .historyc-swiper .content { float: left; width: 50%; }
  .full-historyc-container .historyc-swiper .content { padding: 72px 48px 120px; }
  .full-historyc-container .historyc-swiper .year { margin-bottom: 39px; font-size: 48px; line-height: 1; }
  .full-historyc-container .historyc-pages { display: none; }
  .full-historyc-container .historyc-ctrl { position: absolute; bottom: 80px; right: 50%; z-index: 10; width: 32px; height: 32px; background-repeat: no-repeat; background-position: center; }
  .full-historyc-container .historyc-prev { background-image: url(/uploads/image/rwebimages/historyc-prev.png); margin-right: -80px; }
  .full-historyc-container .historyc-prev:hover { background-image: url(/uploads/image/rwebimages/historyc-prevac.png); }
  .full-historyc-container .historyc-next { margin-right: -127px; background-image: url(/uploads/image/rwebimages/historyc-next.png); }
  .full-historyc-container .historyc-next:hover { background-image: url(/uploads/image/rwebimages/historyc-nextac.png); }
 }

/*-----1568887736-----*/

/*--------------------templatecss7--------------------*//*--------------------templatecss11--------------------*/

/*-----1568889689-----*/
.full-recruitb-container {
  padding: 30px 0;
  background-color: #ffffff;
}
.full-recruitb-container .recruitb-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #1b1b1b;
}
.full-recruitb-container .recruitb-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin: 15px auto 0;
  background-color: #4e6ef2;
}
.full-recruitb-container .recruitb-list .job-title {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 96% center;
  color: #666666;
  border-bottom: 1px solid #d9d9d9;
  background-image: url(/uploads/image/rwebimages/recruitbarr.png);
  -webkit-transition: all ease .35s;
  -o-transition: all ease .35s;
  -moz-transition: all ease .35s;
  transition: all ease .35s;
}
.full-recruitb-container .recruitb-list .job-title.cur {
  color: #ffffff;
  background-color: #4e6ef2;
  background-image: url(/uploads/image/rwebimages/recruitbarr.png);
}
.full-recruitb-container .recruitb-list .job-panel {
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  background-color: #f2f2f2;
}
.full-recruitb-container .recruitb-list .job-panel .h4 {
  padding: 12px 0 0;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.full-recruitb-container .recruitb-list .main-top {
  padding-bottom: 10px;
  line-height: 30px;
  border-bottom: 1px solid #cccccc;
  color: #4c4c4c;
}
.full-recruitb-container .recruitb-list .main-top p {
  font-weight: bold;
}
.full-recruitb-container .recruitb-list .job-handle {
  padding: 10px 0;
}
.full-recruitb-container .recruitb-list .job-handle a {
  display: block;
  width: 124px;
  height: 42px;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  background-color: #4e6ef2;
}
.full-recruitb-container .recruitb-list .job-handle .label {
  display: block;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #4e6ef2;
}
.full-recruitb-container .loadmore {
  overflow: hidden;
  padding: 10px 0;
}
.full-recruitb-container .loadmore a {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #4e6ef2;
}
@media (min-width: 1024px) { .full-recruitb-container { padding: 75px 0 110px; }
  .full-recruitb-container .recruitb-title { margin: 0 0 80px; font-size: 30px; }
  .full-recruitb-container .recruitb-title:after { margin: 12px auto 0; }
  .full-recruitb-container .recruitb-list .job-title { padding: 18px 40px; }
  .full-recruitb-container .recruitb-list .job-panel { padding: 25px 40px 38px; }
  .full-recruitb-container .recruitb-list .job-panel .h4 { padding: 22px 0 0; }
  .full-recruitb-container .recruitb-list .main-top { padding-bottom: 26px; }
  .full-recruitb-container .recruitb-list .main-top p { float: left; width: 30%; }
  .full-recruitb-container .recruitb-list .job-handle { padding: 35px 0 0; overflow: hidden; zoom: 1; }
  .full-recruitb-container .recruitb-list .job-handle a { width: 144px; float: left; }
  .full-recruitb-container .recruitb-list .job-handle .label { overflow: hidden; zoom: 1; line-height: 42px; padding: 0 0 0 20px; }
  .full-recruitb-container .loadmore { padding: 40px 0 10px; }
  .full-recruitb-container .loadmore a { line-height: 50px; }
 }
/*-----1568889689-----*/

/*--------------------templatecss11--------------------*//*--------------------templatecss1022--------------------*/

/*-----1568890424-----*/
.introductionf-container { padding: 30px 0 25px; background-color: #ffffff; font-size: 14px; line-height: 24px; color: #666666; }
.introductionf-container .introductionf-title { margin-bottom: 15px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b; }
.introductionf-container .introductionf-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #4e6ef2; }
.introductionf-container .introf-imgtxt .name { font-size: 18px; line-height: 1.4; color: #666666; }
.introductionf-container .introf-imgtxt .en { margin-bottom: 10px; font-size: 18px; line-height: 1.1; color: #4e6ef2; }
.introductionf-container .introf-imgtxt img { margin: 0.5em 0; max-width: 100%; height: auto !important; }
@media (min-width: 1024px) { .introductionf-container { padding: 75px 0 102px; }
  .introductionf-container .introductionf-title { margin: 0 0 78px; font-size: 30px; }
  .introductionf-container .introductionf-title:after { margin: 12px auto 0; }
  .introductionf-container .introf-imgtxt { width: 100%; display: table; table-layout: fixed; }
  .introductionf-container .introf-imgtxt .name { font-size: 24px; }
  .introductionf-container .introf-imgtxt .en { margin: 0 0 38px; font-size: 24px; }
  .introductionf-container .introf-imgtxt img { margin: 0; }
  .introductionf-container .content { display: table-cell; vertical-align: middle; padding: 0 60px 0 0; }
  .introductionf-container .img { display: table-cell; vertical-align: middle; width: 462px; }
 }

/*-----1568890424-----*/

/*--------------------templatecss1022--------------------*//*--------------------templatecss1023--------------------*/

/*-----1568894341-----*/
.culturalg-container { padding: 20px 0; font-size: 14px; line-height: 24px; color: #666666; }
.culturalg-container img { max-width: 100%; height: auto !important; }
.culturalg-container .ac { color: #4e6ef2; }
.culturalg-container .bshadow { font-weight: bold; font-size: 2em; text-shadow: 5px 5px 3px rgba(56, 157, 56, 0.6); }
.culturalg-container .culturalg-top { padding-bottom: 20px; }
.culturalg-container .topleft { padding-top: 20px; }
.culturalg-container .topico { font-size: 0; text-align: center; padding: 15px 0; }
.culturalg-container .topico .ico { display: inline-block; vertical-align: top; margin: 0 5px; padding: 8px 15px; border: 1px solid #eeeeee; -webkit-border-radius: 5px; border-radius: 5px; }
.culturalg-container .topico img { width: 70px; }


@media (max-width: 350px) { .culturalg-container .topico .ico { padding: 3px 13px; margin: 0 3px; }
  .culturalg-container .topico img { width: 60px; }
 }
.culturalg-container .topico span { display: block; font-size: 14px; line-height: 20px; color: #666666; }
.culturalg-container .botright { padding-top: 15px; }
.culturalg-container .botright .insc { padding: 20px 0 0; text-align: right; }
@media (min-width: 1024px) { .culturalg-container { padding: 60px 0 62px; font-size: 16px; line-height: 30px; }
  .culturalg-container .bshadow { font-size: 4em; }
  .culturalg-container .topico { padding: 35px 0 30px; margin: 0 -18px; }
  .culturalg-container .topico .ico { margin: 0 18px; padding: 8px 22px 20px; }
  .culturalg-container .topico img { width: 110px; }
  .culturalg-container .topico span { font-size: 16px; }
  .culturalg-top .topleft { float: left; width: 50%; padding: 30px 50px 0 0; }
  .culturalg-top .topright { position: relative; float: right; width: 50%; padding: 0 50px 50px 68px; }
  .culturalg-top .topright::after { content: ''; position: absolute; left: 120px; right: 0; top: 50px; bottom: 0; border: 10px solid #eeeeee; }
  .culturalg-top .topright .thumb { position: relative; z-index: 10; }
  .culturalg-bot { width: 100%; display: table; table-layout: fixed; }
  .culturalg-bot .botleft { position: relative; display: table-cell; vertical-align: bottom; width: 50%; padding: 0 50px 50px 68px; }
  .culturalg-bot .botleft::after { content: ''; position: absolute; left: 0; right: 100px; top: 50px; bottom: 0; border: 10px solid #eeeeee; }
  .culturalg-bot .botleft .thumb { position: relative; z-index: 10; }
  .culturalg-bot .botright { display: table-cell; vertical-align: bottom; width: 50%; }
  .culturalg-bot .botright .insc { padding-top: 95px; }
 }

/*-----1568894341-----*/

/*--------------------templatecss1023--------------------*//*--------------------templatecss1024--------------------*/

/*-----1568894729-----*/
.contactd-module { width: 100%; position: relative; background-color: #fff; -o-background-size: auto; background-size: auto; background-repeat: repeat; background-image: ; }
.contactd-module .mthumb { width: 100%; position: relative; padding-left: 6px; }
.contactd-module .mthumb:after { content: ''; position: absolute; top: 10px; right: 16px; bottom: -6px; left: 0; z-index: 1; background-color: #4e6ef2; }
.contactd-module .mthumb .image { width: 100%; position: relative; overflow: hidden; z-index: 2; }
.contactd-module .mthumb .image:after { content: ''; display: block; width: 100%; padding-bottom: 58.90909%; }
.contactd-module .mthumb .image img { position: absolute; top: 0; left: 0; display: block; width: 100%; }
.contactd-module .wthumb { width: 100%; padding: 20px 15px; border: 1px solid #f3f3f3; }
.contactd-module .wthumb .title { font-size: 18px; font-weight: bold; line-height: 1.5; color: #4e6ef2; }
.contactd-module .wthumb .textcon { padding-top: 5px; }
.contactd-module .contactd-list { width: 100%; overflow: hidden; position: relative; }
.contactd-module .contactd-list ul li { width: 100%; position: relative; line-height: 30px; overflow: hidden; padding-left: 25px; background-color: transparent; background-repeat: no-repeat; -o-background-size: auto; background-size: auto; background-position: left 8px; font-size: 14px; color: #333333; }
.contactd-module .contactd-list ul li .mask { float: left; color: #737373; }
.contactd-module .contactd-list ul li a { color: #333333; }
.contactd-module .contactd-list ul li.tel { background-image: ; }
.contactd-module .contactd-list ul li.fax { background-image: ; }
.contactd-module .contactd-list ul li.email { background-image: ; }
.contactd-module .contactd-list ul li.addr { background-image: ; }




.addrfull-container { padding: 50px 0; }
.contactd-addrselect { width: 100%; position: relative; }
.contactd-addrselect .addrselect-tabs { width: 100%; position: relative; }
.contactd-addrselect .addrselect-swiper { width: 100%; position: relative; overflow: hidden; }
.contactd-addrselect .addrselect-swiper ul { font-size: 0; white-space: nowrap; }
.contactd-addrselect .addrselect-swiper ul li { width: auto; display: inline-block; vertical-align: top; line-height: 1.5; }
.contactd-addrselect .addrselect-swiper ul li a { display: block; width: 100%; padding-left: 15px; padding-right: 35px; color: #737373; font-size: 15px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; position: relative; }
.contactd-addrselect .addrselect-swiper ul li a::before { content: ''; position: absolute; left: 0; top: 50%; width: 2px; height: 20px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; margin-top: -10px; background-color: #ededed; }
.contactd-addrselect .addrselect-swiper ul li.cur a { font-weight: bold; color: #4e6ef2; }
.contactd-addrselect .addrselect-swiper ul li.cur a::before { background-color: #4e6ef2; }
.contactd-addrselect .addrselect-swiper-prev, .contactd-addrselect .addrselect-swiper-next { position: absolute; z-index: 22; width: 22px; height: 22px; top: 0; line-height: 22px; text-align: center; cursor: pointer; display: block; }
.contactd-addrselect .addrselect-swiper-prev:after, .contactd-addrselect .addrselect-swiper-next:after { content: ''; display: inline-block; width: 12px; height: 12px; border: 2px solid #999; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border-top: none; border-right: none; }
.contactd-addrselect .addrselect-swiper-prev.swiper-button-disabled, .contactd-addrselect .addrselect-swiper-next.swiper-button-disabled { cursor: default; }
.contactd-addrselect .addrselect-swiper-prev { left: -15px; }
.contactd-addrselect .addrselect-swiper-prev:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-top: 5px; }
.contactd-addrselect .addrselect-swiper-next { right: -15px; }
.contactd-addrselect .addrselect-swiper-next:after { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -5px; }
.contactd-addrselect .addrcontents { width: 100%; position: relative; overflow: hidden; padding-top: 15px; }
.contactd-addrselect .addrcontents .addrselect { width: 100%; line-height: 1.9; font-size: 14px; color: #333333; color: #333333; padding: 0 15px; display: none; }
.contactd-addrselect .addrcontents .addrselect ul li { width: 100%; position: relative; overflow: hidden; }
.contactd-addrselect .addrcontents .addrselect ul li .mask { color: #737373; color: #737373; float: left; }
.contactd-addrselect .addrcontents .addrselect ul li .over { display: block; width: auto; overflow: hidden; }




.contactd-method { width: 100%; position: relative; }
.contactd-mestype { width: 100%; overflow: hidden; position: relative; }
.contactd-mestype ul li { width: 100%; height: auto; background-color: #f4f5f7; text-align: center; padding: 15px 10px; }
.contactd-mestype ul li:last-child:after { display: none; }
.contactd-mestype ul li:after { content: ''; display: block; position: absolute; top: 0; right: 0; width: 1px; bottom: 0; background-color: #f4f5f7; }
.contactd-mestype ul li a { display: inline-block; vertical-align: top; width: auto; position: relative; }
.contactd-mestype ul li .telcon { width: 100%; position: relative; text-align: left; }
.contactd-mestype ul li .telcon .icon { display: block; position: relative; top: 2px; left: 0; width: 42px; float: left; }
.contactd-mestype ul li .telcon .icon::before { content: ''; display: block; width: 100%; padding-bottom: 80.95238%; }
.contactd-mestype ul li .telcon .icon img { position: absolute; top: 0; left: 0; width: 100%; }
.contactd-mestype ul li .telcon .over { display: block; overflow: hidden; padding-left: 10px; }
.contactd-mestype ul li .telcon .title { display: block; width: 100%; color: #737373; font-size: 14px; line-height: 1.5; font-style: normal; }
.contactd-mestype ul li .telcon .info { display: block; width: 100%; color: #333333; font-size: 14px; line-height: 1.5; font-style: normal; }
.contact-method-prev, .contact-method-next { display: none; width: 40px; height: 50px; cursor: pointer; position: absolute; top: 50%; margin-top: -25px; line-height: 50px; text-align: center; }
.contact-method-prev:after, .contact-method-next:after { content: ''; display: inline-block; vertical-align: middle; border: 2px solid #999; width: 20px; height: 20px; border-top: none; border-right: none; -webkit-transition: border-color 0.3s; -o-transition: border-color 0.3s; -moz-transition: border-color 0.3s; transition: border-color 0.3s; }
.contact-method-prev.swiper-button-disabled, .contact-method-next.swiper-button-disabled { cursor: default; }
.contact-method-prev:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.contact-method-next:after { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }



@media (min-width: 1024px) { .contactd-module { margin-bottom: 6px; }
  .contactd-module .mthumb { width: 450px; float: left; }
  .contactd-module .wthumb { width: auto; overflow: hidden; padding: 45px 20px 25px 60px; min-height: 262px; }
  .contactd-module .wthumb .title { font-size: 20px; font-weight: normal; }
  .contactd-module .wthumb .textcon { padding-top: 10px; }
 }


@media (min-width: 1024px) { .contactd-addrselect .addrcontents { padding-top: 35px; }
  .contactd-addrselect .addrselect-swiper ul li a { font-size: 15px; }
  .contactd-addrselect .addrselect-swiper ul li:hover a { color: #4e6ef2; }
  .contactd-addrselect .addrselect-swiper ul li:hover a::before { background-color: #4e6ef2; }
  .contactd-addrselect .addrselect-swiper-prev, .contactd-addrselect .addrselect-swiper-next { display: none; }
  .contactd-addrselect .addrselect-swiper-prev:hover:after, .contactd-addrselect .addrselect-swiper-next:hover:after { border-color: #842c44; }
  .contactd-addrselect .addrselect-swiper-prev { left: -30px; }
  .contactd-addrselect .addrselect-swiper-next { right: -30px; }
 }


@media (min-width: 1024px) { .contactd-mestype ul li { padding: 25px 10px; }
  .contactd-mestype ul li:after { width: 2px; }
  .contactd-mestype ul li .telcon .over { padding-left: 13px; }
  .contact-method-prev:hover:after, .contact-method-next:hover:after { border-color: #842c44; }
  .contact-method-prev { left: -40px; }
  .contact-method-next { right: -40px; }
 }


@media (min-width: 1260px) { .contactd-module .mthumb { width: 556px; }
  .contactd-module .wthumb { padding: 75px 20px 25px 80px; min-height: 324px; }
  .contactd-module .wthumb .title { font-size: 24px; }
 }

@media (min-width: 1260px) { .contactd-addrselect .addrcontents .addrselect { font-size: 14px; }
 }

@media (min-width: 1260px) { .contactd-mestype ul li { padding: 35px 10px; }
  .contactd-mestype ul li .telcon .title { font-size: 24px; }
  .contactd-mestype ul li .telcon .info { font-size: 14px; }
 }
 
.aboudetail-pages{text-align:center;padding:10px 0;}
.aboudetail-pages span{margin: 0 3px;}


/*-----1568894729-----*/

/*--------------------templatecss1024--------------------*/