html {
    background: #003399;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    height: 98px;
    margin: 0 auto;
    z-index: 999;
    padding-left: 41px;
    padding-right: 20px;
    transition: all 0.5s;
    background-color: transparent;
}

#header.on {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes yuan {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes yuan {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.yuan {
    -webkit-animation-name: yuan;
    animation-name: yuan;
}

@-webkit-keyframes slide_on1 {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes slide_on1 {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.slide_on1 {
    -webkit-animation-name: slide_on1;
    animation-name: slide_on1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#header .header {
    position: relative;
    height: 98px;
    width: 100%;
    max-width: 1920px;
}

#header .header .logo img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#header .header .logo .i1 {
    opacity: 1;
}

#header .header .logo .i2 {
    opacity: 0;
}

.head-foll #header .header .logo .i1 {
    opacity: 0;
}

.head-foll #header .header .logo .i2 {
    opacity: 1;
}

.head-foll #header.on .header .logo .i1 {
    opacity: 1;
}

.head-foll #header.on .header .logo .i2 {
    opacity: 0;
}


#header .header .logo {
    position: relative;
    float: left;
    display: block;
    width: 178px;
    height: 46px;
    margin-top: 17px;
    /* background-color: #fff; */
    /* background: url("../images/logo.png") no-repeat center; */
}

/* .head-foll #header .header .logo {
    background: url("../images/logo_on.png") no-repeat center;
}

.head-foll #header.on .header .logo {
    background: url("../images/logo.png") no-repeat center;
} */

#header .header .h_right {
    float: right;
}

#header .header .h_right ul {
    margin-right: 148px;
    float: left;
    margin-right: 100px;
}

#header .header .h_right ul li {
    position: relative;
    float: left;
    height: 98px;
    line-height: 110px;
    margin-left: 34px;
}

#header .header .h_right ul li:nth-child(9) .subnav {
    margin-left: -150px;
}

#header .header .h_right ul li a {
    font-size: 15px;
    color: #535353;
}

.head-foll #header .header .h_right ul li a {
    color: #fff;
}

.head-foll #header.on .header .h_right ul li a {
    color: #535353;
}

#header ul li .subnav {
    position: absolute;
    top: 98px;
    left: -23px;
    height: 0;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 2200px;
    padding-left: 12px;
    transition: all 0.7s;
    background-color: rgba(0, 0, 0, 0.5);
}

#header ul li .subnav .li {
    display: inline-block;
    vertical-align: top;
    height: 60px;
}

#header ul li:hover .subnav {
    height: 60px;
}

#header .nav .subnav a {
    height: 60px;
    color: #fff;
}

#header .subnav h3 {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    -webkit--webkit-transition: all 400ms;
    transition: all 400ms;
}

#header .subnav h3:hover {
    color: rgba(255, 255, 255, 1);
}

#header .header .h_right .lang {
    position: relative;
    float: right;
    top: 0;
    right: 80px;
    font-size: 15px;
    color: #535353;
    width: 78px;
    height: 98px;
    line-height: 110px;
    padding-left: 16px;
    transition: all .5s;
    cursor: pointer;
}

#header .header .h_right .lang::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 4px;
    right: 15px;
    width: 7px;
    height: 4px;
    background: url("../images/index/head_up.png") no-repeat center;
    transition: all .5s;
}

#header .header .h_right .lang:hover {
    color: #fff !important;
    background: #0062db;
}

#header .header .h_right .lang:hover::after {
    background: url("../images/index/head_up_on.png") no-repeat center !important;
}

#header .header .h_right .lang .language-con {
    width: 78px;
    height: 75px;
    padding-left: 11px;
    position: absolute;
    left: 0px;
    top: 98px;
    background: #0062db;
    display: none;
}

#header .header .h_right .lang .language-con a {
    float: left;
    line-height: 75px;
    margin-right: 9px;
    font-size: 14px;
    color: #fff;
}

#header .header .h_right .lang .language-con a+a {
    margin-right: 0;
}

#header .header .h_right .menu {
    position: absolute;
    top: 20px;
    right: 0;
    background: #0462cc;
    width: 60px;
    height: 60px;
    z-index: 1088;
}

#header .header .h_right .menu.open {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

#header .header .h_right .menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: background-color 0.3s ease-out 0.1s;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
    display: block !important;
}

#header .header .h_right .menu span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
}

#header .header .h_right .menu span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s, all .5s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s, all .5s;
}

#header .header .h_right .menu:hover span::after {
    width: 30px;
}

#header .header .h_right .menu.open span {
    background-color: transparent;
}

#header .header .h_right .menu.open span::before {
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#header .header .h_right .menu.open span::after {
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    width: 30px;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.head-foll #header .header .h_right .lang {
    color: #fff;
}

.head-foll #header .header .h_right .lang::after {
    background: url("../images/index/head_up_on.png") no-repeat center;
}

.head-foll #header .header .h_right .menu {
    background: rgba(255, 255, 255, 0.3);
}

.head-foll #header.on .header .h_right .lang {
    color: #535353;
}

.head-foll #header.on .header .h_right .lang::after {
    background: url("../images/index/head_up.png") no-repeat center;
}

.head-foll #header.on .header .h_right .menu {
    background: #0462cc;
}

.id_index {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.id_index .banner {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1920px;
}

.id_index.ie .banner {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1920px;
}

.id_index.ie .index {
    margin-top: 0 !important;
}

.id_index .banner .bd ul {
    width: 100% !important;
}

.id_index .banner .bd ul li {
    position: relative;
    width: 100% !important;
    height: 839px;
    max-width: 1920px;
    min-width: 1200px;
    overflow: hidden;
}

.id_index .banner .bd li::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
}

.id_index .banner .bd ul li .img {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: slide_on1 4s linear forwards;
}

.banner .baner_btn {
    opacity: 0;
    transition: all 0.6s;
}

.banner:hover .baner_btn {
    opacity: 1;
}

.banner .bd .prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    width: 51px;
    height: 51px;
    display: inline-block;
    background: url("../images/prev.png") no-repeat center;
    transition: all 0.3s;
}

.banner .bd .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 20px;
    width: 51px;
    height: 51px;
    display: inline-block;
    background: url("../images/next.png") no-repeat center;
    transition: all 0.3s;
}

.slide_tips {
    z-index: 999;
    display: block;
    width: 30px;
    height: 57px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 62px;
    z-index: 2;
}

body {
    max-width: 1920px;
}

.slide_tips .s_line {
    display: block;
    width: 2px;
    height: 32px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background: #fff;
}

@keyframes myfirst {
    0% {
        left: 0;
        top: 0;
    }

    25% {
        left: 960px;
        top: 0;
    }

    50% {
        left: 1920px;
        top: 0;
    }

    75% {
        left: 960px;
        top: 0;
    }

    100% {
        left: 0;
        top: 0;
    }
}

@keyframes a_banner_s_line {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }

    20% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }

    30% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 0;
    }

    31% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        opacity: 0;
    }

    50% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }
}

.slide_tips .s_line {
    animation: a_banner_s_line 3s 0.3s linear both infinite;
    -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -o-animation: a_banner_s_line 3s 0.3s linear both infinite;
}

.slide_tips .txt {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
}

.index {
    position: relative;
    z-index: 1;
    background: #fff;
}

.index .ipg1 {
    width: 100%;
    height: 275px;
    background: #fff;
    padding-top: 40px;
}

.index .ipg1 .ct1 {
    float: left;
    margin-top: 50px;
    margin-right: 17px;
}

.index .ipg1 .ct1 .h1 {
    font-size: 20px;
    color: #6b747b;
    font-family: "Rubik";
}

.index .ipg1 .ct1 .h2 {
    position: relative;
    font-size: 14px;
    color: rgba(107, 116, 123, 0.8);
    line-height: 1;
    margin-bottom: 8px;
}

.index .ipg1 .ct1 .h3 {
    position: relative;
    font-size: 30px;
    color: #e21b1b;
    font-family: "Rubik";
}

.index .ipg1 .ct1 .h3::after {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: -22px;
    width: 19px;
    height: 12px;
    background: url("../images/index/ipg1_up.png") no-repeat center;
}

.index .ipg1 .ct1 .h3.green {
    color: #4db6ac;
}

.index .ipg1 .ct1 .h3.green::after {
    background: url("../images/index/ipg1_down.png") no-repeat center;
}

.index .ipg1 .ct2 {
    float: left;
    position: relative;
    margin-right: 74px;
}

.index .ipg1 .ct2 .map {
    position: absolute;
    width: 252px;
    height: 195px;
    background: url("../images/index/ipg1_map.png") no-repeat center;
}

.index .ipg1 .ct2 .map a {
    width: 252px;
    height: 195px;
}

.index .ipg1 .ct2 .map::after {
    content: "";
    display: block;
    position: absolute;
    top: 91px;
    left: 93px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0062db;
    opacity: 0.3;
    animation: yuan 3s 0.2s linear alternate infinite;
}

.index .ipg1 .ct2 .map .big {
    position: absolute;
    top: 42px;
    left: 137px;
    height: 76px;
    width: 76px;
    border-radius: 50%;
    background: #0062db;
    opacity: 0.3;
    animation: yuan 3s 1.2s linear alternate infinite;
}

.index .ipg1 .ct2 .map .sm {
    position: absolute;
    left: 144px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #0062db;
    bottom: 9px;
    opacity: 0.3;
    animation: yuan 3s 0.5s linear alternate infinite;
}

.index .ipg1 .ct2 .font {
    padding: 50px 0 0 230px;
}

.index .ipg1 .ct2 .font .cn {
    font-size: 24px;
    color: #535353;
    margin-bottom: 8px;
}

.index .ipg1 .ct2 .font .en {
    font-size: 24px;
    color: #0062db;
    font-family: "Rajdhani";
    font-weight: bold;
    text-transform: uppercase;
}

.index .ipg1 .ct3 {
    float: left;
    position: relative;
    width: 560px;
    padding-top: 20px;
}

.index .ipg1 .ct3 .date {
    font-size: 24px;
    color: #ff9600;
    font-family: "Rajdhani";
    margin-bottom: 2px;
}

.index .ipg1 .ct3 h6 {
    font-size: 20px;
    color: #554141;
    margin-bottom: 10px;
}

.index .ipg1 .ct3 p {
    font-size: 14px;
    color: #5b4747;
}

.index .ipg1 .ct3 .more {
    display: inline-block;
    font-size: 14px;
    color: #006fed;
    line-height: 31px;
    margin-top: 12px;
}

.index .ipg2 {
    width: 100%;
    height: 570px;
    background: url("../images/index/ipg2_bg.jpg") no-repeat center;
    padding-top: 105px;
}

.index .ipg2 .cn {
    font-size: 34px;
    color: #0062db;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 10px;
}

.index .ipg2 .en {
    font-size: 20px;
    color: #d0d0d0;
    font-family: "Rajdhani";
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 15px;
}

.index .ipg2 p {
    font-size: 15px;
    color: #4e5c6f;
    text-align: center;
    margin-bottom: 20px;
}

.index .ipg2 ul {
    text-align: center;
}

.index .ipg2 li {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    text-align: center;
    margin: 0 30px;
}

.index .ipg2 li .icon {
    text-align: center;
    margin-bottom: 10px;
}

.index .ipg2 li .icon img {
    display: inline-block;
}

.index .ipg2 li h3 {
    text-align: center;
    font-size: 14px;
    color: #848484;
}

.index .ipg2 li h3 em {
    font-size: 30px;
    color: #0c76ee;
    font-family: "Rubik";
}

.index .ipg2 .pub_more {
    margin: 30px auto 0;
}

.index .ipg3 {
    width: 100%;
    height: 730px;
    background: url("../images/index/ipg3_bg.jpg") no-repeat center;
    padding-top: 65px;
}

.index .ipg3 .top .left {
    float: left;
    width: 476px;
}

.index .ipg3 .left .tit {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.index .ipg3 .left .tit::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -75px;
    width: 61px;
    height: 70px;
    background: url("../images/index/ipg3_ic1.png") no-repeat center;
}

.index .ipg3 .left .tit .cn {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.index .ipg3 .left .tit .en {
    font-size: 24px;
    color: #fff;
    font-family: "Rajdhani";
    text-transform: uppercase;
}

.index .ipg3 .left .txt {
    padding-top: 30px;
    margin-bottom: 60px;
}

.index .ipg3 .left .txt p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.index .ipg3 .left .more {
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg3_ic.png") no-repeat center;
}

.index .ipg3 .right {
    float: right;
    width: 600px;
    height: 300px;
}

.index .ipg3 .right .pic {
    position: relative;
    background: no-repeat center;
    width: 600px;
    height: 300px;
}

.index .ipg3 .right .font {
    position: absolute;
    width: 300px;
    height: 160px;
    top: 0;
    left: 0;
    background: url("../images/index/ipg3_ic4.png") no-repeat center;
    padding: 25px 0 0 20px;
    z-index: 9;
}

.index .ipg3 .ipg3_cn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}

.index .ipg3 .ipg3_cn::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: -17px;
    width: 8px;
    height: 14px;
    background: url("../images/index/ipg3_ic3.png") no-repeat center;
}

.index .ipg3 .ipg3_en {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Rajdhani";
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
}

.index .ipg3 .right .bl {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 300px;
    transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

.index .ipg3 .bl::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.1);
    content: "";
    transition: transform 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -115%, 0);
}

.index .ipg3 .pic:hover .bl:after {
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 115%, 0);
}

.index .ipg3 .bom li {
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: no-repeat center;
}

.index .ipg3 .bom li .font {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 160px;
    background: url("../images/index/ipg3_ic5.png") no-repeat center;
    padding: 25px 0 0 15px;
    z-index: 9;
}

.index .ipg3 .bom li.li2 .font {
    top: 140px;
    right: 0;
    background: url("../images/index/ipg3_ic6.png") no-repeat center;
    padding: 90px 0 0 150px;
}

.index .ipg3 .bom li .font .ipg3_cn {
    color: #0062db;
}

.index .ipg3 .bom li .font .ipg3_cn::after {
    background: url("../images/index/ipg3_ic2.png") no-repeat center;
}

.index .ipg3 .bom li .font .ipg3_en {
    color: rgba(83, 83, 83, 0.3);
}

.index .ipg3 .bom li .bl {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

.index .ipg3 .bom li:hover .bl:after {
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 115%, 0);
}

.index .ipg3 .bom li.li4 {
    padding-top: 95px;
    background: #f4f9fa;
    text-align: center;
}

.index .ipg3 .bom li.li4 .ipg3_cn::after {
    display: none;
}

.index .ipg3 .bom li.li4 .ipg3_cn {
    text-align: center;
    color: #535353;
}

.index .ipg3 .bom li.li4 .ipg3_en {
    text-align: center;
    color: rgba(83, 83, 83, 0.6);
}

.index .ipg3 .bom li.li4 .btn {
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    margin: 25px auto 0;
    cursor: pointer;
}

.index .ipg3 .bom li.li4 .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 15px;
    background: url("../images/about/a4_btn.png") no-repeat center;
    z-index: 2;
}

.index .ipg3 .bom li.li4 .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 60px;
    background: #ffba00;
    transition: all 0.5s;
}

.index .ipg3 .bom li.li4 .btn:hover::before {
    left: -2px;
    width: 60px;
    opacity: 1;
}

.index .ipg3 .bom li.li4 .btn:hover::after {
    background: url("../images/about/a4_btn_on.png") no-repeat center;
}

.index .ipg4 {
    position: relative;
    padding-top: 105px;
    background: url("../images/index/ipg4_bg.jpg") no-repeat right top;
}

.index .ipg4 .tit .cn {
    font-size: 24px;
    color: #535353;
    margin-bottom: 8px;
}

.index .ipg4 .tit .en {
    font-size: 24px;
    color: #0062db;
    font-family: "Rajdhani";
    text-transform: uppercase;
}

.index .ipg4 .bd {
    margin-left: -15px;
}

.index .ipg4 .bd ul {
    padding: 30px 0 40px !important;
}

.index .ipg4 .bd li {
    float: left;
    width: 380px;
    height: 513px;
    overflow: hidden;
    margin: 0 15px;
    box-shadow: 3px 0 16px rgba(77, 103, 114, 0.1);
    transition: all 0.5s;
}

.index .ipg4 .bd li:hover {
    transform: translateY(-8px);
    box-shadow: 3px 0 16px rgba(77, 103, 114, 0.3);
}

.index .ipg4 .bd li .img {
    width: 380px;
    height: 240px;
    overflow: hidden;
}

.index .ipg4 .bd li .font {
    position: relative;
    width: 100%;
    height: 273px;
    padding: 40px 25px 0;
    background: #fff;
}

.index .ipg4 .bd li .font h6 {
    font-size: 18px;
    color: #697493;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index .ipg4 .bd li .font .txt {
    position: relative;
}

.index .ipg4 .bd li .font .txt:before {
    content: "";
    width: 100%;
    height: 20px;
    background: url("../images/01.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.index .ipg4 .bd li .font p {
    font-size: 13px;
    color: rgba(105, 116, 147, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.index .ipg4 .bd li .font .more {
    position: absolute;
    left: 25px;
    bottom: 30px;
    width: 93px;
    height: 31px;
    background: #f0f2f4;
    font-size: 14px;
    color: #006fed;
    line-height: 31px;
    text-align: center;
}

.index .ipg4 .bd li .font .ic {
    position: absolute;
    right: 35px;
    bottom: 40px;
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

.index .ipg4 .w1200 {
    position: relative;
}

.index .ipg4 .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
}

.index .ipg4 .btn .prev {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.index .ipg4 .btn .prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 15px;
    background: url("../images/news/next_btn2.png") no-repeat center;
    z-index: 2;
}

.index .ipg4 .btn .prev:hover::after {
    background: url("../images/news/next_btn.png") no-repeat center;
}

.index .ipg4 .btn .prev::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 60px;
    background: #ffba00;
    transition: all 0.5s;
}

.index .ipg4 .btn .prev:hover::before {
    width: 60px;
    left: -2px;
    opacity: 1;
}

.index .ipg4 .btn .next {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    transition: all 0.5s;
    cursor: pointer;
}

.index .ipg4 .btn .next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 15px;
    background: url("../images/about/a4_btn.png") no-repeat center;
    z-index: 2;
}

.index .ipg4 .btn .next::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 60px;
    background: #ffba00;
    transition: all 0.5s;
}

.index .ipg4 .btn .next:hover::before {
    left: -2px;
    width: 60px;
    opacity: 1;
}

.index .ipg4 .btn .next:hover::after {
    background: url("../images/about/a4_btn_on.png") no-repeat center;
}

.index .ipg4 .w1200 {
    padding-bottom: 60px;
}

.index .ipg4 .pub_more {
    margin: 0 auto;
}

.footer {
    width: 100%;
    height: 525px;
    background: #fff url("../images/index/foot_bg.png") no-repeat center 240px;
    padding-top: 40px;
}

.footer .foot_top ul {
    width: 1210px;
    text-align: center;
    font-size: 0;
}

.footer .foot_top li {
    display: inline-block;
    vertical-align: top;
    width: 232px;
    height: 135px;
    margin: 0 5px;
    background: no-repeat center;
    margin-bottom: 250px;
    transition: all 0.5s;
}

.footer .foot_top li:hover {
    margin-top: -8px;
}

.footer .foot_top li h6 {
    text-align: center;
    font-size: 16px;
    color: #6b7e96;
}

.footer .foot_top li a {
    width: 232px;
    height: 135px;
    padding-top: 90px;
}

.index .footer {
    background-color: transparent;
}

.footer .lf {
    float: left;
}

.footer .lf>* {
    display: inline-block;
    vertical-align: top;
}

.footer .lf .foot_logo {
    margin-right: 40px;
}

.footer .lf a {
    font-size: 14px;
    color: #535353;
    margin-right: 20px;
    line-height: 62px;
}

.footer .rf {
    float: right;
    margin-right: 40px;
}

.footer .rf .wx {
    position: relative;
    width: 26px;
    height: 26px;
    background: url("../images/index/wx.png") no-repeat center;
    margin-top: 18px;
}

.footer .rf .wx .pos {
    display: none;
    width: 100px;
    max-width: none;
    box-shadow: 0 0 25px -4px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: -37px;
    bottom: 37px;
}

.footer .rf .wx:hover .pos {
    display: block;
}

.footer .link {
    float: right;
    width: 200px;
    height: 44px;
    margin-top: 10px;
    position: relative;
}

.footer .link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 19px;
    height: 9px;
    margin-top: -4px;
    background: url("../images/about/a4_up.png") no-repeat center;
    transition: all 0.5s;
    transform: rotate(180deg);
}

