* {
    padding: 0;
    margin: 0;
}
body {
    background-color: #fff;
    font-family: Noto Sans SC;
    font-style: normal;
    /* font-family: "Source Han Sans CN", "Noto Sans SC"; */
}


ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.header .nav {
    position: relative;
    display: flow-root;
    padding: 45px 0;
}
.header .nav .left {
    float: left;
    z-index: 999;
    position: absolute;
}
.header .nav .left .logo {
    margin-right: 40px;
}
.logo img {
    height: 46px;
}
.header .nav .left .gupiao a {
    color: #fff;
    font-size: 16px;
}
.header .nav .right {
    position: absolute;
    right: 0;
}
.header .nav .right .drawer {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding: 6px 0;
}
.drawer .drawer_but .drawer_icons span {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
.drawer_blue .drawer_but .drawer_icons span {
    background-color: #2d61f5;
}
.drawer .drawer_but .drawer_icons span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.drawer .drawer_but .drawer_icons span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.drawer .drawer_but .drawer_icons span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
@media (max-width: 767px) {
    .drawer .drawer_but {
        display: block;
        width: auto;
    }
}
.drawer .drawer_but {
    float: right;
    z-index: 1010;
}
.drawer .drawer_but .but {
    height: 40px;
    display: inline-block;
}
.drawer .drawer_but .drawer_a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1020;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
}
.drawer .drawer_but .drawer_icons {
    width: 34px;
    height: 21px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    display: inline-block;
    cursor: pointer;
}
.drawer .drawer_open .drawer_icons span {
    background-color: #000;
}
.drawer .drawer_open .drawer_icons span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 3px;
}
.drawer .drawer_open .drawer_icons span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.drawer .drawer_open .drawer_icons span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 3px;
}
.drawer .drawer_nav {
    transition: all 0.4s ease-in-out;
    z-index: 1002;
    text-align: left;
    display: inline-block;
}
.drawer .translate {
    display: flex;
}
.drawer .drawer_nav .nav_list {
    display: flow-root;
    opacity: 0;
}
.drawer .translate .nav_list {
    opacity: 1;
    transition: 0.35s ease-in-out;
}
.drawer .drawer_nav .nav_list li {
    font-size: 16px;
    float: left;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 1px;
}
.drawer .drawer_nav .nav_list li a {
    display: inline;
    color: #666;
    padding: 0 15px;
    font-weight: 300;
}
.drawer .drawer_nav .nav_list .open > a,
.drawer .drawer_nav .nav_list .open > a:focus,
.drawer .drawer_nav .nav_list .open > a:hover {
    border-color: transparent;
    background-color: transparent;
}
.drawer .drawer_nav .nav_list li.on a,
.drawer .drawer_nav .nav_list li a:hover,
.drawer .drawer_nav .nav_list li a:focus {
    color: #2d61f5;
}
.drawer .drawer_nav .nav_list li .dropdown-menu {
    display: none;
    float: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 10px 5px;
    margin-top: -1px;
    min-width: 90px;
}
.drawer .drawer_nav .nav_list li.dropdown:hover .dropdown-menu,
.drawer .drawer_nav .nav_list li.dropdown:focus .dropdown-menu {
    display: block;
}
.drawer .drawer_nav .nav_list li .dropdown-menu li {
    display: block;
    margin-right: 0;
    float: none;
}
.drawer .translate .nav_list .dropdown-menu li a {
    font-weight: initial;
    color: #333;
    text-align: center;
    font-size: 16px;
}
.drawer .nav_list .dropdown-menu li:hover,
.drawer .nav_list .dropdown-menu li:focus,
.drawer .nav_list .dropdown-menu li.cur,
.drawer .nav_list .dropdown-menu li:hover a,
.drawer .nav_list .dropdown-menu li:focus a,
.drawer .nav_list .dropdown-menu li.cur a,
.drawer .nav_list .dropdown-menu li a:hover,
.drawer .nav_list .dropdown-menu li a:focus {
    background: transparent;
}
.dropdown .caret {
    margin-left: 10px;
}
.video {
    position: relative;
    font-size: 0;
}
.video .video_m {
    width: 100%;
    object-fit: cover;
}
.video .next {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 12px;
}
/* å›¾ç‰‡åŠ¨æ€æ•ˆæžœ */
@keyframes movepoint {
    0% {
        bottom: 40px;
    }
    25% {
        bottom: 35px;
    }
    100% {
        bottom: 40px;
    }
}
.video .next {
    -webkit-animation: movepoint 0.5s infinite;
    animation: movepoint 0.5s infinite;
}
.video .next img {
    width: 30px;
    margin-bottom: 10px;
    object-fit: cover;
}



.foot_img .icons li {
    display: inline;
    position: relative;
    margin-right: 20px;
}
.foot_img .icons li:last-of-type {
    margin-right: 0;
}
.foot_img .icons li .icon_m img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.foot_img .icons li .icon_y {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}
.foot_img .icons li:hover .icon_y {
    display: inline-block;
}
.foot_img .dh_show,
.foot_img .wx_show {
    top: -70px;
    left: -20%;
    transform: translateX(-20%);
    padding: 5px;
}
.foot_img .wx_show img {
    height: 50px;
}
.foot_img .dh_show {
    top: -40px;
    left: -90%;
    width: 140px;
}
.foot_img .yx_show {
    top: -50px;
    right: 0;
    width: 190px;
    padding: 5px;
    text-align: center;
}

