@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', 'PingFangSC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}

ol,
ul {
    list-style: none;
}

*,
 ::after,
 ::before {
    box-sizing: content-box;
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-text-size-adjust: 100%;
}

body a {
    text-decoration: none;
    outline: none;
}

body a:hover {
    text-decoration: none;
}

body a:visited {
    text-decoration: none;
}

body a:-webkit-any-link {
    text-decoration: none;
}

body a:-moz-any-link {
    text-decoration: none;
}

a img {
    border: 0px;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

html,
body {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

footer {
    width: 100%;
    padding: 40px 0 30px;
    background: linear-gradient(to right, #2c189e, #2fcada);
    color: #fff;
    display: flex;
    justify-content: center;
}

footer .content {
    width: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .content .left {
    line-height: 0.3rem;
    font-size: 0.16rem;
}

footer .content .left dl {
    margin-right: 1rem;
}

footer .content .left ul {
    display: flex;
    justify-content: flex-start;
}

footer .content .left ul li {
    margin-right: 0.2rem;
}

footer .contact {
    margin-top: 0.15rem;
    margin-bottom: 0.4rem;
}

footer .contact div {
    display: flex;
    justify-content: flex-start;
}

footer .contact span {
    width: 50%;
    display: inline-block;
}

footer .content .left h4 {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    font-weight: normal;
}

footer h6 {
    font-size: 0.14rem;
    font-weight: normal;
}

footer h6 a {
    color: #fff;
    margin-left: 0.3rem;
}

footer a:hover {
    text-decoration: underline;
}

footer .content .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .content .right img {
    margin-right: 0.2rem;
    width: 1rem;
    height: 1rem;
}

.daohang {
    width: 90%;
    padding-left: 10%;
    height: 0.68rem;
    background: linear-gradient(to right, #1c0c80, #472ad5, #408ee6);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.language {
    width: 70px;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.language a {
    width: 100%;
    display: inline-block;
    height: 100%;
    color: #fff;
}

.nav-left {}

.nav-left img {
    width: 3.01rem;
    height: 0.49rem;
}

.daohang-nav {
    height: 0.68rem;
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

.daohang-nav li {
    padding: 0 0.3rem;
    line-height: 0.68rem;
}

.daohang-nav li.active {
    border-bottom: 3px solid #fff;
}

.daohang-nav li a {
    color: #fff;
    font-size: 0.2rem;
}

.banner {
    width: 100%;
    height: 9.62rem;
    background: url('../images/banner.jpg') no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    /* padding: 1.5rem 0 3.8rem; */
    display: flex;
    justify-content: flex-start;
}

.bannerLeft img {
    width: 11.78rem;
    height: 8.75rem;
}

.banner .word {
    margin-left: -3.1rem;
    margin-top: 1.5rem;
}

.banner .word h3 {
    font-size: 0.74rem;
    letter-spacing: 0.04rem;
    color: #fff;
    font-weight: normal;
    margin-left: 1.1rem;
    text-shadow: -5px 0 0 #2c10a8;
}

.banner .word h3 span {
    color: #00fcff;
}

.banner .word h2 {
    font-size: 0.74rem;
    letter-spacing: 0.04rem;
    color: #fff;
    font-weight: normal;
    text-shadow: -5px 0 0 #2c10a8;
}

.banner .word img {
    margin-left: 0.9rem;
    margin-top: 0.2rem;
}

.part .title {
    text-align: center;
}

.part .title div {
    color: #855bfe;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
}

.part .title div span {
    margin: 0 0.1rem;
}

.part .title div img {
    width: 0.33rem;
    height: 0.32rem;
}

.part .title h5 {
    font-size: 0.38rem;
    color: #33475b;
    letter-spacing: 0.03rem;
}

.part .title p {
    font-size: 0.36rem;
    color: #33475b;
    letter-spacing: 0.02rem;
    margin-top: 0.03rem;
}

.section1 .content {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 0.7rem;
}

.section1 .content .colum {
    width: 5.85rem;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.section1 .content .colum:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.section1 .content .colum .top {
    width: 100%;
    height: 2.46rem;
    overflow: hidden;
    position: relative;
}

.section1 .content .colum .top .logo {
    position: absolute;
    left: 0.3rem;
    top: 0.18rem;
}

.section1 .content .colum .logo1 {
    width: 2.55rem;
    height: 0.48rem;
}

.section1 .content .colum .logo2 {
    width: 1.56rem;
    height: 0.37rem;
}

.section1 .content .colum .top .sec {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.section1 .content .colum:hover .sec {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.section1 .content .colum .bottom {
    padding: 0.25rem 0.4rem 0.3rem;
}

.section1 .content .colum .bottom p {
    font-size: 0.16rem;
    color: #33475b;
    line-height: 0.28rem;
}

.section1 .content .left {
    margin-right: 0.3rem;
}

.section2 {
    padding: 0.7rem 0 0.8rem;
    background: #f7faff;
}

.section2 h6 {
    font-weight: normal;
    font-size: 0.16rem;
    color: #33475b;
    text-align: center;
    margin: 0.6rem 0 0.5rem;
}

.section2 .content,
.section3 .content {
    display: flex;
    justify-content: center;
}

.section2 .content .colum {
    width: 2.78rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    margin-right: 0.3rem;
    padding: 0.35rem 0 0.4rem;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    position: relative;
}

.section2 .content .colum i {
    width: 0;
    height: 2px;
    display: inline-block;
    background-color: #408ae7;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 1s;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
}

.section2 .content .colum:hover i {
    width: 100%;
}

.section2 .content .colum:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.8s;
    transform: translateY(-8px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}


/* @keyframes move {
    from {
        top: 0;
    }
    to {
        top: -0.1rem;
    }
} */


/* .section2 .content .colum:hover img {
    filter: hue-rotate(100deg);
    -webkit-filter: hue-rotate(100deg);
} */

.section2 .content .colum:nth-child(1) img {
    width: 1.76rem;
    height: 1.71rem;
}

.section2 .content .colum:nth-child(2) img {
    width: 1.75rem;
    height: 1.71rem;
}

.section2 .content .colum:nth-child(3) img {
    width: 1.86rem;
    height: 1.71rem;
}

.section2 .content .colum:nth-child(4) img {
    width: 1.75rem;
    height: 1.71rem;
    margin-right: 0;
}

.section2 .content .colum p {
    color: #33475b;
    font-size: 0.16rem;
    margin-top: 0.45rem;
    line-height: 0.28rem;
    text-align: center;
}

.section3 {
    padding: 0.7rem 0 0.8rem;
}

.section3 .content {
    margin-top: 0.5rem;
}

.section3 .content .colum {
    box-shadow: 0 3px 8px #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 0.3rem;
    text-align: center;
}

.section3 .content .colum .sec-icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.4rem auto 0.8rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    box-shadow: 0 0 0.2rem rgb(221, 221, 221);
}

.section3 .content .colum:nth-child(2) .sec-icon {
    box-shadow: 0 0 0.2rem rgb(20, 62, 179);
}

.section3 .content .colum:nth-child(1) .sec-icon img {
    width: 0.5rem;
    height: 0.5rem;
}

.section3 .content .colum:nth-child(2) .sec-icon img {
    width: 0.41rem;
    height: 0.5rem;
}

.section3 .content .colum:nth-child(3) .sec-icon img {
    width: 0.57rem;
    height: 0.5rem;
}


/* .section3 .content .colum:nth-child(2) img {
    box-shadow: 0 0 10px #207afb;
} */

.section3 .content .colum p {
    margin-top: 0.5rem;
    font-size: 0.22rem;
    color: #33475b;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

.section3 .content .colum p b {
    font-size: 0.38rem;
    color: #0055fc;
    font-weight: 700;
    margin-right: 0.05rem;
}

.section3 .content .colum:nth-child(2) p {
    color: #fff;
}

.section3 .content .colum:nth-child(2) p b {
    color: #fdab1e;
}

.section3 .content .colum:nth-child(1) {
    width: 3.8rem;
    height: 4.16rem;
    background: url('../images/sec31.png') no-repeat center center;
    background-size: 100% 100%;
}

.section3 .content .colum:nth-child(1):hover {
    background: url('../images/sec31-hover.png') no-repeat center center;
    background-size: 100% 100%;
}

.section3 .content .colum:nth-child(1):hover b {
    color: #fdab1e !important;
}

.section3 .content .colum:nth-child(1):hover p {
    color: #fff !important;
}

.section3 .content .colum:nth-child(1):hover .sec-icon {
    box-shadow: 0 0 0.2rem rgb(20, 62, 179);
}

.section3 .content .colum:nth-child(3):hover {
    background: url('../images/sec33-hover.png') no-repeat center center;
    background-size: 100% 100%;
}

.section3 .content .colum:nth-child(3):hover b {
    color: #fdab1e !important;
}

.section3 .content .colum:nth-child(3):hover p {
    color: #fff !important;
}

.section3 .content .colum:nth-child(3):hover .sec-icon {
    box-shadow: 0 0 0.2rem rgb(20, 62, 179);
}

.section3 .content .colum:nth-child(2) {
    width: 3.8rem;
    height: 4.16rem;
    background: url('../images/sec32.png') no-repeat center center;
    background-size: 100% 100%;
}

.section3 .content .colum:nth-child(3) {
    width: 3.8rem;
    height: 4.16rem;
    background: url('../images/sec33.png') no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0;
}

.section4 {
    width: 100%;
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.section4 video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section4 .industry {
    width: 7.9rem;
    margin: 0 0.7rem;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -3.95rem;
    top: 0.7rem;
    z-index: 9;
}

.section4 .secBj {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(50, 31, 172, 0.8), rgba(55, 168, 222, 0.8));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}

.section4 .industry h4 {
    font-size: 0.24rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.4rem;
}

.section4 .industry p {
    font-size: 0.16rem;
    line-height: 0.28rem;
}

.section4 .industry div {
    display: flex;
    justify-content: space-between;
    margin-top: 0.35rem;
}

.section4 .industry div img:nth-child(1) {
    width: 1rem;
    height: 0.4rem;
}

.section4 .industry div img:nth-child(2) {
    width: 1.5rem;
    height: 0.4rem;
}

.section4 .industry div img:nth-child(3) {
    width: 2.38rem;
    height: 0.4rem;
}

.section4 .industry div img:nth-child(4) {
    width: 0.67rem;
    height: 0.4rem;
}

.section5 {
    padding: 0.7rem 0 0.8rem;
}

.section5 .content p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #33475b;
}

.section5 .content {
    width: 12rem;
    margin: 0.6rem auto 0;
}

.section5 .content img {
    width: 8.96rem;
    height: 1.88rem;
    margin: 0.6rem auto;
    display: flex;
    justify-content: center;
}

.section6 {
    background-color: #f7faff;
    padding: 0.7rem 0 0.8rem;
}

.section6 .content {
    width: 12rem;
    margin: 0.6rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#demo {
    margin-top: 0.5rem;
}

#demo .zhengwu {
    width: 19.2rem;
    height: 6.73rem;
}

#demo .jinrong {
    width: 19.2rem;
    height: 6.75rem;
}

#demo .qifu {
    width: 19.2rem;
    height: 6.75rem;
}

#demo .gaoxiao {
    width: 19.2rem;
    height: 6.75rem;
}

#demo .jinrong-m,
#demo .zhengwu-m,
#demo .qifu-m,
#demo .gaoxiao-m {
    display: none;
}

#demo .carousel-indicators {
    position: static;
    margin-bottom: 0.3rem;
}

#demo .carousel-indicators li {
    text-indent: 0;
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #33475b;
    margin: 0 0.3rem;
    background: transparent;
    font-size: 0.24rem;
    z-index: 999999;
    text-align: center;
    opacity: 1;
}

#demo .carousel-indicators li.active {
    color: #7752f4;
    border-bottom: 4px solid #7752f4;
}

.section6 .content p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #33475b;
}