.footer .link.on::after {
    transform: rotate(0);
}

.footer .link .drop-txt {
    height: 44px;
    line-height: 44px;
    padding: 0 60px 0 15px;
    border: 2px solid #c3ced3;
    font-size: 14px;
    color: #c3ced3;
    position: relative;
    cursor: pointer;
}

.footer .drop-downs ul {
    display: none;
    width: 100%;
    border-top: none;
    max-height: 280px;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    z-index: 220;
    overflow-y: auto;
}

.footer .drop-downs ul li {
    background-color: #f5f5f5;
    height: 48px;
    line-height: 44px;
    border-bottom: 2px solid #fff;
    padding: 0 30px;
    font-size: 14px;
    color: #6b7e96;
    transition: 0.5s all;
    vertical-align: middle;
    display: inline-block;
}

.footer .drop-downs ul li a {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
}

.footer .drop-downs ul li:hover {
    background-color: #ff9600;
    color: #fff;
}

.footer .drop-downs ul li:last-child {
    border-bottom: none;
}

.banner .bd li .w1200 {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 22px;
    right: 0;
    top: 0;
    margin: auto;
}

.banner .bd li .ban_t {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .bd li .ban_t .txt {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.banner .bd li .ban_t .txt1 .cn {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 10px;
    margin-bottom: 30px;
    line-height: 1;
}

.banner .bd li .ban_t .txt1 .en {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    font-family: "Rajdhani-light";
    line-height: 1;
    text-transform: uppercase;
    font-weight: 100;
}

.banner .bd li .ban_t .txt1 .en em {
    font-weight: bold;
    font-family: "Rajdhani";
}

.banner .bd li .ban_t .txt2 .cn {
    font-size: 50px;
    color: #0062db;
    letter-spacing: 10px;
    margin-bottom: 15px;
    line-height: 1;
}

.banner .bd li .ban_t .txt2 .en {
    margin-bottom: 55px;
}

.banner .bd li .ban_t .txt3 .cn1 {
    font-size: 40px;
    color: #9a9a9a;
    letter-spacing: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.banner .bd li .ban_t .txt3 .cn2 {
    font-size: 40px;
    color: #0762d2;
    letter-spacing: 10px;
    margin-bottom: 15px;
    line-height: 1;
}

.banner .bd li .ban_t .txt3 .en {
    font-size: 20px;
    color: rgba(140, 140, 140, 0.6);
    margin-bottom: 30px;
    line-height: 24px;
    font-family: "Rajdhani";
}

.banner .bd li .ban_t .txt4 .cn {
    font-size: 50px;
    color: #0062db;
    margin-bottom: 15px;
    line-height: 1;
}

.banner .bd li .ban_t .txt4 .en {
    font-size: 34px;
    color: #fe9a58;
    margin-bottom: 30px;
    line-height: 1;
    font-family: "Rajdhani-light";
    margin-bottom: 75px;
    text-transform: uppercase;
}

.banner .bd li .ban_t .txt4 .en em {
    font-family: "Rajdhani";
}

.banner .bd li .ban_t .txt2 .en {
    font-size: 34px;
    color: #5e738d;
    margin-bottom: 30px;
    line-height: 1;
    font-family: "Rajdhani-light";
    margin-bottom: 75px;
    text-transform: uppercase;
}

.banner .bd li .ban_t .txt2 .en em {
    font-family: "Rajdhani";
}

.pub_more {
    position: relative;
    width: 160px;
    height: 60px;
    line-height: 60px;
    background: #0062db;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 10;
}

.pub_more a {
    position: relative;
    width: 160px;
    height: 62px;
    z-index: 10;
    background: #0062db;
    overflow: hidden;
}

.pub_more::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -24px;
    width: 206px;
    height: 106px;
    background: url("../images/index/more_bg.png") no-repeat center;
    z-index: 1;
}

.pub_more a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 76px;
    height: 60px;
    background: url("../images/index/more_bg1.png") no-repeat center;
    z-index: 22;
    transition: all 0.5s;
}

.pub_more a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -80px;
    right: -110px;
    width: 76px;
    height: 60px;
    background: url("../images/index/more_bg2.png") no-repeat center;
    z-index: 22;
    transition: all 0.5s;
}

.pub_more a:hover::after {
    top: -40px;
    left: -55px;
}

.pub_more a:hover::before {
    bottom: 0;
    right: -15px;
}

.pages {
    height: 440px;
    background-color: #0462cc;
    position: relative;
    overflow: hidden;
}

.pages .tit {
    font-size: 56px;
    background: url("../images/about/txt_bg.jpg") no-repeat center/cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: "Rajdhani-bold";
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: inline-block;
    letter-spacing: 1px;
}

.pages .tit.ie {
    background: none;
    color: #fff;
}

.pages .tit em {
    display: block;
}

.pages .w1200 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    padding-top: 123px;
}

.pages h6 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 10px;
    font-weight: lighter;
}

.pages .left {
    width: 400px;
}

.pages .img {
    width: 1156px;
    overflow: hidden;
    height: 342px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -360px;
    bottom: 0;
}

.pages .img:hover .mask:after {
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 115%, 0);
}

.pages .mask:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.1);
    content: "";
    transition: transform 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -115%, 0);
}

#ckLine {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.subNav {
    height: 62px;
    background: #ebf3f9;
    transition: all 0.5s;
    margin-bottom: 2px;
}

.subNav .ul {
    float: left;
}

.subNav .ul a.on {
    color: #0076ef;
    border-bottom: 3px solid #fe9a58;
}

.subNav .ul a {
    float: left;
    height: 62px;
    line-height: 62px;
    margin-right: 34px;
    color: #777777;
}

.subNav .ct {
    float: right;
}

.subNav .ct .li {
    float: left;
    font-size: 14px;
    color: #777;
    line-height: 62px;
    margin-left: 30px;
}

.subNav .ct .li.li1 {
    padding-left: 25px;
    background: url("../images/about/ab1_ic1.png") no-repeat center left;
}

.subNav .ct .li.li2 {
    padding-left: 8px;
    background: url("../images/about/ab1_ic2.png") no-repeat center left;
}

.about1 .ipg1 {
    width: 100%;
    height: 627px;
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.about1 .ipg1 .left {
    float: left;
    width: 400px;
    position: relative;
    margin-right: 80px;
}

.about1 .ipg1 .left .img {
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.scl_img {
    overflow: hidden;
}

.scl_img img {
    transition: all 0.5s;
}

.scl_img:hover img {
    transform: scale(1.08);
}

.about1 .ipg1 .left .en {
    position: absolute;
    top: 180px;
    right: -20px;
}

.about1 .ipg1 .right {
    float: left;
    width: 620px;
    padding-top: 35px;
}

.pub_cn {
    font-size: 24px;
    color: #535353;
    line-height: 1;
    margin-bottom: 8px;
}

.pub_en {
    font-size: 24px;
    color: #0062db;
    font-family: "Rajdhani-bold";
    text-transform: uppercase;
}

.about1 .ipg1 .txt {
    margin: 30px 0 35px;
}

.about1 .ipg1 .txt p {
    font-size: 14px;
    color: #697493;
}

.pub_icon {
    width: 14px;
    height: 14px;
    background: url("../images/about/pub_ic.png") no-repeat center;
}

.about1 .ipg1 .right li {
    width: 165px;
    float: left;
    margin-top: 35px;
    margin-right: 20px;
}

.about1 .ipg1 .right li+li {
    width: 170px;
}

.about1 .ipg1 .right li+li+li {
    width: 182px;
}

.about1 .ipg1 .right li .icon {
    float: left;
    margin-right: 15px;
}

.about1 .ipg1 .right li .font {
    float: left;
}

.about1 .ipg1 .right li .font h3 {
    font-size: 14px;
    color: #848484;
    line-height: 1.1;
}

.about1 .ipg1 .right li .font h3 em {
    display: inline-block;
    font-size: 30px;
    color: #0c76ee;
    font-family: "Rubik";
}

.about1 .ipg2 {
    width: 100%;
    background: #b7d8e7;
}

.about1 .ipg2_box {
    position: relative;
    width: 100%;
    background: #fff url("../images/about/a1_ipg2.jpg") no-repeat center top;
    top: -90px;
    padding: 40px 0 40px 40px;
}

.about1 .ipg2_box .since {
    position: absolute;
    top: 90px;
    right: -50px;
}

.about1 .ipg2_box .txt {
    padding-top: 25px;
    width: 770px;
}

.about1 .ipg2_box .txt p {
    font-size: 14px;
    color: #697493;
    line-height: 23px;
    margin-bottom: 20px;
}

.about1 .ipg3 {
    width: 100%;
    height: 560px;
    background: url("../images/about/a1_bg3.jpg") no-repeat center;
    padding-top: 95px;
}

.about1 .ipg3 h6 {
    font-size: 34px;
    color: #0062db;
    margin-bottom: 8px;
}

.about1 .ipg3 h5 {
    position: relative;
    font-size: 34px;
    color: #0062db;
    margin-bottom: 10px;
}

.about1 .ipg3 h5::after {
    content: "";
    display: block;
    position: absolute;
    top: -45px;
    left: -90px;
    width: 75px;
    height: 75px;
    background: url("../images/about/sun.png") no-repeat center;
}

.about1 .ipg3 p {
    font-size: 14px;
    color: #697493;
}

.about2 .ipg1 {
    width: 100%;
    height: 1150px;
    background: url("../images/about/a2_bg.png") no-repeat center;
    padding-top: 95px;
}

.about2 .ipg1 .group {
    width: 1199px;
    height: 1015px;
    background: url("../images/about/group.png") no-repeat center;
    margin: 0 auto;
}

.about3 .ipg1 {
    position: relative;
    width: 100%;
    height: 831px;
    background: url("../images/about/a3_bg1.png") no-repeat center top;
    padding-top: 240px;
}

.about3 .ipg1 .cn {
    font-size: 46px;
    color: #fff;
    text-align: center;
    letter-spacing: 10px;
    line-height: 1;
    margin-bottom: 25px;
}

.about3 .ipg1 .en {
    font-size: 30px;
    color: #fff;
    font-family: "Rajdhani-light";
    text-transform: uppercase;
    text-align: center;
    opacity: 0.6;
    letter-spacing: 10px;
    margin-bottom: 90px;
}

.about3 .ipg1 .en em {
    font-family: "Rajdhani";
}

.about3 .ipg1 h6 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.about3 .ipg1 h5 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 10px;
}

.about3 .ipg2 {
    width: 100%;
    height: 435px;
    padding-top: 150px;
    background: #e8f9fa;
    margin-top: -25px;
    margin-bottom: 5px;
}

.about3 .ipg2 h6 {
    font-size: 24px;
    color: #4e5c6f;
    text-align: center;
    margin-bottom: 20px;
}

.about3 .ipg2 h5 {
    font-size: 30px;
    color: #0062db;
    text-align: center;
    letter-spacing: 10px;
    margin-bottom: 8px;
}

.about3 .ipg2 h4 {
    font-size: 30px;
    color: #0062db;
    text-align: center;
    margin-bottom: 30px;
}

.pub_dot {
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

.about3 .ipg2 .pub_dot {
    margin: 0 auto;
}

.about3 .ipg3 {
    width: 100%;
    height: 475px;
    background: url("../images/about/a3_bg3.jpg") no-repeat center;
    padding-top: 150px;
    margin-bottom: 5px;
}

.about3 .ipg3 h6 {
    font-size: 24px;
    color: #4e5c6f;
    text-align: center;
    margin-bottom: 35px;
}

.about3 .ipg3 h5 {
    font-size: 30px;
    color: #0062db;
    text-align: center;
    margin-bottom: 25px;
}

.about3 .ipg3 h4 {
    font-size: 16px;
    color: rgba(255, 150, 0, 0.5);
    text-align: center;
    text-transform: uppercase;
    font-family: "Rajdhani";
}

.about3 .ipg4 {
    width: 100%;
    height: 2098px;
    background: url("../images/about/a3_bg4.jpg") no-repeat center;
}

.about3 .ipg4 .pub_dot {
    margin-left: 3px;
}

.about3 .ipg4 li {
    height: 500px;
}

.about3 .ipg4 li .font {
    float: left;
    width: 600px;
    height: 500px;
    padding: 185px 0 0 100px;
    background: #fff;
}

.about3 .ipg4 li.li2 .font {
    background: #e8f9fa;
}

.about3 .ipg4 li.li3 .font {
    background: #d1e5fb;
}

.about3 .ipg4 li .font h6 {
    color: #4e5c6f;
    font-size: 24px;
    margin-bottom: 15px;
}

.about3 .ipg4 li .font h5 {
    color: #8e8e8e;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.about3 .ipg4 li .img {
    float: left;
    width: 600px;
    height: 500px;
}

.about3 .ipg4 .bom {
    padding-top: 165px;
}

.about3 .ipg4 .bom h6 {
    font-size: 24px;
    color: #4e5c6f;
    text-align: center;
    margin-bottom: 15px;
}

.about3 .ipg4 .bom h5 {
    font-size: 30px;
    color: #0062db;
    text-align: center;
}

.about4 .ipg1 {
    width: 100%;
    height: 370px;
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.about4_1 .ipg1 {
    height: 435px;
}

.about4 .ipg1 .pro_tab {
    margin-bottom: 30px;
}

.about4 .ipg1 .left {
    float: left;
    width: 400px;
    margin-right: 60px;
}

.about4 .ipg1 .left .img {
    width: 400px;
    height: 265px;
    overflow: hidden;
}

.about4 .ipg1 .right {
    float: left;
    width: 650px;
    padding-top: 35px;
}

.about4 .ipg1 .right h6 {
    font-size: 24px;
    color: #026ad5;
    margin-bottom: 5px;
    font-family: "Rajdhani";
}

.about4 .ipg1 .right h5 {
    font-size: 18px;
    color: #697493;
    margin-bottom: 20px;
}

.about4 .ipg1 .right .txt {
    padding: 15px 0 20px;
}

.about4 .ipg1 .right .txt p {
    color: #697493;
    font-size: 14px;
}

#ul_list {
    position: relative;
    top: -200px;
}

#ul_list .time {
    width: 400px;
    height: 66px;
    float: left;
    margin-bottom: 45px;
    position: relative;
}

#ul_list .time::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 19px;
    height: 9px;
    margin-top: -4px;
    background: url("../images/about/a4_up.png") no-repeat center;
    transition: all 0.5s;
}

#ul_list .time.on::after {
    transform: rotate(180deg);
}

#ul_list .drop-txt {
    height: 66px;
    line-height: 66px;
    padding: 0 60px 0 30px;
    border: 2px solid #c3ced3;
    font-size: 14px;
    color: #c3ced3;
    position: relative;
    cursor: pointer;
}

#ul_list .drop-down ul {
    display: none;
    width: 100%;
    border-top: none;
    max-height: 280px;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 220;
    overflow-y: auto;
}

#ul_list .drop-down ul li {
    display: block;
    background-color: #f5f5f5;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #fff;
    padding: 0 30px;
    font-size: 14px;
    color: #6b7e96;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s all;
}

#ul_list .drop-down ul li:hover {
    background-color: #ff9600;
    color: #fff;
}

#ul_list .drop-down ul li:last-child {
    border-bottom: none;
}

#ul_list .serch {
    position: relative;
    width: 800px;
    height: 66px;
    float: left;
    border: 2px solid #c3ced3;
    border-left: none;
}

#ul_list .serch input {
    width: 100%;
    height: 66px;
    padding: 0 70px 0 30px;
    line-height: 66px;
    font-size: 14px;
    color: #c3ced3;
}

#ul_list .serch input::-webkit-input-placeholder {
    color: #c3ced3;
}

#ul_list .serch input::-moz-placeholder {
    color: #c3ced3;
}

#ul_list .serch input:-ms-input-placeholder {
    color: #c3ced3;
}

#ul_list .serch input:-moz-placeholder {
    color: #c3ced3;
}

#ul_list .serch .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    width: 21px;
    height: 21px;
    background: url("../images/about/a4_serch.png") no-repeat center;
    cursor: pointer;
}

#ul_list .list {
    padding: 40px;
    background: #fff url("../images/about/list_mask.png") no-repeat center top;
}

#ul_list .list li {
    width: 100%;
    height: 145px;
    border-bottom: 2px solid #ececec;
    padding: 30px 0;
}

#ul_list .list li .date {
    float: left;
    width: 130px;
    margin-right: 15px;
    font-size: 24px;
    color: #0062db;
    font-family: "Rajdhani";
}

#ul_list .list li .font {
    float: left;
    width: 760px;
}

#ul_list .list li .font h6 {
    font-size: 20px;
    color: #535353;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1;
    transition: all 0.5s;
}

#ul_list .list li:hover .font h6 {
    color: #ffba00;
}

#ul_list .list li .font p {
    color: #697493;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#ul_list .list li .btn {
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
    border: 2px solid #cccccc;
    margin-right: 17px;
}

#ul_list .list li .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -7px;
    width: 9px;
    height: 15px;
    background: url("../images/about/a4_btn.png") no-repeat center;
    z-index: 2;
}

#ul_list .list li .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 60px;
    background: #ffba00;
    transition: all 0.5s;
}

#ul_list .list li .btn:hover::after {
    left: -2px;
    width: 60px;
    opacity: 1;
    background: #ffba00;
}

#ul_list .list li .btn:hover::before {
    background: url("../images/about/a4_btn_on.png") no-repeat center;
}

#ul_list .list .pub_more {
    margin: 40px auto 0;
}

.about4 .ipg2 {
    background: #b7d8e7;
}

.about5 .ipg1 {
    width: 100%;
    height: 485px;
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.about5 .ipg1 .left {
    float: left;
    width: 400px;
    position: relative;
    margin-right: 80px;
}

.about5 .ipg1 .right {
    float: left;
    width: 620px;
    padding-top: 35px;
}

.about5 .ipg1 .txt {
    margin: 30px 0 35px;
}

.about5 .ipg2 {
    width: 100%;
    height: 800px;
    background: #b7d8e7;
}

.about5 .ipg2_box {
    width: 100%;
    height: 760px;
    background: #fff url("../images/about/list_mask.png") no-repeat center top;
    padding: 50px 40px;
}

.about5 .ipg2_box ul {
    width: 1250px;
}

.about5 .ipg2_box li {
    float: left;
    margin-top: 70px;
    padding-left: 45px;
    background: no-repeat center left;
    margin-right: 55px;
}

.about5 .ipg2_box li.li1 {
    background-image: url("../images/about/a5_ic1.png");
}

.about5 .ipg2_box li.li2 {
    background-image: url("../images/about/a5_ic2.png");
}

.about5 .ipg2_box li.li3 {
    background-image: url("../images/about/a5_ic3.png");
}

.about5 .ipg2_box li.li4 {
    background-image: url("../images/about/a5_ic4.png");
}

.about5 .ipg2_box li p {
    font-size: 14px;
    color: #697493;
}

.about5 .ipg2_box .map {
    width: 100%;
    height: 450px;
    margin-top: 40px;
}

.about5 .ipg2_box .map #allmap {
    width: 100%;
    height: 450px;
}

#allmap img {
    max-width: none;
}

