﻿html
{
    font-size: 62.5%;
    scroll-behavior: auto!important;
}
#tip-arrow-top, #tip-arrow-bottom, #trans-tooltip
{
    display: none!important;
    width: 0!important;
    height: 0!important;
}
img
{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
body
{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #403c3b;
    font-size: 1.2rem;
    font-family: "Microsoft YaHei",Arial,helvetica,sans-serif;
    background: #fff;
    line-height: 1;
}
:root
{
    --swiper-theme-color: #174f98!important;
    --base_color: #174f98;
    --second_color: #e4b821;
    --base_bg_color: #174f98;
    --second_bg_color: #e4b821;
}
.base_color
{
    color: var(--base_color)!important;
}
.second_color
{
    color: var(--second_color)!important;
}
.base_bg
{
    transition: all .3s;
    background-color: var(--base_color);
}
.second_bg
{
    transition: all .3s;
    background-color: var(--second_color);
}
.pointer
{
    cursor: pointer;
}
.hover_color, .hover_color *
{
    transition: all .3s;
}
.hover_color:hover, .hover_color:hover *
{
    color: var(--base_color)!important;
}
.hover_second_color
{
    transition: all .3s;
}
.hover_second_color:hover, .hover_second_color:hover *
{
    color: var(--second_color)!important;
}
.hover_border:hover
{
    background-color: var(--base_color)!important;
    color: #fff!important;
    border: 1px solid var(--base_color)!important;
}
.hover_border:hover *
{
    color: #fff!important;
}
.hover_line:after
{
    display: block;
    content: "";
    width: 0;
    height: 3px;
    opacity: 0;
    background-color: var(--base_color);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .3s;
}
.hover_line:hover:after
{
    width: 100%;
    opacity: 1;
}
.hover_line_center:after
{
    left: 50%;
    transform: translateX(-50%);
}
.hover_line_white:after
{
    background-color: #fff;
}
.hover_shadow:hover
{
    box-shadow: 0 0 5px rgba(100,100,100,.5);
}
.hover_shadow-sm:hover
{
    box-shadow: 5px 0 5px rgba(12,3,7,.1);
}
.hover_base_color:hover
{
    color: var(--base_color)!important;
}
.hover_second_color:hover
{
    color: var(--second_color)!important;
}
.hover_base_bg
{
    transition: all .3s;
}
.hover_base_bg:hover
{
    background-color: var(--base_color)!important;
    color: #fff!important;
}
.hover_base_bg:hover *
{
    color: #fff!important;
}
.hover_base_bg:hover .line
{
    width: 80%;
}
.hover_base_bg_border:hover
{
    background-color: var(--base_color)!important;
    color: #fff!important;
    border: 1px solid var(--base_color)!important;
}
.hover_base_bg_border:hover *
{
    color: #fff!important;
}
.hover_base_border:hover
{
    border: 1px solid var(--base_color)!important;
}
.hover_second_border:hover
{
    border: 1px solid var(--second_color)!important;
}
.hover_second_bg:hover
{
    background-color: var(--second_color)!important;
    color: #fff!important;
}
.hover_second_bg_border:hover
{
    background-color: var(--second_color)!important;
    color: #fff!important;
    border: 1px solid var(--second_color)!important;
}
.hover_brightness
{
    transition: all .3s;
}
.hover_brightness:hover
{
    filter: brightness(120%);
}
.hover_brightness-lg
{
    transition: all .3s;
}
.hover_brightness-lg:hover
{
    filter: brightness(200%);
}
.brightness-lg:hover img
{
    filter: brightness(1000%);
}
.hover_drop_shadow
{
    filter: drop-shadow(0 0 5px rgba(0,0,0,.3));
}
.hover_play i
{
    transition: all .3s;
}
.hover_play:hover i
{
    transform: scale(1.1) rotate(360deg);
}
.hover_scale:hover
{
    transform: scale(1.01);
}
.hover_Y .cover
{
    transform: translateY(100%);
    transition: all .3s;
}
.hover_Y:hover .cover
{
    transform: translateY(0);
}
.hover_X .cover
{
    transform: translateX(100%);
    transition: all .3s;
}
.hover_X:hover .cover
{
    transform: translateX(0);
}
@keyframes pulsate
{
    50%
    {
        background-position: 0 180px;
    }
}
p
{
    margin: 0;
    padding: 0;
}
a, botton
{
    transition: all .3s;
    text-decoration: none;
}
a:link
{
    color: #3f3b3b;
    text-decoration: none;
}
a:visited
{
    color: #3f3b3b;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: var(--base_color);
}
a:focus
{
    outline: none;
    -moz-outline: none;
}
img
{
    border: 0;
}
#baguetteBox-overlay .full-image img
{
    background-color: #fff;
}
input, textarea, button, div
{
    outline: none!important;
}
ul, li, dl, dt, dd
{
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
canvas
{
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}
.cover
{
    z-index: 1;
}
.imgbox
{
    position: relative;
    overflow: hidden;
}
.imgbox:after
{
    content: '';
    display: block;
}
.imgbox img, .imgbox video, .imgbox div.contbox
{
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.imgbox_3_1:after
{
    margin-top: 33.3333%;
}
.imgbox_5_2:after
{
    margin-top: 40%;
}
.imgbox_2_1:after
{
    margin-top: 50%;
}
.imgbox_16_9:after
{
    margin-top: 56.25%;
}
.imgbox_5_3:after
{
    margin-top: 60%;
}
.imgbox_3_2:after
{
    margin-top: 66.66%;
}
.imgbox_4_3:after
{
    margin-top: 75%;
}
.imgbox_1_1:after
{
    margin-top: 100%;
}
.imgbox_3_4:after
{
    margin-top: 133.33%;
}
.imgbox_4_3 video
{
    width: 100%!important;
    margin: 0 auto;
    display: block;
}
.imgbox_695_372:after
{
    margin-top: 53.525%;
}
.imgbox_673_465:after
{
    margin-top: 69.0936%;
}
.imgbox_430_219:after
{
    margin-top: 50.93%;
}
.imgbox_340_372:after
{
    margin-top: 109.41%;
}
.imgbox_222_108:after
{
    margin-top: 48.65%;
}
.linear
{
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,.8));
    top: 0;
    left: 0;
    z-index: 2;
}
.reflect
{
    -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom,rgba(0,0,0,.2) 0%,transparent 100%);
    position: relative;
}
.ImgScale img
{
    transition: all .3s;
}
.ImgScale:hover img
{
    transform: translate(-50%,-50%) scale(1.05);
}
.IScale i, .IScale img
{
    transition: all 1s;
}
.IScale:hover i
{
    transform: translate(0) scale(1.05);
}
.rotateY:before
{
    transform: rotateY(180deg);
}
.rotateY
{
    transform: rotateY(180deg);
}
.r-18
{
    width: 18px!important;
    height: 18px!important;
    line-height: 18px!important;
}
.r-26
{
    width: 26px!important;
    height: 26px!important;
    line-height: 26px!important;
}
.clamp
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clamp-1
{
    -webkit-line-clamp: 1;
}
.clamp-2
{
    -webkit-line-clamp: 2;
}
.clamp-3
{
    -webkit-line-clamp: 3;
}
.clamp-4
{
    -webkit-line-clamp: 4;
}
.clamp-5
{
    -webkit-line-clamp: 5;
}
.clamp-6
{
    -webkit-line-clamp: 6;
}
.clamp-7
{
    -webkit-line-clamp: 7;
}
.rounded-5
{
    border-radius: 5px;
}
.rounded-10
{
    border-radius: 10px;
}
.rounded-20
{
    border-radius: 20px;
}
.rounded-30
{
    border-radius: 30px;
}
.layui-layer
{
    max-width: 96%;
}
.shadow-z
{
    box-shadow: 0 0 5px #ccc;
}
.singleInfo, .mainInfo
{
    color: #333;
}
.singleInfo iframe, .mainInfo iframe
{
    max-width: 100%;
    max-height: 100%;
    width: 600px;
    height: 480px;
}
.singleInfo img, .mainInfo img
{
    max-width: 100%!important;
    height: auto!important;
}
.icon_img
{
    width: 46px;
    height: 46px;
}
.scrolling
{
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.scrolling::-webkit-scrollbar
{
    display: none;
}
.lineT_3
{
    border-left: 3px solid var(--base_color);
    padding-left: 10px;
}
.lineT_5
{
    border-left: 5px solid var(--base_color);
    padding-left: 10px;
}
.diamond
{
    margin: 0 auto;
    width: 60px;
    height: 60px;
    position: relative;
}
.diamond:after
{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border: 3px solid var(--base_color);
    transform: rotate(45deg);
    content: "";
    transition: all .3s;
    z-index: 0;
}
.diamond:hover:after
{
    background-color: var(--second_color);
    border-color: var(--second_color);
    transform: rotate(0deg);
}
.diamond i
{
    transition: all .3s;
    color: var(--base_color);
}
.diamond:hover i
{
    color: #fff!important;
}
.tixing:after
{
    content: '';
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    transform: skewX(30deg);
    background-color: rgba(53,152,166,.95);
    top: 0;
    left: -24%;
    z-index: 0;
}
.de-page-mian
{
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.de-page-mian .page-inner
{
    display: inline-block;
    overflow: hidden;
}
.de-page-mian .page-inner a
{
    display: block;
    float: left;
    width: 32px;
    margin: 2px;
    padding: 0 2px;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.de-page-mian .page-inner a.active, .de-page-mian .page-inner a:hover
{
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color);
}
.de-page-mian .page-inner a.prev
{
    margin-left: 0;
    background: #fff url(../image/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on
{
    background: #fff url(../image/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover
{
    background-color: #fff;
    border-color: #ddd;
}
.de-page-mian .page-inner a.next
{
    background: #fff url(../image/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on
{
    background: #fff url(../image/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover
{
    background-color: #fff;
    border-color: #ddd;
}
.de-page-mian .page-inner a.page-btn
{
    font-size: 1.4rem;
    margin-right: 2rem;
    width: 50px;
    height: 32px;
    line-height: 32px;
}
.de-page-mian .page-inner span
{
    display: block;
    font-size: 1.4rem;
    color: #343434;
    float: left;
    line-height: 32px;
    margin: 0 2px;
}
.de-page-mian .page-inner input
{
    display: block;
    float: left;
    border: 0;
    height: 32px;
    width: 32px;
    border-radius: 0;
    text-align: center;
    line-height: 32px;
    font-size: 1.4rem;
    background-color: #ededed;
    color: #333;
    margin: 0 2px;
}
.page-a
{
    padding: 10px 0;
}
.page-a a
{
    border-radius: 3px;
    margin-top: -10px;
    float: right;
    width: calc(100% - 60px);
    display: inline-block;
    border: 1px dotted #efefef;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-a a:hover
{
    background-color: var(--base_color);
    border: 1px dotted var(--base_color);
    color: #fff;
}
#location, #location a
{
    color: #9b9b9b!important;
}
#location a:hover
{
    color: #f60!important;
}
.flash_all .swiper-pagination
{
    width: auto!important;
    bottom: auto!important;
    left: 50%!important;
    transform: translateX(-50%);
}
.flash_all .swiper-pagination .swiper-pagination-bullet
{
    background-color: #fb3e3e;
    outline: none;
    transition: all .3s;
    padding: 0;
    opacity: 1;
    margin: 0 5px;
    border-radius: 0;
    height: 2px;
}
.flash_all .swiper-pagination-bullet-active
{
    background-color: #fb3e3e;
    outline: none;
    padding: 0 20px!important;
    opacity: 1!important;
}
.slider_type_list li
{
    position: relative;
    padding-right: 5px!important;
}
.slider_type_list li .item
{
    border: 1px solid #d7d4d4;
    position: relative;
}
.slider_type_list li.active .item
{
    color: #fff;
    background-color: var(--base_color)!important;
    border: 1px solid var(--base_color);
    position: relative;
}
.slider_type_list li.active:after
{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-left: 5px solid var(--second_color);
    left: auto;
    margin-top: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
#page-footer-gt li.active a
{
    background-color: var(--base_color);
}
#page_index #c_mess_box input, #page_index #c_mess_box textarea
{
    margin-bottom: 10px!important;
}
#page_mess_box li
{
    margin-bottom: 10px;
}
#page_mess_box li input
{
    height: 40px;
}
.de-contact .contact-list
{
    border: 1px solid #efefef!important;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}
.de-contact .contact-list ul li div
{
    padding-left: 60px;
    color: #595959;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
}
.de-job-list
{
    overflow: hidden;
    padding-bottom: 19px;
    min-height: 300px;
    padding: 5px 5px;
}
.de-job-list ul li
{
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ededed;
}
.de-job-list ul li .job-title
{
    float: left;
    width: 50%;
    margin-right: 10px;
}
.de-job-list ul li .job-title h3
{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.de-job-list ul li .job-title p
{
    font-size: 18px;
    color: #237ed2;
    line-height: 20px;
    font-weight: bold;
}
.de-job-list ul li .job-title p em
{
    font-weight: normal;
    font-size: 12px;
}
.de-job-list ul li .job-info
{
    float: left;
    width: 200px;
}
.de-job-list ul li .job-info p
{
    font-size: 15px;
    color: #b2b2b2;
    line-height: 20px;
    margin-bottom: 15px;
}
.de-job-list ul li .job-info p span
{
    color: #737373;
}
.de-job-list ul li .job-btn
{
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #237ed2;
    margin-top: 20px;
}
.de-job-list ul li:hover
{
    box-shadow: 0 0 4px 2px rgba(104,104,104,.1);
}
.de-job-list ul li:hover .job-btn
{
    background: #000;
}
.de-job-list ul li:hover .job-btn
{
    display: block;
}
.jobs-info
{
    padding: 40px 10px 30px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #ededed;
}
.jobs-info .h3
{
    overflow: hidden;
    margin-bottom: 15px;
}
.jobs-info .h3 .job-name
{
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    width: 70%;
}
.jobs-info .h3 .job-price
{
    float: right;
    font-weight: bold;
    font-size: 24px;
    color: #237ed2;
    line-height: 1.1;
    max-width: 360px;
}
.jobs-info .h3 .job-price em
{
    font-weight: normal;
    font-size: 16px;
}
.jobs-info .p
{
    font-size: 16px;
    color: #999;
    line-height: 20px;
    margin-bottom: 10px;
}
.jobs-info .p span
{
    color: #595959;
}
.jobs-info .btnn
{
    padding-top: 10px;
    overflow: hidden;
}
.jobs-info .btnn a
{
    display: inline-block;
    width: 230px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #237ed2;
    font-size: 14px;
}
.jobs-info .btnn a:hover
{
    background: #0058b1;
}
.jobs-info-content
{
    padding: 0 20px;
    overflow: hidden;
}
.jobs-info-content h3
{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}
.jobs-info-content p
{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.apply-job
{
    overflow: hidden;
    margin-top: 20px;
}
.apply-job .job-tr
{
    overflow: hidden;
}
.apply-job .job-tr .tr-over
{
    overflow: hidden;
}
.apply-job .job-tr .error
{
    padding-left: 75px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
}
.apply-job .job-tr .tr-title
{
    float: left;
    width: 50px;
    min-height: 20px;
    text-align: right;
    font-size: 14px;
    color: #808080;
    margin-right: 25px;
    line-height: 40px;
}
.apply-job .job-tr .tr-cont
{
    float: left;
    width: calc(100% - 100px);
}
.apply-job .job-tr .tr-cont h3
{
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}
.apply-job .job-tr .tr-cont input[type=text]
{
    line-height: 38px;
    font-size: 14px;
    color: #333;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #e6e6e6;
}
.apply-job .job-tr .tr-cont input[name='captcha']
{
    font-size: 14px;
    line-height: 38px;
    color: #333;
    width: 100px;
    float: left;
    margin-right: 30px;
}
.apply-job .job-tr .tr-cont .verify
{
    cursor: pointer;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.apply-job .job-tr .tr-cont .verify img
{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.apply-job .job-tr .tr-cont textarea
{
    font-size: 14px;
    color: #333;
    display: block;
    height: 170px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #e6e6e6;
}
.apply-job .job-tr .tr-cont.radio-cont
{
    line-height: 40px;
}
.apply-job .job-tr .tr-cont.radio-cont input[type=radio]
{
    margin-right: 10px;
}
.apply-job .job-tr .tr-cont.radio-cont label
{
    margin-right: 30px;
    color: #4c4c4c;
    font-weight: bold;
}
.apply-job .job-tr .tr-cont a.submit
{
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #237ed2;
    color: #fff;
    font-size: 15px;
}
.apply-job .job-tr .tr-cont a.submit:hover
{
    background: #0058b1;
}
.no-goods, .no-network
{
    padding-top: 100px;
    overflow: hidden;
    text-align: center;
}
.no-goods img
{
    display: block;
    margin: 0 auto 30px;
    width: 220px;
    max-height: 105px;
}
.no-network img
{
    display: block;
    margin: 0 auto 30px;
    width: 222px;
    height: 160px;
}
.no-goods p, .no-network p
{
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.picList li .box:before
{
    display: block;
    content: "";
    width: 0;
    height: 4px;
    transition: all .3s;
    background-color: var(--base_color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.picList li:hover .box:before
{
    width: 100%;
}
.picList li:hover .box
{
    transition: all .3s;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.3)!important;
}
.picList li .content
{
    transform: translateY(300%);
    transition: all .5s;
}
.picList li:hover .imgbox img
{
    opacity: .3;
}
.picList li:hover .content
{
    transform: translateY(0)!important;
}