.section6 .content img {
    width: 5.71rem;
    height: 3.03rem;
    margin-right: 0.5rem;
}

.committee-banner {
    width: 100%;
    height: 4.2rem;
    position: relative;
    overflow: hidden;
}

.committeebj .committee-center {
    width: 12rem;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -6rem;
    top: 1.25rem;
    z-index: 9;
}

.committeebj .committee-center h1 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.committeebj .committee-center p {
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    line-height: 0.32rem;
    text-align: center;
}

.committee-banner video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.committee-banner .tihuan2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.committee-intro {
    padding: 0.6rem 0;
    background-color: #f7faff;
}

.committee-center {
    width: 12rem;
    margin: 0 auto;
}

.committee-intro h2 {
    font-size: 0.38rem;
    color: #33475b;
    text-align: center;
    margin-bottom: 0.6rem;
}

.committee-intro h2 span {
    position: relative;
}

.committee-intro h2 span::after {
    width: 0.88rem;
    height: 5px;
    content: "";
    background-color: #494ae1;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    margin-left: -0.44rem;
}

.committee-intro p {
    font-size: 0.16rem;
    color: #33475b;
    line-height: 0.3rem;
}

.committee-man {
    margin-top: 0.35rem;
}

.committee-man .colum {
    display: flex;
    align-items: center;
}