.news1 .ipg1 {
    width: 100%;
    height: 850px;
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.news1 .ipg1 .bd ul {
    width: 1230px;
}

.news1 .ipg1 .bd li {
    position: relative;
    top: 0;
    float: left;
    width: 380px;
    height: 513px;
    overflow: hidden;
    margin-right: 30px;
    box-shadow: 3px 0 16px rgba(77, 103, 114, 0.1);
    transition: all 0.5s;
}

.news1 .ipg1 .bd li:hover {
    top: -8px;
    box-shadow: 3px 0 16px rgba(77, 103, 114, 0.3);
}

.news1 .ipg1 .bd li .img {
    width: 380px;
    height: 240px;
    overflow: hidden;
}

.news1 .ipg1 .bd li .font {
    position: relative;
    width: 100%;
    height: 273px;
    padding: 40px 25px 0;
    background: #fff;
}

.news1 .ipg1 .bd li .font h6 {
    font-size: 18px;
    color: #697493;
    height: 45px;
    margin-bottom: 15px;
}

.news1 .ipg1 .bd li .font .txt {
    position: relative;
}

.news1 .ipg1 .bd li .font .txt:before {
    content: "";
    width: 100%;
    height: 20px;
    background: url("../images/01.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.news1 .ipg1 .bd li .font p {
    font-size: 13px;
    color: rgba(105, 116, 147, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.news1 .ipg1 .bd li .font .more {
    position: absolute;
    left: 25px;
    bottom: 30px;
    width: 93px;
    height: 31px;
    background: #f0f2f4;
    font-size: 14px;
    color: #006fed;
    line-height: 31px;
    text-align: center;
}

.news1 .ipg1 .bd li .font .ic {
    position: absolute;
    right: 35px;
    bottom: 40px;
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

.news1 .ipg2 {
    max-height: 1087px;
    background: #b7d8e7;
}

.news_ins .ipg1 {
    width: 100%;
    padding: 165px 0 120px;
    background: #b7d8e7;
}

.news_ins .ipg1_box {
    position: relative;
    padding: 100px 275px;
    background: #fff;
}

.news_ins .ipg1_box .date {
    font-size: 24px;
    color: #026ad5;
    margin-bottom: 5px;
    font-family: "Rajdhani";
    margin-bottom: 10px;
}

.news_ins .ipg1_box .txt strong {
    display: initial;
}

.news_ins .ipg1_box h6 {
    font-size: 30px;
    color: #354457;
    padding-bottom: 40px;
    background: url("../images/about/pub_ic.png") no-repeat left bottom;
    margin-bottom: 30px;
}

.news_ins .ipg1_box .txt span,
.news_ins .ipg1_box p,
.news_ins .ipg1_box td {
    color: #697493 !important;
    font-family: "Microsoft YaHei", sans-serif !important;
}

.news_ins .ipg1_box .txt {
    word-break: break-all;
}

.news_ins .ipg1_box p span {}

.news_ins .ipg1_box .txt a {
    display: initial;
}

.news_ins .ipg1_box p img {
    display: inline-block;
}

.news_ins .ipg1_box .btn_box .pub_more {
    float: right;
    margin-top: 20px;
}

.news_ins .ipg1_box .btn_box .prev {
    margin-top: 22px;
    position: relative;
    float: left;
    width: 120px;
    height: 60px;
    border: 2px solid #ccc;
    margin-right: 10px;
    padding-left: 40px;
    transition: all 0.5s;
}

.news_ins .ipg1_box .btn_box .prev p {
    position: relative;
    z-index: 2;
    color: #ccc !important;
    line-height: 56px;
    font-size: 15px !important;
}

.news_ins .ipg1_box .btn_box .prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 20px;
    width: 9px;
    height: 15px;
    background: url("../images/news/next_btn2.png") no-repeat center;
    z-index: 2;
}

.news_ins .ipg1_box .btn_box .prev::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 60px;
    background: #ffba00;
    transition: all 0.5s;
    opacity: 0;
}

.news_ins .ipg1_box .btn_box .prev:hover::before {
    width: 120px;
    opacity: 1;
}

.news_ins .ipg1_box .btn_box .prev:hover p {
    color: #fff !important;
}

.news_ins .ipg1_box .btn_box .prev:hover::after {
    background: url("../images/news/next_btn.png") no-repeat center;
}

.news_ins .ipg1_box .btn_box .next {
    position: relative;
    float: left;
    margin-top: 22px;
    width: 120px;
    height: 60px;
    border: 2px solid #ccc;
    margin-right: 10px;
    padding-left: 20px;
}

.news_ins .ipg1_box .btn_box .next p {
    position: relative;
    z-index: 2;
    color: #ccc !important;
    line-height: 56px;
    font-size: 15px !important;
}

.news_ins .ipg1_box .btn_box .next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 80px;
    width: 9px;
    height: 15px;
    background: url("../images/about/a4_btn.png") no-repeat center;
    z-index: 2;
}

.news_ins .ipg1_box .btn_box .next::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 60px;
    background: #ffba00;
    transition: all 0.5s;
    opacity: 0;
}

.news_ins .ipg1_box .btn_box .next:hover::before {
    width: 120px;
    opacity: 1;
}

.news_ins .ipg1_box .btn_box .next:hover p {
    color: #fff !important;
}

.news_ins .ipg1_box .btn_box .next:hover::after {
    background: url("../images/about/a4_btn_on.png") no-repeat center;
}

.news_ins .ipg1_box .share {
    position: absolute;
    top: 105px;
    left: 170px;
}

.news_ins .ipg1_box .bshare-custom li {
    margin-bottom: 30px;
}

.news_ins .ipg1_box .bshare-custom li .wx {
    width: 24px;
    height: 19px;
    background: url("../images/news/ic1.png") no-repeat center;
}

.news_ins .ipg1_box .bshare-custom li .wb {
    width: 23px;
    height: 19px;
    background: url("../images/news/ic2.png") no-repeat center;
}

.news_ins .ipg1_box .bshare-custom li .qq {
    width: 19px;
    height: 21px;
    background: url("../images/news/ic3.png") no-repeat center;
}

#bsWXBox {
    box-sizing: content-box !important;
}

.news2 .ipg1 {
    width: 100%;
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.news2 .video_box ul {
    width: 1280px;
}

.news2 .video_box li {
    position: relative;
    float: left;
    width: 380px;
    height: 410px;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 3px 0 16px rgba(77, 103, 114, 0.1);
    transition: all 0.5s;
    top: 0;
}

.news2 .video_box li:hover {
    top: -8px;
    box-shadow: 3px 0 16px rgba(77, 103, 114, 0.3);
}

.news2 .video_box li .img {
    position: relative;
    width: 380px;
    height: 240px;
    overflow: hidden;
}

.news2 .video_box li .img .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url("../images/news/video_btn.png") no-repeat center;
    transition: all 0.5s;
    cursor: pointer;
}

.news2 .video_box li .img .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: h_map 1.5s linear alternate infinite;
    -webkit-animation: h_map 1.5s linear alternate infinite;
}

@-webkit-keyframes h_map {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes h_map {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.h_map {
    -webkit-animation-name: h_map;
    animation-name: h_map;
}

.news2 .video_box li .font {
    position: relative;
    width: 380px;
    height: 170px;
    background: #fff;
    padding: 35px 30px;
}

.news2 .video_box li .font h6 {
    font-size: 18px;
    color: #697493;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news2 .video_box li .font .btn {
    position: absolute;
    left: 30px;
    bottom: 25px;
    width: 93px;
    height: 31px;
    background: #f0f2f4;
    font-size: 14px;
    color: #006fed;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
}

.news2 .video_box li .font .ic {
    position: absolute;
    right: 35px;
    bottom: 40px;
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

#video_box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}

#video_box .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

#video_box .video_con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 700px;
    margin-top: -350px;
    margin-left: -600px;
}

#video_box video {
    width: 100%;
    height: 100%;
    background: #000;
}

.show_close {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    background: url("../images/close.jpg") no-repeat center;
    cursor: pointer;
    transition: all 0.5s;
}

.show_close:hover {
    background: url("../images/close_on.png") no-repeat center;
}

.product1 .ipg1 {
    width: 100%;
    background: #fff url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
    height: 480px;
}

.pro_tab ul {
    text-align: center;
}

.pro_tab li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    min-width: 110px;
    height: 40px;
    border: 1px solid #bac9d9;
    border-radius: 7px;
    line-height: 40px;
    font-size: 14px;
    color: #535353;
    transition: all 0.5s;
}

.pro_tab li a {
    padding: 0 15px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 10;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.pro_tab li.on {
    background: #0062db;
    color: #fff;
    border: none;
}

.pro_tab li.on::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -17px;
    width: 146px;
    height: 76px;
    background: url("../images/product/btn_bg.png") no-repeat center;
    z-index: 1;
}

.pro_tab li.on a {
    background: #0062db;
}

.pro_tab li.on a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -28px;
    width: 76px;
    height: 60px;
    background: url("../images/index/more_bg1.png") no-repeat center;
    z-index: 22;
    transition: all 0.5s;
}

.pro_tab li.on a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -80px;
    right: -110px;
    width: 76px;
    height: 60px;
    background: url("../images/index/more_bg2.png") no-repeat center;
    z-index: 22;
    transition: all 0.5s;
}

.pro_tab li.on a:hover::after {
    top: -40px;
    left: -55px;
}

.pro_tab li.on a:hover::before {
    bottom: 0;
    right: -28px;
}

.product1 .ipg1 .tit {
    padding-top: 85px;
}

.product1 .ipg1_box {
    margin-top: 35px;
    padding-left: 240px;
}

.product1 .ipg1_box .img {
    float: left;
    width: 157px;
    height: 157px;
    margin-right: 50px;
}

.product1 .ipg1_box .font {
    float: left;
    width: 700px;
    padding-top: 35px;
    background: url("../images/about/pub_ic.png") no-repeat left top;
}

.product1 .ipg1_box .font p {
    font-size: 14px;
    color: rgba(83, 83, 83, 0.7);
}

.product1 .ipg2 {
    width: 100%;
    min-height: 709px;
    background: url("../images/product/pro1_bg2.jpg") no-repeat center;
    padding-top: 115px;
    background-size: cover;
    padding-bottom: 50px;
}

.product1 .ipg2 ul {
    width: 1250px;
}

.product1 .ipg2 li {
    position: relative;
    float: left;
    width: 295px;
    height: 478px;
    background: #fff;
    padding: 20px;
    margin-right: 7px;
    margin-bottom: 30px;
    padding-right: 0;
    transition: all 0.5s;
    top: 0;
}

.product1 .ipg2 li:hover {
    top: -8px;
}

.product1 .ipg2 li .img {
    width: 100%;
    height: 200px;
    background: #f4f4f4;
    line-height: 200px;
    overflow: hidden;
}

.product1 .ipg2 li .font {
    padding-right: 20px;
    padding-top: 15px;
}

.product1 .ipg2 li .font h6 {
    font-size: 20px;
    color: #ff9600;
    margin-bottom: 15px;
}

.product1 .ipg2 li .font p {
    font-size: 14px;
    color: #6b7e96;
}

.product1 .ipg2 li .btn {
    position: absolute;
    left: 20px;
    bottom: 50px;
    width: 93px;
    height: 31px;
    background: #f0f2f4;
    font-size: 14px;
    color: #006fed;
    line-height: 31px;
    text-align: center;
}

.product1 .ipg2 li .ic {
    position: absolute;
    right: 20px;
    bottom: 60px;
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

.sql {
    background: #fff;
    padding-top: 80px;
}

.sql1 {
    padding-top: 80px;
    margin-bottom: 95px;
    display: none;
}

.sql1 .sql1_box {
    position: relative;
    width: 100%;
    height: 135px;
    margin-top: 25px;
    border: 2px solid #e2e2e2;
    background: #fbfbfb;
    padding: 40px 0 0 40px;
}

.sql1 .sql1_box h6 {
    font-size: 16px;
    color: #6b7e96;
    margin-bottom: 8px;
}

.sql1 .sql1_box p {
    font-size: 14px;
    color: rgba(107, 126, 150, 0.7);
    font-family: "Rajdhani";
}

.sql1 .sql1_box .pub_more {
    position: absolute;
    top: 32px;
    right: 40px;
}

.sql2 .tit {
    float: left;
}

.sql2 .sql2_box {
    float: right;
    width: 800px;
    border-top: 1px solid #363d46;
}

.sql2 .sql2_box li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c2c4c7;
    padding-left: 12px;
}

.sql2 .sql2_box li h6 {
    float: left;
    font-size: 14px;
    color: #6b7e96;
    margin-right: 285px;
    line-height: 40px;
}

.sql2 .sql2_box li p {
    float: left;
    font-size: 14px;
    color: #6b7e96;
    line-height: 40px;
}

.product_ins .ipg1 {
    position: relative;
    width: 100%;
    background: #fff url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
    height: 530px;
}

.product_ins .ipg1 .font {
    padding-top: 80px;
}

.product_ins .ipg1 .font h6 {
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #0062db;
    margin-bottom: 45px;
}

.product_ins .ipg1 .font h6::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 40px;
    width: 2px;
    height: 28px;
    background: #c2cbd5;
}

.product_ins .ipg1 .font p {
    font-size: 14px;
    color: #6b7e96;
    text-align: center;
}

.product_ins .ipg1 .tab {
    padding-top: 70px;
    text-align: center;
}

.product_ins .ipg1 .tab li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 50px;
    background: #eff8fb;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #6b7e96;
    line-height: 50px;
    margin: 0 10px;
    z-index: 7;
    cursor: pointer;
}

.product_ins .ipg1 .tab li::after {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: -10px;
    width: 180px;
    height: 82px;
    background: url("../images/product/tab_bg.png") no-repeat center;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.product_ins .ipg1 .tab li.on {
    background: #ff9600;
    color: #fff;
}

.product_ins .ipg1 .tab li.on::after {
    opacity: 1;
}

.product_ins .ipg2 {
    width: 100%;
    height: 670px;
    background: #cee6f0;
}

.product_ins .ipg2_box {
    position: relative;
    top: -50px;
    width: 100%;
    height: 568px;
    background: #fff url("../images/about/list_mask.png") no-repeat center top;
    padding: 60px 40px;
}

.product_ins .ipg2_box .left {
    position: relative;
    float: left;
    width: 453px;
    height: 447px;
    margin-right: 50px;
}

.product_ins .ipg2_box .left .bd li {
    float: left;
    width: 453px;
    height: 447px;
    background: #eee;
    text-align: center;
    line-height: 447px;
    overflow: hidden;
}

.product_ins .ipg2_box .left .bd li img {
    display: inline-block;
    line-height: 447px;
}

.product_ins .ipg2_box .left .hd {
    position: absolute;
    right: 35px;
    bottom: 50px;
}

.product_ins .ipg2_box .left .hd li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cecece;
    margin-left: 10px;
    transition: all 0.5s;
}

.product_ins .ipg2_box .left .hd li.on {
    background: #ff9600;
}

.product_ins .ipg2_box .right {
    float: left;
    width: 600px;
    padding-top: 55px;
}

.product_ins .ipg2_box .right h6 {
    position: relative;
    font-size: 24px;
    color: #384b63;
    padding-bottom: 35px;
    background: url("../images/about/pub_ic.png") no-repeat left bottom;
    margin-bottom: 25px;
}

.product_ins .ipg2_box .right .txt {
    padding-top: 25px;
}

.product_ins .ipg2_box .right .txt p {
    position: relative;
    font-size: 14px;
    color: #6b7e96;
    padding-left: 15px;
    background: url("../images/product/dot.png") no-repeat left 10px;
}

.product_ins .ipg2_box .right .font p {
    font-size: 14px;
    color: #6b7e96;
    margin-bottom: 15px;
}

.product_ins .ipg2_box .right .font h5 {
    font-size: 18px;
    color: #6b7e96;
    margin-bottom: 5px;
}

.product_ins .ipg2_box .right .font .p_box {
    margin-bottom: 30px;
}

.product2 .ipg1 {
    width: 100%;
    background: #fff url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 40px;
    height: 130px;
}

.product2 .ipg1 .pic {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    margin-top: 90px;
    text-align: center;
}

.product2 .ipg1 .pic:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.product2 .ipg1 .pic .txt {
    position: absolute;
    bottom: 55px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.product2 .ipg2 {
    width: 100%;
    height: 1190px;
    background: #b7d8e6;
    padding-top: 50px;
    padding-bottom: 20px;
}

.product2 #ul_list .time {
    margin-bottom: 30px;
}

.product2 #ul_list {
    top: 0;
}

.product2 #ul_list .drop-txt {
    color: #4d4747;
    border: 2px solid #9ebacc;
}

.product2 #ul_list .time::after {
    background-image: url("../images/product/btn_up.png");
}

.product2 #ul_list .drop-down ul {
    border: 2px solid #9ebacc;
    border-top: none;
    background-color: #b7d8e6;
}

.product2 #ul_list .drop-down ul li {
    color: #4d4747;
    background-color: #b7d8e6;
}

.product2 #ul_list .serch {
    width: 790px;
    margin-left: 10px;
    border: 2px solid #9ebacc;
}

.product2 #ul_list .serch input {
    color: #4d4747;
}

.product2 #ul_list .serch .btn {
    background: url("../images/product/serch.png") no-repeat center;
}

.product2 #ul_list .serch input::-webkit-input-placeholder {
    color: #4d4747;
}

.product2 #ul_list .serch input::-moz-placeholder {
    color: #4d4747;
}

.product2 #ul_list .serch input:-ms-input-placeholder {
    color: #4d4747;
}

.product2 #ul_list .serch input:-moz-placeholder {
    color: #4d4747;
}

.product2 .ipg2_box ul {
    width: 1280px;
}

.product2 .ipg2_box li {
    position: relative;
    float: left;
    width: 295px;
    height: 420px;
    background: #fff;
    padding: 20px 0 20px 21px;
    margin-right: 7px;
    margin-bottom: 20px;
}

.product2 .ipg2_box li .img {
    width: 100%;
    height: 200px;
}

.product2 .ipg2_box li .font {
    padding-top: 15px;
    padding-right: 20px;
}

.product2 .ipg2_box li .font h6 {
    font-size: 20px;
    color: #ff9600;
    margin-bottom: 15px;
}

.product2 .ipg2_box li .font p {
    font-size: 14px;
    color: #6b7e96;
}

.product2 .ipg2_box li .btn {
    position: absolute;
    left: 20px;
    bottom: 30px;
    height: 30px;
    background: #f0f2f4 url("../images/product/map.png") no-repeat 10px center;
    line-height: 30px;
    font-size: 14px;
    color: #6b7e96;
    padding-left: 25px;
    padding-right: 10px;
}

.product2 .ipg2_box li .ic {
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

.pagination {
    text-align: center;
    background-color: transparent;
    padding: 20px 0;
    margin: 30px 0;
}

.pagination .fr {
    float: none;
    display: inline-block;
}

.pagination .pagingUl {
    display: inline-block;
    margin: 0 30px;
}

.pagination .pagingUl li {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}

.pagination .pagingUl li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #dcd9d4;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.pagination .first,
.pagination .last {
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    padding: 0 5px;
    margin-right: 10px;
    display: none !important;
}

.spage-total {
    display: inline-block;
    margin-right: 20px;
    line-height: 35px;
    color: #666;
    font-size: 14px;
}

.spage-number {
    display: inline-block;
    color: #666;
    font-size: 14px;
}

.spage-number button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
    outline: none;
    background: #fff;
    user-select: none;
    color: #6b7e96;
    margin: 0 5px;
    border-radius: 5px;
}

#ul_list .spage-number button {
    background: #f0f2f4;
}

.spage-number button:first-child {
    width: 80px;
}

.spage-number button:last-child {
    width: 80px;
}

.spage-number button.active {
    color: #ff9600;
    z-index: 3;
    background-color: #ff9600;
    color: #fff;
}

#ul_list .spage-number button.active {
    color: #ff9600;
    z-index: 3;
    background-color: #ff9600;
    color: #fff;
}

.spage-number button.button-disabled {
    cursor: not-allowed;
}

.spage-before,
.spage-number .spage-after {
    width: 40px;
}

.spage-skip {
    display: inline-block;
    margin-left: 20px;
    line-height: 40px;
    color: #515b60;
    font-size: 14px;
}

.spage-skip input {
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bdc1c3;
    text-align: center;
    vertical-align: top;
    background: none;
    outline: none;
    transition: all 0.2s;
}

.spage-skip input:focus {
    border-color: #2d98e6;
}

.spage-skip button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bdc1c3;
    vertical-align: top;
    color: #515b60;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
    background: none;
    user-select: none;
}

.pub_cn em {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Rubik";
}

.product3 .ipg1 {
    position: relative;
    width: 100%;
    background: #fff url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.product3 .ipg1 .w1200 {
    position: relative;
}

.product3 .ipg1 .serch {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 60px;
    border: 2px solid #c3cedc;
    background-color: transparent;
}

.product3 .ipg1 .serch input {
    width: 100%;
    height: 60px;
    padding: 0 70px 0 30px;
    line-height: 64px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    background-color: transparent;
}

.product3 .ipg1 .serch .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    width: 21px;
    height: 21px;
    background: url("../images/product/serch.png") no-repeat center;
    cursor: pointer;
}

.product3 .mess_box {
    margin-top: 50px;
}

.product3 .mess_box .icon {
    float: left;
}

.product3 .mess_box .font {
    position: relative;
    float: right;
    width: 1100px;
}

.product3 .mess_box .font textarea {
    position: relative;
    width: 1100px;
    height: 120px;
    background: #fff;
    border: 2px solid #6b7e96;
    padding: 20px;
    font-size: 14px;
    color: #697493;
    z-index: 1;
}

.product3 .mess_box .font .logined {
    float: left;
    line-height: 50px;
    color: #656c77;
}

.product3 .mess_box .font .logined span {
    color: #fe9a58;
}

.product3 .mess_box .font .logined .signOut {
    display: inline-block;
    margin-left: 14px;
    vertical-align: middle;
    color: #0062db;
    cursor: pointer;
}