.foot_txt .left {
    float: left;
}
.foot_txt .left ul li {
    line-height: 24px;
    font-size: 14px;
}
.foot_txt .left .bot {
    font-size: 14px;
    padding-top: 40px;
}
.foot_txt .right {
    position: absolute;
    bottom: 0;
    right: 60px;
}
.foot_txt .right img {
    height: 80px;
}
.foot_txt .right p {
    text-align: center;
    letter-spacing: 4px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
}
#back_top {
    border-radius: 3px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    z-index: 100;
    transition: all 0.1s linear;
}
#back_top .up {
    width: 24px;
    text-align: center;
}
#back_top .up span.t {
    writing-mode: tb-rl;
    text-align: center;
    color: #2d61f5;
}
#back_top .up span.glyphicon {
    width: 24px;
    background-color: #2d61f5;
    clip-path: polygon(0% 75%, 100% 100%, 100% 25%, 0% 0%);
    transform: rotateY(180deg);
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
    /* border: 2px solid #fff; */
}
/* é¦–é¡µè½®æ’­ */
.hdfy {
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: auto;
    }
}
.carousel-indicators .active {
    width: auto;
    height: auto;
}
.carousel-indicators li {
    width: auto;
    height: auto;
    margin: 0;
    text-indent: 0;
    border: none;
    border-radius: 0;
}
.hdfy .hdfy_tit {
    position: absolute;
    top: 40px;
    bottom: auto;
    z-index: 11;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    width: 666px;
    margin: auto;
    left: 0;
    right: 0;
}
.hdfy .hdfy_tit li {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    float: left;
}
.hdfy .hdfy_tit li span::after {
    content: "";
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 15px;
    right: 0;
}
.hdfy .hdfy_tit li:first-of-type:hover,
.hdfy .hdfy_tit li:first-of-type:focus,
.hdfy .hdfy_tit li:first-of-type.active {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.hdfy .hdfy_tit li:last-of-type:hover,
.hdfy .hdfy_tit li:last-of-type:focus,
.hdfy .hdfy_tit li:last-of-type.active {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hdfy .hdfy_tit li.active {
    cursor: pointer;
    background-color: #2d61f5;
}
.hdfy .hdfy_tit li.active span {
    opacity: 0;
}
.hdfy .carousel-inner .item img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.hdfy .carousel {
    overflow: hidden;
}
.hdfy .carousel-inner .item .carousel-caption {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 15%;
    left: auto;
    text-align: left;
    width: 300px;
}
.hdfy .carousel-inner .item .tit_d {
    display: none;
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 10px;
    width: 100%;
    text-align: center;
}
.hdfy .carousel-inner .item .tit_d span {
    display: block;
    background: #fff;
    height: 2px;
    text-align: center;
    margin: 10px 45% 0;
    margin-top: 10px;
    margin-right: 45%;
    margin-bottom: 0px;
    margin-left: 45%;
}
.hdfy .carousel-inner .item .carousel-caption .tit h4 {
    margin-top: 0;
    font-weight: bold;
}
.hdfy .carousel-inner .item .carousel-caption .txt .txt_p,
.hdfy .carousel-inner .item .carousel-caption .tit li {
    font-size: 14px;
}
.hdfy .carousel-inner .item .carousel-caption .tit span {
    display: inline-block;
    width: 20%;
    height: 4px;
    background-color: #2d61f5;
}
.hdfy .carousel-inner .item .carousel-caption .txt {
    margin-top: 30px;
}
.hdfy .carousel-inner .item .carousel-caption .txt .txt_t {
    font-size: 16px;
    font-weight: bold;
}
.hdfy .carousel-inner .item .carousel-caption .txt .txt_p {
    margin-top: 5px;
    font-weight: bold;
}
.hdfy .carousel-inner .item .carousel-caption .txt .txt_p1 {
    margin-top: 5px;
}
.hdfy .carousel-inner .item .carousel-caption .txt .txt_m {
    margin-top: 20px;
}
.hdfy .carousel-inner .item .carousel-caption .txt .txt_m a {
    color: #2d61f5;
    text-shadow: none;
}
.hdfy .carousel-control {
    display: none;
    background: transparent;
    opacity: 0.9;
    font-size: 12px;
}
.hdfy .carousel-control .glyphicon-chevron-right,
.hdfy .carousel-control .icon-next,
.hdfy .carousel-control .glyphicon-chevron-left,
.hdfy .carousel-control .icon-prev {
    background-color: #2d61f5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.hdfy .hdfy_imgs {
    position: absolute;
    bottom: 20px;
    z-index: 12;
    width: 200%;
    height: 110px;
    overflow: hidden;
}
.hdfy .hdfy_imgs .hdfy_img {
    display: flex;
    width: 200%;
    position: absolute;
}
.hdfy .hdfy_img li {
    display: inline-block;
    margin: 0 10px;
}
.hdfy .hdfy_imgs li.on img {
    border: 1px solid #fff;
    box-sizing: border-box;
}
.hdfy .hdfy_imgs li img {
    width: auto;
    height: 110px;
    object-fit: cover;
}

.lxwm,
.xwdt {
    margin: 60px 0;
}
.lxwm .tit {
    display: none;
}
.lxwm .lxwm_bg {
    width: 100%;
    object-fit: cover;
}
.lxwm .main {
    position: relative;
}
.lxwm .main .lxwm_form {
    position: absolute;
    top: 15%;
}
.lxwm .main .lxwm_form li {
    margin-bottom: 20px;
}
.lxwm .main .lxwm_form li textarea {
    height: 100px;
}
.lxwm .main .lxwm_form li textarea,
.lxwm .main .lxwm_form li input {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    width: 400px;
    color: #fff;
}
.sxzx .sxzx_main li textarea,
.lxwm .main .lxwm_form li textarea {
    resize: none;
}
.sxzx .sxzx_main li input,
.sxzx .sxzx_main li textarea,
.lxwm .main .lxwm_form li textarea:focus,
.lxwm .main .lxwm_form li input:focus {
    outline: none;
    color: #000;
}
textarea::placeholder,
input::placeholder {
    color: #fff;
    font-size: 12px;
}
.lxwm .main .lxwm_form button {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    color: #2d61f5;
    border: 0;
    font-size: 13px;
    padding: 8px 25px;
    outline: none;
}
.lxwm .main .lxwm_dt {
    position: absolute;
    top: -13%;
    right: 6%;
}
.lxwm .main .lxwm_dt img {
    width: 400px;
    object-fit: cover;
}
.lxwm .main .lxwm_dt .t {
    text-align: right;
    font-size: 30px;
    color: #fff;
    margin-top: 50px;
}
.sswd .sswd_two .tit,
.sswd .sswd_five .tit,
.sswd .sswd_three .tit,
.lxwm .tit,
.xwdt .tit {
    text-align: center;
    font-size: 24px;
    color: #2d61f5;
    margin: 30px 0;
}
.xwdt .tit {
    margin-bottom: 50px;
}
.sswd .sswd_two .tit span,
.sswd .sswd_five .tit span,
.sswd .sswd_three .tit span,
.sxzx .tit span,
.lxwm .tit span,
.xwdt .tit span {
    display: none;
    background: #2d61f5;
    height: 2px;
    text-align: center;
    margin: 10px 45% 0;
    margin-top: 10px;
    margin-right: 45%;
    margin-bottom: 0px;
    margin-left: 45%;
}
.xwdt .main {
    width: 100%;
    overflow: hidden;
}
.xwdt .main .xwdt_one {
    margin: 10px 15px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 #a6bdff;
    width: 500px;
}
.xwdt_one a img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.xwdt_one .txt {
    padding: 20px;
}
.xwdt_one .txt p {
    font-size: 16px;
    height: 46px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwdt_one .txt .more {
    font-size: 14px;
}
/* å‡ºæµ·è¥é”€ */
.banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.det_top,
.banner {
    position: relative;
}
.banner .txt {
    position: absolute;
    width: 100%;
    bottom: 40px;
    color: #fff;
}
.banner .txt_detail {
    position: absolute;
    width: 100%;
    bottom: 50%;
    color: #fff;
    text-align: center;
    transform: translateY(50%);
}
.banner .txt_detail h2 {
    font-size: 40px;
    font-weight: bold;
}
.banner .txt h2 {
    font-size: 28px;
    font-weight: bold;
}
.banner .txt_detail span {
    font-size: 16px;
}
.banner .txt span {
    font-size: 14px;
}
.yx_main .yx_item {
    background: #f7f7f7;
    margin: 40px 0;
    padding: 20px 0;
}
.yx_item .left {
    margin-top: 40px;
}
.yx_item:nth-of-type(2n + 1) .left {
    padding-right: 20px;
    text-align: right;
}
.yx_item:nth-of-type(2n) .left {
    padding-left: 20px;
    text-align: left;
}
.ssyh_main .yx_item:nth-of-type(2) .left,
.ssyh_main .yx_item:nth-of-type(4) .left {
    text-align: right;
}
.ssyh_main .yx_item:nth-of-type(1) .left,
.ssyh_main .yx_item:nth-of-type(3) .left {
    text-align: left;
}
.yx_item .left .tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.yx_item .left .txt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}
.yx_item .left .more span {
    display: inline-block;
    background-color: #2d61f5;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 2px;
}
.yx_main .yx_item .right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* å‡ºæµ·è¥é”€è¯¦æƒ… */
.det_top .det_bg {
    text-align: right;
}
.fot_bt img,
.det_top .det_bg img {
    height: 450px;
    width: auto;
    object-fit: cover;
}
.det_top {
    margin-top: 60px;
}
.det_top .det_main {
    display: flow-root;
    width: 100%;
    /* position: absolute; */
    /* top: 140px; */
}
.det_top .det_main .vid {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 5%;
}
.det_top .det_main .vid .vid_icon {
    height: 70px;
    width: 70px;
    object-fit: cover;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.det_top .det_main .vid .vid_icon:hover {
    cursor: pointer;
}
.det_top .det_main .vid .vid_m img {
    width: 100%;
    /* margin-left: -34px; */
    /* height: 320px; */
    object-fit: cover;
    /* box-shadow: 0 0 8px 0 #2d61f5; */
}
.det_top .det_main .ms {
    width: 50%;
    float: right;
    padding: 0 6% 0 50px;
    margin-top: 10%;
}
.det_top .det_main .ms .tit {
    color: #2d61f5;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.det_top .det_main .ms .tit_x {
    font-size: 20px;
    margin-bottom: 20px;
}
.det_top .det_main .ms .txt {
    line-height: 20px;
    font-size: 14px;
}
/* ç‚¹å‡»å¼¹çª— */
.sswd_one_video,
.det_videos {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 109;
}
.sswd_one_video .sswd_one_video,
.det_videos .video_bg {
    display: none;
    width: 50%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    box-shadow: 0 12px 24px 0 rgb(28 31 33 / 10%);
    border-radius: 2px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.sswd_one_video .sswd_one_video .video_show,
.det_videos .video_show {
    width: 100%;
    height: auto;
}
.sswd_one_video .sswd_one_video .close,
.det_videos .video_bg .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    z-index: 102;
    opacity: 1;
}
.sswd_one_video .sswd_one_video .close:hover,
.sswd_one_video .sswd_one_video .close:focus,
.det_videos .video_bg .close:hover,
.det_videos .video_bg .close:focus {
    color: #2d61f5;
}
/* éšè—è¿›åº¦æ¡ */
video::-webkit-media-controls-timeline {
    display: block;
}
/* éšè—æ’­æ”¾æŒ‰é’® */
video::-webkit-media-controls-play-button {
    display: block;
}
/* è§‚çœ‹çš„å½“å‰æ—¶é—´ */
video::-webkit-media-controls-current-time-display {
    display: block;
}
/* å‰©ä½™æ—¶é—´ */
video::-webkit-media-controls-time-remaining-display {
    display: block;
}
/* éŸ³é‡æŒ‰é’® */
video::-webkit-media-controls-mute-button {
    display: block;
}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: block;
}
/* éŸ³é‡çš„æŽ§åˆ¶æ¡ */
video::-webkit-media-controls-volume-slider {
    display: block;
}
/* éšè—ä¸‰ä¸ªç‚¹ */
video::-internal-media-controls-overflow-button {
    display: block;
}
/* éšè—å…¨éƒ¨ */
/* video::-webkit-media-controls-enclosure {
  display: none;
} */
/* å…¨å±æŒ‰é’® */
/* video::-webkit-media-controls-fullscreen-button {
  display: inline-block;
} */
.det_mid {
    background: #2d61f5;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    margin: 60px 0;
}
.det_mid .tit {
    font-size: 20px;
    margin-bottom: 20px;
}
.det_mid .txt {
    padding: 0 10%;
    font-size: 14px;
    line-height: 20px;
}
.det_bot {
    background: #f7f7f7;
    padding: 40px 0 80px 0;
    display: flow-root;
    position: relative;
}
.det_bot .main {
    width: 60%;
    float: left;
    padding: 0 5%;
}
.det_bot .main .tit {
    font-size: 20px;
    margin-bottom: 20px;
}
.det_bot .main .txt {
    font-size: 20px;
}
.det_bot .img {
    width: 40%;
    position: absolute;
    right: 0;
    text-align: right;
}
.det_bot .img img {
    /* width: 100%; */
    height: 600px;
    object-fit: cover;
}

.fot_bt {
    background-color: #e6edff;
    text-align: left;
}
.fot_bt img {
    /* height: 450px; */
    /* width: 100%; */
    /* object-fit: cover; */
}
.det_top_tit {
    display: none;
    font-size: 20px;
    color: #2d61f5;
    text-align: center;
    /* position: absolute;
    top: 150px; */
    width: 100%;
    padding: 0 20px;
}
/* æ–°é—»åŠ¨æ€ */
.xwdt_main {
    margin: 30px 0;
}
.xwdt_main .xwdt_item {
    background-color: #fff;
    border-radius: 2px;
    margin: 10px 0 40px;
    box-shadow: 0 2px 8px 0 #a6bdff;
}
.xwdt_main .xwdt_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.xwdt_main .xwdt_item .ms {
    padding: 20px;
}
.xwdt_main .xwdt_item .ms .tit {
    font-size: 16px;
    margin-bottom: 20px;
    height: 46px;
    font-weight: bold;
}
.xwdt_main .xwdt_item .ms .txt {
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
}
.xwdt_main .xwdt_item .ms .tit,
.xwdt_main .xwdt_item .ms .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwdt_main .xwdt_item .ms .more {
    font-size: 14px;
    color: #666;
}
.xwdt_main .main_more {
    text-align: center;
}
.xwdt_main .main_more img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
/* è”ç³»æˆ‘ä»¬ */
.about .about_bot {
    margin-top: 40px;
}
.about .about_bot .item li {
    font-size: 14px;
    line-height: 16px;
}
.about .about_bot .item li:first-of-type {
    margin-bottom: 10px;
}
.about .about_bot .item li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.lxwm_main {
    margin: 40px 0 20px;
}
.lxwm_main .item {
    margin: 10px 0;
}
.lxwm_main .item .tit {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.lxwm_main .item a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.lxwm_main .item .txt {
    font-size: 16px;
    margin-top: 10px;
    height: 46px;
}
.sxzx {
    margin-bottom: 40px;
}
.sxzx .tit {
    text-align: center;
    font-size: 24px;
    color: #2d61f5;
    margin-bottom: 60px;
}
.sxzx .sxzx_main {
    position: relative;
    text-align: center;
    /* padding: 0 10%; */
    margin-bottom: 40px;
}
.sxzx .sxzx_main li input,
.sxzx .sxzx_main li textarea {
    width: 100%;
    padding: 25px 20px;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #bbb;
}
.sxzx .sxzx_main li textarea {
    height: 120px;
}
.sxzx .sxzx_main li textarea::placeholder,
.sxzx .sxzx_main li input::placeholder {
    color: #333;
    font-size: 14px;
}
.sxzx .sxzx_main .col-xs-12 {
    margin-top: 60px;
}
.sxzx .sxzx_main .col-xs-12 .but {
    text-align: left;
}
.sxzx .sxzx_main .col-xs-12 .but button {
    background-color: #2d61f5;
    border-radius: 30px;
    color: #fff;
    border: 0;
    font-size: 14px;
    padding: 15px 50px;
    outline: none;
}
.sxzx .iph {
    display: none;
    margin-top: 40px;
}
.sxzx .iph .item {
    margin: 20px 0;
}
.sxzx .iph .item li {
    line-height: 20px;
    font-size: 14px;
}
/* è§‚ç‚¹æŠ¥å‘Š */
.gdbg{
    margin-bottom: 80px;
}
.gdbg .gdbg_item {
    /*margin: 80px 0;*/
}
.gdbg .gdbg_item .item_main {
    position: relative;
}
.gdbg .gdbg_item .item_main img {
    width: 100%;
    object-fit: cover;
}
.gdbg .gdbg_item .item_main .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.txt-l {
    left: 20%;
}
.txt-r {
    right: 20%;
}
.gdbg .gdbg_item .item_main .txt li {
    font-size: 24px;
    margin-bottom: 25px;
}
.gdbg .gdbg_item .item_main .txt a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
}
.gdbg .gdbg_item:nth-of-type(6) .item_main .txt,
.gdbg .gdbg_item:nth-of-type(6) .item_main .txt a {
    color: #000;
}
.gdbg .gdbg_item:nth-of-type(6) .item_main .txt a {
    border-color: #000;
}
.gdbg .gdbg_item .item_main .txt a:hover {
    background-color: #2d61f5;
    border-color: #2d61f5;
    color: #fff;
}
/* è°æ˜¯é—»é“ */
.sswd .sswd_one {
    margin: 40px 0;
}
.sswd .sswd_one .col-sm-6:first-of-type {
    float: right;
}
.sswd_one .txt {
    line-height: 24px;
    margin-top: 40px;
}
.sswd_one .imgs {
    position: relative;
}
.sswd_one .imgs .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.sswd_icon {
    height: 60px;
    width: 60px;
    object-fit: cover;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.sswd .sswd_three .item {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 40px 30px;
    text-align: center;
    margin: 15px 0;
}
.sswd .sswd_three .item img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    padding: 0 20px;
}
.sswd .sswd_three .item li {
    height: 46px;
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.sswd .sswd_five {
    /*margin-bottom: 40px;*/
}
.sswd_five .main {
    width: 100%;
    display: flow-root;
}
.sswd_five .main .item {
    width: calc(100% / 9);
    float: left;
}
.sswd_five .main .item .item_one {
    padding: 10px;
    text-align: center;
}
.sswd_five .main .item .item_one li {
    padding: 30px;
}
.sswd_five .main .item .item_one li img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.sswd_five .main .item .item_one p {
    font-size: 16px;
}
.sswd_four {
    margin: 40px 0;
}
.sswd_four .tit_img {
    position: relative;
}
.sswd_four .tit_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.sswd_four .tit_img .tit {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    top: 80px;
}
.sswd_four .tit_img .tit span {
    display: none;
    background: #fff;
    height: 2px;
    text-align: center;
    margin: 10px 45% 0;
    margin-top: 10px;
    margin-right: 45%;
    margin-bottom: 0px;
    margin-left: 45%;
}
.sswd_four .main {
    background-color: #f7f7f7;
    margin-top: 90px;
    padding: 20px;
}
.sswd_four .jxry_tit {
    position: absolute;
    top: -150px;
    bottom: auto;
    z-index: 11;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 8px 0 #a6bdff;
    /* box-shadow: 0px 2px 8px 0px #2d61f5; */
    border-radius: 5px;
    width: 975.4px;
    margin: auto;
    left: 0;
    right: 0;
}
.sswd_four .jxry_tit li {
    position: relative;
    font-size: 16px;
    color: #333;
    padding: 20px 60px;
    float: left;
}
.sswd_four .jxry_tit li.active {
    cursor: pointer;
    background-color: #2d61f5;
    color: #fff;
}
.sswd_four .jxry_tit li:first-of-type:hover,
.sswd_four .jxry_tit li:first-of-type:focus,
.sswd_four .jxry_tit li:first-of-type.active {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sswd_four .jxry_tit li:last-of-type:hover,
.sswd_four .jxry_tit li:last-of-type:focus,
.sswd_four .jxry_tit li:last-of-type.active {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sswd_four .jxry_tit li span::after {
    content: "";
    width: 1px;
    height: 30px;
    background: rgba(45, 97, 245, 0.3);
    position: absolute;
    top: 20px;
    right: 0;
}
.sswd_four .main .jxry_main {
    padding: 40px 100px;
}
.sswd_four .main .jxry_main .imgs .imgs_m {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.sswd_four .main .jxry_main .imgs .imgs_m img {
    width: 120px;
    height: 140px;
    object-fit: contain;
    float: left;
    padding-right: 10px;
}
.sswd_four .main .jxry_main .imgs .imgs_m .txt {
    text-align: right;
    font-size: 12px;
}
.sswd_four .carousel-control.left,
.sswd_four .carousel-control.right {
    background-color: transparent;
    background-image: none;
}
.sswd_four .carousel-control .glyphicon-chevron-right,
.sswd_four .carousel-control .icon-next,
.sswd_four .carousel-control .glyphicon-chevron-left,
.sswd_four .carousel-control .icon-prev {
    background-color: #ddd;
    color: #666;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}
.sswd_four .main .jxry_main .imgs .imgs_b {
    padding: 60px 60px 0;
}
.sswd_four .carousel-control {
    display: none;
    opacity: 1;
}
.sswd_two .dsj {
    position: relative;
    margin: 180px 0 40px;
}
.sswd_two .dsj .dsj_tit {
    position: absolute;
    top: -100px;
    width: 100%;
    margin-left: 0;
    transform: translateX(-50%);
}
.sswd_two .dsj .dsj_tit {
    display: flex;
    height: 2px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.sswd_two .dsj .dsj_tit ol {
    padding: 0;
    width: 100%;
    display: inline-flex;
}
.sswd_two .dsj .dsj_tit li {
    list-style: none;
    width: calc(100% / 9);
}
.sswd_two .dsj .order_item {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
    color: #333;
}
.sswd_two .dsj .order_item i {
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -8px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #eee;
}
.sswd_two .dsj .order_item b {
    font-weight: initial;
    position: absolute;
    width: 130px;
    top: 30px;
    left: -50%;
    transform: translateX(-50%);
}
.sswd_two .dsj .dsj_tit li:nth-of-type(2n) .order_item b {
    top: -20px;
}
.sswd_two .dsj .dsj_tit li.active {
    background-color: #dfdfdf;
}
.sswd_two .dsj .dsj_tit li.active .order_item i {
    border: 4px solid #2d61f5;
}
.sswd_two .dsj .dsj_tit li.active .order_item b {
    font-size: 18px;
    color: #2d61f5;
}
.sswd_two .dsj .dsj_tit li.active:nth-of-type(2n) .order_item b {
    top: -30px;
}
.sswd_two .dsj .dsj_tit li.active:nth-of-type(2n + 1) .order_item b {
    top: 40px;
}
.sswd_two .dsj .carousel-inner .item {
    background-image: linear-gradient(
            to right,
            rgba(254, 254, 255, 1) 0,
            rgba(200, 222, 253, 1) 50%,
            rgba(254, 254, 255, 1) 100%
    );
    padding: 40px 15%;
}
.sswd_two .dsj .glyphicon {
    color: #ddd;
    background: #f5f5f5;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 100;
    border-radius: 50%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
    margin-left: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
    margin-right: 0;
}
.sswd_two .dsj .carousel-inner .item .txt {
    line-height: 24px;
}
.sswd_two .dsj .carousel-control {
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
    top: -10%;
    transform: translateY(-10%);
}
.sswd_two .dsj .carousel-control.left,
.sswd_two .dsj .carousel-control.right {
    background-image: none;
    display: inline-table;
}
.sswd_two .dsj .carousel-control.left img,
.sswd_two .dsj .carousel-control.right img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.sswd_two .dsj .carousel-control.left {
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}
.sswd_two .dsj .carousel-control.right {
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}
.xwdt_detail {
    background-image: url("../images/bg_a.png");
    width: 100%;
    background-size: cover;
    text-align: center;
}
.xwdt_detail .xwdt_de {
    margin: 100px 60px;
}
.xwdt_detail .xwdt_de .title {
    margin-bottom: 40px;
}
.xwdt_detail .xwdt_de .title h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
.xwdt_detail .xwdt_de .title p {
    text-align: center;
    font-size: 16px;
    color: #666;
}
.xwdt_detail .xwdt_de .conts {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}
.xwdt_detail .xwdt_de .conts img {
    max-width: 80%;
    display: block;
    margin: 20px auto;
}
.yx_main .yx_title {
    font-size: 28px;
    color: #2d61f5;
    text-align: center;
    margin: 30px 0;
}
.lxwm_cg {
    display: none;
    /* background: rgba(0, 0, 0, 0.5); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.lxwm_cg .lxwm_cgtxt {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 #a6bdff;
    padding: 20px 40px;
    border-radius: 3px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lxwm_cg .lxwm_cgtxt img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.lxwm_cg .lxwm_cgtxt p {
    margin: 10px 0;
    color: #2d61f5;
}
.sxzx_main .lxwm_cg {
    margin: 0 auto;
}
/*  */
/* .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
} */

@media (min-width: 1500px) {
    .det_bot .main .txt {
        font-size: 20px;
    }
    .xwdt_main .col-sm-4 {
        padding: 30px 60px;
    }
    .sxzx .sxzx_main .col-xs-12 .but button {
        font-size: 20px;
    }
    .container {
        width: 90%;
    }
    .hdfy .hdfy_imgs li img {
        width: 100%;
        height: 156px;
    }
    .hdfy .hdfy_imgs {
        height: 156px;
    }
    .hdfy .hdfy_tit {
        width: 781px;
    }
    .drawer .drawer_nav .nav_list li {
        font-size: 18px;
    }
    .hdfy .carousel-inner .item .carousel-caption .tit h4 {
        font-size: 28px;
    }
    .hdfy .carousel-inner .item .carousel-caption .tit li {
        font-size: 22px;
    }
    .sswd_two .dsj .dsj_tit li.active .order_item b,
    .hdfy .hdfy_tit li,
    .sswd_four .jxry_tit li,
    .sswd_five .main .item .item_one p {
        font-size: 20px;
    }
    .lxwm_main .item .tit {
        font-size: 30px;
        font-weight: bold;
    }
    .gdbg .gdbg_item .item_main .txt a,
    .banner .txt span,
    .yx_item .left .txt,
    .xwdt_one .txt p,
    .hdfy .carousel-inner .item .carousel-caption .txt .txt_t,
    .sswd_one .txt {
        font-size: 18px;
    }
    .lxwm .main .lxwm_form li textarea,
    .lxwm .main .lxwm_form li input {
        width: 600px;
        padding: 15px 20px;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt .txt_m,
    .xwdt_main .xwdt_item .ms .more,
    .yx_item .left .more span,
    #back_top .up span.t,
    .foot_txt .right p,
    .foot_txt .left .bot,
    .foot_txt .left ul li,
    .xwdt_one .txt .more,
    .lxwm .main .lxwm_form button,
    textarea::placeholder,
    input::placeholder,
    .sxzx .sxzx_main li textarea::placeholder,
    .sxzx .sxzx_main li input::placeholder,
    .sswd_two .dsj .order_item b,
    .sswd_two .dsj .carousel-inner .item .txt,
    .sswd_four .main .jxry_main .imgs .imgs_m .txt {
        font-size: 16px;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt .txt_p {
        font-size: 16px;
        font-weight: bold;
    }
    .lxwm_main .item .txt {
        font-size: 20px;
        height: 58px;
    }
    .lxwm .main .lxwm_dt {
        top: -9%;
    }
    .lxwm .main .lxwm_dt img {
        width: 500px;
    }
    .lxwm .main .lxwm_dt .t {
        font-size: 40px;
        margin-top: 12%;
        font-weight: bold;
    }
    .yx_item .left .tit {
        font-size: 34px;
    }
    .yx_main .yx_title,
    .sxzx .tit,
    .banner .txt h2,
    .sswd .sswd_two .tit,
    .sswd .sswd_five .tit,
    .sswd .sswd_three .tit,
    .lxwm .tit,
    .xwdt .tit,
    .sswd_four .tit_img .tit,
    .det_top .det_main .ms .tit,
    .det_mid .tit {
        font-size: 24px;
        font-weight: bold;
    }
    .gdbg .gdbg_item .item_main .txt li {
        font-size: 30px;
        font-weight: bold;
    }
    .xwdt_one .txt p {
        height: 52px;
    }
    .banner img {
        height: 450px;
    }
    .sswd_one .imgs .img img {
        height: 400px;
    }
    .xwdt_main .xwdt_item img {
        height: 250px;
    }
    .xwdt_main .xwdt_item .ms .tit {
        height: 58px;
        font-size: 20px;
    }
    .xwdt_main .xwdt_item .ms .txt {
        height: 46px;
        font-size: 16px;
    }
    .about .about_bot .item li img {
        width: 40px;
        height: 40px;
    }
    .det_mid .txt,
    .det_top .det_main .ms .txt,
    .about .about_bot .item li {
        font-size: 20px;
        line-height: 30px;
    }
    .lxwm_main .item a img {
        height: 240px;
    }
    .sswd .sswd_three .item li {
        font-size: 20px;
        height: 58px;
    }
    .sswd .sswd_three .item img {
        padding: 0 60px;
    }
    .sswd_four .jxry_tit {
        width: 1189.2px;
    }
    .sswd_icon {
        height: 80px;
        width: 80px;
        left: -40px;
    }
    .det_top .det_main .vid .vid_icon {
        width: 100px;
        height: 100px;
        right: -50px;
    }
    .sswd_one .txt {
        line-height: 30px;
        padding-right: 20px;
    }
    .det_bot .main .tit,
    .det_top .det_main .ms .tit_x {
        font-size: 24px;
        font-weight: bold;
        color: #666;
    }
    .hdfy {
        margin-bottom: 120px;
    }
}
@media (max-width: 1920px) {
    .video .video_m {
        height: 100vh;
    }
}
/* @media (max-width: 1600px) {
  .det_mid {
    margin: 18% 0 60px;
  }
} */
@media (max-width: 1500px) {
    .sswd_four .tit_img img {
        height: 180px;
    }
    .sswd_four .tit_img .tit {
        top: 50px;
    }
    .hdfy .carousel-inner .item img {
        height: 700px;
    }
    .drawer .translate .nav_list .dropdown-menu li a {
        font-size: 14px;
    }
    .xwdt_main .col-sm-4 {
        padding: 10px 40px;
    }
    .sswd_four .main {
        margin-top: 80px;
    }
    .sswd_four .jxry_tit {
        top: -130px;
    }
    .sswd_four .jxry_tit li {
        padding: 20px 50px;
    }
    .lxwm .main .lxwm_form li {
        margin-bottom: 15px;
    }
    .lxwm .main .lxwm_form li textarea {
        height: 80px;
    }
    .drawer .drawer_nav .nav_list li {
        margin-top: 0;
    }
    .sswd_five .main .item .item_one li {
        padding: 20px;
    }
    .sswd_five .main .item .item_one li img {
        height: 40px;
    }
    .fot_bt img,
    .det_top .det_bg img {
        height: 400px;
    }
    .det_top .det_main .ms {
        margin-top: 8%;
    }
    .det_bot .img img {
        height: 500px;
    }
}
@media (max-width: 1400px) {
    .video .video_m {
        height: auto;
    }
}
@media (max-width: 1200px) {
    .hdfy .carousel-inner .item img {
        height: 600px;
    }
    .sswd .sswd_three .item {
        padding: 40px 20px;
    }
    .sswd .sswd_three .item li {
        font-size: 14px;
        height: 40px;
    }
    .gdbg .gdbg_item {
        /*margin: 60px 0;*/
    }
    .xwdt_main .col-sm-4 {
        padding: 5px 30px;
    }
    .xwdt_main .xwdt_item img {
        height: 150px;
    }
    .sxzx .sxzx_main li input,
    .sxzx .sxzx_main li textarea {
        padding: 15px 20px;
    }
    .sxzx .sxzx_main .col-xs-12 {
        margin-top: 40px;
    }
    .sxzx .sxzx_main li textarea {
        height: 100px;
    }
    .sxzx .sxzx_main .col-xs-12 .but button {
        padding: 12px 30px;
    }
    .sswd_four .jxry_tit {
        width: 855.9px;
    }
    .sswd_four .jxry_tit li {
        padding: 20px 40px;
    }
    .lxwm .main .lxwm_form {
        top: 10%;
    }
    .lxwm .main .lxwm_form li textarea,
    .lxwm .main .lxwm_form li input {
        padding: 8px 15px;
    }
    .header .nav .right .drawer {
        padding: 0;
    }
    .xwdt_detail .xwdt_de .title h2 {
        font-size: 26px;
    }
    .xwdt_detail .xwdt_de .conts,
    .xwdt_detail .xwdt_de .title p {
        font-size: 14px;
    }
    .fot_bt img,
    .det_top .det_bg img {
        height: 350px;
    }
    .sswd_four .main .jxry_main .imgs .imgs_b {
        padding: 40px 60px 0;
    }
    .sswd_five .main .item .item_one li {
        padding: 15px;
    }
    .drawer .drawer_nav .nav_list li {
        margin-top: 18px;
    }
    .drawer .drawer_nav .nav_list li .dropdown-menu {
        margin-top: -1px;
    }
    .drawer .drawer_nav .nav_list li .dropdown-menu li {
        line-height: 40px;
        margin-top: 0;
    }
    .drawer .drawer_but {
        height: 82px;
        line-height: 82px;
    }
    .header .nav .left .logo {
        margin-right: 0;
    }
    .header .nav .left .gupiao {
        display: block;
        margin-top: 10px;
        height: 20px;
        text-align: center;
    }
    .banner img {
        height: 400px;
    }
    .yx_item .left .more span,
    .yx_item .left .txt,
    #back_top .up span.t,
    .foot_txt .right p,
    .foot_txt .left .bot,
    .foot_txt .left ul li {
        font-size: 13px;
    }
    .lxwm .main .lxwm_dt img {
        width: 320px;
    }
    .lxwm .main .lxwm_dt .t {
        margin-top: 40px;
    }
    .lxwm .main .lxwm_form button {
        margin-top: 20px;
    }
    .xwdt_main .xwdt_item img {
        height: 200px;
    }
    .lxwm_main .item a img {
        height: 130px;
    }
    .hdfy .hdfy_imgs,
    .hdfy .hdfy_imgs li img {
        height: 80px;
    }
    .sswd_four .main .jxry_main {
        padding: 40px 80px;
    }
    .sswd_four .main .jxry_main .imgs .imgs_m img {
        width: 100px;
        height: 90px;
    }
}
/* @media (max-width: 1100px) {
  .det_mid {
    margin: 15% 0 60px;
  }
} */
.txt-1{
    text-align: justify;min-height: 80px
}
@media (max-width: 992px) {
    .txt-1{
        text-align: justify;min-height: 240px
    }
    .hdfy .carousel-inner .item img {
        height: 450px;
    }
    .sswd .sswd_three .item img {
        height: 100px;
        padding: 0;
    }
    .sswd .sswd_three .item {
        padding: 20px 10px;
    }
    .gdbg .gdbg_item {
        /*margin: 40px 0;*/
    }
    .xwdt_main .col-sm-4 {
        padding: 0 20px;
    }
    .xwdt_main .xwdt_item img {
        height: 120px;
    }
    .sswd_four .jxry_tit {
        width: 615.5px;
    }
    .sswd_four .jxry_tit li {
        padding: 20px 20px;
    }
    .det_bot .img img {
        height: 280px;
    }
    .fot_bt img,
    .det_top .det_bg img {
        height: 300px;
    }
    .det_top .det_main .ms {
        margin-top: 20px;
        padding: 0 40px;
    }
    .sswd_five .main .item .item_one li img {
        height: 35px;
    }
    .drawer .drawer_nav .nav_list li {
        margin-top: 0;
    }
    .drawer .drawer_nav .nav_list li .dropdown-menu li {
        line-height: 30px;
    }
    .drawer .drawer_nav {
        width: 80%;
        float: right;
    }
    .drawer .drawer_nav .nav_list li a {
        padding: 5px 10px;
    }
    .drawer .drawer_nav .nav_list li .dropdown-menu {
        margin-top: -1px;
    }
    .banner img {
        height: 320px;
    }
    .about .about_bot {
        margin-top: 20px;
    }
    .lxwm .lxwm_bg {
        height: 320px;
    }
    .lxwm .main .lxwm_form {
        top: 10%;
    }
    .lxwm .main .lxwm_form li {
        margin-bottom: 10px;
    }
    .lxwm .main .lxwm_form button {
        margin-top: 10px;
        padding: 5px 20px;
    }
    .lxwm .main .lxwm_dt img {
        width: 260px;
    }
    .yx_item .left {
        margin-top: 20px;
    }
    .yx_item .left .txt {
        margin-bottom: 30px;
    }
    .yx_item .left .more {
        font-size: 12px;
    }
    .xwdt_main .xwdt_item img {
        height: 150px;
    }
    .lxwm_main .item a img {
        height: 100px;
    }
    .sswd_one .imgs .img img {
        height: 220px;
    }
    .sswd_one .txt {
        font-size: 13px;
        margin-top: 0;
        line-height: 20px;
    }
    .sswd_five .main .item .item_one p {
        font-size: 14px;
        height: 40px;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .sswd_five .main .item .item_one li {
        padding: 10px;
    }
    .hdfy .hdfy_img li {
        margin: 0 5px;
    }
    .hdfy .hdfy_imgs {
        bottom: 10px;
    }
    .hdfy .carousel-inner .item .carousel-caption {
        right: 10%;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt {
        margin-top: 20px;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt .txt_m {
        margin-top: 10px;
    }
    .sswd_four .main .jxry_main {
        padding: 40px 20px;
    }
}
@media (max-width: 768px) {
    .sswd .sswd_three .item img {
        height: 90px;
    }
    .xwdt_main .col-xs-6 {
        padding: 0 25px;
    }
    .gdbg .gdbg_item .item_main .txt li {
        margin-bottom: 10px;
    }
    .xwdt_detail .xwdt_de .title h2 {
        font-size: 20px;
    }
    .xwdt_detail .xwdt_de .title {
        margin-bottom: 20px;
    }
    .det_bot .img img {
        height: 240px;
    }
    .det_top .det_main .vid .vid_icon {
        width: 60px;
        height: 60px;
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .det_top .det_main .ms .tit {
        font-size: 22px;
        display: none;
    }
    .drawer .drawer_nav .nav_list li .dropdown-menu li {
        line-height: 24px;
    }
    .drawer .drawer_nav {
        width: 75%;
    }
    .video .video_m {
        height: 300px;
    }
    .drawer .drawer_nav .nav_list li a {
        padding: 4px 10px;
        font-size: 14px;
    }
    .drawer .drawer_nav .nav_list li.on a,
    .drawer .drawer_nav .nav_list li a:hover,
    .drawer .drawer_nav .nav_list li a:focus {
        padding: 4px 10px;
    }
    .drawer .translate .nav_list .dropdown-menu li a {
        font-size: 12px;
    }
    .drawer .drawer_nav .nav_list li .dropdown-menu {
        min-width: 94px;
    }
    .drawer .drawer_nav .nav_list li {
        margin-right: 5px;
    }
    .det_mid {
        margin: 60px 0;
    }
    body .banner_about img {
        height: 280px;
    }
    .about .about_bot .item li:first-of-type {
        margin-bottom: 5px;
    }
    .about .about_bot .item li {
        font-size: 12px;
    }
    .lxwm .main .lxwm_form li textarea,
    .lxwm .main .lxwm_form li input {
        width: 300px;
    }
    .lxwm .main .lxwm_dt {
        right: 3%;
    }
    .lxwm_main .item a img {
        height: 150px;
    }
    @keyframes movepoint {
        0% {
            bottom: 20px;
        }
        25% {
            bottom: 15px;
        }
        100% {
            bottom: 20px;
        }
    }
    .video .next,
    .banner .txt {
        bottom: 20px;
    }
    .yx_main .yx_title,
    .banner .txt h2 {
        font-size: 20px;
    }
    .banner .txt span {
        font-size: 12px;
    }
    .video .next img {
        width: 20px;
    }
    .yx_item .left .tit {
        font-size: 22px;
    }
    .yx_item:nth-of-type(2n) .left {
        padding-left: 0;
    }
    .yx_item:nth-of-type(2n + 1) .left {
        padding-right: 0;
    }
    .det_top .det_main .ms {
        margin-top: 0;
        padding: 0 20px;
    }
    .xwdt_main .xwdt_item img {
        height: 200px;
    }
    .gdbg .gdbg_item .item_main .txt li {
        font-size: 18px;
    }
    .gdbg .gdbg_item .item_main .txt a {
        font-size: 12px;
        padding: 4px 10px;
    }
    .sswd .sswd_one .col-sm-6:first-of-type {
        float: initial;
    }
    .sswd_one .imgs .img img {
        height: auto;
    }
    .sswd_icon {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sswd_one .txt {
        background-color: #ecf1f7;
        padding: 20px 15px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .sswd .sswd_three .item li {
        font-size: 12px;
        height: 36px;
    }
    .sswd_five .main .item .item_one {
        padding: 5px;
    }
    .hdfy .hdfy_imgs,
    .hdfy .hdfy_imgs li img {
        height: 60px;
    }
    .sswd_four .main .jxry_main .imgs .imgs_mid {
        padding: 0 20%;
    }
    .sswd_four .main .jxry_main .imgs .imgs_b {
        padding: 0;
    }
    .det_top .det_main {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
    .fot_bt img,
    .det_top .det_bg img {
        height: 160px;
    }
    .det_top .det_main .vid {
        width: 100%;
        padding-right: 0;
    }
    .det_top .det_main .ms {
        width: 100%;
        margin-top: 20px;
        padding: 0 40px;
    }
    .det_top .det_top_tit {
        display: block;
    }
    .hdfy .hdfy_tit {
        top: 20px;
    }
}
@media (max-width: 700px) {
    .hdfy .carousel-inner .item img {
        height: 350px;
    }
    .det_bot .img img {
        height: 200px;
    }
    .drawer .drawer_nav {
        width: 55%;
    }
    .hdfy .hdfy_tit {
        width: 539px;
    }
    .hdfy .hdfy_tit li {
        padding: 10px;
        font-size: 14px;
    }
    .hdfy .hdfy_tit li span::after {
        height: 18px;
        top: 10px;
    }
    .yx_item .left .tit {
        font-size: 18px;
    }
    .det_bot {
        padding: 40px 0;
    }
    .hdfy .carousel-inner .item .carousel-caption {
        padding-top: 0;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt {
        margin-top: 10px;
    }
    .hdfy .hdfy_imgs,
    .hdfy .hdfy_imgs li img {
        height: 50px;
    }
    .hdfy .hdfy_imgs {
        bottom: 5px;
    }
    .sswd_four .jxry_tit li {
        font-size: 14px;
        padding: 20px 15px;
    }
    .sswd_four .jxry_tit {
        width: 508.5px;
    }
    .sswd_four .jxry_tit li span::after {
        height: 20px;
    }
    .sswd_two .dsj .glyphicon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .sswd_two .dsj .carousel-control {
        top: 0;
        transform: translateY(0);
    }
}
@media (max-width: 600px) {
    .hdfy .carousel-inner .item img {
        height: 300px;
    }
    .logo img {
        height: 35px;
    }
    .header .nav {
        padding: 20px 0;
    }
    .drawer .drawer_but {
        line-height: 70px;
        height: 70px;
    }
    .header .nav .right .drawer {
        line-height: 24px;
    }
    .xwdt_detail .xwdt_de .title h2 {
        font-size: 18px;
    }
    .det_bot .img img {
        height: 180px;
    }
    .sswd_five .main .item .item_one li img {
        height: 30px;
    }
    .drawer .drawer_nav {
        width: 52%;
        padding: 9px 0;
    }
    .lxwm .main .lxwm_form li textarea,
    .lxwm .main .lxwm_form li input {
        width: 230px;
    }
    .lxwm_main .item a img {
        height: 120px;
    }
    .lxwm .main .lxwm_dt img {
        width: 230px;
    }
    .lxwm .main .lxwm_dt {
        top: -10%;
    }
    .hdfy .hdfy_tit {
        width: 482px;
    }
    .hdfy .hdfy_tit li {
        font-size: 12px;
    }
    .video .video_m {
        height: 260px;
    }
    .banner img {
        height: 200px;
    }
    .yx_item .left .tit {
        font-size: 16px;
        margin: 10px 0;
    }
    .yx_item .left .tit a {
        color: #2d61f5;
    }
    .yx_item .left .txt {
        font-size: 12px;
        -webkit-line-clamp: 5;
    }
    .yx_item .left .more {
        display: none;
    }
    .yx_item .left .txt {
        margin-bottom: 0;
    }
    .xwdt_main .xwdt_item img {
        height: 150px;
    }
    .sswd_five .main .item .item_one p {
        font-size: 12px;
        height: 36px;
    }
    .sswd_five .main .item .item_one li {
        padding: 5px;
    }
    .hdfy .hdfy_imgs,
    .hdfy .hdfy_imgs li img {
        height: 40px;
    }
    .hdfy .carousel-inner .item .carousel-caption {
        right: 10%;
        width: 40%;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt {
        margin-top: 10px;
    }
    .hdfy .carousel-inner .item .carousel-caption .tit h4 {
        font-size: 16px;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt .txt_t {
        font-size: 14px;
    }
    .hdfy {
        margin-bottom: 80px;
    }
    .sswd_four .jxry_tit li {
        padding: 10px 10px;
    }
    .sswd_four .main {
        margin-top: 60px;
    }
    .sswd_four .jxry_tit {
        width: 448.8px;
        top: -100px;
    }
    .sswd_four .jxry_tit li span::after {
        top: 10px;
    }
    .sswd_four .tit_img img {
        height: 120px;
    }
    .sswd_four .tit_img .tit {
        font-size: 20px;
        top: 40px;
    }
    .sswd_four .main .jxry_main .imgs .imgs_b,
    .sswd_four .main .jxry_main {
        padding: 0;
    }
}
@media (max-width: 500px) {
    .hdfy .carousel-inner .item img {
        height: 280px;
    }
    .gdbg .gdbg_item {
        /*margin: 20px 0;*/
    }
    .xwdt_detail .xwdt_de {
        margin: 60px 20px;
    }
    .xwdt_detail .xwdt_de .title p {
        font-size: 12px;
    }
    .xwdt_detail .xwdt_de .title h2 {
        margin-bottom: 10px;
    }
    .det_top .det_main .vid .vid_m img {
        width: 93%;
    }
    .det_bot .img img {
        width: 88%;
        height: auto;
        text-align: center;
    }
    .sswd_five .main .item .item_one li img {
        height: 20px;
    }
    .drawer .drawer_nav .nav_list li {
        background: transparent;
        margin-bottom: 0;
    }
    .video .video_m {
        height: auto;
    }
    .drawer .drawer_nav {
        width: 100%;
    }
    .drawer .translate .nav_list {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 3px;
    }
    .drawer .drawer_but {
        line-height: 40px;
        height: 40px;
    }
    body .banner_about img {
        height: 200px;
    }
    .lxwm_main .item a img {
        height: 100px;
    }
    .sxzx .sxzx_main .col-xs-12 .but {
        text-align: right;
    }
    .header .nav .left .logo {
        margin-right: 10px;
    }
    .sswd_four .jxry_tit li span,
    .hdfy .hdfy_imgs,
    .about .about_bot,
    .det_top .det_main .ms .tit,
    .fot_bt,
    #back_top .up,
    .header .nav .left .gupiao {
        display: none;
    }
    .foot_txt .left {
        float: none;
    }
    .foot_txt .left .bot {
        border-top: 1px solid #fff;
        text-align: center;
    }



    .foot_txt .left .bot {
        padding-top: 20px;
    }
    .foot_txt .left ul,
    .foot_txt .right {
        display: none;
    }
    .xwdt .main .xwdt_one {
        width: 240px;
    }
    .xwdt_one a img {
        height: 160px;
    }
    .sswd .sswd_two .tit,
    .sswd .sswd_five .tit,
    .sswd .sswd_three .tit,
    .sxzx .tit,
    .lxwm .tit,
    .xwdt .tit {
        font-size: 20px;
    }
    .sswd_four .carousel-control,
    .sswd_four .tit_img .tit span,
    .hdfy .carousel-inner .item .tit_d,
    .hdfy .carousel-control,
    .sswd .sswd_two .tit span,
    .sswd .sswd_five .tit span,
    .sswd .sswd_three .tit span,
    .sxzx .iph,
    .det_top_tit,
    .footer_chyx,
    .lxwm .tit,
    .sxzx .tit span,
    .lxwm .tit span,
    .xwdt .tit span {
        display: block;
    }
    .gdbg .yx_main .yx_title span {
        display: block;
        background: #2d61f5;
        height: 2px;
        text-align: center;
        margin: 10px 45% 0;
        margin-top: 10px;
        margin-right: 45%;
        margin-bottom: 0px;
        margin-left: 45%;
    }
    .xwdt_main .xwdt_item .ms .txt,
    .video .next,
    .hdfy .hdfy_tit,
    .lxwm .main .lxwm_dt .t {
        display: none;
    }
    .lxwm .main .lxwm_dt {
        top: 10%;
    }
    .lxwm .main .lxwm_form li textarea,
    .lxwm .main .lxwm_form li input {
        width: 100%;
        padding: 5px;
    }
    .lxwm .main .lxwm_dt img {
        width: 200px;
    }
    .yx_item .left {
        margin-top: 0;
    }
    .yx_item .left .tit {
        margin-top: 5px;
    }

    .det_top .det_main .ms .tit_x,
    .det_mid .tit,
    .det_bot .main .tit {
        font-size: 18px;
    }
    .det_top .det_main .ms .txt,
    .det_mid .txt,
    .det_bot .main .txt {
        font-size: 12px;
        line-height: 18px;
    }
    .det_bot .img {
        position: relative;
        float: right;
    }
    .xwdt_main .xwdt_item img {
        height: 120px;
    }
    .xwdt_one .txt p,
    .xwdt_main .xwdt_item .ms .tit {
        font-size: 12px;
        height: 70px;
    }
    .xwdt_one .txt .more,
    .xwdt_main .xwdt_item .ms .more {
        font-size: 12px;
    }
    .sxzx_main .lxwm_cg {
        width: 100%;
    }
    .sxzx .sxzx_main {
        padding: 0;
    }
    .txt-l {
        left: 10%;
    }
    .txt-r {
        right: 10%;
    }
    .banner .txt_detail h2 {
        font-size: 24px;
    }
    .banner .txt_detail span {
        font-size: 14px;
    }
    .gdbg .gdbg_item .item_main .txt li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .gdbg .gdbg_item .item_main .txt a {
        padding: 2px 4px;
    }
    .sswd .sswd_three .col-xs-4 {
        width: 50%;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt .txt_t,
    .hdfy .carousel-inner .item .carousel-caption .tit h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt .txt_m {
        margin-top: 5px;
        font-size: 12px;
    }
    .hdfy .carousel-inner .item .carousel-caption .txt .txt_p,
    .hdfy .carousel-inner .item .carousel-caption .tit li {
        font-size: 13px;
    }
    .hdfy {
        margin-bottom: 0;
    }
    .sswd_four .jxry_tit {
        background-color: transparent;
        box-shadow: none;
        width: auto;
        text-align: center;
        top: -70px;
    }
    .sswd_four .jxry_tit li {
        display: none;
        float: initial;
        font-size: 16px;
    }
    .sswd_four .jxry_tit li.active {
        display: block;
    }
    .sswd_four .jxry_tit li.active,
    .sswd_four .jxry_tit li:focus,
    .sswd_four .jxry_tit li:hover {
        background-color: transparent;
        color: #333;
    }
    .sswd_four .main .jxry_main .imgs .imgs_m img {
        width: 76px;
        height: 80px;
    }
    .sswd_four .main .jxry_main .imgs .imgs_m {
        padding: 10px 0;
    }
    .sswd_four .main .jxry_main .imgs .imgs_mid {
        padding: 0 20%;
    }
    .sswd_two .dsj .carousel-inner .item {
        background-image: linear-gradient(
                to right,
                rgba(254, 254, 255, 1) 0,
                rgba(195, 223, 255, 1) 50%,
                rgba(254, 254, 255, 1) 100%
        );
    }
    .sswd_two .dsj .order_item b {
        font-size: 12px;
        width: 100px;
    }
    .sswd_two .dsj .dsj_tit li.active .order_item b {
        font-size: 16px;
    }
    .det_bot .img,
    .det_bot .main {
        width: 100%;
        text-align: center;
    }
    .det_bot .main {
        padding: 0 40px;
        margin-bottom: 20px;
    }
}
@media (max-width: 450px) {
    .sswd_four .main .jxry_main .imgs .imgs_m img {
        width: 80px;
        padding-right: 4px;
    }
    .sswd_two .dsj {
        margin: 140px 0 20px;
    }
    .sswd_two .dsj .dsj_tit {
        top: -70px;
    }
}
@media (max-width: 400px) {
    .sxzx .sxzx_main .col-xs-12 {
        margin-top: 20px;
    }
    .hdfy .carousel-inner .item .carousel-caption {
        right: 10px;
    }
    .hdfy .carousel-inner .item img {
        height: 275px;
    }
    .xwdt .main .xwdt_one {
        width: 200px;
    }
    .lxwm_main .item a img {
        height: 80px;
    }
    .lxwm_main .item .tit {
        font-size: 16px;
    }
    .lxwm_main .item .txt {
        font-size: 12px;
    }
    .xwdt_one a img {
        height: 130px;
    }
    .xwdt_one .txt {
        padding: 10px;
    }
    .xwdt_one .txt p {
        font-size: 12px;
        height: 34px;
    }
    .lxwm .lxwm_bg {
        height: 280px;
    }
    .lxwm .main .lxwm_form li textarea,
    .lxwm .main .lxwm_form li input {
        padding: 2px 8px;
        width: 140px;
    }
    .lxwm .main .lxwm_dt img {
        width: 160px;
    }
    .lxwm .main .lxwm_form button {
        padding: 5px 15px;
    }
    .foot_img .logo img {
        height: 30px;
    }
    .foot_img .icons li .icon_m img {
        width: 25px;
        height: 25px;
    }
    .foot_img .wx_show img {
        height: 40px;
    }
    .foot_img .wx_show {
        top: -55px;
    }
    .foot_img .dh_show {
        top: -35px;
        left: auto;
        right: 0;
        text-align: center;
        transform: initial;
    }
    .foot_img .yx_show {
        top: -35px;
    }
    .foot_img .icons li {
        margin-right: 10px;
    }
    .yx_item .left .tit {
        margin-bottom: 5px;
    }
    .yx_item .left .tit {
        font-size: 14px;
    }
    .yx_item .left .txt {
        -webkit-line-clamp: 4;
    }
    .gdbg .gdbg_item .item_main img {
        height: 100px;
    }
    /* .det_top .det_main {
      margin-top: 40px;
    } */
    .det_top .det_top_tit {
        font-size: 16px;
    }
    .det_top .det_main .ms .tit_x,
    .det_mid .tit,
    .det_bot .main .tit {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sxzx .sxzx_main .col-xs-6:first-of-type {
        margin-bottom: 20px;
    }
    .sxzx .sxzx_main .col-xs-6 {
        width: 100%;
    }
    .sswd_one_video .sswd_one_video,
    .det_videos .video_bg {
        width: 100%;
    }
    .xwdt_main .xwdt_item img {
        height: 100px;
    }
    .xwdt_main .xwdt_item .ms {
        padding: 10px;
    }
    .sswd_five .main .item .item_one {
        padding: 5px 4px;
    }
    .sswd_five .main .item .item_one li {
        padding: 5px 2px;
    }
    .sswd_four .main .jxry_main .imgs .imgs_m img {
        width: 60px;
        height: 70px;
    }
    .sswd_two .dsj .order_item b {
        width: 70px;
    }
}
@media (max-width: 350px) {
    .lxwm .main .lxwm_form li textarea,
    .lxwm .main .lxwm_form li input {
        width: 120px;
    }
    .lxwm .main .lxwm_dt img {
        width: 140px;
    }
    .sswd_four .main .jxry_main .imgs .imgs_m img {
        height: 60px;
        width: 50px;
        padding-right: 0;
    }
}
.sswd_five{
    background-image: url(../images/sswd_bg.png);
}
.box-re{
    border-radius: 30px;
    background-color: white;
    padding: 30px 30px;
}
.sswd_five .container{
    padding: 40px 40px;
}
.box-pd{
    padding-bottom: 10px;
}
@media (max-width: 550px){
    .box-re{
        border-radius: 20px;
        background-color: white;
        padding: 10px 10px;
    }
    .sswd_five .container{
        padding: 20px 20px;
    }
}
@media (max-width: 600px) {
    .dsj_ttt {
        height: 200px;
        overflow: hidden;
        overflow-x: scroll;
        position: relative;
    }
    ::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
    .sswd_two .dsj .dsj_tit {
        width: 800px;
        top: 100px;
        left: 0;
        transform: none;
    }
    .sswd_two .dsj {
        margin: -60px 0 20px;
    }
    .sswd_two .dsj .carousel-control.right,
    .sswd_two .dsj .carousel-control.left {
        top: 70%;
        transform: translateY(-20%);
    }
}
.header_baidu {
    position: relative;
    background-color: #ddd;
    height: 70px;
}

.mob_imgs {
    display: none;
}

@media (max-width: 500px){
    .drawer .drawer_nav{
        display: block;
        position: relative;
        top: -50px;
        right: 0;
        padding: 0;
    }
    .drawer .drawer_nav .nav_list li{
        width: 100%;
    }
    .drawer .translate .nav_list{
        background: rgba(255, 255, 255, 255);
        padding: 20px 30px;
        padding-top: 5px;
    }
    .drawer .drawer_nav .nav_list li.dropdown:hover .dropdown-menu, .drawer .drawer_nav .nav_list li.dropdown:focus .dropdown-menu{
        display: block;
        position: relative;
        box-shadow: none;
        border: none;
        background: none;
    }
    .drawer .drawer_nav .nav_list li a{
        font-weight: 500;
        color: #1762fe;
        border-top: 1px solid #adadad;
        width: 100%;
        float: left;
        padding: 8px 10px;
    }
    .drawer .drawer_nav .nav_list li.on a, .drawer .drawer_nav .nav_list li a:hover, .drawer .drawer_nav .nav_list li a:focus{
        padding: 8px 10px;
        color: rgb(102, 102, 102);
    }
    .drawer .drawer_nav .nav_list .open > a, .drawer .drawer_nav .nav_list .open > a:focus, .drawer .drawer_nav .nav_list .open > a:hover{
        border-top: 1px solid #adadad;
    }
    li.dropdown.open a span{
        transform: rotate(45deg);
    }
    .drawer .translate .nav_list .dropdown-menu li a{
        text-align: left;
        color: #1762fe;
        font-size: 14px;
        padding-left: 30px;
    }
    .drawer .drawer_open .drawer_icons span{
        background-color: #1762fe;
    }
    .mob-logo img{
        object-fit: contain;
    }
    .mob-logo{
        display: block!important;
        padding-bottom: 20px;
        padding-top: 10px;
        margin-left: 100px;
    }
    .plus{
        float: right;
        font-size: 24px;
        font-weight: lighter;
        display: block!important;
    }
    .caret{
        display: none;
    }
}
.mob-logo{
    display: none;
}
.plus{
    display: none;
}
@media (max-width: 600px) {
    .pc_video {
        display: none !important;
    }
    .video_m{
        display: none;
    }
    .mob_imgs {
        display: block;
        position: relative;
    }

    .mob_imgs .gif {
        width: 100%;
        height: auto;
    }

    .mob_imgs .tit {
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }

    .mob_imgs .tit img {
        width: 70%;
    }

    .mob_imgs .tit p {
        margin: 10px 0 0;
    }

    .mob_imgs .tit p a {
        display: inline-block;
        padding: 2px 20px;
        font-size: 12px;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 20px;
    }
}