.committee-man .colum:nth-child(1)>div {
    width: calc(100% - 3.41rem);
}

.committee-man .colum:nth-child(2)>div {
    width: calc(100% - 3.78rem);
}

.committee-man .colum:nth-child(3)>div {
    width: calc(100% - 3.41rem);
}

.committee-man .colum:nth-child(4)>div {
    width: calc(100% - 3.78rem);
}

.committee-man .colum:nth-child(8)>div {
    width: calc(100% - 3.41rem);
}

.committee-man .colum img.man1 {
    width: 3.01rem;
    height: 2.72rem;
    margin-right: 0.4rem;
}

.committee-man .colum img.man3 {
    width: 2.73rem;
    height: 2.53rem;
    margin-right: 0.68rem;
}

.committee-man .colum h3 b {
    font-size: 0.3rem;
    color: #33475b;
}

.committee-man .colum h3 span {
    font-size: 0.2rem;
    color: #33475b;
    font-weight: normal;
}

.committee-man .colum p {
    font-size: 0.16rem;
    color: #33475b;
    line-height: 0.3rem;
    margin-top: 0.25rem;
}

.committee-man .colum.right img.man2 {
    width: 3.38rem;
    height: 2.99rem;
    margin-left: 0.4rem;
}

.committee-man .colum img.man4 {
    width: 3.16rem;
    height: 2.5rem;
    margin-left: 0.62rem;
}