.product3 .mess_box .font button {
    float: right;
    width: 116px;
    height: 50px;
    background: #0062db;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.product3 .mess_box .font .login {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 1100px;
    height: 120px;
    text-align: center;
    font-size: 14px;
    color: #a7bbd8;
    line-height: 120px;
}

.product3 .mess_box .font .login em {
    font-size: 14px;
    color: #0062db;
    cursor: pointer;
}

.product3 .mess_list li {
    padding: 35px 0;
    border-bottom: 1px solid #d2d8df;
}

.product3 .mess_list li .hide {
    clear: both;
    overflow: hidden;
    margin-top: 14px;
    display: none;
}

.product3 .mess_list li textarea {
    position: relative;
    width: 100%;
    height: 85px;
    background: #fff;
    border: 2px solid #6b7e96;
    padding: 20px;
    font-size: 14px;
    color: #697493;
    z-index: 1;
}

.product3 .mess_list li button {
    width: 93px;
    height: 30px;
    background: #0062db;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    float: right;
    margin-top: 20px;
}

.product3 .mess_list li .item {
    overflow: hidden;
}

.product3 .mess_list li .item+.item .font {
    margin-left: 100px;
}

.product3 .mess_list li .icon {
    float: left;
    width: 60px;
}

.product3 .mess_list li .font {
    float: left;
    margin-left: 40px;
    width: 1100px;
}

.product3 .mess_list li .font h6 {
    font-size: 14px;
    color: #424549;
    line-height: 24px;
}

.product3 .mess_list li .font h6 em {
    color: #0062db;
    margin-left: 25px;
    cursor: pointer;
}

.product3 .mess_list li .font p {
    font-size: 14px;
    color: #6b7e96;
    font-family: "Rubik";
}

.product3 .mess_list li .font .bom {
    margin-top: 15px;
    overflow: hidden;
}

.product3 .mess_list li .font .bom .left {
    float: left;
    width: 40px;
}

.product3 .mess_list li .font .bom .right {
    float: left;
    margin-left: 20px;
    width: 940px;
}

.product3 .mess_list li .bom .right h6 p {
    display: inline-block;
    margin-left: 15px;
}

.product3 .mess_list li .bom .right h6 em {
    display: inline-block;
    margin-left: 15px;
}

.product3 .spage-number button {
    background-color: #e8edf6;
}

.product3 .spage-number button.active {
    background: #ff9600;
}

.product3 .pagination {
    margin-top: 60px;
}

.login_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.login_box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.login_box .login_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -220px;
    width: 380px;
    height: 440px;
    background: #fff;
    border-radius: 20px;
    padding: 57px 30px;
}

.login_box .login_con .logo {
    margin-bottom: 45px;
}

.login_box .login_con h3 {
    font-size: 24px;
    color: #535353;
    line-height: 1;
    margin-bottom: 30px;
}

.login_box .login_con .inp input {
    width: 100%;
    height: 60px;
    border: 2px solid #ced5dc;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 20px;
    color: #6b7e96;
}

.login_box .login_con input::-webkit-input-placeholder {
    color: #6b7e96;
}

.login_box .login_con input::-moz-placeholder {
    color: #6b7e96;
}

.login_box .login_con input:-ms-input-placeholder {
    color: #6b7e96;
}

.login_box .login_con input:-moz-placeholder {
    color: #6b7e96;
}

.login_box .login_con .inp2 {
    width: 100%;
    height: 60px;
}

.login_box .login_con .inp2 input {
    float: left;
    width: 213px;
    height: 60px;
    border: 2px solid #ced5dc;
    font-size: 14px;
    padding-left: 20px;
    color: #6b7e96;
}

.login_box .login_con .inp2 button {
    float: right;
    width: 98px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ced5dc;
}

.login_box .login_con .inp2 .post {
    float: right;
    width: 98px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0062db;
    cursor: pointer;
}

.login_box .login_con p {
    line-height: 60px;
    font-size: 14px;
    color: #6b7e96;
}

.login_box .login_con p em {
    color: #0062db;
    margin-left: 10px;
    cursor: pointer;
}

.login_box .login_con .btn {
    width: 100%;
    height: 60px;
    background-color: #0062db;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.registered_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.registered_box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.registered_box .change_registered {
    overflow: hidden;
}

.registered_box .change_registered a {
    float: left;
    width: 50%;
    font-size: 24px;
    color: #535353;
    line-height: 50px;
    margin-bottom: 20px;
}

.registered_box .tab_detailed .box {
    display: none;
}

.registered_box .registered_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -280px;
    width: 380px;
    height: 560px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.registered_box .registered_con .logo {
    margin-bottom: 45px;
}

.registered_box .registered_con h3 {
    font-size: 24px;
    color: #535353;
    line-height: 1;
    margin-bottom: 30px;
}

.registered_box .registered_con .inp input {
    width: 100%;
    height: 60px;
    border: 2px solid #ced5dc;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 20px;
    color: #6b7e96;
}

.registered_box .registered_con input::-webkit-input-placeholder {
    color: #6b7e96;
}

.registered_box .registered_con input::-moz-placeholder {
    color: #6b7e96;
}

.registered_box .registered_con input:-ms-input-placeholder {
    color: #6b7e96;
}

.registered_box .registered_con input:-moz-placeholder {
    color: #6b7e96;
}

.registered_box .registered_con .inp2 {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}

.registered_box .registered_con .inp2 input {
    float: left;
    width: 213px;
    height: 60px;
    border: 2px solid #ced5dc;
    font-size: 14px;
    padding-left: 20px;
    color: #6b7e96;
}

.registered_box .registered_con .inp2 button {
    float: right;
    width: 98px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ced5dc;
}

.registered_box .registered_con .inp2 .post {
    float: right;
    width: 98px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0062db;
    cursor: pointer;
}

.registered_box .registered_con .inp3 {
    width: 100%;
    height: 60px;
}

.registered_box .registered_con .inp3 input {
    float: left;
    width: 155px;
    height: 60px;
    border: 2px solid #ced5dc;
    font-size: 14px;
    padding-left: 20px;
    color: #6b7e96;
}

.registered_box .registered_con .inp3 img {
    float: right;
    width: 155px;
    height: 60px;
    cursor: pointer;
}

.registered_box .registered_con p {
    line-height: 60px;
    font-size: 14px;
    color: #6b7e96;
}

.registered_box .registered_con p em {
    color: #0062db;
    margin-left: 10px;
    cursor: pointer;
}

.registered_box .registered_con .btn {
    width: 100%;
    height: 60px;
    background-color: #0062db;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.investor7 .ipg1 {
    width: 100%;
    height: 420px;
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.investor7 .ipg1 .left {
    float: left;
    width: 400px;
    position: relative;
    margin-right: 80px;
}

.investor7 .ipg1 .right {
    float: left;
    width: 620px;
    padding-top: 28px;
}

.investor7 .ipg1 .txt {
    margin: 30px 0 35px;
}

.investor7 .ipg1 .txt p {
    position: relative;
    font-size: 14px;
    color: #6b7e96;
    padding-left: 15px;
    background: url("../images/product/dot.png") no-repeat left 10px;
}

.investor7 .ipg2 {
    width: 100%;
    height: 710px;
    background: #b7d8e7;
}

.investor7 .ipg2_box {
    width: 100%;
    height: 660px;
    background: #fff url("../images/about/list_mask.png") no-repeat center top;
    padding: 50px 40px;
}

.investor7 .ipg1_box ul {
    width: 1250px;
}

.investor7 .ipg1_box li {
    float: left;
    margin-top: 50px;
    padding-left: 45px;
    background: no-repeat center left;
    margin-right: 100px;
}

.investor7 .ipg1_box li.li1 {
    background-image: url("../images/about/a5_ic1.png");
}

.investor7 .ipg1_box li.li2 {
    background-image: url("../images/about/a5_ic3.png");
}

.investor7 .ipg1_box li.li3 {
    background-image: url("../images/investor/ico2.png");
}

.investor7 .ipg1_box li.li4 {
    background-image: url("../images/about/a5_ic4.png");
}

.investor7 .ipg1_box li.li5 {
    background-image: url("../images/investor/ico3.png");
}

.investor7 .ipg1_box li p {
    font-size: 14px;
    color: #697493;
}

.investor7 .ipg2_box .map {
    width: 100%;
    height: 450px;
    margin-top: 40px;
}

.investor7 .ipg2_box .map #allmap {
    width: 100%;
    height: 450px;
}

.inver .ipg1 {
    width: 100%;
    height: 675px;
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.inver .ipg1 .left {
    float: left;
    width: 404px;
    height: 267px;
    background: url("../images/investor/ic1.jpg") no-repeat center;
    padding: 60px 0 0 40px;
}

.inver .ipg1 .left .h1 {
    display: inline-block;
    font-size: 66px;
    line-height: 1;
    color: #ee0f0f;
    font-family: "Rajdhani";
    background: url("../images/investor/up.png") no-repeat right 15px;
    padding-right: 45px;
    margin-bottom: 12px;
}

.inver .ipg1 .left .h1.green {
    color: #4db6ac;
    background: url("../images/investor/down.png") no-repeat right 15px;
}

.inver .ipg1 .left .h2 {
    font-size: 24px;
    color: #6b7e96;
    font-family: "Rajdhani";
    margin-bottom: 12px;
}

.inver .ipg1 .left .h3 {
    font-size: 14px;
    color: #6b7e96;
    font-family: "Rajdhani";
    margin-bottom: 20px;
}

.inver .ipg1 .left .ic {
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

.inver .ipg1 .right {
    float: left;
    width: 545px;
    margin-left: 70px;
}

.inver .ipg1 .right .tab {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.4s;
}

.inver .ipg1 .right .tab .bd {
    width: 545px;
    height: 300px;
    overflow: hidden;
}

.inver .ipg1 .right .tab .bd li {
    width: 545px;
}

.inver .ipg1 .right .tab .hd {
    overflow: hidden;
    margin-top: 10px;
}

.inver .ipg1 .right .tab .hd li {
    float: left;
    width: 25%;
    height: 26px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #fafafa;
    border-left-color: #f0eff0;
    background: #fafafa;
    cursor: pointer;
}

.inver .ipg1 .right .tab .hd li.on {
    background: #fff;
    border-color: #d8d8d8;
    color: #333;
}

.inver .ipg1 .right h6 {
    font-size: 24px;
    color: #31445d;
    margin-bottom: 25px;
    padding-bottom: 28px;
    background: url("../images/about/pub_ic.png") no-repeat left bottom;
}

.inver .ipg1 .right li h5 {
    font-size: 34px;
    color: #6b7e96;
    font-family: "Rajdhani";
    line-height: 1;
}

.inver .ipg1 .right li p {
    font-size: 14px;
    color: #6b7e96;
}

.inver .ipg1 .right .txt {
    margin-top: 20px;
}

.inver .ipg1 .right .txt p {
    font-size: 14px;
    color: #cdcdcd;
}

.inver .ipg2 {
    max-height: 911px;
    background: #b7d8e7;
}

#ul_list .pdf {
    padding: 40px 40px 60px;
    background: #fff url("../images/about/list_mask.png") no-repeat center top;
}

#ul_list .pdf li {
    width: 100%;
    height: 110px;
    border-bottom: 2px solid #ececec;
    padding-top: 30px;
}

#ul_list .pdf li .date {
    float: left;
    width: 130px;
    margin-right: 15px;
    font-size: 24px;
    color: #0062db;
    font-family: "Rajdhani";
}

#ul_list .pdf li .font {
    float: left;
    width: 760px;
    position: relative;
}

#ul_list .pdf li .font h6 {
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #6b7e96;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#ul_list .pdf li:hover .font h6 {
    color: #ffba00;
}

#ul_list .pdf li .font::after {
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

#ul_list .pdf li .btn {
    float: right;
    width: 40px;
    height: 50px;
    background: url("../images/investor/pdf.png") no-repeat center;
    margin-right: 17px;
}

#ul_list .pdf .pub_more {
    margin: 40px auto 0;
}

.sale .ipg1 {
    position: relative;
    width: 100%;
    height: 760px;
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
}

.sale .ipg1 .w1200 {
    position: relative;
}

.sale .ipg1 .tit {
    margin-top: 75px;
}

.sale .ipg1 .font {
    padding: 95px 0 0 100px;
}

.sale .ipg1 .font h6 {
    font-size: 20px;
    color: #6b7e96;
    display: inline-block;
    margin-right: 25px;
}

.sale .ipg1 .font h6+h6+h6 {
    display: block;
}

.sale .ipg1 .font h6 em {
    font-size: 34px;
    color: #0062db;
    margin-right: 5px;
    font-family: "Rubik";
}

.sale .ipg1 .csg {
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 553px;
    height: 217px;
    background: url("../images/sale/csg.png") no-repeat center;
}

.sale .ipg1 .map {
    position: absolute;
    top: 100px;
    right: 95px;
    width: 629px;
    height: 484px;
    background: url("../images/sale/map.png") no-repeat center;
}

.sale .ipg1 .map li {
    position: absolute;
    width: 17px;
    height: 22px;
}

.sale .ipg1 .map li .dot {
    position: relative;
}

.sale .ipg1 .map li .dot i {
    display: block;
    position: relative;
    width: 17px;
    height: 22px;
    cursor: pointer;
}

.sale .ipg1 .map li .dot i::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 22px;
    background: url("../images/sale/map_ic2.png") no-repeat center;
    z-index: 2;
    transition: all 0.5s;
}

.sale .ipg1 .map li .dot i::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -12px;
    width: 40px;
    height: 40px;
    background-color: #0062db;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.5s;
}

.sale .ipg1 .map li:hover .dot i::before {
    background: url("../images/sale/map_ic2.png") no-repeat center;
}

.sale .ipg1 .map li:hover .dot i::after {
    background-color: #ff9600;
}

.sale .ipg1 .map li .dot em {
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    margin-top: -7px;
    left: -7px;
    display: block;
    white-space: nowrap;
    color: #535353;
    line-height: 14px;
}

.sale .ipg1 .map li .pon {
    position: absolute;
    width: 250px;
    bottom: 45px;
    left: -115px;
    padding: 15px;
    background: #fff;
    box-shadow: 3px 0 16px rgba(77, 103, 114, 0.1);
    border-radius: 5px;
    display: none;
    padding-right: 10px;
}

.sale .ipg1 .map li:hover .pon {
    display: block;
}

.sale .ipg1 .map li .pon p {
    font-size: 14px;
    color: #6b7e96;
}

.sale .ipg1 .map li:hover {
    z-index: 99;
}

.sale .ipg1 .map li.gd {
    right: 195px;
    bottom: 80px;
}

.sale .ipg1 .map li.dg {
    right: 160px;
    bottom: 85px;
}

.sale .ipg1 .map li.zq {
    right: 200px;
    bottom: 73px;
}

.sale .ipg1 .map li.yd {
    right: 200px;
    bottom: 73px;
}

.sale .ipg1 .map li.zq em {
    left: -32px;
}

.sale .ipg1 .map li.yd em {
    left: -32px;
}

.sale .ipg1 .map li.qy {
    right: 195px;
    bottom: 84px;
}

.sale .ipg1 .map li.qy em {
    margin-top: -25px;
    left: 9px;
}

.sale .ipg1 .map li.hb {
    right: 215px;
    bottom: 180px;
}

.sale .ipg1 .map li.yc {
    right: 224px;
    bottom: 181px;
}

.sale .ipg1 .map li.sc {
    right: 323px;
    bottom: 159px;
}

.sale .ipg1 .map li.jy {
    right: 320px;
    bottom: 183px;
}

.sale .ipg1 .map li.js {
    right: 123px;
    bottom: 158px;
}

.sale .ipg1 .map li.fy {
    right: 199px;
    bottom: 208px;
}

.sale .ipg1 .map li.tj {
    right: 171px;
    bottom: 291px;
}

.sale .ipg1 .map li.heb {
    right: 197px;
    bottom: 312px;
}

.sale .ipg1 .map li.heb .dot em {
    left: -45px;
    bottom: 4px;
}

.sale .ipg2 {
    width: 100%;
    background: #b7d8e6;
    padding: 50px 0 40px;
}

.sale .ipg2 .top_box {
    margin-bottom: 35px;
}

.sale .ipg2 .top {
    margin-bottom: 20px;
}

.sale .ipg2 .top .city {
    float: left;
    font-size: 14px;
    color: #535353;
    margin-right: 20px;
    line-height: 28px;
}

.sale .ipg2 .top ul {
    float: left;
}

.sale .ipg2 .top ul li {
    float: left;
    font-size: 14px;
    color: #535353;
    padding: 0 15px;
    line-height: 28px;
    height: 28px;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
}

.sale .ipg2 .top ul li.on {
    background: #ff9600;
    color: #fff;
}

.sale .ipg2 .item {
    position: relative;
    width: 100%;
    height: 240px;
    background: #fff;
    margin-bottom: 10px;
    padding: 40px;
}

.sale .ipg2 .item h6 {
    position: relative;
    font-size: 20px;
    color: #6b7e96;
    margin-bottom: 25px;
    line-height: 1;
}

.sale .ipg2 .item h6::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -20px;
    width: 14px;
    height: 14px;
    background: url("../images/about/pub_ic.png") no-repeat center;
}

.sale .ipg2 .item ul {
    width: 1200px;
}

.sale .ipg2 .item li {
    float: left;
    margin-right: 100px;
    background: no-repeat center left;
    padding-left: 50px;
}

.sale .ipg2 .item li.li1 {
    background-image: url("../images/sale/ic1.png");
}

.sale .ipg2 .item li.li2 {
    background-image: url("../images/sale/ic2.png");
}

.sale .ipg2 .item li.li3 {
    background-image: url("../images/sale/ic3.png");
}

.sale .ipg2 .item li.li4 {
    margin-right: 0;
    background-image: url("../images/sale/ic4.png");
}

.sale .ipg2 .item li p {
    font-size: 14px;
    color: #697493;
}

.sale .ipg2 .item li.li1 p+p {
    color: #ff9600;
}

.sale .ipg2 .item .btn {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 40px;
    width: 90px;
    height: 30px;
    background: #f0f2f4;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #006fed;
    cursor: pointer;
}

.sale .ipg2 .item .ic {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 35px;
    height: 5px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
}

.sale .ipg2 .item {
    height: 100%;
}

.sale .ipg2 .item li {
    margin-right: 80px;
    background: no-repeat top left;
    margin-bottom: 20px;
}

.sale2 .ipg2 .item li.li1 {
    background-image: url("../images/sale/s2_ic1.png");
}

.sale2 .ipg2 .item li.li2 {
    background-image: url("../images/sale/s2_ic2.png");
}

.sale2 .ipg2 .item li.li3 {
    background-image: url("../images/sale/s2_ic3.png");
}

.sale2 .ipg2 .item li.li4 {
    height: 48px;
    margin-right: 0;
    background-image: url("../images/sale/s2_ic4.png");
}

.sale2 .ipg2 .item li.li1 p+p {
    color: #697493;
}

.sal_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.sal_box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.sal_box .sal_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -430px;
    margin-top: -260px;
    width: 860px;
    height: 520px;
    background: #fff;
    padding: 85px 60px 80px;
}

.sal_box .sal_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url("../images/close.jpg") no-repeat center;
    cursor: pointer;
    transition: all 0.5s;
}

.sal_box .sal_con .close:hover {
    background: url("../images/close_on.png") no-repeat center;
}

.sal_box .sal_con h6 {
    font-size: 24px;
    color: #3c4958;
    margin-bottom: 25px;
}

.sal_box .sal_con .tab {
    height: 40px;
    width: 675px;
    border-bottom: 2px solid #e1e5ea;
}

.sal_box .sal_con .tab li {
    float: left;
    margin-right: 20px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    color: #6b7e96;
    line-height: 38px;
    cursor: pointer;
}

.sal_box .sal_con .tab li.on {
    color: #0062db;
    border-bottom: 2px solid #ff9600;
}

.sal_box .sal_con .txt {
    margin-top: 35px;
    height: 220px;
    overflow-y: auto;
    padding-right: 62px;
}

.sal_box .sal_con .txt::-webkit-scrollbar-thumb {
    background-color: #0062db;
}

.sal_box .sal_con .txt p {
    font-size: 14px;
    color: #697493;
}

.join1 .subNav.on {
    position: fixed;
    max-width: 1920px;
    top: 97px;
    left: 0;
    right: 0;
    height: 62px;
    z-index: 666;
    margin: 0 auto;
}

.join1 .ipg1 {
    overflow: hidden;
}

