@charset "utf-8";
body{
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular", serif !important;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: #212121;
}
.clearFix {
    zoom: 1;
}
a {
    color: #ffffff;
}
a:hover {
    color: #ffffff;
}
a:active {
    color: #ffffff;
}
.img_title_w {
    width: 100%;
}
.img_text_p {
    text-align: center;
}

.img_text {
    max-height: 65px;
}
.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* banner */
.ban_img {
    height: 690px;
    position: relative;
    overflow: hidden;
}
.ban_img img {
    width: 1920px;
    height: 690px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.ban_bg {
    width: 1200px;
    background: #1872d5;
    border-radius: 58px;
    margin: -120px auto 0 auto;
    position: relative;
}
.ban_bg .con_quyu{
    position: absolute;
    top: 170px;
    left: 84px;
    right: 87px;
    font-weight: 500;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 35px;
}
.ban_bg .text_quyu {
    padding-bottom: 42px;
    display: flex;
    justify-content: space-evenly;
}
.ban_bg .text_bg {
    background-image: url("../img/pc/border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

/* 对话 */
.dh_ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 88px auto 0 auto;
}
.dh_ul .dh_li {
    display: flex;
    margin-bottom: 28px;
}
.dh_ul .dh_li .renwu_bg{
    width: 380px;
    height: 380px;
    background: rgba(32, 121, 218, 0.3);
    padding: 23px 0 0 23px;
}
.dh_li .name {
    font-weight: bold;
    color: #2079DA;
    padding-left: 69px;
    padding-top: 50px;
}
.dh_li .name .cn {
    font-size: 50px;
}
.dh_li .name .en {
    font-size: 80px;
    opacity: 0.1;
    margin-top: -8px;
}
.dh_li .right_quyu {
    width: 798px;
    height: 209px;
    background: #FFFFFF;
    padding: 40px 30px 26px 30px;
    margin-left: 25px;
}
.dh_li .ml {
    margin-left: 0;
}
.right_quyu .dh_title {
    font-weight: bold;
    font-size: 25px;
    color: #180E0E;
}
.right_quyu .dh_con {
    font-size: 16px;
    color: #656565;
    line-height: 30px;
    padding-top: 20px;
}
.right_quyu .see_xq {
    margin-top: 20px;
}
.right_quyu .seeDetail {
    font-size: 16px;
    color: #2079DA;
    border-bottom: 1px solid #2079DA;
    padding-bottom: 6px;
}
/* 要点 */
.yd_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 70px auto 0 auto;
}
.yd_ul .yd_li {
    width: 365px;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.06);
    border-radius: 10px;
    opacity: 0.95;
    padding: 20px;
    margin-bottom: 46px;
    margin-right: 52px;
}
.yd_ul .yd_li:nth-child(3) {
    margin-right: 0;
}
.yd_ul .yd_li .yd_title {
    font-weight: bold;
    font-size: 20px;
    color: #180E0E;
    line-height: 30px;
    padding-top: 16px;
}
.yd_ul .yd_li .yd_con {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    padding-top: 12px;
}
/* 案例 */
.al_bg {
    background-image: url("../img/pc/al_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1420px;
    margin-top: -350px;
}
.al_bg .en_title {
    padding-top: 305px;
    text-align: center;
}
.al_text {
    font-weight: bold;
    font-size: 70px;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
}
.al_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 60px auto 0 auto;
}
.al_ul .al_li {
    width: 370px;
    padding: 25px 0 0 25px;
    margin-right: 35px;
    margin-bottom: 62px;
    position: relative;
}
.al_ul .al_li::before {
    content: "";
    display: block;
    width: 110px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.al_ul .al_li .al_box {
    background: #FFFFFF;
    padding: 4px;
    position: relative;
}
.al_ul .al_li .al_box img {
    width: 100%;
}
.al_ul .al_li:nth-child(3n),
.al_ul .al_li:nth-child(6n) {
    margin-right: 0;
}
.al_ul .al_li .lt_img {
    width: 110px;
    height: 90px;
    background: #99c1ee;
    opacity: 0.5;
    position: absolute;
    top: -24px;
    left: -25px;
}
.al_ul .al_li .tag {
    width: 31px;
    height: 3px;
    background: #3383DC;
    margin: 8px auto;
}
.al_ul .al_li .al_bt {
    font-weight: bold;
    font-size: 18px;
    color: #180E0E;
    line-height: 28px;
    text-align: left;
    padding: 15px 10px 0 10px;
    margin-bottom: 15px;
}
/* 视频专区 */
#sp {
    max-width: 1200px;
    margin: -60px auto 0 auto;
}
#sp .video_region {
    width: 1200px;
    height: 600px;
    background: #3383DC;
    border-radius: 100px;
    margin-top: 40px;
}
#sp .video_region .video_swiper {
    width: 1200px;
    padding: 0 100px;
    position: relative;
}
#sp .video_region .video_t{
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    padding: 60px 0 15px 0;
}
#sp .swiper-slide {
    width: 720px;
    height: 414px;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}
#sp .video_bgc {
    position: relative;
}

#sp .video_bgc .icon_d {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sp .video_bgc .play_icon {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 40%;*/
    /*bottom: 0;*/
    /*margin: 0 auto;*/
    /*cursor: pointer;*/
}
#sp .video_s {
    border-radius: 15px;
    width: 100%;
}
#sp .swiper-button-prev {
    left: 45px;
}
#sp .swiper-button-next {
    right: 45px;
}
#sp .text_js {
    width: 1200px;
    background: #3383DC;
    border-radius: 100px;
    padding: 44px 68px 32px 62px;
    margin: 80px 0;
}
#sp .text_con {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
}
#sp .contacts_info {
    width: 1200px;
    margin-left: 64px;
}
#sp .contacts_info .info_name {
    border-bottom: 6px solid #488ADE;
}
#sp .contacts_info span {
    font-weight: 500;
    font-size: 26px;
    color: #180E0E;
    line-height: 30px;
    padding-bottom: 6px;
}
#sp .contacts_info span:nth-child(2n) {
    margin-right: 98px
}