.committee-man .colum.right img.man5 {
    width: 2.73rem;
    height: 2.53rem;
    margin-left: 1.05rem;
}

.committee-man .colum.right h3 {
    text-align: right;
}

.bot-img {
    display: flex;
    justify-content: center;
    margin: -0.3rem 1.8rem 0 0;
}

.bot-img img {
    width: 11.55rem;
    height: 2.43rem;
}

.contactWrap {
    width: 100%;
    height: 4rem;
    background: url('../images//contactBj.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.conMap {
    width: 11.42rem;
    height: 4.97rem;
    background: url('../images//mapbj.png') no-repeat center center;
    background-size: 100% 100%;
    margin: -1.2rem auto 1rem;
    padding: 0 0.4rem 0.85rem;
    display: flex;
    justify-content: space-between;
}

.conMap .left {
    width: 5rem;
}

.conMap .right {
    margin-top: 1rem;
}

#dituContent {
    width: 4.88rem;
    height: 3.58rem;
}

.conMap .left .title {
    border-bottom: 1px solid #f0f0f0;
    padding: 0.28rem 0 0.2rem;
}

.conMap .left .title img {
    width: 2.89rem;
    height: 0.49rem;
}

.conMap .word {
    padding: 0.3rem 0 0.6rem;
    color: #33475b;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0.2rem;
}

.conMap .word p {
    margin: 0.1rem 0;
    font-size: 0.16rem;
}

.conMap .word a {
    font-weight: 700;
    color: #4686eb;
}

.conMap .code span {
    font-size: 0.16rem;
    color: #33475b;
}

.conMap .code img {
    width: 1.36rem;
    height: 1.36rem;
}

:lang(en) .banner .word h2 {
    font-size: 0.55rem;
}

:lang(en) .banner .word h3 {
    font-size: 0.55rem;
    line-height: 0.55rem;
    margin-top: 0.2rem;
}

:lang(en) .banner .word img {
    width: 55%;
}

:lang(en) .part .title h5 {
    letter-spacing: 0.02rem;
}

:lang(en) .section2 h6 {
    margin: 0.6rem 4.5rem 0.5rem;
    line-height: 0.3rem;
}

:lang(en) .part .title h5 {
    font-size: 0.3rem;
    letter-spacing: 0.01rem;
}