.join1 .ipg1 .img {
    height: 682px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.join1 .ipg1 .float {
    position: absolute;
    margin-left: 50%;
    left: -360px;
    top: 83px;
}

.join1 .ipg1 .title {
    float: left;
    text-align: right;
    margin-right: 116px;
}

.join1 .ipg1 .detailed {
    float: left;
    width: 280px;
}

.join1 .name {
    font-size: 20px;
    color: #535353;
    line-height: 1;
    position: relative;
    padding-left: 25px;
    margin-left: -25px;
    margin-bottom: 12px;
    background: url("../images/join/ico11.png") no-repeat left center;
}

.join1 p {
    color: #697493;
}

.join1 .ipg1 .down {
    position: relative;
    margin-top: -70px;
    background-color: #fff;
}

.join1 .ipg1 .down:before {
    content: "";
    width: 100%;
    height: 310px;
    background-color: #fff;
    position: absolute;
    right: -360px;
    top: 0;
}

.join1 .ipg1 .orange {
    overflow: hidden;
    float: left;
    width: 404px;
    height: 310px;
    background: url("../images/join/ico23.jpg") no-repeat center;
    background-size: cover;
    padding: 64px 137px 30px 88px;
    position: relative;
}

.join1 .ipg1 .orange .name {
    background: url("../images/join/ico24.png") no-repeat left center;
}

.join1 .ipg1 .down .name {
    margin-bottom: 40px;
}

.join1 .ipg1 .orange .text p {
    color: #fff;
    letter-spacing: 2px;
}

.join1 .ipg1 .white {
    float: left;
    width: 796px;
    height: 310px;
    padding: 64px 30px 30px 120px;
    position: relative;
}

.join1 .ipg2_1 {
    background: url("../images/join/ico25.jpg") no-repeat center;
    background-size: cover;
    padding: 93px 0 80px;
}

.join1 .ipg2_1 .title {
    text-align: center;
}

.join1 .ipg2_1 .img {
    background: url("../images/join/ico26.png") no-repeat center;
    height: 206px;
    overflow: hidden;
}

.join1 .ipg2_1 .img .list {
    margin-right: -10px;
}

.join1 .ipg2_1 .img .li {
    float: left;
    width: 232px;
    height: 160px;
    line-height: 160px;
    margin-right: 10px;
    padding: 0 36px;
}

.join1 .block {
    display: inline-block;
    vertical-align: middle;
}

.join1 .ipg2_1 .name {
    margin-bottom: 22px;
}

.join1 .ipg2_1 .nmae {
    margin-top: 16px;
}

.join1 .ipg2_1 .nmae h3 {
    width: 302px;
    height: 98px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    margin: 12px auto auto;
}

.join1 .ipg2_1 .nmae h3.blue {
    background: url("../images/join/bule.png");
}

.join1 .ipg2_1 .nmae h3.gray {
    margin-top: -10px;
    background: url("../images/join/bule2.png");
}

.join1 .ipg2_2 {
    height: 547px;
    background: url("../images/join/ico27.jpg") no-repeat center;
}

.join1 .ipg2_2 .w1200 {
    position: relative;
    height: 100%;
}

.join1 .ipg2_2 .img {
    position: absolute;
    left: -360px;
    top: 0;
    width: 765px;
    height: 547px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.join1 .ipg2_2 .gray {
    background-color: #6b7e96;
    width: 404px;
    padding: 40px 22px 40px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.join1 .ipg2_2 .gray p {
    color: #fff;
}

.join1 .ipg2_2 .detailed {
    width: 796px;
    height: 547px;
    float: right;
    padding: 67px 0 0 89px;
    position: relative;
}

.join1 .ipg2_2 .detailed .icon {
    width: 553px;
    height: 217px;
    background: url("../images/join/ico29.png") no-repeat center;
    position: absolute;
    top: 88px;
    left: 213px;
}

.join1 .ipg2_2 .detailed .list {
    width: 582px;
    height: 372px;
    position: relative;
    margin-left: -40px;
    margin-top: 14px;
    text-align: center;
}

.join1 .ipg2_2 .detailed .list:before {
    content: "";
    background: url("../images/join/ico30.png") no-repeat center;
    width: 582px;
    height: 372px;
    position: absolute;
    left: 0;
    top: -11px;
    z-index: 2;
}

.join1 .ipg2_2 .detailed .list .li.li01 {
    top: 10px;
    left: -5px;
}

.join1 .ipg2_2 .detailed .list .li {
    position: relative;
}

.join1 .ipg2_2 .detailed .list .li h3 {
    line-height: 82px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.join1 .ipg2_2 .detailed .list .li em {
    color: #697493;
    padding-left: 164px;
    background: url("../images/join/ico31.png") no-repeat left center;
    position: absolute;
}

.join1 .ipg2_2 .detailed .list .li.li01 em {
    right: 51px;
    top: 27px;
}

.join1 .ipg2_2 .detailed .list .li.li02 em {
    right: -10px;
    top: 27px;
}

.join1 .ipg2_2 .detailed .list .li.li03 em {
    right: -75px;
    top: 27px;
}

.join1 .ipg2_2 .detailed .list .li.li04 em {
    right: -150px;
    top: 27px;
}

.join1 .ipg2_3 {
    padding-top: 75px;
    overflow: hidden;
}

.join1 .ipg2_3 .ipg2_3side {
    position: relative;
    margin-left: -15px;
}

.join1 .ipg2_3 .ipg2_3side .bd {
    margin-left: -15px;
    padding: 38px 0 108px !important;
}

.join1 .ipg2_3 .ipg2_3side .item {
    float: left;
    width: 380px;
    height: 410px;
    margin: 0 15px;
    position: relative;
    box-shadow: 3px 0 16px rgba(77, 103, 114, 0.1);
}

.join1 .ipg2_3 .ipg2_3side .item .img {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.join1 .ipg2_3 .ipg2_3side .item .detailed {
    height: 170px;
    position: relative;
    padding: 34px 30px 28px;
}

.join1 .ipg2_3 .ipg2_3side .item .names {
    font-size: 18px;
    color: #697493;
    line-height: 24px;
}

.join1 .ipg2_3 .ipg2_3side .item .down {
    width: 100%;
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 0 30px;
}

.join1 .ipg2_3 .ipg2_3side .item .more {
    position: relative;
    width: 93px;
    height: 31px;
    background: #f0f2f4;
    font-size: 14px;
    color: #006fed;
    line-height: 31px;
    text-align: center;
    float: left;
}

.join1 .ipg2_3 .ipg2_3side .item .more .btn_box a {
    position: absolute;
    width: 93px;
    height: 31px;
    top: 0;
    left: 0;
    opacity: 0;
}

.join1 .ipg2_3 .ipg2_3side .item .more .btn_box a:first-child {
    z-index: 3;
}

.join1 .ipg2_3 .ipg2_3side .item .d {
    width: 35px;
    height: 31px;
    background: url("../images/index/ipg4_ic1.png") no-repeat center;
    float: right;
}

.join1 .ipg2_3 .ipg2_3side .btn {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 2px solid #ccc;
}

.join1 .ipg2_3 .ipg2_3side .prev {
    left: -90px;
}

.join1 .ipg2_3 .ipg2_3side .prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 15px;
    background: url("../images/news/next_btn2.png") no-repeat center;
    z-index: 2;
}

.join1 .ipg2_3 .ipg2_3side .prev::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 60px;
    background: #ffba00;
    transition: all 0.5s;
}

.join1 .ipg2_3 .ipg2_3side .prev:hover::before {
    left: -2px;
    width: 60px;
    opacity: 1;
}

.join1 .ipg2_3 .ipg2_3side .prev:hover::after {
    background: url("../images/news/next_btn.png") no-repeat center;
}

.join1 .ipg2_3 .ipg2_3side .next {
    right: -90px;
}

.join1 .ipg2_3 .ipg2_3side .next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 15px;
    background: url("../images/about/a4_btn.png") no-repeat center;
    z-index: 2;
}

.join1 .ipg2_3 .ipg2_3side .next::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 60px;
    background: #ffba00;
    transition: all 0.5s;
}

.join1 .ipg2_3 .ipg2_3side .next:hover::before {
    left: -2px;
    width: 60px;
    opacity: 1;
}

.join1 .ipg2_3 .ipg2_3side .next:hover::after {
    background: url("../images/about/a4_btn_on.png") no-repeat center;
}

@media screen and (max-width: 1400px) {
    .join1 .ipg2_3 .ipg2_3side .btn {
        top: -60px;
        margin: 0;
    }

    .join1 .ipg2_3 .ipg2_3side .prev {
        left: auto;
        right: 100px;
    }

    .join1 .ipg2_3 .ipg2_3side .next {
        right: 0;
    }
}

.join1 .ipg3 {
    background: url("../images/join/ico33.jpg") no-repeat center top;
    padding-top: 70px;
}

.join1 .ipg3 .title {
    margin-bottom: 50px;
    text-align: center;
}

.join1 .ipg3 .detailed {
    background: url("../images/join/ico35.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.join1 .ipg3 .detailed .text {
    width: 760px;
    overflow: hidden;
    padding: 22px 0 128px 40px;
}

.join1 .ipg3 .detailed .text h3 {
    font-size: 20px;
    color: #ff9600;
    line-height: 24px;
    margin: 28px 0 3px;
}

.join1 .ipg3 .detailed .text p a {
    display: inline-block;
    border-bottom: 2px solid #0062db;
}

.join1 .ipg3 .detailed .img {
    width: 397px;
    height: 443px;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -221.5px;
}

.join4 .ipg1 {
    height: 547px;
    background-color: #cee6f0;
    overflow: hidden;
    padding-top: 74px;
}

.join4 .ipg1 .w1200 {
    position: relative;
    height: 100%;
}

.join4 .ipg1 .img {
    width: 765px;
    height: 547px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -360px;
    top: -74px;
}

.join4 .ipg1 .detailed {
    position: relative;
    float: left;
    margin-top: 72px;
}

.join4 .ipg1 .detailed .cn {
    font-size: 24px;
    color: #0062db;
    line-height: 1;
    letter-spacing: 6px;
    position: relative;
    padding-left: 25px;
    margin-left: -25px;
    background: url("../images/join/ico11.png") no-repeat left center;
}

.join4 .ipg1 .detailed .en {
    font-family: "Rajdhani-light";
    font-size: 24px;
    color: rgba(66, 66, 66, 0.6);
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 60px;
    margin-top: 16px;
    background: url("../images/join/ico10.png") no-repeat left bottom;
}

.join4 .ipg1 .detailed .en em {
    font-family: "Rajdhani";
    display: block;
}

.join4 .ipg1 .list {
    float: right;
}

.join4 .ipg1 .list .li {
    float: left;
    width: 365px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    margin-left: 25px;
    border-radius: 5px;
    position: relative;
}

.join4 .ipg1 .list .li .name {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0 20px;
    text-align: center;
}

.join4 .ipg1 .list .li .name .icon {
    width: 167px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-bottom: 20px;
}

.join4 .ipg1 .list .li .name h3 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.join4 .ipg1 .list .li .name h3.en {
    font-family: "Rajdhani";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.join5 .ipg1 {
    background: url("../images/about/ab1_bg1.png") no-repeat center top;
    background-size: cover;
    overflow: hidden;
    padding: 82px 0 36px;
}

.join5 .ipg1 .fl {
    width: 407px;
    text-align: right;
}

.join5 .ipg1 .text {
    width: 677px;
    position: relative;
    padding-top: 24px;
}

.join5 .ipg1 .text:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url("../images/join/ico4.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.join5 .ipg1 .text p {
    color: #697493;
}

.join5 .ipg2 {
    position: relative;
    min-height: 600px;
    padding-top: 52px;
}

.join5 .ipg2:before {
    content: "";
    width: 100%;
    height: 600px;
    background: url("../images/join/ico5.jpg") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.join5 .ipg2 .w1200 {
    position: relative;
}

.join5 .ipg2 .info {
    margin-right: -9px;
    margin-bottom: 40px;
}

.join5 .ipg2 .info .gray {
    width: 293.2px;
    height: 66px;
    background-color: #6b7e96;
    float: left;
    margin-right: 9px;
    position: relative;
    line-height: 66px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    padding: 0 42px 0 32px;
}

.join5 .ipg2 .info .serch input {
    width: 100%;
    color: #fff;
}

.join5 .ipg2 .info .serch input::-webkit-input-placeholder {
    color: #fff;
}

.join5 .ipg2 .info .serch input:-moz-placeholder {
    color: #fff;
}

.join5 .ipg2 .info .serch input::-moz-placeholder {
    color: #fff;
}

.join5 .ipg2 .info .serch input:-ms-input-placeholder {
    color: #fff;
}

.join5 .ipg2 .info .serch .btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 21px;
    height: 21px;
    background: url("../images/join/ico12.png") no-repeat center;
    cursor: pointer;
}

.join5 .ipg2 .info .join-down::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 19px;
    height: 9px;
    margin-top: -4px;
    background: url("../images/join/ico13.png") no-repeat center;
    transition: all 0.5s;
}

.join5 .ipg2 .info .join-down.on::after {
    transform: rotate(180deg);
}

.join5 .ipg2 .info .drop-down ul {
    display: none;
    width: 100%;
    border-top: none;
    max-height: 280px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 220;
    overflow-y: auto;
    margin-top: 1px;
}

.join5 .ipg2 .info .drop-down ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s all;
    background-color: #fff;
    border-bottom: 2px solid #f5f5f5;
    color: #6b7e96;
}

.join5 .ipg2 .info .drop-down ul li:hover {
    background-color: #ff9600;
    color: #fff;
}

.join5 .ipg2 .info .drop-down ul li:last-child {
    border-bottom: none;
}

.join5 .ipg2 .list .li {
    position: relative;
    padding: 0 180px 0 40px;
    background-color: #f6f8f9;
    margin-bottom: 10px;
    transition: all 0.7s;
    overflow: hidden;
}

.join5 .ipg2 .list .li .main {
    padding: 33px 0 28px;
    position: relative;
    z-index: 5;
}

.join5 .ipg2 .list .li .main .name {
    font-size: 20px;
    color: #0062db;
    line-height: 24px;
}

.join5 .ipg2 .list .li .main .dl {
    overflow: hidden;
    margin: 12px 0 4px;
}

.join5 .ipg2 .list .li .main .dl .dd {
    float: left;
    color: #6b7e96;
    opacity: 0.7;
    margin-right: 44px;
}

.join5 .ipg2 .list .li .main .date {
    font-family: "Rajdhani";
    font-size: 16px;
    color: #6b7e96;
    opacity: 0.6;
}

.join5 .ipg2 .list .li.on .btn:after {
    transform: rotate(180deg);
}

.join5 .ipg2 .list .li .btn {
    width: 160px;
    height: 100%;
    background: #e1e9ed;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.7s;
}

.join5 .ipg2 .list .li .btn:after {
    content: "";
    height: 100%;
    width: 160px;
    background: url("../images/join/ico14.png") no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all 0.7s;
}

.join5 .ipg2 .list .li .des {
    display: none;
    padding-bottom: 34px;
}

.join5 .ipg2 .list .li .des h3 {
    font-size: 16px;
    color: #6b7e96;
    line-height: 24px;
    margin: 12px 0 3px;
}

.join5 .ipg2 .list .li .des p {
    color: #6b7e96;
}

.join5 .ipg2 .pub_more {
    margin: 40px auto 0;
}

.join6_side {
    width: 100%;
    height: 707px;
    position: relative;
}

.join6_side .bd {
    width: 100%;
    overflow: hidden;
}

.join6_side .bd ul {
    width: 100% !important;
}

.join6_side .bd li {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.join6_side .bd li .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.join6_side .hd {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 122px;
    z-index: 99;
    text-align: center;
}

.join6_side .hd ul li.on {
    width: 24px;
    background-color: #ff9600;
}

.join6_side .hd ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 4px;
    transition: all 0.4s;
    cursor: pointer;
}

.join6 .ipg1 {
    background-color: #b7d8e6;
    padding-bottom: 90px;
}

.join6 .ipg1 .detailed {
    background-color: #fff;
    padding: 32px 40px 40px 35px;
    overflow: hidden;
    position: relative;
    margin-top: -58px;
}

.join6 .ipg1 .img {
    float: left;
    width: 765px;
    height: 346px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.join6 .ipg1 .text {
    float: right;
    width: 325px;
    padding-top: 32px;
}

.join6 .ipg1 .cont {
    margin: 25px 0 30px;
}

.join6 .ipg1 .cont p {
    color: #697493;
}

.join6 .ipg2 {
    position: relative;
    padding-top: 52px;
}

.join6 .ipg2:before {
    content: "";
    width: 100%;
    height: 865px;
    background: url("../images/join/ico15.jpg") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.join6 .ipg2 .w1200 {
    position: relative;
}

.join6 .ipg2 .info {
    margin-right: -9px;
    margin-bottom: 40px;
}

.join6 .ipg2 .info .gray {
    width: 293.2px;
    height: 66px;
    background-color: #6b7e96;
    float: left;
    margin-right: 9px;
    position: relative;
    line-height: 66px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    padding: 0 42px 0 32px;
}

.join6 .ipg2 .info .serch input {
    width: 100%;
    color: #fff;
}

.join6 .ipg2 .info .serch input::-webkit-input-placeholder {
    color: #fff;
}

.join6 .ipg2 .info .serch input:-moz-placeholder {
    color: #fff;
}

.join6 .ipg2 .info .serch input::-moz-placeholder {
    color: #fff;
}

.join6 .ipg2 .info .serch input:-ms-input-placeholder {
    color: #fff;
}

.join6 .ipg2 .info .serch .btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 21px;
    height: 21px;
    background: url("../images/join/ico12.png") no-repeat center;
    cursor: pointer;
}

.join6 .ipg2 .info .join-down::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 19px;
    height: 9px;
    margin-top: -4px;
    background: url("../images/join/ico13.png") no-repeat center;
}

.join6 .ipg2 .info .drop-down ul {
    display: none;
    width: 100%;
    border-top: none;
    max-height: 280px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 220;
    overflow-y: auto;
    margin-top: 1px;
}

.join6 .ipg2 .info .drop-down ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s all;
    background-color: #fff;
    border-bottom: 2px solid #f5f5f5;
    color: #6b7e96;
}

.join6 .ipg2 .info .drop-down ul li:hover {
    background-color: #ff9600;
    color: #fff;
}

.join6 .ipg2 .info .drop-down ul li:last-child {
    border-bottom: none;
}

.join6 .ipg2 .list .li {
    position: relative;
    padding: 0 180px 0 40px;
    background-color: #f6f8f9;
    margin-bottom: 10px;
    transition: all 0.7s;
    overflow: hidden;
}

.join6 .ipg2 .list .li .main {
    padding: 33px 0 28px;
    position: relative;
    z-index: 5;
}

.join5 .ipg2 .list .li .pub_more {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}

.join5 .ipg2 .list .li .pub_more::after {
    display: none;
}

.join6 .ipg2 .list .li .pub_more {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}

.join6 .ipg2 .list .li .pub_more::after {
    display: none;
}

.join6 .ipg2 .list .li .main .name {
    font-size: 20px;
    color: #0062db;
    line-height: 24px;
}

.join6 .ipg2 .list .li .main .dl {
    overflow: hidden;
    margin: 12px 0 4px;
}

.join6 .ipg2 .list .li .main .dl .dd {
    float: left;
    color: #6b7e96;
    opacity: 0.7;
    margin-right: 44px;
}

.join6 .ipg2 .list .li .main .date {
    font-family: "Rajdhani";
    font-size: 16px;
    color: #6b7e96;
    opacity: 0.6;
}

.join6 .ipg2 .list .li.on .btn:after {
    transform: rotate(180deg);
}

.join6 .ipg2 .list .li .btn {
    width: 160px;
    height: 100%;
    background: #e1e9ed;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.7s;
}

.join6 .ipg2 .list .li .btn:after {
    content: "";
    height: 100%;
    width: 160px;
    background: url("../images/join/ico14.png") no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all 0.7s;
}

.join6 .ipg2 .list .li .des {
    display: none;
    padding-bottom: 34px;
}

.join6 .ipg2 .list .li .des h3 {
    font-size: 16px;
    color: #6b7e96;
    line-height: 24px;
    margin: 12px 0 3px;
}

.join6 .ipg2 .list .li .des p {
    color: #6b7e96;
}

.join6 .ipg2 .pub_more {
    margin: 40px auto 0;
}

.join6 .ipg3 .up {
    text-align: center;
    padding: 70px 0 50px;
}

.join6 .ipg3 .list .li {
    position: relative;
    background-color: #f6f8f9;
    border-radius: 35px;
    margin-bottom: 10px;
    transition: all 0.7s;
    overflow: hidden;
}

.join6 .ipg3 .list .li .main {
    padding: 20px 70px 20px 105px;
    position: relative;
    z-index: 5;
}

.join6 .ipg3 .list .li.on .main {
    background-color: #0062db;
    border-radius: 35px;
}

.join6 .ipg3 .list .li.on .main h3 {
    color: #fff;
}

.join6 .ipg3 .list .li .main h3 {
    font-size: 18px;
    color: #999999;
    line-height: 24px;
    position: relative;
}

.join6 .ipg3 .list .li .main .ic1 {
    content: "";
    width: 35px;
    height: 30px;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -15px;
    /* transition: all .5s; */
}

.join6 .ipg3 .list .li .main .ic2 {
    content: "";
    width: 35px;
    height: 30px;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
    /* transition: all .5s; */
}

.join6 .ipg3 .list .li.on .main .ic1 {
    opacity: 0;
}

.join6 .ipg3 .list .li.on .main .ic2 {
    opacity: 1;
}


/* .join6 .ipg3 .list .li.li01 .main h3:before {
  margin-top: -18px;
  background: url("../images/join/ico18.png") no-repeat center;
}
.join6 .ipg3 .list .li.on.li01 .main h3:before {
  background: url("../images/join/ico18_on.png") no-repeat center;
}
.join6 .ipg3 .list .li.li02 .main h3:before {
  margin-top: -18px;
  background: url("../images/join/ico19.png") no-repeat center;
}
.join6 .ipg3 .list .li.on.li02 .main h3:before {
  background: url("../images/join/ico19_on.png") no-repeat center;
}
.join6 .ipg3 .list .li.li03 .main h3:before {
  background: url("../images/join/ico20.png") no-repeat center;
}
.join6 .ipg3 .list .li.on.li03 .main h3:before {
  background: url("../images/join/ico20_on.png") no-repeat center;
}
.join6 .ipg3 .list .li.li04 .main h3:before {
  background: url("../images/join/ico21.png") no-repeat center;
}
.join6 .ipg3 .list .li.on.li04 .main h3:before {
  background: url("../images/join/ico21_on.png") no-repeat center;
} */

.join6 .ipg3 .list .li.on:after {
    transform: rotate(180deg);
    background: url("../images/join/ico13.png") no-repeat center;
}

.join6 .ipg3 .list .li:after {
    content: "";
    height: 9px;
    width: 15px;
    background: url("../images/join/ico14.png") no-repeat center;
    position: absolute;
    top: 29px;
    right: 40px;
    z-index: 9;
    transition: all 0.7s;
}

.join6 .ipg3 .list .li .des {
    display: none;
    padding: 20px 40px 50px;
}

.join6 .ipg3 .list .li .des dl {
    padding: 22px 3px;
    border-bottom: 1px solid rgba(202, 226, 238, 0.6);
}

.join6 .ipg3 .list .li .des dt p {
    color: #555555;
}

.join6 .ipg3 .list .li .des dt em {
    color: #0062db;
}

.join6 .ipg3 .list .li .des dd p {
    color: #999999;
}

.join6 .ipg3 .list .li .des dd em {
    color: #ff9600;
}

.join7 .ipg1 {
    background: url("../images/join/ico36.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 86px 0 155px;
}

.join7 .ipg1 .fl {
    width: 407px;
    text-align: right;
}

.join7 .ipg1 .text {
    width: 677px;
    position: relative;
    padding-top: 24px;
}

.join7 .ipg1 .text:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url("../images/join/ico4.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.join7 .ipg1 .text p {
    color: #697493;
}

.join7 .ipg2 {
    background-color: #cee6f0;
}

.join7 .ipg2 .w1200 {
    position: relative;
    top: -84px;
    padding-bottom: 26px;
}

table.name {
    width: 100%;
    color: #0062db;
}

table.name tr {
    background: url("../images/join/ico37.jpg") no-repeat center;
    background-size: cover;
}

table.name td {
    padding: 40px 0 20px;
}

table.name td.num {
    width: 230px;
    padding-left: 94px;
}

table.name td.num01 {
    width: 325px;
}

table.name td.num02 {
    width: 55px;
    text-align: center;
}

table.name td.num03 {
    width: 350px;
    text-align: center;
}

table.schedule {
    width: 100%;
    color: #6b7e96;
}

table.schedule tr {
    background-color: #fff;
}

table.schedule tr:nth-of-type(even) {
    background-color: #f9fafb;
}

table.schedule td {
    padding: 18px 0;
}

table.schedule td.num {
    width: 230px;
    padding-left: 94px;
}

table.schedule td.num01 {
    width: 325px;
}

table.schedule td.num02 {
    width: 55px;
    text-align: center;
}

table.schedule td.num03 {
    width: 350px;
    text-align: center;
}

table.schedule td .num {
    font-family: "Rubik";
    width: 30px;
    height: 30px;
    background-color: #0062db;
    border-radius: 50%;
    color: #fe9a58;
    line-height: 34px;
    text-align: center;
}

.sale1_2 .maps {
    position: absolute;
    top: 200px;
    right: 60px;
    width: 534px;
    height: 248px;
    background: url("../images/join/ico41.png") no-repeat center;
}

.sale1_2 .maps .shenzhen {
    font-size: 18px;
    color: #535353;
    padding-left: 42px;
    line-height: 40px;
    background: url("../images/join/ico40.png") no-repeat left center;
    position: absolute;
    top: 74px;
    left: 415px;
}

.sale1_2 .maps .scope {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #0462cc;
}

.sale1_2 .maps .s1 {
    width: 20px;
    height: 20px;
    left: 85px;
    top: 55px;
    animation: h_map 2s linear alternate infinite;
    -webkit-animation: h_map 2s linear alternate infinite;
}

.sale1_2 .maps .s2 {
    width: 25px;
    height: 25px;
    left: 161px;
    top: 149px;
    animation: h_map 2s 0.4s linear alternate infinite;
    -webkit-animation: h_map 2s 0.4s linear alternate infinite;
}

.sale1_2 .maps .s3 {
    width: 22px;
    height: 22px;
    left: 264px;
    top: 105px;
    animation: h_map 2s 0.6s linear alternate infinite;
    -webkit-animation: h_map 2s 0.6s linear alternate infinite;
}

.sale1_2 .maps .s4 {
    width: 26px;
    height: 26px;
    left: 286px;
    top: 139px;
    animation: h_map 2s 1.2s linear alternate infinite;
    -webkit-animation: h_map 2s 1.2s linear alternate infinite;
}

.sale1_2 .maps .s5 {
    width: 15px;
    height: 15px;
    left: 323px;
    top: 167px;
    animation: h_map 2s 1.1s linear alternate infinite;
    -webkit-animation: h_map 2s 1.1s linear alternate infinite;
}

.sale1_2 .maps .s6 {
    width: 23px;
    height: 23px;
    left: 333px;
    top: 27px;
    animation: h_map 2s 0.5s linear alternate infinite;
    -webkit-animation: h_map 2s 0.5s linear alternate infinite;
}

.sale1_2 .maps .s7 {
    width: 18px;
    height: 18px;
    left: 417px;
    top: 0;
    animation: h_map 2s 1s linear alternate infinite;
    -webkit-animation: h_map 2s 1s linear alternate infinite;
}

.sale1_2 .maps .s8 {
    width: 22px;
    height: 22px;
    left: 470px;
    top: 18px;
    animation: h_map 2s 0.9s linear alternate infinite;
    -webkit-animation: h_map 2s 0.9s linear alternate infinite;
}

.sale1_2 .maps .s9 {
    width: 20px;
    height: 20px;
    left: 510px;
    top: 21px;
    animation: h_map 2s 0.4s linear alternate infinite;
    -webkit-animation: h_map 2s 0.4s linear alternate infinite;
}

.sale1_2 .maps .s10 {
    width: 18px;
    height: 18px;
    left: 440px;
    top: 180px;
    animation: h_map 2s 0.7s linear alternate infinite;
    -webkit-animation: h_map 2s 0.7s linear alternate infinite;
}

.sale1_2 .maps .s11 {
    width: 18px;
    height: 18px;
    left: 464px;
    top: 176px;
    animation: h_map 2s 0.8s linear alternate infinite;
    -webkit-animation: h_map 2s 0.8s linear alternate infinite;
}

@-webkit-keyframes h_map {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes h_map {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.h_map {
    -webkit-animation-name: h_map;
    animation-name: h_map;
}

.sale1_3 {
    overflow: hidden;
}

.sale1_3 .title {
    margin-bottom: 33px;
}

.sale1_3 .pro_box {
    width: 599px;
    height: 484px;
    float: left;
    background: url("../images/join/ico38.png") no-repeat center;
    margin-left: 7px;
    position: relative;
}

.sale1_3 .pro_box .pro {
    display: inline-block;
    cursor: pointer;
    position: absolute;
}

.sale1_3 .pro_box .pro.pro01 {
    top: 392px;
    left: 404px;
}

.sale1_3 .pro_box .pro.pro02 {
    top: 156px;
    left: 422px;
}

.sale1_3 .pro_box .pro.pro03 {
    top: 265px;
    left: 470px;
}

.sale1_3 .pro_box .pro.pro04 {
    top: 310px;
    left: 382px;
}

.sale1_3 .pro_box .pro.pro05 {
    top: 300px;
    left: 273px;
}

.sale1_3 .pro_box .pro.pro06 {
    top: 148px;
    left: 372px;
}

.sale2 .sale1_3 .pro_box .pro .name {
    position: relative;
    color: #4f555b;
    padding-top: 40px;
    background: url("../images/join/ico39.png") no-repeat center top;
}

.sale2 .sale1_3 .pro_box .pro.on .name {
    color: #0462cc;
    background: url("../images/join/ico40.png") no-repeat center top;
}

.sale1_3 .textBox {
    float: right;
    width: 502px;
    position: relative;
    margin-right: 40px;
}

.sale1_3 .textBox .text {
    display: none;
    opacity: 0;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
}

.sale1_3 .textBox .text.on {
    display: block;
    opacity: 1;
}

.sale1_3 .textBox .h3 {
    font-size: 20px;
    color: #000000;
}

.sale1_3 .textBox .hd {
    overflow: hidden;
    padding: 10px 0 12px;
    border-bottom: 2px solid rgba(107, 126, 150, 0.3);
}

.sale1_3 .textBox li {
    color: #6b7e96;
    line-height: 30px;
    float: left;
    margin-right: 26px;
    cursor: pointer;
}

.sale1_3 .textBox li.on {
    color: #ff9600;
}

.sale1_3 .textBox .bd {
    width: 100% !important;
}

.sale1_3 .textBox .item {
    width: 100% !important;
    padding-left: 35px;
    margin-top: 36px;
}

.sale1_3 .textBox .item h3 {
    font-size: 24px;
    color: #6b7e96;
    line-height: 30px;
    position: relative;
    margin-bottom: 8px;
}

.sale1_3 .textBox .item h3:before {
    content: "";
    width: 4px;
    height: 73px;
    background-color: #ff9600;
    position: absolute;
    left: -35px;
    top: -10px;
}

.sale1_3 .textBox .item p {
    color: #6b7e96;
    line-height: 34px;
}

.web_map {
    position: fixed;
    top: -100%;
    right: 0;
    margin: 0 auto;
    z-index: 1024;
    max-width: 2560px;
    width: 100%;
    height: 100%;
    background: url("../images/map.jpg") no-repeat center;
    transition: all 1s;
    overflow: hidden;
}

.web_map.on {
    top: 0;
}

.web_map .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: url("../images/close.png") no-repeat center;
    transition: all 0.5s;
    cursor: pointer;
}

.web_map .w1200 {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
}

.web_map .tit {
    margin-bottom: 55px;
    margin-left: -60px;
}

.web_map.on .tit {
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}

.web_map .web_box li {
    height: 20px;
    margin-bottom: 40px;
}

.web_map .web_box li h6 {
    width: 165px;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background: url("../images/map_dot.png") no-repeat left center;
    padding-left: 18px;
    margin-right: 30px;
    opacity: 0;
}

.web_map.on .web_box li h6 {
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-name: fadeInLeft;
    animation-fill-mode: forwards;
}

.web_map.on .web_box li+li h6 {
    animation-delay: 0.6s;
}

.web_map.on .web_box li+li+li h6 {
    animation-delay: 0.7s;
}

.web_map.on .web_box li+li+li+li h6 {
    animation-delay: 0.7s;
}

.web_map.on .web_box li+li+li+li+li h6 {
    animation-delay: 0.8s;
}

.web_map.on .web_box li+li+li+li+li+li h6 {
    animation-delay: 0.9s;
}

.web_map.on .web_box li+li+li+li+li+li+li h6 {
    animation-delay: 1s;
}

.web_map.on .web_box li+li+li+li+li+li+li h6 {
    animation-delay: 1.1s;
}

.web_map .web_box li .web_nav {
    float: left;
    opacity: 0;
}

.web_map.on .web_box li .web_nav {
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

.web_map .web_box li .web_nav .li {
    float: left;
    margin-right: 40px;
}

.web_map .web_box li .web_nav a {
    float: left;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
}

.web_map .web_box li .web_nav a:hover {
    color: #fe9a58;
}

.header .backtop {
    width: 54px;
    text-align: center;
    height: 54px;
    border-radius: 5px;
    line-height: 54px;
    background: #006fed url("../images/arrowup.png") no-repeat center center;
    position: fixed;
    bottom: 30px;
    right: 70px;
    z-index: 1000;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
}

@media screen and (max-height: 700px) {
    #video_box .video_con {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 800px;
        height: 500px;
        margin-top: -250px;
        margin-left: -400px;
    }

    #header .header .h_right ul li {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1420px) {
    #header .header .h_right ul li {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1280px) {
    #header .header .h_right ul li {
        margin-left: 15px;
    }

    #header {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        zoom: 0.8;
    }

    #header .header .h_right ul li {
        margin-left: 30px;
    }

    .about1 .ipg1 .right li+li {
        width: 165px;
    }

    .about1 .ipg1 .right li+li+li {
        width: 185px;
    }
}

.jl_box {
    width: 160px;
    height: 60px;
    margin-top: 50px;
    background: #0062db url("../images/join/jl.png") no-repeat 30px center;
    padding-left: 68px;
    cursor: pointer;
}

.jl_box h6 {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
}

.resume {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.resume .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.resume .resume_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -280px;
    width: 800px;
    height: 560px;
    background: #fff;
    padding: 50px;
}

.resume .resume_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url("../images/close.jpg") no-repeat center;
    cursor: pointer;
    transition: all 0.5s;
}

.resume .resume_con .close:hover {
    background: url("../images/close_on.png") no-repeat center;
}

.resume .resume_con .inp_box {
    padding-top: 30px;
}

.resume .resume_con .le {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.resume .resume_con .ri {
    float: left;
}

.resume .resume_con input {
    width: 340px;
    height: 60px;
    border: 2px solid #c3ced3;
    padding-left: 20px;
    padding-right: 5px;
    font-size: 14px;
    color: #c3ced3;
    line-height: 56px;
}

.resume .resume_con input::-webkit-input-placeholder {
    color: #c3ced3;
}

.resume .resume_con input::-moz-placeholder {
    color: #c3ced3;
}

.resume .resume_con input:-ms-input-placeholder {
    color: #c3ced3;
}

.resume .resume_con input:-moz-placeholder {
    color: #c3ced3;
}

.resume .resume_con .drop-down {
    position: relative;
    width: 340px;
    height: 60px;
}

.resume .resume_con .drop-down .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #e1e9ed;
    z-index: 2;
}

.resume .resume_con .drop-down .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("../images/join/btn_up.png") no-repeat center;
    transition: all 0.5s;
}

.resume .resume_con .drop-down.on .btn::after {
    transform: rotate(180deg);
}

.resume .resume_con .drop-txt {
    height: 60px;
    line-height: 60px;
    padding: 0 70px 0 20px;
    border: 2px solid #c3ced3;
    font-size: 14px;
    color: #c3ced3;
    position: relative;
    cursor: pointer;
}

.resume .resume_con .drop-down ul {
    display: none;
    width: 100%;
    border-top: none;
    max-height: 280px;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 220;
    overflow-y: auto;
}

.resume .resume_con .drop-down ul li {
    display: block;
    background-color: #f5f5f5;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
    color: #6b7e96;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s all;
    border-bottom: 2px solid #fff;
}

.resume .resume_con .drop-down ul li:hover {
    background: #ff9600;
    color: #fff;
}

.resume .resume_con .pub_more {
    margin: 30px auto;
}

.login_ins {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login_ins .c_img {
    height: 100%;
    background: no-repeat center;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    background-size: cover;
}

@-webkit-keyframes z_scaleIn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes z_scaleIn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.z_scaleIn {
    -webkit-animation-name: z_scaleIn;
    animation-name: z_scaleIn;
}

.login_ins .login_con {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -190px;
    width: 380px;
    height: 500px;
    border-radius: 20px;
    background: #fff;
    padding: 35px 30px;
}

.login_ins .login_con .logo {
    margin-bottom: 20px;
}

.login_ins .login_con .tit {
    font-size: 24px;
    color: #6b7e96;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.login_ins .login_con .inp input {
    width: 100%;
    height: 60px;
    border: 2px solid #ced5dc;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 20px;
    color: #6b7e96;
}

.login_ins .login_con input::-webkit-input-placeholder {
    color: #6b7e96;
}

.login_ins .login_con input::-moz-placeholder {
    color: #6b7e96;
}

.login_ins .login_con input:-ms-input-placeholder {
    color: #6b7e96;
}

.login_ins .login_con input:-moz-placeholder {
    color: #6b7e96;
}

.login_ins .login_con .inp2 {
    width: 100%;
    height: 60px;
}

.login_ins .login_con .inp2 input {
    float: left;
    width: 213px;
    height: 60px;
    border: 2px solid #ced5dc;
    font-size: 14px;
    padding-left: 20px;
    color: #6b7e96;
}

.login_ins .login_con .inp2 button {
    float: right;
    width: 98px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ced5dc;
}

.login_ins .login_con .font {
    margin: 25px 0 40px;
}

.login_ins .login_con .font .p1 {
    position: relative;
    float: left;
    background: url("../images/login/check.png") no-repeat center left;
    padding-left: 23px;
    font-size: 14px;
    color: #7a828c;
    margin-right: 105px;
    cursor: pointer;
    height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login_ins .login_con .font .p1.on::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: url("../images/login/check_on.png") no-repeat center;
}

.login_ins .login_con .font .p2 {
    float: left;
    font-size: 14px;
    color: #677ae4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login_ins .login_con .btn1 {
    float: left;
    width: 150px;
    height: 60px;
    background: #ff9600;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin-right: 18px;
    box-shadow: 0 10px 10px rgba(255, 150, 1, 0.3);
}

.login_ins .login_con .btn2 {
    float: left;
    width: 150px;
    height: 60px;
    background: #0062db;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 10px rgba(0, 98, 219, 0.3);
}

.login_ins .mask {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 257px;
    background: url("../images/login/mask.png") no-repeat center bottom;
}

.login_ins .mask p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 180px;
}

#position {
    min-height: 145px !important;
}

#c_page {
    width: 100%;
    height: 106px;
    background: #fff;
    margin-top: 20px;
}

#c_page {
    text-align: center;
}

#c_page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    vertical-align: top;
    background: #fff;
    user-select: none;
    color: #6b7e96;
    transition: all 0.3s;
    font-size: 14px;
    margin-top: 30px;
}

#ul_list #c_page a {
    background-color: #f0f2f4;
}

#c_page span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    vertical-align: top;
    color: #6b7e96;
    transition: all 0.3s;
    font-size: 14px;
    margin-top: 30px;
}

#ul_list #c_page span {
    background-color: #f0f2f4;
}

#c_page a.jp-current {
    background-color: #ff9600;
    color: #fff;
}

#ul_list #c_page a.jp-current {
    background-color: #ff9600;
    color: #fff;
}

#c_page .jp-previous {
    position: relative;
    width: 80px;
}

#c_page .jp-next {
    position: relative;
    width: 80px;
}

.hint {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 50px;
    background: #fff;
    z-index: 1001;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    display: none;
}

.cross {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.cross .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.cross .cross_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    width: 400px;
    height: 300px;
    background: #fff;
    padding-top: 100px;
}

.cross .cross_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url("../images/close.jpg") no-repeat center;
    cursor: pointer;
    transition: all 0.5s;
}

.cross .cross_con .close:hover {
    background: url("../images/close_on.png") no-repeat center;
}

.cross .cross_con .icon {
    width: 26px;
    height: 34px;
    margin: 0 auto 30px;
}