:lang(en) .part .title p {
    font-size: 0.28rem;
    letter-spacing: 0.01rem;
}

:lang(en) #demo .carousel-indicators li {
    width: auto;
    padding: 0 0.1rem;
}

:lang(en) .section3 .content .colum p b {
    font-size: 0.3rem;
}

:lang(en) .committeebj .committee-center p {
    font-size: 0.4rem;
    line-height: 0.5rem;
}

:lang(en) .committee-man .colum {
    margin-bottom: 50px;
}

:lang(en) .committee-man .colum:last-child {
    margin-bottom: 0;
}

:lang(en) .conMap .word p {
    line-height: 0.22rem;
}

.daohang {
    display: flex;
}

.mobile-nav {
    display: none;
}

@media screen and (max-width: 1080px) {
    .daohang {
        display: none;
    }
    .mobile-nav {
        padding: 0 4%;
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(to right, #1c0c80, #472ad5, #408ee6);
    }
    .menu {
        cursor: pointer;
    }
    .menuPop {
        width: 100%;
        height: 100%;
        background-color: #383735;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        overflow: hidden;
        display: none;
    }
    .toutuo {
        padding: 0 8%;
        height: 150px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px;
    }
    .menuPop ul li {
        text-align: center;
        margin: 65px 0;
    }
    .menuPop ul li a {
        color: #fff;
        font-size: 40px;
        font-weight: 200;
    }
    .menuPop .cancle {
        cursor: pointer;
    }
     :lang(en) .conMap .word p {
        line-height: 60px;
    }
     :lang(en) .committee-man .colum h3 b {
        display: block;
        margin: 10px 0;
    }
     :lang(en) .committee-man .colum h3 span {
        margin: 10px 0;
    }
     :lang(en) .committeebj .committee-center p {
        font-size: 34px;
        line-height: 48px;
    }
     :lang(en) .committeebj .committee-center {
        padding-top: 50px;
    }
     :lang(en) .daohang {
        width: 99%;
        padding-left: 1%;
        padding-right: 0;
    }
     :lang(en) .nav-left {
        margin-right: 2%;
    }
     :lang(en) .daohang-nav li {
        padding: 0 15px;
    }
     :lang(en) .banner .word img {
        width: 70%;
        margin-top: 25px;
    }
     :lang(en) #demo .carousel-indicators {
        margin-left: 0;
        margin-right: 0;
    }
    .cooperation {
        width: 90%;
        margin: 0 auto;
    }
    #demo .carousel-indicators {
        margin-bottom: 30px;
    }
    #demo .carousel-indicators li {
        font-size: 36px;
        width: 120px;
        height: 50px;
        line-height: 50px;
    }
     :lang(en) #demo .carousel-indicators li {
        font-size: 28px;
    }
     :lang(en) .part .title h5 {
        font-size: 40px;
        margin: 0 5%;
    }
     :lang(en) .part .title p {
        font-size: 38px;
        margin: 10px 5% 0;
    }
     :lang(en) .section2 h6 {
        font-size: 30px;
        line-height: 42px;
        margin: 30px 60px 20px;
    }
     :lang(en) .section2 .content .colum p {
        line-height: 38px;
        margin-top: 65px;
    }
     :lang(en) .section3 .content .colum p b {
        font-size: 30px;
    }
     :lang(en) .section4 {
        height: 640px;
    }
     :lang(en) .section4 .tihuan1 {
        height: 640px;
    }
    #demo .jinrong-m,
    #demo .zhengwu-m,
    #demo .qifu-m,
    #demo .gaoxiao-m {
        width: 100%;
        display: block;
    }
    #demo .zhengwu,
    #demo .jinrong,
    #demo .qifu,
    #demo .gaoxiao {
        display: none;
    }
    .daohang {
        width: 90%;
        padding: 0 5%;
        height: 100px;
    }
    .nav-left img {
        width: 100%;
        height: 100%;
    }
    .daohang-nav {
        height: 100px;
    }
    .nav-left {
        margin-right: 12%;
    }
    .daohang-nav li {
        line-height: 98px;
        padding: 0 25px;
    }
    .daohang-nav li a {
        font-size: 30px;
    }
    .daohang-nav li.active {
        border-bottom: 2px solid #fff;
    }
    .banner .word h2 {
        font-size: 44px;
        margin-top: 20px;
    }
    .banner .word h3 {
        font-size: 44px;
        margin-top: 15px;
    }
    .banner .word img {
        margin-top: 15px;
    }
    .banner {
        width: 100%;
        height: 450px;
    }
    .bannerLeft img {
        width: 575px;
        height: 427px;
    }
    .bannerLeft {
        width: 60%;
    }
    .banner .word {
        margin-left: -100px;
        margin-top: 25px;
    }
    .section1 {
        margin: 30px 0;
    }
    .part .title div {
        font-size: 34px;
    }
    .part .title h5 {
        font-size: 44px;
    }
    .part .title div img {
        width: 30px;
        height: 32px;
    }
    .part .title p {
        font-size: 42px;
        margin-top: 10px;
    }
    .part .title div {
        margin-bottom: 25px;
    }
    .section1 .content {
        display: block;
    }
    .section1 .content .colum {
        width: 90%;
        margin: 5% auto;
    }
    .section1 .content .colum .bottom {
        padding: 40px;
    }
    .section1 .content .colum .top {
        height: 370px;
    }
    .section1 .content .colum .bottom p {
        font-size: 32px;
        line-height: 54px;
    }
    .section1 .content .colum .top .logo {
        left: 40px;
        top: 40px;
    }
    .section1 .content .colum .logo1 {
        width: 255px;
        height: 48px;
    }
    .section1 .content .colum .logo2 {
        width: 156px;
        height: 37px;
    }
    .section1 .content {
        margin: 1rem 0 1.4rem;
    }
    .section2 {
        padding: 70px 0;
        overflow: hidden;
    }
    .section2 h6 {
        font-size: 32px;
        line-height: 54px;
        margin: 30px 60px 20px;
    }
    .section2 .content {
        display: block;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    .section2 .content .colum {
        width: 42%;
        height: 300px;
        margin-right: 0;
        margin-top: 20px;
        padding: 100px 30px 40px;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    .section2 .content .colum:hover {
        transition: none;
        transform: none;
        box-shadow: none;
    }
    .section2 .content .colum:nth-child(1),
    .section2 .content .colum:nth-child(3) {
        float: left;
    }
    .section2 .content .colum:nth-child(2),
    .section2 .content .colum:nth-child(4) {
        float: right;
    }
    .section2 .content .colum p {
        font-size: 28px;
        line-height: 50px;
        margin-top: 80px;
    }
    .section2 .content .colum i {
        display: none;
    }
    .section2 .content .colum img {
        margin-top: 15px;
        transition: none;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
    .section3 {
        padding: 60px 0;
    }
    .section3 .content {
        width: 90%;
        margin: 50px auto 10px;
    }
    .section3 .content .colum {
        margin-right: 20px;
    }
    .section3 .content .colum {
        width: 31% !important;
        height: 300px !important;
    }
    .section3 .content .colum .sec-icon {
        width: 110px;
        height: 110px;
        margin: 40px auto 40px;
    }
    .section3 .content .colum p {
        font-size: 22px;
    }
    .section3 .content .colum p b {
        font-size: 38px;
    }
    .section3 .content .colum:nth-child(1) .sec-icon img {
        width: 50px;
        height: 50px;
    }
    .section3 .content .colum:nth-child(2) .sec-icon img {
        width: 41px;
        height: 50px;
    }
    .section3 .content .colum:nth-child(3) .sec-icon img {
        width: 57px;
        height: 50px;
    }
    .section3 .content .colum p b {
        margin-right: 15px;
    }
    .section4 {
        height: 530px;
        overflow: hidden;
    }
    .section4 .tihuan1 {
        display: none;
        width: auto;
        height: 530px;
    }
    .section4 .industry h4 {
        font-size: 34px;
        margin: 20px 0 20px;
    }
    .section4 .industry p {
        font-size: 32px;
        line-height: 54px;
    }
    .section4 .industry {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }
    .section4 .industry div {
        margin-top: 40px;
    }
    .section4 .industry div img {
        width: auto !important;
        height: auto !important;
    }
    .section5 .content {
        width: 90%;
    }
    .section5 .content p,
    .section6 .content p {
        font-size: 32px;
        line-height: 54px;
    }
    .section5 .content img {
        width: auto;
        height: auto;
    }
    .section5,
    .section6 {
        padding: 60px 0;
    }
    .section6 .content {
        width: 90%;
        display: block;
    }
    .section6 .content img {
        width: auto;
        height: auto;
        margin-right: 0;
        margin-left: 12%;
    }
    .section6 .content>div {
        width: 100%;
    }
    footer .content {
        width: 90%;
        display: block;
    }
    footer .content .left h4 {
        font-size: 26px;
    }
    footer .content .left {
        font-size: 24px;
        line-height: 54px;
    }
    footer .content .left ul li img {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
    footer h6 {
        font-size: 22px;
        line-height: 44px;
    }
    footer .content .right {
        margin-top: 20px;
    }
    footer .content .right img {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }
    footer .content .right span {
        font-size: 22px;
    }
    .committee-banner {
        height: 350px;
        overflow: hidden;
    }
    .committee-banner video {
        display: none;
    }
    video::-webkit-media-controls-start-playback-button {
        display: none;
    }
    video::-webkit-media-controls {
        display: none !important;
    }
    .committee-banner .tihuan2 {
        width: 100%;
        height: 350px;
        display: block;
    }
    .committeebj .committee-center {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }
    .committeebj .committee-center h1 {
        font-size: 40px;
        margin: 25px 0 20px;
    }
    .committeebj .committee-center p {
        font-size: 34px;
        line-height: 48px;
    }
    .committee-intro {
        padding: 70px 0;
    }
    .committee-center {
        width: 90%;
    }
    .committee-intro h2 {
        font-size: 42px;
        margin-bottom: 40px;
    }
    .committee-intro h2 span::after {
        width: 100px;
        top: 55px;
        margin-left: -50px;
    }
    .committee-intro p {
        font-size: 32px;
        line-height: 54px;
    }
    .committee-man .colum h6 {
        text-align: center;
    }
    .committee-man .colum h3 {
        margin: 20px 0;
    }
    .committee-man .colum:nth-child(2n+1) h3 {
        position: absolute;
        left: 350px;
        top: 80px;
    }
    .committee-man .colum:nth-child(2n) h3 {
        position: absolute;
        right: 350px;
        top: 80px;
    }
    .committee-man .colum:nth-child(2) h3 {
        left: 0;
    }
    .committee-man .colum img {
        width: auto !important;
        height: auto !important;
        margin-right: 0 !important;
    }
    .committee-man .colum:nth-child(2n+1) img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .committee-man .colum:nth-child(2n) img {
        position: absolute;
        right: 0;
        top: 0;
    }
    .committee-man .colum h3 b {
        font-size: 44px;
    }
    .committee-man .colum h3 span {
        font-size: 32px;
    }
    .committee-man .colum p {
        font-size: 32px;
        line-height: 54px;
        margin-top: 280px;
    }
    .committee-man .colum {
        display: block;
        margin: 40px 0;
        padding: 40px 0 50px;
        position: relative;
    }
    .committee-man .colum>div {
        width: 100% !important;
    }
    .contactWrap {
        height: 300px;
    }
    .conMap {
        width: calc(90% - 80px);
        height: 1050px;
        margin-top: -100px;
        display: block;
        padding: 40px;
    }
    .conMap .left .title img {
        width: auto;
        height: auto;
    }
    .conMap .left {
        width: 100%;
    }
    .conMap .left .title {
        padding: 10px 0 30px;
    }
    .conMap .word {
        padding: 30px 0 0;
        border: none;
    }
    .conMap .word p {
        font-size: 34px;
        line-height: 60px;
    }
    .conMap .code {
        border-bottom: 1px solid #f0f0f0;
    }
    .conMap .code img {
        width: 200px;
        height: 200px;
    }
    .conMap .code span {
        font-size: 34px;
    }
    .conMap .right {
        margin-top: 30px;
    }
    #dituContent {
        width: 100%;
        height: 440px;
    }
    .section4 .tihuan1 {
        display: block;
    }
    .section4 video {
        display: none;
    }
    video {
        pointer-events: none;
    }
}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../family/SourceHanSansCN-Normal.woff2') format('woff2'), url('../family/SourceHanSansCN-Normal.woff') format('woff'), url('../family/SourceHanSansCN-Normal.ttf') format('truetype'), url('../family/SourceHanSansCN-Normal.eot') format('embedded-opentype'), url('../family/SourceHanSansCN-Normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}