.cross .cross_con p {
    font-size: 18px;
    color: #6b7e96;
    text-align: center;
}

.suss {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.suss .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.suss .suss_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    width: 400px;
    height: 300px;
    background: #fff;
    padding-top: 80px;
}

.suss .suss_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url("../images/close.jpg") no-repeat center;
    cursor: pointer;
    transition: all 0.5s;
}

.suss .suss_con .close:hover {
    background: url("../images/close_on.png") no-repeat center;
}

.suss .suss_con .icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 30px;
}

.suss .suss_con p {
    font-size: 18px;
    color: #6b7e96;
    text-align: center;
}

.fail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.fail .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.fail .fail_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    width: 400px;
    height: 200px;
    background: #fff;
}

.fail .fail_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url("../images/close.jpg") no-repeat center;
    cursor: pointer;
    transition: all 0.5s;
}

.fail .fail_con .close:hover {
    background: url("../images/close_on.png") no-repeat center;
}

.fail .fail_con .icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 30px;
}

.fail .fail_con p {
    font-size: 18px;
    color: #6b7e96;
    line-height: 200px;
    text-align: center;
}

.sale1_3.sale_city .pro_box {
    width: 589px;
    height: 469px;
    background: url("../images/map/map.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro .name {
    position: relative;
    z-index: 8;
    color: #4f555b;
    padding-top: 12px;
    background: url("../images/sale/map_i.png") no-repeat center top;
}

.sale1_3.sale_city .pro_box .pro::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.5s;
}

.sale1_3.sale_city .pro_box .pro .name {
    text-align: center;
}

.sale1_3.sale_city .pro_box .pro.guangdong {
    top: 378px;
    left: 380px;
}

.sale1_3.sale_city .pro_box .pro.guangdong .name {
    margin-left: 0px;
    padding-top: 0;
    background-position-x: left;
    background-position-y: center;
    padding-left: 17px;
}

.sale1_3.sale_city .pro_box .pro.guangdong2 {
    top: 378px;
    left: 380px;
}

.sale1_3.sale_city .pro_box .pro.guangdong2 .name {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 0;
    background-position-x: left;
    background-position-y: center;
    padding-left: 17px;
}

.sale1_3.sale_city .pro_box .pro.guangdong::after {
    width: 91px;
    height: 71px;
    top: -6px;
    left: -32px;
    background: url("../images/map/guangdong.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.guangdong.on::after {
    background-image: url("../images/map/guangdong_on.png");
    z-index: 3;
}

.sale1_3.sale_city .pro_box .pro.guangdong2::after {
    width: 91px;
    height: 71px;
    top: -6px;
    left: -32px;
    background: url("../images/map/guangdong.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.guangdong2.on::after {
    background-image: url("../images/map/guangdong_on.png");
    z-index: 3;
}

.sale1_3.sale_city .pro_box .pro.tianjin {
    top: 183px;
    left: 415px;
}

.sale1_3.sale_city .pro_box .pro.tianjin .name {
    background: none;
    margin-top: -28px;
    margin-left: 10px;
}

.sale1_3.sale_city .pro_box .pro.tianjin .name::after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    left: -5px;
    width: 13px;
    height: 17px;
    background: url("../images/sale/map_i.png") no-repeat center top;
    transition: all 0.5s;
}


/* .sale1_3.sale_city .pro_box .pro.on .name {
    color: #fff;
    background: url("../images/sale/map_ion.png") no-repeat center top;
} */

.sale1_3.sale_city .pro_box .pro.tianjin::after {
    width: 12px;
    height: 23px;
    top: -4px;
    left: 4px;
    background: url("../images/map/tianjin.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.tianjin.on::after {
    background-image: url("../images/map/tianjin_on.png");
}

.sale1_3.sale_city .pro_box .pro.tianjin.on .name {
    background: none;
}

.sale1_3.sale_city .pro_box .pro.tianjin.on .name:after {
    /* background: url("../images/sale/map_ion.png"); */
}

.sale1_3.sale_city .pro_box .pro.jiangsu {
    top: 255px;
    left: 445px;
}

.sale1_3.sale_city .pro_box .pro.jiangsu::after {
    width: 65px;
    height: 56px;
    top: -10px;
    left: -27px;
    background: url("../images/map/jiangsu.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.jiangsu.on::after {
    background-image: url("../images/map/jiangsu_on.png");
}

.sale1_3.sale_city .pro_box .pro.hubei {
    top: 283px;
    left: 364px;
}

.sale1_3.sale_city .pro_box .pro.hubei::after {
    width: 89px;
    height: 57px;
    top: -11px;
    left: -30px;
    background: url("../images/map/hubei.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.hubei.on::after {
    background-image: url("../images/map/hubei_on.png");
}

.sale1_3.sale_city .pro_box .pro.sichuan {
    top: 294px;
    left: 263px;
}

.sale1_3.sale_city .pro_box .pro.sichuan::after {
    width: 124px;
    height: 117px;
    top: -44px;
    left: -45px;
    background: url("../images/map/sichuan.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.sichuan.on::after {
    background-image: url("../images/map/sichuan_on.png");
}

.sale1_3.sale_city .pro_box .pro.hebei {
    top: 192px;
    left: 389px;
}

.sale1_3.sale_city .pro_box .pro.hebei::after {
    width: 62px;
    height: 92px;
    top: -46px;
    left: -2px;
    background: url("../images/map/hebei.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.hebei.on::after {
    background-image: url("../images/map/hebei_on.png");
}

.sale1_3.sale_city .pro_box .pro.beijing {
    top: 144px;
    left: 412px;
}

.sale1_3.sale_city .pro_box .pro.beijing .name {
    background: none;
    margin-left: -25px;
}

.sale1_3.sale_city .pro_box .pro.beijing .name::after {
    content: "";
    display: block;
    position: absolute;
    top: 31px;
    left: 19px;
    width: 13px;
    height: 17px;
    background: url("../images/sale/map_i.png") no-repeat center top;
    transition: all 0.5s;
}

.sale1_3.sale_city .pro_box .pro.beijing::after {
    width: 22px;
    height: 24px;
    top: 25px;
    left: -8px;
    background: url("../images/map/beijing.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.beijing.on::after {
    background-image: url("../images/map/beijing_on.png");
}

.sale1_3.sale_city .pro_box .pro.anhui {
    top: 275px;
    left: 417px;
}

.sale1_3.sale_city .pro_box .pro.anhui::after {
    width: 51px;
    height: 64px;
    top: -20px;
    left: -10px;
    background: url("../images/map/anhui.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.anhui.on::after {
    background-image: url("../images/map/anhui_on.png");
}

.sale1_3.sale_city .pro_box .pro.chongqing {
    top: 300px;
    left: 315px;
}

.sale1_3.sale_city .pro_box .pro.chongqing::after {
    width: 51px;
    height: 51px;
    top: -12px;
    left: -10px;
    background: url("../images/map/chongqing.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.chongqing.on::after {
    background-image: url("../images/map/chongqing_on.png");
}

.sale1_3.sale_city .pro_box .pro.fujian {
    top: 348px;
    left: 435px;
}

.sale1_3.sale_city .pro_box .pro.fujian::after {
    width: 47px;
    height: 57px;
    top: -12px;
    left: -10px;
    background: url("../images/map/fujian.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.fujian.on::after {
    background-image: url("../images/map/fujian_on.png");
}

.sale1_3.sale_city .pro_box .pro.gansu {
    top: 235px;
    left: 286px;
}

.sale1_3.sale_city .pro_box .pro.gansu::after {
    width: 157px;
    height: 141px;
    top: -95px;
    left: -103px;
    background: url("../images/map/gansu.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.gansu.on::after {
    background-image: url("../images/map/gansu_on.png");
}

.sale1_3.sale_city .pro_box .pro.guangxi {
    top: 375px;
    left: 327px;
}

.sale1_3.sale_city .pro_box .pro.guangxi::after {
    width: 84px;
    height: 61px;
    top: -10px;
    left: -34px;
    background: url("../images/map/guangxi.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.guangxi.on::after {
    background-image: url("../images/map/guangxi_on.png");
}

.sale1_3.sale_city .pro_box .pro.guizhou {
    top: 338px;
    left: 307px;
}

.sale1_3.sale_city .pro_box .pro.guizhou::after {
    width: 63px;
    height: 55px;
    top: -10px;
    left: -22px;
    background: url("../images/map/guizhou.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.guizhou.on::after {
    background-image: url("../images/map/guizhou_on.png");
}

.sale1_3.sale_city .pro_box .pro.heilongjiaing {
    top: 55px;
    left: 491px;
}

.sale1_3.sale_city .pro_box .pro.heilongjiaing::after {
    width: 123px;
    height: 118px;
    top: -51px;
    left: -47px;
    background: url("../images/map/heilongjiaing.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.heilongjiaing.on::after {
    background-image: url("../images/map/heilongjiaing_on.png");
}

.sale1_3.sale_city .pro_box .pro.hainan {
    top: 438px;
    left: 341px;
}

.sale1_3.sale_city .pro_box .pro.hainan.on .name {
    color: #4f555b;
}

.sale1_3.sale_city .pro_box .pro.hainan::after {
    width: 29px;
    height: 24px;
    top: 4px;
    left: -2px;
    background: url("../images/map/hainan.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.hainan.on::after {
    background-image: url("../images/map/hainan_on.png");
}

.sale1_3.sale_city .pro_box .pro.henan {
    top: 247px;
    left: 376px;
}

.sale1_3.sale_city .pro_box .pro.henan::after {
    width: 63px;
    height: 60px;
    top: -12px;
    left: -17px;
    background: url("../images/map/henan.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.henan.on::after {
    background-image: url("../images/map/henan_on.png");
}

.sale1_3.sale_city .pro_box .pro.hunan {
    top: 328px;
    left: 360px;
}

.sale1_3.sale_city .pro_box .pro.hunan::after {
    width: 58px;
    height: 69px;
    top: -12px;
    left: -17px;
    background: url("../images/map/hunan.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.hunan.on::after {
    background-image: url("../images/map/hunan_on.png");
}

.sale1_3.sale_city .pro_box .pro.jiangxi {
    top: 327px;
    left: 401px;
}

.sale1_3.sale_city .pro_box .pro.jiangxi::after {
    width: 52px;
    height: 71px;
    top: -12px;
    left: -5px;
    background: url("../images/map/jiangxi.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.jiangxi.on::after {
    background-image: url("../images/map/jiangxi_on.png");
}

.sale1_3.sale_city .pro_box .pro.jilin {
    top: 108px;
    left: 490px;
}

.sale1_3.sale_city .pro_box .pro.jilin::after {
    width: 90px;
    height: 66px;
    top: -12px;
    left: -32px;
    background: url("../images/map/jilin.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.jilin.on::after {
    background-image: url("../images/map/jilin_on.png");
}

.sale1_3.sale_city .pro_box .pro.liaoning {
    top: 144px;
    left: 471px;
}

.sale1_3.sale_city .pro_box .pro.liaoning::after {
    width: 64px;
    height: 63px;
    top: -12px;
    left: -32px;
    background: url("../images/map/liaoning.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.liaoning.on::after {
    background-image: url("../images/map/liaoning_on.png");
}

.sale1_3.sale_city .pro_box .pro.neimenggu {
    top: 146px;
    left: 322px;
}

.sale1_3.sale_city .pro_box .pro.neimenggu::after {
    width: 248px;
    height: 207px;
    top: -136px;
    left: -86px;
    background: url("../images/map/neimenggu.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.neimenggu.on::after {
    background-image: url("../images/map/neimenggu_on.png");
}

.sale1_3.sale_city .pro_box .pro.ningxia {
    top: 204px;
    left: 300px;
}

.sale1_3.sale_city .pro_box .pro.ningxia::after {
    width: 30px;
    height: 54px;
    top: -10px;
    left: 0;
    background: url("../images/map/ningxia.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.ningxia.on::after {
    background-image: url("../images/map/ningxia_on.png");
}

.sale1_3.sale_city .pro_box .pro.qinghai {
    top: 212px;
    left: 200px;
}

.sale1_3.sale_city .pro_box .pro.qinghai::after {
    width: 138px;
    height: 101px;
    top: -28px;
    left: -56px;
    background: url("../images/map/qinghai.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.qinghai.on::after {
    background-image: url("../images/map/qinghai_on.png");
}

.sale1_3.sale_city .pro_box .pro.shaanxi {
    top: 237px;
    left: 329px;
}

.sale1_3.sale_city .pro_box .pro.shaanxi::after {
    width: 58px;
    height: 102px;
    top: -45px;
    left: -22px;
    background: url("../images/map/shaanxi.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.shaanxi.on::after {
    background-image: url("../images/map/shaanxi_on.png");
}

.sale1_3.sale_city .pro_box .pro.shandong {
    top: 205px;
    left: 422px;
}

.sale1_3.sale_city .pro_box .pro.shandong::after {
    width: 75px;
    height: 49px;
    top: 1px;
    left: -17px;
    background: url("../images/map/shandong.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.shandong.on::after {
    background-image: url("../images/map/shandong_on.png");
}

.sale1_3.sale_city .pro_box .pro.shanghai {
    top: 272px;
    left: 471px;
}

.sale1_3.sale_city .pro_box .pro.shanghai.on .name {
    color: #4f555b;
    background-image: url("../images/sale/map_i.png");
    background-position: left center;
}

.sale1_3.sale_city .pro_box .pro.shanghai .name {
    padding-top: 0;
    padding-left: 16px;
}

.sale1_3.sale_city .pro_box .pro.shanghai::after {
    width: 11px;
    height: 11px;
    top: 18px;
    left: 0;
    background: url("../images/map/shanghai.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.shanghai.on::after {
    background-image: url("../images/map/shanghai_on.png");
}

.sale1_3.sale_city .pro_box .pro.shanxi {
    top: 206px;
    left: 359px;
}

.sale1_3.sale_city .pro_box .pro.shanxi::after {
    width: 39px;
    height: 79px;
    top: -29px;
    left: -2px;
    background: url("../images/map/shanxi.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.shanxi.on::after {
    background-image: url("../images/map/shanxi_on.png");
}

.sale1_3.sale_city .pro_box .pro.taiwan {
    top: 372px;
    left: 468px;
}

.sale1_3.sale_city .pro_box .pro.taiwan.on .name {
    color: #4f555b;
}

.sale1_3.sale_city .pro_box .pro.taiwan::after {
    width: 26px;
    height: 43px;
    top: -3px;
    left: -2px;
    background: url("../images/map/taiwan.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.taiwan.on::after {
    background-image: url("../images/map/taiwan_on.png");
}

.sale1_3.sale_city .pro_box .pro.zhejiang {
    top: 300px;
    left: 446px;
}

.sale1_3.sale_city .pro_box .pro.zhejiang::after {
    width: 41px;
    height: 50px;
    top: -3px;
    left: -2px;
    background: url("../images/map/zhejiang.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.zhejiang.on::after {
    background-image: url("../images/map/zhejiang_on.png");
}

.sale1_3.sale_city .pro_box .pro.xinjiang {
    top: 121px;
    left: 105px;
}

.sale1_3.sale_city .pro_box .pro.xinjiang::after {
    width: 220px;
    height: 171px;
    top: -74px;
    left: -98px;
    background: url("../images/map/xinjiang.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.xinjiang.on::after {
    background-image: url("../images/map/xinjiang_on.png");
}

.sale1_3.sale_city .pro_box .pro.xizang {
    top: 276px;
    left: 121px;
}

.sale1_3.sale_city .pro_box .pro.xizang::after {
    width: 211px;
    height: 140px;
    top: -74px;
    left: -98px;
    background: url("../images/map/xizang.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.xizang.on::after {
    background-image: url("../images/map/xizang_on.png");
}

.sale1_3.sale_city .pro_box .pro.yunnan {
    top: 370px;
    left: 247px;
}

.sale1_3.sale_city .pro_box .pro.yunnan::after {
    width: 98px;
    height: 99px;
    top: -46px;
    left: -37px;
    background: url("../images/map/yunnan.png") no-repeat center;
}

.sale1_3.sale_city .pro_box .pro.yunnan.on::after {
    background-image: url("../images/map/yunnan_on.png");
}

.sale2 .sale1_3.sale_city .pro_box .pro.on .name {
    color: #4f555b;
    background: url("../images/sale/map_i.png") no-repeat center top;
}

.sale2 .sale1_3.sale_city .pro_box .pro.on.guangdong .name {
    color: #4f555b;
    background: url("../images/sale/map_i.png") no-repeat left center;
}

.sale1_3.sale_city .pro_box .pro.on.guangdong .name {
    background: url("../images/sale/map_i.png") no-repeat left center;
}

.sale2 .sale1_3.sale_city .pro_box .pro.on.guangdong2 .name {
    color: #4f555b;
    background: url("../images/sale/map_i.png") no-repeat left center;
}

.sale2 .sale1_3.sale_city .pro_box .tianjin.pro.on .name {
    background: none;
}

.sale1_3.sale_city .textBox .hd {
    padding: 18px 0;
}

.sale1_3.sale_city .textBox .item h3:before {
    top: 7px;
}

.sale1_3.sale_city .textBox .p_box {
    position: relative;
    height: 150px;
    width: 580px;
}

.sale1_3.sale_city .textBox .p_box p {
    font-size: 14px;
    color: #6b7e96;
    line-height: 28px;
    width: 230px;
    float: left;
    margin-right: 25px;
}

.sale1_3.sale_city .textBox .p_box:before {
    content: "";
    width: 4px;
    height: 73px;
    background-color: #ff9600;
    position: absolute;
    left: -35px;
    top: 7px;
}

.sale1_3.sale_city .textBox .item {
    position: relative;
    margin-top: 25px;
}

.sale1 .ipg1 .font {
    position: absolute;
    right: 200px;
    bottom: 80px;
}

.product_add .ipg1 {
    width: 100%;
    background: #fff url("../images/about/ab1_bg1.png") no-repeat center top;
    padding-top: 70px;
    height: 300px;
}

.product_add .ipg2 {
    width: 100%;
    height: 892px;
    background: url("../images/add/pro_add2.jpg") no-repeat center;
}

.product_add .ipg2_box {
    width: 1199px;
    height: 848px;
    background: url("../images/add/pro_add1.jpg") no-repeat center;
    position: relative;
    top: -90px;
}

.add_ins {
    width: 100%;
    height: 100%;
    background: url("../images/add/add_bg.jpg") no-repeat center/cover;
}

.add_ins .w1200 {
    position: relative;
    height: 100%;
}

.add_ins .add_box .item {
    width: 120px;
    height: 120px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
}

.add_ins .add_box .item_box {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px;
    line-height: 108px;
    border-radius: 50%;
}

.add_ins .add_box .item.item1 {
    top: 465px;
    left: 620px;
}

.add_ins .add_box .item.item1 .item_box {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
}

.add_ins .add_box .item.item1 {
    text-align: left;
}

.add_ins .add_box .item.item1 .font {
    vertical-align: top;
}

.add_ins .add_box .item.item1 .font p {
    font-size: 16px;
    color: #6b7e96;
    line-height: 28px;
}

.add_ins .add_box .item .dot {
    position: absolute;
    top: 5px;
    left: -31px;
    width: 17px;
    height: 17px;
    z-index: 2;
}

.add_ins .add_box .item .dot::after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: url("../images/add/dot1.png") no-repeat center top/cover;
    z-index: 2;
}

.add_ins .add_box .item .dot .bg {
    position: absolute;
    top: -9px;
    left: -9px;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: warn 2.2s linear;
    -moz-animation: warn 2.2s linear;
    animation: warn 2.2s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.add_ins .add_box .item .dot .bg2 {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: warn 2.5s linear;
    -moz-animation: warn 2.5s linear;
    animation: warn 2.5s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.add_ins .add_box .item .dot.on .bg {
    animation: none;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.add_ins .add_box .item .dot.on .bg2 {
    animation: none;
}

.add_ins .add_box .item.item2 {
    top: 418px;
    left: 368px;
    z-index: 5;
    display: none;
}

.add_ins .add_box .item2 .dot {
    top: -4px;
    left: 52px;
}

.add_ins .add_box .item .img {
    width: 108px;
    height: 108px;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    background: #ededed no-repeat center;
    z-index: 1;
}

.add_ins .add_box .item .img .mask {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}

.add_ins .add_box .item .font {
    position: relative;
    z-index: 2;
}

.add_ins .add_box .item .font {
    display: inline-block;
    vertical-align: middle;
}

.add_ins .add_box .item .font p {
    color: #fff;
    text-align: center;
    line-height: 26px;
}

.add_ins .add_box .item2::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -108px;
    width: 0;
    height: 1px;
    background: #fff;
    animation-duration: 1.5s;
    animation-delay: 0.2s;
    animation-name: wid;
    animation-fill-mode: forwards;
}

.add_ins .add_box .item2::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 137px;
    width: 7px;
    height: 13px;
    opacity: 0;
    background: url("../images/add/ic1.png") no-repeat center;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

@-webkit-keyframes wid {
    0% {
        width: 0;
    }

    100% {
        width: 113px;
    }
}

@keyframes wid {
    0% {
        width: 0;
    }

    100% {
        width: 113px;
    }
}

.wid {
    -webkit-animation-name: wid;
    animation-name: wid;
}

.add_ins .add_box .item.item3 {
    top: 218px;
    left: 368px;
    z-index: 6;
    display: none;
}

.add_ins .add_box .item3 .dot {
    top: 50%;
    margin-top: -8px;
    left: -7px;
}

.add_ins .add_box .item3 .img {
    background-color: #57759d;
}

.add_ins .add_box .item3::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -83px;
    width: 1px;
    height: 0;
    background: #fff;
    animation-duration: 1.5s;
    animation-delay: 0.2s;
    animation-name: wid2;
    animation-fill-mode: forwards;
}

.add_ins .add_box .item3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -6px;
    width: 13px;
    height: 7px;
    opacity: 0;
    background: url("../images/add/ic2.png") no-repeat center;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

@-webkit-keyframes wid2 {
    0% {
        height: 0;
    }

    100% {
        height: 89px;
    }
}

@keyframes wid2 {
    0% {
        height: 0;
    }

    100% {
        height: 89px;
    }
}

.wid2 {
    -webkit-animation-name: wid2;
    animation-name: wid2;
}

.add_ins .add_box .item.item4 {
    top: 218px;
    left: 78px;
    z-index: 7;
    display: none;
}

.add_ins .add_box .item4::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -170px;
    width: 0;
    height: 1px;
    background: #fff;
    animation-duration: 1.5s;
    animation-delay: 0.2s;
    animation-name: wid3;
    animation-fill-mode: forwards;
}

.add_ins .add_box .item4::before {
    content: "";
    display: block;
    position: absolute;
    left: 190px;
    top: 50%;
    margin-top: -6px;
    width: 7px;
    height: 13px;
    opacity: 0;
    background: url("../images/add/ic1.png") no-repeat center;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

@-webkit-keyframes wid3 {
    0% {
        width: 0;
    }

    100% {
        width: 176px;
    }
}

@keyframes wid3 {
    0% {
        width: 0;
    }

    100% {
        width: 176px;
    }
}

.wid3 {
    -webkit-animation-name: wid3;
    animation-name: wid3;
}

.pro_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.pro_pop .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.pro_pop .pro_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -430px;
    margin-top: -260px;
    width: 860px;
    height: 520px;
    background: #fff;
    padding: 100px 30px 70px 60px;
}

.pro_pop .pro_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url("../images/close.jpg") no-repeat center;
    cursor: pointer;
    transition: all 0.5s;
}

.pro_pop .pro_con .close:hover {
    background: url("../images/close_on.png") no-repeat center;
}

.pro_pop .pro_con .tab {
    width: 675px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e1e5ea;
}

.pro_pop .pro_con .tab li {
    position: relative;
    float: left;
    width: 170px;
    height: 39px;
    margin-right: -13px;
    background: url("../images/add/tab_ic1.png") no-repeat center;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
}

.pro_pop .pro_con .tab li.on {
    background: url("../images/add/tab_ic2.png") no-repeat center;
}

.pro_pop .pro_con .tab li.li1::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 39px;
    background: #669ad4;
    transition: all 0.5s;
}

.pro_pop .pro_con .tab li.li1.on::after {
    background-color: #0056b8;
}

.pro_pop .pro_con .tab_con {
    margin-top: 35px;
    height: 240px;
}

.pro_pop .pro_con .tab_con .img {
    float: left;
    width: 240px;
    height: 240px;
    margin-right: 35px;
}

.pro_pop .pro_con .tab_con .font {
    float: left;
    width: 485px;
    height: 235px;
    padding-top: 15px;
    overflow-y: auto;
    padding-right: 85px;
}

.pro_pop .pro_con .tab_con .font p {
    font-size: 14px;
    color: #697493;
}

.pro_pop .pro_con .tab_con .font::-webkit-scrollbar-thumb {
    background-color: #0062db;
}

.project-list:after {
    content: " ";
    display: block;
    clear: both;
}

.project__image {
    display: block;
    position: relative;
}

.project__image img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.project__image:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    transition: opacity 0.3s ease;
    opacity: 0;
}

.project__card {
    position: relative;
    will-change: transform;
    transition: box-shadow 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 15px 18px rgba(4, 98, 204, 0.5);
}

.join4 .ipg1 .list .li+.li .project__card {
    box-shadow: 0 15px 18px rgba(151, 207, 189, 0.8);
}

.project__card.hover-in {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.project__card.hover-out {
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.project:hover .project__detail {
    border-width: 0;
    box-shadow: 0;
}

.project__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    border: 0 solid #00bcd4;
    transition: border 0.4s ease;
}

.project__title {
    transition: 0.4s ease;
}

.project__category {
    transition: 0.4s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(40px) scale(0);
    -ms-transform: translateY(40px) scale(0);
    transform: translateY(40px) scale(0);
    opacity: 0;
}

.project:hover .project__title.li3 {
    bottom: 55px !important;
}

.project:hover .project__category {
    bottom: 0;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
}

#ckLine2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popShow.on {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.popShow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    height: 100%;
    z-index: 1001;
    transition: all 1s;
}

.popShow .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #0462cc;
    width: 60px;
    height: 60px;
    z-index: 1088;
    cursor: pointer;
}

.popShow .closebtn:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -1px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.popShow .closebtn:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -1px;
    width: 30px;
    height: 2px;
    transform: rotate(-45deg);
    background-color: #fff;
}

.popShow .imgBox {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.popShow .logo.on {
    display: block;
}

.popShow .logo {
    position: absolute;
    left: 41px;
    top: 22px;
    z-index: 2;
}

.popShow .menu.open {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.popbg {
    position: fixed;
    padding-top: 12%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/product/bg2.jpg") no-repeat center/cover;
}

.popbg .toggleWrap {
    position: relative;
    height: 100%;
}

.popbg .toggleWrap .popbox {
    display: none;
}

.popbg .toggleWrap .pop1 .box {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.popbg .toggleWrap .pop3 .box {
    width: 400px;
}

.popbg .toggleWrap .pop3 .box2 {
    right: 400px;
}

.popbg .toggleWrap .pop3 .box3 {
    right: 0;
}

.popbg .toggleWrap .pop3 .box .nav_box {
    width: 360px;
}

.popbg .toggleWrap .pop4 .box {
    width: 200px;
    height: 200px;
}

.popbg .toggleWrap .pop4 .box:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    margin-top: -17px;
    background: url(../images/product/arrow2.png) no-repeat;
    width: 23px;
    height: 34px;
}

.popbg .toggleWrap .pop4 .box4:after {
    display: none;
}

.popbg .toggleWrap .pop4 .box2 {
    left: 314px;
    right: auto;
}

.popbg .toggleWrap .pop4 .box3 {
    left: 626px;
}

.popbg .toggleWrap .pop4 .box4 {
    left: 936px;
}

.popbg .toggleWrap .pop4 .box:hover {
    top: 30%;
}

.popbg .toggleWrap .popbox:first-child {
    display: block;
}

.popbg .box:hover {
    top: 10%;
}

.popbg .box {
    position: absolute;
    top: 30%;
    width: 600px;
    height: 320px;
    cursor: pointer;
    transition: all 1s;
}

.popbg .box2 {
    right: 0;
}

.popbg .box .round {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50px;
    /* overflow: hidden; */
    background: #ebf4f8 url(../images/product/round_bg.png) no-repeat center top;
}

.popbg .box .round::after {
    content: "";
    display: block;
    position: absolute;
    left: -75px;
    top: -50px;
    width: 348px;
    height: 348px;
    background: url(../images/product/round_mask.png) no-repeat center;
    z-index: -1;
}

.popbg .box .img img {
    display: block;
    margin: 0 auto 30px;
}

.popbg .box .txt {
    font-size: 16px;
    color: #848484;
    text-align: center;
    padding: 0 10px;
}

.popbg .box:hover .nav_box {
    opacity: 1;
}

.popbg .box .nav_box {
    position: absolute;
    top: 316px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    margin: 0 auto;
    transition: all 1s;
    /* width: 468px; */
    width: auto;
    padding-bottom: 40px;
}

.popbg .box .nav_box ul {
    margin: 0 auto;
}

.popbg .box .nav_box ul li {
    position: relative;
    display: inline-block;
    /* background: #1048ae; */
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    color: #ffffff;
    margin: 0 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.popbg .box .nav_box ul li a:hover {
    cursor: pointer;
}

.popbg .box .nav_box ul li .word {
    position: relative;
    padding: 0 15px;
    overflow: hidden;
    z-index: 2;
}

.popbg .box .nav_box ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1048ae;
    transform-origin: right center;
}

.popbg .box .nav_box ul li:hover::after {
    background: transparent;
    transition-duration: 2s;
}

.popbg .box .nav_box ul li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #ff9600;
    transition-duration: 0.6s;
    transform-origin: right center;
    z-index: 2;
}

.popbg .box .nav_box ul li:hover:before {
    left: 0;
    width: 100%;
    transform-origin: left center;
}

.popbg .w1200 {
    position: relative;
}

.popbg .popbox {
    position: relative;
    height: 100%;
}

.popbg .toggleWrap .popbox:first-child .box .ff {
    display: block;
}

.popbg .box .ff {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50px;
    /* padding-top: 60px; */
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popShow .menu {
    display: none;
    position: fixed;
    top: 22px;
    right: 20px;
    background: #0462cc;
    width: 60px;
    height: 60px;
    z-index: 1088;
}

.popbg .pro_tab li.on a {
    background: #ff9600;
    color: #fff;
}

.popbg .pro_tab li {
    color: #525252;
    background: transparent;
}

.popShow .menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: background-color 0.3s ease-out 0.1s;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
    display: block !important;
}

.popShowt .menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: background-color 0.3s ease-out 0.1s;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
    display: block !important;
}

.popShow .menu.open span::before {
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.popShow .menu span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
}

.popShow .menu.open span::after {
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    width: 30px;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.popShow .menu span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
}

.popShow .menu.open span {
    background-color: transparent;
}

.popShow .right1 {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    width: 30%;
    height: 48%;
    background-color: #d9e4ee;
}

.popShow .right1 p {
    position: absolute;
    bottom: 18%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #464646;
}

.popShow .right1 .proBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67.83%;
    max-width: 388px;
    border-radius: 50%;
}

.popShow .right1 .proBox .cont img {
    position: absolute;
    top: 45%;
    left: 50%;
    max-width: 52.4%;
    max-height: 50%;
    transform: translate(-50%, -50%);
}

.popShow .right2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 52%;
    background-color: #0462cc;
}

.popShow .right2 .param {
    margin-top: 21%;
    padding-left: 10%;
    margin-right: 5%;
    padding-right: 10%;
    height: 60%;
    overflow-y: auto;
}

.popShow .right2 .param::-webkit-scrollbar {
    background: rgba(1, 42, 30, 0.3);
}

.popShow .right2 .param::-webkit-scrollbar-thumb {
    background: #ff9600;
}

.popShow .right2 .param .tit {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 23px;
}

.popShow .right2 .param .tit:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -24px;
    width: 14px;
    height: 14px;
    background: url("../demo/line.png") no-repeat;
}

.popShow .right2 .param .tit2 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #ff9600;
}

.popShow .right2 .param p {
    font-size: 13px;
    color: #ffffff;
}

.popShow .imgBox .name {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff;
}

.popShow .imgBox .name .yuan {
    position: absolute;
    top: -3px;
    right: -39px;
}

.popShow .imgBox .name .icon {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: h_map 2s linear alternate infinite;
    -webkit-animation: h_map 2s linear alternate infinite;
}

.popShow .imgBox .name .bottomi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 17px;
    height: 17px;
    background: url("../images/product/yuan2.png") no-repeat center center/contain;
}

.popShowNew .imgBox {
    width: 100%;
}

.popShowNew .imgBox .bd,
.popShowNew .imgBox .bd ul,
.popShowNew .imgBox .bd li {
    height: 100%;
}

.popShowNew .imgBox .bd ul,
.popShowNew .imgBox .bd ul li {
    width: 100% !important;
}

.popShowNew .imgBox .bd li .bg {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.popShowNew .imgBox .bd li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}

.popShowNew .imgBox .name {
    padding: 0 20px;
    border-radius: 16px;
    bottom: 170px;
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    background-color: rgba(28, 28, 28, 0.45);
}

@keyframes roundHover {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes roundHover1 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes scaleB {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.8);
    }
}

.popShowNew .imgBox .roun {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 240px;
    padding-top: 15px;
    margin: 30% auto 0;
    width: 180px;
    height: 180px;
    animation-duration: 0.5s;
    transition-duration: 0.5s;
    animation: scaleB 1s ease-in-out infinite alternate;
}

.moreInfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* transform: translateY(10%) scale(0); */
    /* transition-duration: 0.8s; */
    z-index: 1099;
    display: none;
}

.moreInfo .closeB {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #fff;
}

.moreInfo .closeB:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -1px;
    width: 26px;
    height: 2px;
    background-color: #808080;
    transform: rotate(45deg);
    transition-duration: 0.3s;
}

.moreInfo .closeB:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -1px;
    width: 26px;
    height: 2px;
    background-color: #808080;
    transform: rotate(-45deg);
    transition-duration: 0.3s;
}

.moreInfo .closeB:hover:before {
    transform: rotate(45deg) scale(1.2);
}

.moreInfo .closeB:hover:after {
    transform: rotate(-45deg) scale(1.2);
}

.moreInfo .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 100px 116px 0;
    width: 1002px;
    height: 582px;
    background: url("../images/product/info_bg.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}

.moreInfo.on {
    transform: translateY(0) scale(1);
}

.moreInfo .wrap .typeName {
    font-size: 34px;
    line-height: 34px;
    color: #fcf8f6;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 10px;
}

.moreInfo .wrap .leftP {
    position: relative;
    float: left;
    width: 330px;
    height: 330px;
    padding-right: 50px;
    text-align: center;
}

.popShowNew {
    background-color: #fff;
}

.popShowNew .imgBox .prev {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: 3%;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: url(../images/news/next_btn.png) no-repeat center;
    z-index: 2;
    cursor: pointer;
    transition-duration: 0.5s;
}

.popShowNew .imgBox .next {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    right: 3%;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: url(../images/about/a4_btn_on.png) no-repeat center;
    z-index: 2;
    cursor: pointer;
    transition-duration: 0.5s;
}

.popShowNew .imgBox .prev:hover {
    border-color: #0462cc;
    background-color: #0462cc;
}

.popShowNew .imgBox .next:hover {
    border-color: #0462cc;
    background-color: #0462cc;
}

.popShowNew .imgBox .links {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    color: #fff;
}

.popShowNew .imgBox .links a {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
    background: #0462cc;
}

.popShowNew .imgBox .links a img {
    display: inline-block;
    margin-left: 5px;
}

.popShowNew .imgBox .links a:first-child {
    margin-right: 26px;
}

.moreInfo .wrap .leftP:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 310px;
    background-color: #fff;
    opacity: 0.2;
}

.moreInfo .wrap .imgShow {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 280px;
    overflow: hidden;
}

.moreInfo .wrap .imgShow img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    transition-duration: 0.5s;
}

.moreInfo .wrap .imgShow:hover img {
    transform: scale(1.1);
}

.moreInfo .wrap .param {
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 84px;
    width: 440px;
    height: 310px;
    overflow-y: auto;
    color: #fff;
    line-height: 24px;
    font-size: 13px;
}

.moreInfo .wrap .param .tit {
    margin-bottom: 20px;
    font-size: 20px;
}

.moreInfo .wrap .param .tit2 {
    margin-top: 50px;
    color: #ff9600;
}

.moreInfo .wrap .param::-webkit-scrollbar {
    background: rgba(1, 42, 30, 0.3);
}

.moreInfo .wrap .param::-webkit-scrollbar-thumb {
    background: #ff9600;
}

.popShowNew .img {
    display: none;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    filter: blur(6px);
    background: no-repeat center;
    background-size: cover;
}

.popShowNew .imgBox .roun .round3 {
    display: block;
    position: relative;
    padding-top: 88px;
    z-index: 2;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: url(../demo/round3.png) no-repeat center;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.popShowNew .imgBox .roun .round2 {
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 1s;
    transition-duration: 1s;
    transform: rotate(0);
    animation: roundHover 2s linear infinite;
}

@media screen and (max-width: 1750px) {
    .popShow .right1 p {
        font-size: 14px;
        bottom: 25%;
    }
}

@media only screen and (max-height: 700px) {
    .popbg .box {
        top: 20%;
    }

    .popbg .box .nav_box {
        top: 290px;
    }

    .popbg .toggleWrap .pop4 .box:hover {
        top: 20%;
    }
}

.popShowNew .imgBox .moreBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    z-index: 2;
}

.popShowNew .imgBox .moreBtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../demo/round4.png) no-repeat center;
    background-size: cover;
    opacity: 0.5;
    animation: roundHover 8s ease-in infinite;
}

.popShowNew .imgBox .moreBtn:after {
    content: "";
    position: absolute;
    top: 13%;
    left: 13%;
    width: 74%;
    height: 74%;
    /*margin-top: -123px;
	margin-left: -123px;*/
    background: url(../demo/round5.png) no-repeat;
    background-size: cover;
    opacity: 0.5;
    animation: roundHover1 10s 0.5s ease-in infinite;
}

.popShowNew .imgBox .moreBtn .rect {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
}

@keyframes scaleC {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.88);
    }
}


/*.popShowNew .imgBox .moreBtn .rect:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../demo/rect1.png) no-repeat center;
	animation: scaleC 1s ease-in-out infinite alternate;
}*/

.popShowNew .imgBox .moreBtn .inn {
    position: relative;
    z-index: 10;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 28px;
    width: 100px;
    height: 100px;
    background-color: #0462cc;
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    animation: scaleC 1s ease-in-out infinite alternate;
}

.popShowNew .imgBox .moreBtn .pointer {
    position: relative;
}

.popShowNew .imgBox .moreBtn .pointer:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 34px;
    width: 33px;
    height: 33px;
    background-color: #fff;
    opacity: 0.11;
    border-radius: 50%;
}

.popShowNew .imgBox .moreBtn .pointer img {
    margin-left: 10px;
    margin-bottom: 0px;
}

.popShowNew .imgBox .moreBtn .inn:after {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: -28px;
    width: 76px;
    height: 60px;
    background: url("../images/index/more_bg1.png") no-repeat center;
    z-index: 22;
    transition: all 0.5s;
    transform: rotate(14deg);
}

.popShowNew .imgBox .moreBtn .inn:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -80px;
    right: -110px;
    width: 76px;
    height: 60px;
    background: url("../images/index/more_bg2.png") no-repeat center;
    z-index: 22;
    transition: all 0.5s;
    transform: rotate(15deg);
}

.popShowNew .imgBox .moreBtn .inn:hover:after {
    top: -40px;
    left: -55px;
}

.popShowNew .imgBox .moreBtn .inn:hover::before {
    bottom: -15px;
    right: -36px;
}

@media only screen and (max-height: 700px) {
    .popShowNew .imgBox .moreBtn {
        top: 40%;
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 1400px) {
    .popbg {
        zoom: 0.8;
        padding-top: 10%;
    }
}

.tan {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: transparent;
}

.tan.on var {
    opacity: .5;
}

.tan var {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: .5;
    background: #000;
}

.tan .tp {
    position: absolute;
    top: 0;
    height: 80px;
    width: 100%;
    background: #fff;
}

.tan .box3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 806px;
    background: #525659;
    padding-top: 80px;
    height: 750px;
}

.tan .box3 .h3 {
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #ff9600;
    padding-bottom: 21px;
}

.tan .box3 .p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
    word-break: break-all;
}

.tan .box3 .close {
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 26px;
    font-weight: 800;
    cursor: pointer;
}

.tan .box3 .img {
    overflow-y: auto;
    width: 100%;
    height: 670px;
    padding: 80px;
    display: block;
    background: #525659;
}

.tan .box3 .box {
    width: 80%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
    height: 610px;
    overflow-y: auto;
    margin: 60px auto;
}

.tan .box3 .box p {
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    margin-bottom: 20px;
}