/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset 'utf-8';
* {
    margin: 0;
    padding: 0;
    outline: none;
}

@font-face {
    font-family: 'pm';
    src: url('../font/pm.ttf');
}

@font-face {
    font-family: 'pl';
    src: url('../font/pl.ttf');
}

@font-face {
    font-family: 'pr';
    src: url('../font/pr.ttf');
}

@font-face {
    font-family: 'bh';
    src: url('../font/bahnschrift.ttf');
}

body {
    /*字体设置*/
    font-size: 16px;
    font-family: "pm", "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    cursor: default;
    font-style: normal;
    font-weight: 400;
    color: #333;
    line-height: 1;
    word-break: break-word;
}


/*行内块元素*/

input,
img,
select,
button {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
    background: none;
    font-size: 16px;
}


/*行内元素*/

a {
    /*下划线和颜色*/
    text-decoration: none;
    color: #333;
}


/* li去处样式 */

li {
    list-style-type: none;
}

textarea {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
    font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
}


/*select去处三角*/

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
}

i {
    /*文字样式*/
    font-style: normal;
}

.h2,
.h3,
.h4,
.h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

table {
    /*边框合并*/
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc;
}

body {
    overflow-x: hidden;
}


/*引入字体*/

.f-pr {
    font-family: "pr";
}

.f-pm {
    font-family: "pm";
}

.f-pl {
    font-family: "pl";
}


/*自定义class*/

main {
    display: block;
}

.pr {
    position: relative;
}

.ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.w1600 {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
}


/* header */

header {
    height: 100px;
    background-color: #fff;
    position: fixed;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    width: 100%;
}

.logo {
    line-height: 100px;
    width: 13%;
}

.logo img {
    vertical-align: middle;
}

.hd-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 75.5%;
}

.hd-right-content .mobile-btn {
    display: none;
}

.hd-right-content .mobile-btn img {
    height: 30px;
    margin-right: 20px;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav ul li {
    line-height: 100px;
    position: relative;
    font-size: 16px;
    margin-right: 3.1vw;
}

nav ul li dl,
.hd-right-content .mask {
    display: none;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1D3E7F;
    display: none;
}

nav ul li.active a,
nav ul li:hover a {
    color: #1D3E7F;
}

nav ul li.active:after,
nav ul li:hover:after {
    display: block;
}

nav ul li a {
    color: #999;
    display: block;
}

.search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.search-content .search-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    line-height: 1;
    background-color: #1D3E7F;
    z-index: 15;
    display: none;
}

.search-content .search-box input[type=text] {
    background-color: #fff;
    height: 30px;
    padding: 0 5px;
    width: 220px;
}

.search-content .search-box input[type=button] {
    height: 30px;
    color: #fff;
    padding-left: 10px;
    cursor: pointer;
}

.search-content a:nth-of-type(1) {
    padding-right: 20px;
}

.search-content a:nth-of-type(2) {
    padding: 0 40px 0 20px;
    line-height: 100px;
}

.search-content a:nth-of-type(2) img {
    vertical-align: middle;
}

.search-content a:nth-of-type(2):hover .search-box {
    display: block;
}

.search-content .green {
    display: block;
    width: 160px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    background-color: #1D3E7F;
}

.search-content .green img {
    margin-right: 10px;
    vertical-align: middle;
}


/* header end */


/* main */


/* banner */

.banner {
    position: relative;
    margin-top: 100px;
}

.banner img {
    width: 100%;
}

.banner .my-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.banner .item {
    position: relative;
}

.banner .item p {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
    font-weight: 700;
    font-family: "pr";
}

.banner .item p span {
    display: block;
}

.banner .item p span:nth-of-type(1) {
    font-size: 2.7vw;
    margin-bottom: 20px;
}

.banner .item p span:nth-of-type(2) {
    font-size: 1vw;
}

.owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.owl-dots .owl-dot.active span {
    background-color: #000;
}

.owl-dots .owl-dot span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* 首页-可持续发展 */

.home-development {
    padding: 10.4vw 0 6.8vw;
    background: url(../images/home_development_bg.jpg) no-repeat right center / cover;
}

.home-development .development-body {
    max-width: 715px;
}

.home-development .top h3 {
    color: #fff;
    font-size: 40px;
}

.home-development .top p {
    color: #9E9FA4;
    line-height: 1.8;
    margin: 30px 0 80px;
}

.home-development .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.home-development .list ul li {
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.home-development .list ul li:last-child {
    padding-right: 0;
}

.home-development .list ul li.active:nth-of-type(1) .crl-img {
    background-image: url(../images/home_development_icon1_white.png);
}

.home-development .list ul li.active:nth-of-type(2) .crl-img {
    background-image: url(../images/home_development_icon1_white.png);
}

.home-development .list ul li.active:nth-of-type(3) .crl-img {
    background-image: url(../images/home_development_icon1_white.png);
}

.home-development .list ul li.active:nth-of-type(4) .crl-img {
    background-image: url(../images/home_development_icon1_white.png);
}

.home-development .list ul li.active:nth-of-type(5) .crl-img {
    background-image: url(../images/home_development_icon1_white.png);
}

.home-development .list ul li.active:after {
    bottom: -1px;
}

.home-development .list ul li.active h4 {
    color: #fff;
}

.home-development .list ul li.active .crl .cr.crl2 {
    background-color: rgba(26, 56, 111, 0.5);
    border-color: rgba(26, 56, 111, 0.5);
}

.home-development .list ul li.active .crl .cr.crl3 {
    background-color: #1D3E7F;
    border-color: #1D3E7F;
}

.home-development .list ul li:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 38px;
    width: 23px;
    height: 11px;
    background: url(../images/up_sanjiao.png) no-repeat center;
    background-size: 100% 100% 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.home-development .list ul li:nth-of-type(1) .crl-img {
    background: url(../images/home_development_icon1_gray.png) no-repeat center;
}

.home-development .list ul li:nth-of-type(2) .crl-img {
    background: url(../images/home_development_icon2_gray.png) no-repeat center;
}

.home-development .list ul li:nth-of-type(3) .crl-img {
    background: url(../images/home_development_icon3_gray.png) no-repeat center;
}

.home-development .list ul li:nth-of-type(4) .crl-img {
    background: url(../images/home_development_icon4_gray.png) no-repeat center;
}

.home-development .list ul li:nth-of-type(5) .crl-img {
    background: url(../images/home_development_icon5_gray.png) no-repeat center;
}

.home-development .list ul li .crl {
    width: 100px;
    height: 100px;
    position: relative;
}

.home-development .list ul li .crl .cr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}

.home-development .list ul li .crl .cr.crl3 {
    width: 90%;
    height: 90%;
    z-index: 7;
    border: solid 1px #434C55;
    margin: 5%;
}

.home-development .list ul li .crl .cr.crl2 {
    z-index: 5;
    border: solid 1px #838990;
}

.home-development .list ul li .crl .cr.crl-img {
    z-index: 10;
}

.home-development .list ul li h4 {
    color: #A5A8AA;
    text-align: center;
    margin-top: 20px;
}

.home-development .txt {
    margin-top: 35px;
}

.home-development .txt dl dd {
    display: none;
}

.home-development .txt dl dd:nth-of-type(1) {
    display: block;
}

.home-development .txt dd p {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 45px;
}


/* 首页-明新旭腾 */

.home-mingxin {
    position: relative;
    min-height: 500px;
}

.home-mingxin > img{
    width: 100%;
}

.home-mingxin .mingxin-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
    padding-top: 6.3vw;
}

.home-mingxin .mingxin-txt h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.home-mingxin .mingxin-txt .mingxin-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-mingxin .mingxin-txt .mingxin-body .left-txt {
    width: 44.3%;
    color: #A6A9B0;
    line-height: 1.8;
}

.home-mingxin .mingxin-txt .mingxin-body .right-txt {
    width: 48%;
}

.home-mingxin .mingxin-txt .mingxin-body .right-txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-mingxin .mingxin-txt .mingxin-body .right-txt ul li {
    margin-left: 3vw;
}

.home-mingxin .mingxin-txt .mingxin-body .right-txt ul li:nth-of-type(1) {
    margin-left: 0;
}

.home-mingxin .mingxin-txt .mingxin-body .right-txt ul li p {
    color: #A7ABB3;
    margin-top: 30px;
}

.home-mingxin .mingxin-txt .mingxin-body .right-txt ul li h4 {
    font-family: "pl";
    font-size: 3.1vw;
    color: #fff;
}

.home-mingxin .mingxin-txt .mingxin-body .right-txt ul li h4 span {
    font-size: 16px;
    font-weight: 700;
    font-family: "pm";
    vertical-align: baseline;
    margin-left: 10px;
}

.home-mingxin .mingxin-console .console-box:nth-of-type(1) {
    right: 50.5%;
    top: 42.2%;
}

.home-mingxin .mingxin-console .console-box:nth-of-type(2) {
    right: 28%;
    top: 43.8%;
}

.home-mingxin .mingxin-console .console-box:nth-of-type(3) {
    right: 23%;
    top: 40%;
}

.home-mingxin .mingxin-console .console-box:nth-of-type(4) {
    right: 18%;
    top: 45%;
}

.console-box {
    position: absolute;
    width: 110px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}

.console-box:hover .console-body {
    display: block;
}

.console-box .console-body {
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: 20px;
    width: 290px;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/right_sanjiao_white.png) no-repeat 270px 20px;
}

.console-box .console-body .console-txt {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

.console-box .console-body .console-txt>img {
    border-radius: 5px;
}

.console-box .console-body .console-txt h3 {
    color: #1D3E7F;
    font-size: 20px;
    margin: 20px 0 15px;
}

.console-box .console-body .console-txt p {
    font-size: 15px;
    color: #666;
    padding-bottom: 15px;
    line-height: 1.5;
}

.home-more {
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 5px;
    background-color: #1D3E7F;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.home-more img {
    vertical-align: middle;
    margin-left: 30px;
}


/* 首页-产品与应用 */

.home-product {
    background: url(../images/pro_bg.jpg) repeat;
}

.home-product .w1600 {
    position: relative;
    min-height: 500px;
}

.home-product .mingxin-console-quyu .mingxin-console {
    display: none;
}

.home-product .mingxin-console-quyu .mingxin-console:nth-of-type(1) {
    display: block;
}

.home-product .home-product-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.home-product .home-product-body .mingxin-console>img {
    display: none;
}

.home-product .home-product-body .left-item span {
    margin-left: 12px;
}

.home-product .home-product-body .left-item p:hover span,
.home-product .home-product-body .left-item p.active span {
    margin-left: 20px;
}

.home-product .home-product-body .left-item p:hover:nth-of-type(1) span,
.home-product .home-product-body .left-item p:nth-of-type(1).active span {
    background-image: url(../images/pro1_white.png);
}

.home-product .home-product-body .left-item p:hover:nth-of-type(2) span,
.home-product .home-product-body .left-item p:nth-of-type(2).active span {
    background-image: url(../images/pro2_white.png);
}

.home-product .home-product-body .left-item p:hover:nth-of-type(3) span,
.home-product .home-product-body .left-item p:nth-of-type(3).active span {
    background-image: url(../images/pro3_white.png);
}

.home-product .home-product-body .left-item p:hover:nth-of-type(4) span,
.home-product .home-product-body .left-item p:nth-of-type(4).active span {
    background-image: url(../images/pro4_white.png);
}

.home-product .home-product-body .left-item p:hover:nth-of-type(5) span,
.home-product .home-product-body .left-item p:nth-of-type(5).active span {
    background-image: url(../images/pro5_white.png);
}

.home-product .home-product-body .left-item p:hover:nth-of-type(6) span,
.home-product .home-product-body .left-item p:nth-of-type(6).active span {
    background-image: url(../images/pro6_white.png);
}

.home-product .home-product-body .left-item p:hover:nth-of-type(7) span,
.home-product .home-product-body .left-item p:nth-of-type(7).active span {
    background-image: url(../images/pro7_white.png);
}

.home-product .home-product-body .left-item p:nth-of-type(1) {
    right: 85.8%;
    top: 24%;
}

.home-product .home-product-body .left-item p:nth-of-type(8),
.home-product .home-product-body .left-item p:nth-of-type(9),
.home-product .home-product-body .left-item p:nth-of-type(10) {
    display: none;
}

.home-product .home-product-body .left-item p:nth-of-type(1) span {
    background: #fff url(../images/pro1.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:nth-of-type(2) {
    top: 31.5%;
    right: 87%;
}

.home-product .home-product-body .left-item p:nth-of-type(2) span {
    background: #fff url(../images/pro2.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:nth-of-type(3) {
    right: 88%;
    top: 39.5%;
}

.home-product .home-product-body .left-item p:nth-of-type(3) span {
    background: #fff url(../images/pro3.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:nth-of-type(4) {
    top: 48%;
    right: 88.2%;
}

.home-product .home-product-body .left-item p:nth-of-type(4) span {
    background: #fff url(../images/pro4.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:nth-of-type(5) {
    top: 56.5%;
    right: 87.8%;
}

.home-product .home-product-body .left-item p:nth-of-type(5) span {
    background: #fff url(../images/pro5.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:nth-of-type(6) {
    top: 65%;
    right: 87%;
}

.home-product .home-product-body .left-item p:nth-of-type(6) span {
    background: #fff url(../images/pro6.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:nth-of-type(7) {
    top: 73%;
    right: 85.2%;
}

.home-product .home-product-body .left-item p:nth-of-type(7) span {
    background: #fff url(../images/pro7.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:hover:nth-of-type(8) span,
.home-product .home-product-body .left-item p:nth-of-type(8).active span {
    background-image: url(../images/pro8_white.png);
}

.home-product .home-product-body .left-item p:hover:nth-of-type(9) span,
.home-product .home-product-body .left-item p:nth-of-type(9).active span {
    background-image: url(../images/pro9_white.png);
}

.home-product .home-product-body .left-item p:hover:nth-of-type(10) span,
.home-product .home-product-body .left-item p:nth-of-type(10).active span {
    background-image: url(../images/pro10_white.png);
}

.home-product .home-product-body .left-item p:nth-of-type(8) span {
    background: #fff url(../images/pro8.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:nth-of-type(9) span {
    background: #fff url(../images/pro9.png) no-repeat center / 50%;
}

.home-product .home-product-body .left-item p:nth-of-type(10) span {
    background: #fff url(../images/pro10.png) no-repeat center / 50%;
}

.home-product .home-product-body .right-item span {
    margin-right: 12px;
}

.home-product .home-product-body .right-item p:hover span {
    margin-right: 20px;
}

.home-product .home-product-body .right-item p:hover:nth-of-type(1) span,
.home-product .home-product-body .right-item p:nth-of-type(1).active span {
    background-image: url(../images/pro8_white.png);
}

.home-product .home-product-body .right-item p:hover:nth-of-type(2) span,
.home-product .home-product-body .right-item p:nth-of-type(2).active span {
    background-image: url(../images/pro9_white.png);
}

.home-product .home-product-body .right-item p:hover:nth-of-type(3) span,
.home-product .home-product-body .right-item p:nth-of-type(3).active span {
    background-image: url(../images/pro10_white.png);
}

.home-product .home-product-body .right-item p:nth-of-type(1) {
    top: 24%;
    left: 85.8%;
}

.home-product .home-product-body .right-item p:nth-of-type(1) span {
    background: #fff url(../images/pro8.png) no-repeat center / 50%;
}

.home-product .home-product-body .right-item p:nth-of-type(2) {
    top: 31.5%;
    left: 87.2%;
}

.home-product .home-product-body .right-item p:nth-of-type(2) span {
    background: #fff url(../images/pro9.png) no-repeat center / 50%;
}

.home-product .home-product-body .right-item p:nth-of-type(3) {
    top: 39.5%;
    left: 88%;
}

.home-product .home-product-body .right-item p:nth-of-type(3) span {
    background: #fff url(../images/pro10.png) no-repeat center / 50%;
}

.home-product .home-product-body .item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-size: 18px;
    color: #818A9B;
    cursor: pointer;
}

.home-product .home-product-body .left-item p span:nth-of-type(1) {
    display: none;
}

.home-product .home-product-body .item p:hover {
    font-size: 20px;
}

.home-product .home-product-body .item p:hover span,
.home-product .home-product-body .item p.active span {
    -webkit-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    background-color: #1D3E7F;
    border-color: #1D3E7F;
}

.home-product .home-product-body .item p span {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #90AFD6;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.home-product .home-product-body .top {
    padding-top: 5vw;
    text-align: center;
}

.home-product .home-product-body .top h3 {
    font-size: 40px;
    color: #1D3E7F;
    margin-bottom: 25px;
}

.home-product .home-product-body .top p {
    color: #818A9B;
    line-height: 1.8;
}

.home-product .home-product-body .console-box {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
}

.home-product .home-product-body .console-box:hover .disc:before {
    height: 0;
}

.home-product .home-product-body .console-box:nth-of-type(1) {
    top: 54%;
    left: 35%;
}

.home-product .home-product-body .console-box:nth-of-type(2) {
    left: 29.5%;
    top: 52%;
}

.home-product .home-product-body .console-box .console-body {
    padding: 0 0 0 20px;
    right: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 610px;
    background: url(../images/left_sanjiao_white.png) no-repeat 10px center;
}

.home-product .home-product-body .console-box .console-body .console-txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 0 15px #eee;
    box-shadow: 5px 0 15px #eee;
}

.home-product .home-product-body .console-box .console-body .console-txt .img {
    width: 43%;
    margin-right: 30px;
}

.home-product .home-product-body .console-box .console-body .console-txt .img img {
    border-radius: 5px;
}

.home-product .home-product-body .console-box .console-body .console-txt .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.home-product .home-product-body .console-box .console-body .console-txt .txt h3 {
    color: #333;
    font-size: 24px;
}

.home-product .home-product-body .console-box .console-body .console-txt .txt p {
    line-height: 1.5;
    margin: 15px 0 20px;
}

.home-product .home-product-body .console-box .disc {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-color: #1D3E7F;
    border-radius: 50%;
}

.home-product .home-product-body .console-box .disc:after,
.home-product .home-product-body .console-box .disc:before {
    position: absolute;
    background-color: #fff;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.home-product .home-product-body .console-box .disc:after {
    width: 15px;
    height: 2px;
}

.home-product .home-product-body .console-box .disc::before {
    height: 15px;
    width: 2px;
}


/* 关于我们-企业简介 */

.main-content {
    padding-bottom: 100px;
}

.main-content.about-main-content {
    background-color: #f0f0ff;
}

.main-content.about-main-content .home-mingxin .mingxin-console .console-box:nth-of-type(1) {
    top: 16.2%;
}

.main-content.about-main-content .home-mingxin .mingxin-console .console-box:nth-of-type(2) {
    top: 18.8%;
}

.main-content.about-main-content .home-mingxin .mingxin-console .console-box:nth-of-type(3) {
    top: 13%;
}

.main-content.about-main-content .home-mingxin .mingxin-console .console-box:nth-of-type(4) {
    top: 20%;
}

.location {
    border-bottom: solid 1px #ccc;
    background-color: #fff;
}

.location .w1600 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.location p {
    color: #1D3E7F;
}

.location p a {
    color: #999;
}

.location .sub-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.location .sub-menu ul li {
    height: 70px;
    /*width: 135px;*/
    padding:0 3%;
    margin-right: 1px;
    text-align: center;
    line-height: 70px;
}

.location .sub-menu ul li:last-child {
    margin-right: 0;
}

.location .sub-menu ul li.active,
.location .sub-menu ul li:hover {
    background-color: #1D3E7F;
}

.location .sub-menu ul li.active a,
.location .sub-menu ul li:hover a {
    color: #fff;
}

.location .sub-menu ul li a {
    color: #999;
    display: block;
    white-space: nowrap;
}

.about-info {
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-info .info-left {
    width: 56.25%;
}

.about-info .info-left h3 {
    color: #1D3E7F;
    font-family: "微软雅黑";
    font-size: 28px;
    margin-bottom: 35px;
}

.about-info .info-left p {
    color: #999;
    line-height: 1.8;
}

.about-info .info-right {
    width: 32.5%;
}

.about-info .info-right dl dd {
    float: left;
    margin-bottom: 40px;
}

.about-info .info-right dl dd:nth-of-type(1) {
    width: 48%;
}

.about-info .info-right dl dd:nth-of-type(2) {
    width: 52%;
}

.about-info .info-right dl dd:nth-of-type(3) {
    width: 100%;
    margin-bottom: 0;
}

.about-info .info-right dl dd h4 {
    font-size: 60px;
    font-family: "pl";
    color: #1D3E7F;
}

.about-info .info-right dl dd h4 span {
    font-size: 16px;
    vertical-align: baseline;
    font-family: "pm";
    margin-left: 15px;
}

.about-info .info-right dl dd p {
    color: #9999cc;
    margin-top: 25px;
}


/* 关于我们-发展历程 */

.development-w1600 {
    background: url(../images/deveplment_bg.jpg) no-repeat center 0;
    background-size: 100% 100%;
}

.development-path-content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 110px;
}

.development-path-content>h3,
.proclamation-content>h3 {
    font-size: 36px;
    color: #1D3E7F;
    text-align: center;
}

.development-path-content .path-tab-imgs {
    max-width: 1040px;
    margin: 100px auto 135px;
    overflow: hidden;
}

.development-path-content .path-tab-imgs .swiper-container {
    height: 310px;
}

.development-path-content .path-tab-imgs .path-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: 10px;
}

.development-path-content .path-tab-imgs .path-item .img {
    width: 39%;
    height: 280px;
}

.development-path-content .path-tab-imgs .path-item .txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 0 10px #ccc;
    box-shadow: 5px 0 10px #ccc;
    width: 61%;
}

.development-path-content .path-tab-imgs .path-item .txt ul li {
    list-style-type: disc;
    color: #1D3E7F;
    line-height: 1.5;
    margin-bottom: 10px;
}

.development-path-content .path-tab-imgs .path-item .txt ul li:last-child {
    margin-bottom: 0;
}

.development-path-content .path-tab-imgs .path-item .txt ul li span {
    color: #999;
}

.development-path-content .year-content {
    position: relative;
    padding: 0 150px;
}

.development-path-content .year-content .line {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 5;
}

.development-path-content .year-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.development-path-content .year-content dl dd {
    cursor: pointer;
}

.development-path-content .year-content dl dd.active h4,
.development-path-content .year-content dl dd:hover h4 {
    color: #1D3E7F;
}

.development-path-content .year-content dl dd.active .disc,
.development-path-content .year-content dl dd:hover .disc {
    background-color: #9999cc;
    border-color: #9999cc;
}

.development-path-content .year-content dl dd.active .disc span,
.development-path-content .year-content dl dd:hover .disc span {
    background-color: #1D3E7F;
}

.development-path-content .year-content dl dd h4 {
    font-family: "bh";
    color: #999;
    font-size: 40px;
    margin-top: 30px;
}

.development-path-content .year-content dl dd .disc {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: solid 1px #ccc;
    margin: 0 auto;
    background-color: #fff;
}

.development-path-content .year-content dl dd .disc span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 4px 0 0 4px;
}

.development-path-content .year-content .btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.development-path-content .year-content .left-btn {
    left: 0;
    background: #fff url(../images/left_arrow.png) no-repeat center;
}

.development-path-content .year-content .left-btn:hover {
    border-color: #1D3E7F;
    background-color: #1D3E7F;
    background-image: url(../images/left_arrow_white.png);
}

.development-path-content .year-content .right-btn {
    right: 0;
    background: #fff url(../images/right_arrow.png) no-repeat center;
}

.development-path-content .year-content .right-btn:hover {
    border-color: #1D3E7F;
    background-color: #1D3E7F;
    background-image: url(../images/right_arrow_white.png);
}

.zoom-in {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.lookMaxImage.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lookMaxImage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lookMaxImage img {
    max-width: 90%;
    max-height: 90%;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}


/* 关于我们-企业荣誉 */

.honor-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.honor-list ul li {
    width: 24%;
    margin-top: 60px;
}

.honor-list ul li .img {
    height: 255px;
    line-height: 255px;
    text-align: center;
    background: url(../images/honor_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.honor-list ul li img {
    vertical-align: middle;
    max-width: 90%;
    max-height: 200px;
}

.honor-list ul li h3 {
    color: #999;
    margin-top: 25px;
    text-align: center;
    line-height: 1.5;
    padding: 0 10px;
}


/*pages*/

.Pages {
    margin-top: 120px;
    line-height: 18px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
}

.Pages span {
    padding: 0px 3px;
    display: inline-block;
}

.Pages a {
    display: inline-block;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #ccc;
}

.Pages a.active,
.Pages a:hover {
    background-color: #1D3E7F;
    color: #fff;
}


/*.Pages .p_cur{ float:left;}*/

.Pages .p_cur b {
    color: #F00;
}


/*.Pages .p_count{ float:left;}*/

.Pages .p_count b {
    color: #F00;
}


/*.Pages .p_total { float:left;}*/

.Pages .p_total b {
    color: #F00;
}


/*.Pages .p_page{ float:right;}*/

.Pages .p_page em {
    font-style: normal;
    font-family: Arial;
}

.Pages .p_page em a {
    margin: 0 5px;
    width: 50px;
}

.Pages .p_page em a.a_cur {
    color: #fff;
    border: solid 1px #0395ea;
    background: #0e76b3;
}

.Pages .p_page b {
    font-weight: normal;
}

.Pages .i_text {
    width: 30px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    border: inset 1px #ddd;
    background: #fff;
}

.Pages .a_prev,
.Pages .a_next {
    width: 100px;
}

.Pages .a_prev {
    margin-right: 20px;
    background: url(../images/page_left.png) no-repeat center;
}

.Pages .a_prev:hover {
    background-image: url(../images/page_left_white.png);
}

.Pages .a_next {
    margin-left: 20px;
    background: url(../images/page_right.png) no-repeat center;
}

.Pages .a_next:hover {
    background-image: url(../images/page_right_white.png);
}

.Pages .i_button {
    position: relative;
    top: 5px;
    width: 32px;
    height: 20px;
    cursor: pointer;
    border: none;
    background: url(page_goto.jpg) no-repeat;
}


/*pages end*/


/* 产品与技术-实验室 */

.title {
    margin-bottom: 40px;
}

.title.active h3 {
    font-size: 0;
}

.title.active h3 span {
    position: static;
}

.title.active p {
    margin-top: 15px;
}

.title h3 {
    font-size: 160px;
    color: #ccc;
    font-family: "bh";
    text-align: center;
    position: relative;
    font-weight: 700;
    line-height: 1;
}

.title h3 span {
    font-family: "pm";
    font-size: 36px;
    color: #1D3E7F;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    font-weight: 400;
}

.title p {
    color: #999;
    line-height: 2;
    text-align: center;
}

.title p span {
    color: #1D3E7F;
}

.experiment-honor {
    padding: 0 80px;
    position: relative;
    height: 280px;
}

.experiment-honor .swiper-container {
    height: 280px;
}

.experiment-honor .btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    top: 80px;
}

.experiment-honor .btn.left-btn {
    background: url(../images/disc_left.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
}

.experiment-honor .btn.left-btn:hover {
    background-image: url(../images/disc_left_active.png);
}

.experiment-honor .btn.right-btn {
    background: url(../images/disc_right.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
}

.experiment-honor .btn.right-btn:hover {
    background-image: url(../images/disc_right_active.png);
}

.experiment-honor .swiper-slide p {
    width: 218px;
    height: 226px;
    background: url(../images/box_shadow.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto 20px;
}

.experiment-honor .swiper-slide p span {
    position: absolute;
    left: 36px;
    top: 7px;
    width: 148px;
    height: 205px;
}

.experiment-honor .swiper-slide h3 {
    color: #999;
    text-align: center;
    line-height: 1.5;
    margin: 0 10px;
}

.experiment-item {
    padding: 90px 0 100px;
}

.main-content.experiment-main-content {
    padding-bottom: 0;
}

.experiment-content .experiment-item:nth-of-type(2) {
    background-color: rgba(51, 51, 102, 0.1);
}

.featrues-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
}

.featrues-list ul li {
    width: 24%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    background-color: #fff;
    padding-bottom: 0;
    margin-top: 20px;
}

.featrues-list ul li .txt {
    padding: 30px 25px;
}

.featrues-list ul li .txt h3 {
    color: #1D3E7F;
    font-size: 20px;
    margin-bottom: 15px;
}

.featrues-list ul li .txt p {
    line-height: 1.5;
}

.development-path-content.experiment-info {
    max-width: none;
    padding: 0 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.development-path-content.experiment-info .path-tab-imgs {
    margin: 0;
    max-width: 1400px;
    height: 430px;
}

.development-path-content.experiment-info .path-tab-imgs .swiper-container {
    height: 430px;
}

.development-path-content.experiment-info .path-tab-imgs .path-item {
    margin-top: 15px;
}

.development-path-content.experiment-info .path-tab-imgs .path-item .img {
    width: 50%;
    height: 400px;
}

.development-path-content.experiment-info .path-tab-imgs .path-item .txt {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 120px;
}

.development-path-content.experiment-info .path-tab-imgs .path-item .txt .desc {
    color: #999;
}

.development-path-content.experiment-info .path-tab-imgs .path-item .txt .desc p {
    line-height: 1.8;
    margin-top: 10px;
}

.development-path-content.experiment-info .path-tab-imgs .path-item .txt h3 {
    font-size: 24px;
    color: #1D3E7F;
    margin-bottom: 35px;
    line-height: 1.3;
}

.development-path-content.experiment-info .year-content {
    position: static;
    padding: 0;
}

.development-path-content.experiment-info .year-content .btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* 产品与技术-质量管理 */

.quality-list ul>li .item {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.quality-list ul>li:nth-of-type(odd) {
    background-color: rgba(51, 51, 102, 0.1);
    padding: 100px 0;
}

.quality-list ul>li:nth-of-type(odd) .img {
    float: left;
}

.quality-list ul>li:nth-of-type(odd) .txt {
    float: right;
}

.quality-list ul>li:nth-of-type(odd) .absolute-txt {
    display: none;
}

.quality-list ul>li:nth-of-type(even) .img {
    float: right;
}

.quality-list ul>li:nth-of-type(even) .item>.txt {
    float: left;
    display: none;
}

.quality-list ul>li:nth-of-type(even) .item {
    max-width: 100%;
}

.quality-list ul>li .img,
.quality-list ul>li .txt {
    width: 50%;
    height: 480px;
}

.quality-list ul>li .absolute-txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50%;
}

.quality-list ul>li .absolute-txt .txt {
    float: none;
    padding: 0 30px 0 0;
    width: 100%;
}

.quality-list ul>li .txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

.quality-list ul>li .txt h3 {
    color: #1D3E7F;
    font-size: 24px;
}

.quality-list ul>li .txt p {
    color: #999;
    line-height: 1.8;
    margin: 20px 0;
}

.quality-list ul>li .txt p span {
    color: #1D3E7F;
}

.quality-list ul>li .txt .line {
    width: 35px;
    height: 4px;
    background-color: #1D3E7F;
}

.experiment-content.quality-content .experiment-item:nth-of-type(2) {
    background: none;
}

.experiment-content.quality-content .experiment-honor {
    max-width: 1440px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 95%;
}

.quality-item {
    margin-bottom: 100px;
}

.quality-item .path-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quality-item .path-item .img,
.quality-item .path-item .txt {
    width: 50%;
    height: 480px;
}

.quality-item .path-item .txt {
    padding: 20px 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 0 10px #ccc;
    box-shadow: 5px 0 10px #ccc;
    line-height: 2;
}

.quality-item .path-item .txt span {
    color: #1D3E7F;
}


/* 可持续发展-明新价值观 */

.worth-content .quality-list {
    margin: 100px 0;
}

.worth-content .quality-list ul>li {
    margin-bottom: 70px;
}

.worth-content .quality-list ul>li:last-child {
    margin-bottom: 0;
}

.worth-content .quality-list ul>li:nth-of-type(odd) {
    background: none;
    padding: 0;
}

.worth-content .quality-list ul>li:nth-of-type(even) .item>.txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.worth-content .quality-list ul>li:nth-of-type(even) .item {
    max-width: 1600px;
}

.worth-content .quality-list ul>li .img,
.worth-content .quality-list ul>li .txt {
    height: 380px;
}

.worth-content .quality-list ul>li .txt {
    padding: 0 80px;
    background-color: rgba(51, 51, 102, 0.1);
}

.worth-content .quality-list ul>li .txt h3 {
    font-weight: 700;
}

.worth-content .quality-list ul>li .txt .line {
    margin: 20px 0;
}

.worth-content .quality-list ul>li h5 {
    color: #999;
    line-height: 1.5;
    margin-top: 10px;
    font-size: 18px;
}

.worth-content .quality-list ul>li ol li {
    list-style-type: decimal;
    margin-left: 20px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 10px;
}

.worth-content .quality-list ul>li ol li:last-child {
    margin-bottom: 0;
}


/* 可持续发展-环境保护 */

.environment-content {
    margin: 100px 0 160px;
}

.environment-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.environment-content ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 375px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.environment-content ul li:nth-of-type(1) {
    border-bottom: solid 1px #ccc;
}

.environment-content ul li:nth-of-type(2) {
    background-color: rgba(51, 51, 102, 0.1);
}

.environment-content ul li .img {
    width: 100px;
    margin-right: 50px;
}

.environment-content ul li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 465px;
}

.environment-content ul li .txt dl dt {
    color: #1D3E7F;
    font-size: 20px;
    margin-bottom: 20px;
}

.environment-content ul li .txt dl dd {
    line-height: 2;
    color: #999;
}


/* 可持续发展-安全生产 */

.product-content {
    margin: 100px 0;
}

.product-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -60px;
}

.product-content ul li {
    width: 31.5%;
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
    margin-top: 60px;
}

.product-content ul li img {
    width: 100%;
}

.product-content ul li h3 {
    color: #1D3E7F;
    font-size: 20px;
    line-height: 1.3;
    margin: 15px 0;
}

.product-content ul li p {
    color: #999;
    line-height: 1.3;
}


/* 可持续发展-员工权益 */

.staff-content {
    margin: 150px 0;
}

.staff-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staff-content ul li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 75px 35px 25px 35px;
    width: 19%;
    background-color: #EFF2F7;
}

.staff-content ul li .img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
}

.staff-content ul li dl dt {
    font-size: 20px;
    color: #1D3E7F;
    text-align: center;
    margin-bottom: 15px;
}

.staff-content ul li dl dd {
    color: #999;
    line-height: 2;
}


/* 可持续发展-社会公益 */

.society-content {
    margin: 100px 0 110px;
}

.society-content .society-txt {
    height: 570px;
    background: url(../images/society_bg.jpg) no-repeat right bottom / cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.society-content .society-txt dl {
    max-width: 760px;
}

.society-content .society-txt dl dt {
    color: #fff;
    font-size: 40px;
    margin-bottom: 35px;
}

.society-content .society-txt dl dd {
    line-height: 1.5;
    color: #D2D2D1;
}


/* 新闻中心 */

.news-top {
    position: relative;
    margin: 100px 0;
}

.news-top .swiper-container {
    height: 400px;
}

.news-top .path-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-top .path-item .img,
.news-top .path-item .txt {
    height: 400px;
}

.news-top .path-item .img {
    width: 37.5%;
}

.news-top .path-item .txt {
    width: 62.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 265px 0 45px;
    background-color: #EFF2F7;
}

.news-top .path-item .txt .time {
    color: #ccc;
    font-size: 18px;
    margin-bottom: 20px;
}

.news-top .path-item .txt h3 a {
    color: #1D3E7F;
    font-size: 24px;
}

.news-top .path-item .txt h3 a:hover {
    text-decoration: underline;
}

.news-top .path-item .txt p {
    color: #999;
    line-height: 2;
    margin: 20px 0 40px;
}

.news-top .news-top-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 270px;
    bottom: 40px;
    z-index: 10;
}

.news-top .news-top-tab .cf {
    margin: 0 15px;
}

.news-top .news-top-tab span {
    font-family: "Arial";
    font-size: 30px;
    color: #818A9B;
}

.news-top .news-top-tab span.cur {
    color: #1D3E7F;
}

.news-top .news-top-tab button {
    display: block;
    width: 13px;
    height: 22px;
    cursor: pointer;
}

.news-top .news-top-tab button.left-btn {
    background: url(../images/news_left_btn.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 35px;
}

.news-top .news-top-tab button.right-btn {
    background: url(../images/news_right_btn.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 35px;
}

.more a {
    display: block;
    color: #1D3E7F;
    line-height: 22px;
}

.more a img {
    margin-left: 10px;
    vertical-align: middle;
}

.news-list {
    padding: 90px 0;
    background-color: #EFF2F7;
}

.news-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px;
}

.news-list ul li {
    width: 23.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    background-color: #fff;
    margin-top: 40px;
}

.news-list ul li:hover .more-box a {
    color: #fff;
    background-color: #1D3E7F;
    text-align: center;
}

.news-list ul li:hover .more-box a img {
    display: none;
}

.news-list ul li:hover .more-box a img.hide {
    display: inline-block;
}

.news-list ul li .txt {
    padding: 35px 15px 0 15px;
}

.news-list ul li h3 a {
    display: block;
    color: #1D3E7F;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li h3 a:hover {
    text-decoration: underline;
}

.news-list ul li p {
    color: #999;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0 30px;
}

.news-list ul li .more-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-list ul li .more-box span {
    color: #ccc;
}

.news-list ul li .more-box a {
    color: #ccc;
    width: 140px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news-list ul li .more-box a .hide {
    display: none;
}


/* 新闻中心-详情页 */

.news-detail-content {
    max-width: 1400px;
    margin: 100px auto 150px;
    width: 95%;
}

.news-detail-content>h3 {
    font-size: 28px;
    color: #1D3E7F;
    text-align: center;
}

.news-detail-content .time {
    font-family: "pl";
    color: #ccc;
    text-align: center;
    padding: 20px 0 40px;
    border-bottom: solid 1px #ECECEC;
}

.news-detail-content .content {
    color: #818A9B;
    line-height: 1.8;
    min-height: 400px;
    margin: 70px 0 100px;
}

.news-detail-content dl {
    border-bottom: solid 1px #ECECEC;
}

.news-detail-content dl dd {
    line-height: 60px;
    border-top: solid 1px #ECECEC;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-detail-content dl dd:nth-of-type(1) span {
    background: url(../images/up.png) no-repeat right center;
}

.news-detail-content dl dd:nth-of-type(2) span {
    background: url(../images/down.png) no-repeat right center;
}

.news-detail-content dl dd span,
.news-detail-content dl dd a {
    color: #818A9B;
}

.news-detail-content dl dd span {
    padding-right: 20px;
    margin-right: 30px;
}

.news-detail-content dl dd a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.news-detail-content dl dd a:hover {
    color: #1D3E7F;
    text-decoration: underline;
}


/* 联系我们-商务咨询 */

.business-content {
    margin: 100px 0 120px;
}

.business-content .map {
    border: solid 1px #E1E1E1;
    padding: 10px;
}

.business-content .map #map {
    height: 430px;
}

.business-content .map img {
    max-width: none;
}

.business-content .business-bottom {
    border: solid 1px #E1E1E1;
    margin-top: 55px;
}

.business-content .business-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.business-content .business-bottom ul li {
    width: 100%;
    padding: 60px 45px 20px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.business-content .business-bottom ul li dl dt {
    color: #1D3E7F;
    font-size: 36px;
    margin-bottom: 50px;
}

.business-content .business-bottom ul li form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.business-content .business-bottom ul li form p input[type=text] {
    width: 32%;
    display: block;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    border: solid 1px #E1E1E1;
}

.business-content .business-bottom ul li form p textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #E1E1E1;
    padding: 15px;
    width: 100%;
    height: 80px;
    font-size: 16px;
}

.business-content .business-bottom ul li form .sub {
    width: 120px;
    height: 45px;
    background-color: #1D3E7F;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.business-content .business-bottom ul li .left-ardess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -50px;
}

.business-content .business-bottom ul li .left-ardess p {
    width: 25%;
    padding-bottom: 30px;
    margin-top: 50px;
}

.business-content .business-bottom ul li .left-ardess p:nth-of-type(1) span:nth-of-type(1) {
    background: url(../images/phone.png) no-repeat left 4px;
}

.business-content .business-bottom ul li .left-ardess p:nth-of-type(2) span:nth-of-type(1) {
    background: url(../images/emaill.png) no-repeat left 7px;
}

.business-content .business-bottom ul li .left-ardess p:nth-of-type(3) span:nth-of-type(1) {
    background: url(../images/youbian.png) no-repeat left 7px;
}

.business-content .business-bottom ul li .left-ardess p:nth-of-type(4) span:nth-of-type(1) {
    background: url(../images/dizhi.png) no-repeat left 7px;
}

.business-content .business-bottom ul li .left-ardess p:nth-of-type(1) span:nth-of-type(2) {
    font-size: 22px;
    color: #1D3E7F;
}

.business-content .business-bottom ul li .left-ardess p:nth-of-type(3),
.business-content .business-bottom ul li .left-ardess p:nth-of-type(4) {
    padding-bottom: 0;
    border-bottom: 0;
}

.business-content .business-bottom ul li .left-ardess p span {
    padding-left: 30px;
    line-height: 1.5;
    display: block;
}

.business-content .business-bottom ul li .left-ardess p span:nth-of-type(1) {
    color: #1D3E7F;
    font-size: 18px;
}

.business-content .business-bottom ul li .left-ardess p span:nth-of-type(2) {
    color: #818A9B;
}


/* 联系我们-招贤纳士 */

.jobs-content .job-table .th {
    background-color: #1D3E7F;
    color: #fff;
}

.jobs-content .job-table .td {
    border-bottom: dashed 1px #eee;
}

.jobs-content .job-table .job-txt {
    padding: 60px 0;
    background-color: #EFF2F7;
    -webkit-box-sizing: 0 3px;
    box-sizing: 0 3px;
    -webkit-box-shadow: 0 10px 10px -8px #eee inset;
    box-shadow: 0 10px 10px -8px #eee inset;
    display: none;
}

.jobs-content .job-table .job-txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jobs-content .job-table .job-txt ul li {
    width: 50%;
    padding: 0 20px 0 60px;
}

.jobs-content .job-table .job-txt ul li h4 {
    color: #1D3E7F;
    font-size: 18px;
    margin-bottom: 20px;
}

.jobs-content .job-table .job-txt ul li .desc {
    color: #818A9B;
    line-height: 1.3;
}

.jobs-content .job-table .th span,
.jobs-content .job-table .td span {
    width: 15%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.5;
    height: 60px;
    display: block;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jobs-content .job-table .th span:last-child,
.jobs-content .job-table .td span:last-child {
    width: 10%;
}

.jobs-content .job-table .td .arrow {
    cursor: pointer;
}

.jobs-content .job-table .td .arrow img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-content .job-table .td .arrow.active img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* main end */


/* footer */

footer {
    padding: 60px 0 40px;
    background: url(../images/ft_bg.jpg) no-repeat right center / cover;
    color: #999;
    font-size: 14px;
}

footer a {
    color: #999;
    white-space: nowrap;
}

footer dt {
    color: #ccc;
}

footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .ft-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .ft-left-nav dl {
    margin-right: 4vw;
}

footer .ft-left-nav dl:last-child {
    margin-right: 0;
}

footer .ft-left-nav dl dt {
    font-size: 18px;
    margin-bottom: 25px;
}

footer .ft-left-nav dl dd {
    font-size: 14px;
    margin-bottom: 15px;
}

footer .ft-left-nav dl dd:last-child {
    margin-bottom: 0;
}

footer .ft-left-nav dl dd:hover a {
    color: #fff;
    text-decoration: underline;
}

footer .ft-right-code {
    text-align: right;
}

footer .ft-right-code .code {
    margin-bottom: 40px;
}

footer .ft-right-code .code img {
    margin-bottom: 15px;
}

footer .ft-right-code p a {
    margin-right: 10px;
}

footer .ft-right-code p a:last-child {
    margin-right: 0;
}

footer .footer-bottom {
    margin-top: 60px;
    padding-top: 40px;
    border-top: solid 1px #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-bottom p a {
    padding-right: 14px;
    margin-right: 10px;
    background: url(../images/ft_line.jpg) no-repeat right center;
}

footer .footer-bottom p a:last-child {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

footer .footer-bottom small {
    font-size: 14px;
}

footer .footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}


/* footer end */


/* 产品中心 */

.product-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .product-center .left-menu {
        width: 300px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 0;
        margin-right: 40px;
    }

        .product-center .left-menu dl {
            border: solid 1px #E5E5E5;
        }


            .product-center .left-menu dl dd h4 {
                height: 52px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 0 30px;
                border-bottom: solid 1px #e5e5e5;
                cursor: pointer;
                font-size: 18px;
            }

                .product-center .left-menu dl dd h4 span img.hide {
                    display: none;
                }

            .product-center .left-menu dl dd.active h4 span img {
                display: none;
            }

                .product-center .left-menu dl dd.active h4 span img.hide {
                    display: block;
                }

            .product-center .left-menu dl dd.active h4,
            .product-center .left-menu dl dd a.active {
                color: #1D3E7F;
            }

            .product-center .left-menu dl dd.active .menu {
                display: block;
            }

            .product-center .left-menu dl dd .menu {
                padding: 20px 20px 20px 50px;
                border-bottom: solid 1px #e5e5e5;
                display: none;
            }

                .product-center .left-menu dl dd .menu a {
                    display: block;
                    margin-bottom: 20px;
                }

                    .product-center .left-menu dl dd .menu a:last-child {
                        margin-bottom: 0;
                        border-bottom: 0;
                    }

                    .product-center .left-menu dl dd .menu a:hover,
                    .product-center .left-menu dl dd .menu a.active {
                        color: #1D3E7F;
                    }

    .product-center .right-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .product-center .right-content ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: -50px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .product-center .right-content ul li {
                width: 32%;
                margin-top: 50px;
            }

                .product-center .right-content ul li img {
                    width: 100%;
                }

                .product-center .right-content ul li .txt {
                    padding: 30px 10px;
                    border-bottom: solid 1px #e5e5e5;
                    text-align: center;
                    -webkit-transition: all .5s;
                    -o-transition: all .5s;
                    transition: all .5s;
                }

                    .product-center .right-content ul li .txt h3 {
                        font-size: 20px;
                        color: #1D3E7F;
                        margin-bottom: 10px;
                    }

                    .product-center .right-content ul li .txt p {
                        color: #818A9B;
                        line-height: 1.5;
                    }

                .product-center .right-content ul li:hover .txt {
                    -webkit-box-shadow: 0 5px 10px #ccc;
                    box-shadow: 0 5px 10px #ccc;
                }

.product-detail .detail-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-detail .top-max-img {
    width: 535px;
    border: solid 1px #e5e5e5;
    margin-right: 20px;
}

    .product-detail .top-max-img img {
        width: 100%;
        height: 100%;
    }

.product-detail .right-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-detail .right-swiper {
    width: 130px;
    margin-right: 40px;
}

    .product-detail .right-swiper .swiper-container {
        height: 375px;
    }

    .product-detail .right-swiper .swiper-slide {
        cursor: pointer;
    }

        .product-detail .right-swiper .swiper-slide.hover .img p {
            border-width: 4px;
            border-color: #1D3E7F;
        }

        .product-detail .right-swiper .swiper-slide img {
            height: 113px;
        }

        .product-detail .right-swiper .swiper-slide .img {
            position: relative;
        }

            .product-detail .right-swiper .swiper-slide .img p {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border: solid 1px #e5e5e5;
                z-index: 5;
            }

    .product-detail .right-swiper .btn {
        display: block;
        height: 50px;
        width: 100%;
        cursor: pointer;
    }

    .product-detail .right-swiper .up-btn {
        background: url(../images/product_up_btn.png) no-repeat center 10px;
    }

    .product-detail .right-swiper .down-btn {
        background: url(../images/product_down_btn.png) no-repeat center 20px;
    }

.product-detail dl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 40px;
}

    .product-detail dl dt {
        font-weight: 700;
        font-size: 26px;
        color: #1D3E7F;
        margin-bottom: 20px;
    }

    .product-detail dl dd {
        line-height: 1.8;
        padding: 20px 0;
        border-top: solid 1px #e5e5e5;
        overflow: hidden;
    }

        .product-detail dl dd a {
            display: inline-block;
            width: 155px;
            height: 45px;
            border: solid 1px #e5e5e5;
            font-size: 14px;
            color: #1D3E7F;
            text-align: center;
            line-height: 45px;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            margin-top: 20px;
        }

            .product-detail dl dd a.backto {
                float: left;
            }

        .product-detail dl dd .pn {
            float: right;
        }

        .product-detail dl dd a:hover {
            background-color: #1D3E7F;
            color: #fff;
        }

.product-detail .detail-bottom {
    margin-top: 70px;
}

    .product-detail .detail-bottom .tab-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: solid 3px #eee;
        margin-bottom: 40px;
    }

        .product-detail .detail-bottom .tab-button span {
            display: block;
            padding: 0 50px;
            font-size: 20px;
            font-weight: 700;
            color: #999;
            padding-bottom: 15px;
            position: relative;
            cursor: pointer;
        }

            .product-detail .detail-bottom .tab-button span:after {
                content: "";
                display: none;
                left: 0;
                bottom: -3px;
                width: 100%;
                height: 3px;
                background-color: #1D3E7F;
                position: absolute;
            }

            .product-detail .detail-bottom .tab-button span.active:after,
            .product-detail .detail-bottom .tab-button span:hover:after {
                display: block;
            }

            .product-detail .detail-bottom .tab-button span.active,
            .product-detail .detail-bottom .tab-button span:hover {
                color: #1D3E7F;
            }

.product-detail .tab-content .content,
.product-detail .tab-content .content p {
    color: #959DAA;
    line-height: 1.5;
}

.product-detail .tab-content .content {
    display: none;
    min-height: 300px;
}

    .product-detail .tab-content .content:nth-of-type(1) {
        display: block;
    }


/* 产品中心 end */


/* 投资者关系 */

.proclamation-content {
    margin: 100px 0;
}

.proclamation-content>h3 {
    margin-bottom: 50px;
}

.proclamation-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proclamation-list ul li {
    width: 32%;
    margin-top: 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 3px #eee;
    box-shadow: 0 3px 3px #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 45px 30px;
    background-color: #F3F6FB;
    margin-right: 2%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.proclamation-list ul li:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}

.proclamation-list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.proclamation-list ul li p {
    line-height: 1.8;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.proclamation-list ul li .time {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ccc;
}

.proclamation-list ul li .time a {
    color: #1D3E7F;
}

.proclamation-list ul li .time a:hover {
    text-decoration: underline;
}


/* 投资者关系 end */


/* 数字化中心 */

.number-list ul {
    position: relative;
    height: 100vh;
}

.number-list ul li {
    position: absolute;
    top: 0;
    height: 100%;
    width: 16.66666%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    z-index: 5;
}

.number-list ul li:hover {
    z-index: 10;
    width: 30%;
}

.number-list ul li:hover:after {
    background-color: rgba(29, 62, 127, .2);
}

.number-list ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.number-list ul li:nth-of-type(1) {
    left: 0;
}

.number-list ul li:nth-of-type(2) {
    left: 16.66666%;
}

.number-list ul li:nth-of-type(3) {
    left: 33.33333%;
}

.number-list ul li:nth-of-type(4) {
    left: 49.99999%;
}

.number-list ul li:nth-of-type(5) {
    left: 66.66665%;
}

.number-list ul li:nth-of-type(6) {
    left: 83.33331%;
}

.number-list ul li:last-child:hover {
    left: 78%;
}

.supervise dl dd{
	display: flex;
	margin: 10px 0;
	line-height: 1.8;
}
.supervise dl dd .tips{
	white-space: nowrap;
	color: #999;
	display: block;
	width: 90px;
}
.supervise dl dd .txt{
	width: calc(100% - 90px);
}


/* 数字化中心 end */


/**************************** 以下为响应式 **********************************/

@media (max-width: 1600px) {
    .hd-right-content {
        width: 82%;
    }
    nav ul li {
        margin-right: 2vw;
    }
    .search-content .green {
        width: 140px;
    }
    .search-content a:nth-of-type(2) {
        padding: 0 20px 0 10px;
    }
    .search-content a:nth-of-type(1) {
        padding-right: 10px;
    }
    .console-box {
        width: 85px;
    }
    .development-path-content.experiment-info .path-tab-imgs .path-item .txt {
        padding-left: 30px;
    }
    .quality-list ul>li .txt {
        padding: 0 30px;
    }
    .quality-list ul>li:nth-of-type(odd) {
        padding: 80px 0;
    }
    .quality-item .path-item .txt,
    .news-top .path-item .txt {
        padding: 20px 50px;
    }
    .news-top .news-top-tab {
        right: 30px;
    }
}

@media (max-width: 1400px) {
    .staff-content ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .staff-content ul li {
        width: 32%;
        margin-top: 100px;
        margin-right: 2%;
    }
    .staff-content ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .staff-content {
        margin: 100px 0;
    }
    .product-detail .top-max-img {
        width: 430px;
    }
    .product-detail .right-swiper {
        width: 90px;
    }
    .product-detail .right-swiper .swiper-container {
        height: 302px;
    }
    .product-detail .right-swiper .swiper-slide img {
        height: 90px;
    }
}
@media (max-width: 1366px) {
    nav ul li{margin-right:1.5vw}
}
@media (max-width: 1280px) {
    nav ul li{margin-right:1vw}
}
@media (max-width: 1200px) {
    nav {
        position: fixed;
        left: -1000px;
        top: 60px;
        width: 230px;
        background: #fff;
        overflow-y: auto;
        height: calc(100% - 60px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 40px;
        z-index: 17;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }
    .hd-right-content .mask {
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        z-index: 15;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .title {
        margin-bottom: 20px;
    }
    nav ul {
        width: 95%;
        margin: 0 auto;
    }
    nav ul li {
        line-height: 1;
        border-bottom: solid 1px #ccc;
        margin: 0 5px;
    }
    nav ul li:last-child {
        border-bottom: 0;
    }
    nav ul li>a {
        display: block;
        padding: 10px 0;
    }
    .hd-right-content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    header {
        height: 60px;
        padding-left: 2%;
    }
    .search-content .green,
    .search-content a:nth-of-type(2),
    .logo {
        line-height: 60px;
    }
    .search-content .green {
        width: 100px;
        font-size: 12px;
    }
    .banner {
        margin-top: 60px;
    }
    .owl-dots {
        bottom: 10px;
    }
    .home-product .w1600>img,
    .home-product .right-item,
    .home-product .home-product-body .left-item p span:nth-of-type(2),
    .home-product .home-product-body .console-box .disc,
    .home-product .home-product-body .console-box:nth-of-type(2):nth-of-type(2),
    .home-mingxin>img,
    footer .ft-left-nav,
    nav ul li.active:after,
    nav ul li:hover:after,
    nav ul li:after,
    .title p br,
    .sub-menu {
        display: none;
    }
    .home-product .home-product-body,
    .home-product .home-product-body .item p {
        position: static;
    }
    .home-product .home-product-body .top {
        margin-bottom: 30px;
        padding-top: 0;
    }
    .home-product .home-product-body .top h3,
    .home-mingxin .mingxin-txt h3,
    .home-development .top h3,
    .development-path-content>h3,
    .title h3 span,
    .proclamation-content>h3 {
        font-size: 28px;
    }
    .home-product,
    .home-mingxin,
    .home-development,
    footer {
        padding: 5vw 0;
    }
    nav ul li:hover a {
        color: #333;
    }
    .home-product .home-product-body .left-item p span:nth-of-type(1),
    nav ul,
    nav ul li dl {
        padding-bottom: 15px;
    }
    nav ul li dl dd a {
        font-size: 16px;
        padding: 5px 0;
        text-indent: 15px;
    }
    nav ul li dl dd a {
        color: #1D3E7F;
    }
    nav ul li {
        margin-right: 0;
    }
    .home-product .home-product-body .left-item p:nth-of-type(8),
    .home-product .home-product-body .left-item p:nth-of-type(9),
    .home-product .home-product-body .left-item p:nth-of-type(10),
    .home-product .home-product-body .item p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .home-product .home-product-body .item p {
        margin: 0 10px;
        text-align: center;
    }
    .home-product .home-product-body .item p span {
        margin-bottom: 10px;
    }
    .home-product .home-product-body .left-item span {
        margin-left: 0;
    }
    .home-product .left-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home-product .home-product-body .item p:hover span {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        margin-left: 0;
    }
    .home-product .home-product-body .console-box .console-body {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 0 auto;
        padding: 0;
        position: static;
        display: block;
        width: 100%;
    }
    .console-box .console-body .console-txt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .home-product .home-product-body .console-box .console-body .console-txt .img {
        width: auto;
    }
    .home-product .home-product-body .console-box {
        margin-top: 30px;
        position: static;
        width: auto;
        height: auto;
        border-radius: 0;
        background: none;
    }
    .home-more {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
    .home-product .home-product-body .console-box .console-body .console-txt .txt h3 {
        font-size: 20px;
    }
    .logo {
        width: auto;
    }
    .about-info .info-right dl dd h4 {
        font-size: 6vw;
    }
    .logo img {
        max-height: 55px;
    }
    .home-mingxin .mingxin-txt,
    .console-box,
    .console-box .console-body {
        position: static;
    }
    .home-mingxin {
        background: url(../images/mingxin_bg.jpg) repeat;
    }
    .home-mingxin .mingxin-txt h3,
    .home-mingxin .mingxin-txt .mingxin-body .left-txt,
    .home-development .top h3,
    .home-development .top p,
    .home-development .txt dd p,
    footer .ft-right-code,
    footer .footer-bottom small,
    footer .footer-bottom p {
        text-align: center;
    }
    .home-mingxin .mingxin-txt .mingxin-body,
    .console-box .console-body,
    footer .footer-bottom,
    footer .footer-bottom small,
    nav ul,
    .hd-right-content .mobile-btn,
    .home-product .home-product-body .left-item p span:nth-of-type(1),
    .about-info,
    .development-path-content.experiment-info .path-tab-imgs .path-item,
    .environment-content ul,
    .business-content .business-bottom ul,
    .product-center {
        display: block;
    }
    .home-mingxin .mingxin-txt .mingxin-body .left-txt,
    .home-mingxin .mingxin-txt .mingxin-body .right-txt,
    .about-info .info-left,
    .about-info .info-right,
    .development-path-content.experiment-info .path-tab-imgs .path-item .img,
    .development-path-content.experiment-info .path-tab-imgs .path-item .txt,
    .news-list ul li>a>img,
    .business-content .business-bottom ul li,
    .product-center .left-menu {
        width: 100%;
    }
    .business-content .business-bottom ul li:nth-of-type(1) {
        border-bottom: solid 1px #E1E1E1;
    }
    .home-mingxin .mingxin-txt .mingxin-body .right-txt ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
    .console-box,
    .development-path-content.experiment-info .path-tab-imgs {
        width: auto;
        height: auto;
    }
    .console-box .console-body {
        background: none;
    }
    .home-mingxin .mingxin-console {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 95%;
        margin: 30px auto 0;
    }
    .console-box .console-body,
    .product-center .left-menu {
        padding-right: 0;
        width: auto;
    }
    .home-mingxin .mingxin-console .console-box {
        width: 23.5%;
    }
    .home-mingxin .mingxin-txt {
        padding: 0;
    }
    .home-development .development-body {
        max-width: 100%;
    }
    .home-development .list ul,
    footer .footer-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home-development .home-more {
        margin: 0 auto;
    }
    footer .footer-bottom p {
        margin-top: 10px;
    }
    .home-development .top p,
    .worth-content .quality-list ul>li,
    .product-center .left-menu {
        margin-bottom: 30px;
    }
    .location .sub-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .location .sub-menu ul li {
        width: auto;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .about-info {
        padding: 8vw 0;
    }
    .home-mingxin {
        min-height: 1px;
    }
    .main-content.about-main-content .home-mingxin .mingxin-console {
        margin-top: 0;
    }
    .about-info .info-left h3 {
        font-size: 24px;
    }
    .about-info .info-right dl dd {
        float: none;
    }
    .info-right dl {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-content {
        padding-bottom: 10vw;
    }
    .location {
        background: none;
        padding: 15px 0;
    }
    .location p {
        font-size: 12px;
    }
    .development-path-content {
        padding-top: 10vw;
    }
    .development-path-content .path-tab-imgs {
        margin: 30px 0;
    }
    .development-path-content .path-tab-imgs .path-item .txt {
        padding-left: 30px;
    }
    .Pages .p_page em a {
        width: 30px;
    }
    .Pages a {
        height: 30px;
        line-height: 30px;
    }
    .Pages .a_prev,
    .Pages .a_next {
        width: 45px;
    }
    .Pages {
        margin-top: 50px;
    }
    .honor-list ul li {
        margin-top: 30px;
    }
    .experiment-item {
        padding: 5vw 0;
    }
    .experiment-honor .btn,
    .development-path-content .year-content .btn {
        width: 30px;
        height: 30px;
    }
    .featrues-list ul li {
        width: 49%;
    }
    .development-path-content.experiment-info .path-tab-imgs .swiper-container {
        height: auto;
        padding: 10px;
    }
    .development-path-content.experiment-info .path-tab-imgs .path-item {
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        margin: 0;
    }
    .development-path-content.experiment-info .path-tab-imgs .path-item .txt {
        padding: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .quality-list ul>li:nth-of-type(odd) {
        padding: 10vw 0;
    }
    .quality-item {
        margin-bottom: 10vw;
    }
    .product-content ul li {
        padding-bottom: 20px;
        margin-top: 40px;
    }
    .product-content ul {
        margin-top: -40px;
    }
    .product-content,
    .environment-content,
    .worth-content .quality-list,
    .society-content,
    .news-top,
    .business-content,
    .business-content,
    .proclamation-content {
        margin: 10vw 0;
    }
    .news-detail-content {
        margin: 10vw auto;
    }
    .news-detail-content .content {
        margin: 30px 0;
    }
    .staff-content ul li {
        padding-left: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        width: 100%;
        margin-right: 0;
    }
    .staff-content {
        margin-top: 0;
        margin-bottom: 10vw;
    }
    .environment-content ul li {
        width: 100%;
        height: auto;
        padding: 50px 20px;
    }
    .worth-content .quality-list ul>li .txt {
        padding: 0 30px;
    }
    .worth-content .quality-list ul>li .img,
    .worth-content .quality-list ul>li .txt {
        height: 450px;
    }
    .society-content .society-txt {
        padding: 20px;
    }
    .society-content .society-txt dl dd {
        color: #fff;
    }
    .news-list ul li {
        width: 49%;
    }
    .jobs-content .job-table .th span,
    .jobs-content .job-table .td span {
        font-size: 14px;
    }
    .product-detail dl dd a {
        margin-top: 0;
    }
    .product-center .left-menu dl dd h4 {
        height: 40px;
    }
    .product-detail dl dd {
        padding: 10px 0;
    }
    .product-center .left-menu {
        margin-right: 0;
    }
    .proclamation-list ul li p {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .home-product .home-product-body .top p br,
    .development-path-content .year-content .btn {
        display: none;
    }
    .home-product .home-product-body .item {
        margin-top: -20px;
    }
    .development-path-content .year-content {
        padding: 0;
    }
    .home-product .home-product-body .item p {
        width: 20%;
        margin: 0;
        margin-top: 20px;
    }
    .home-product .home-product-body .console-box .console-body .console-txt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .home-product .home-product-body .console-box .console-body,
    .quality-item .path-item .img,
    .quality-item .path-item .txt,
    .quality-list ul>li:nth-of-type(odd) .img,
    .quality-list ul>li:nth-of-type(odd) .txt,
    .quality-list ul>li:nth-of-type(even) .img,
    .quality-list ul>li:nth-of-type(even) .txt,
    .news-top .path-item .img,
    .news-top .path-item .txt,
    .product-detail .top-max-img,
    .product-detail .right-swiper {
        width: 100%;
    }
    .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
    }
    .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .banner .item p span:nth-of-type(1) {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .banner .item p span:nth-of-type(2) {
        font-size: 2vw;
    }
    .home-mingxin .mingxin-console .console-box {
        width: 49%;
        margin-top: 20px;
    }
    .proclamation-list ul li:nth-of-type(3n),
    .proclamation-list ul li {
        width: 49%;
        margin-right: 2%;
    }
    .proclamation-list ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-content ul {
        margin-top: -20px;
    }
    .home-mingxin .mingxin-txt .mingxin-body .right-txt ul li h4,
    .business-content .business-bottom ul li dl dt {
        font-size: 24px;
    }
    .home-development .list ul li {
        padding-right: 15px;
    }
    footer .footer-bottom {
        margin-top: 30px;
    }
    .development-path-content .year-content dl dd h4 {
        font-size: 25px;
        margin-top: 0;
    }
    .honor-list ul li,
    .proclamation-list ul li {
        width: 49%;
    }
    .experiment-honor,
    .development-path-content.experiment-info {
        padding: 0 40px;
    }
    .experiment-honor .btn {
        top: 110px;
    }
    .development-path-content.experiment-info .year-content .btn,
    .quality-item .path-item,
    .news-top .path-item,
    .product-detail .detail-top,
    .product-detail .right-tab {
        display: block;
    }
    .quality-item .path-item .img,
    .quality-item .path-item .txt,
    .quality-list ul>li:nth-of-type(odd) .img,
    .quality-list ul>li:nth-of-type(odd) .txt,
    .quality-list ul>li:nth-of-type(even) .img,
    .quality-list ul>li:nth-of-type(even) .txt {
        float: none;
    }
    .quality-item .path-item .txt {
        padding: 15px;
    }
    .quality-item .path-item {
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
    }
    .quality-item .path-item .txt {
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .worth-content .quality-list ul>li .img,
    .news-top .path-item .img {
        height: 300px;
    }
    .news-top .swiper-container,
    .news-top .path-item .txt,
    .product-detail .top-max-img,
    .product-detail .right-swiper .swiper-slide img,
    .product-detail .right-swiper .swiper-container {
        height: auto;
    }
    .news-top .path-item .txt,
    .business-content .business-bottom ul li {
        padding: 20px;
    }
    .news-top .news-top-tab {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
    .jobs-content .job-table .th span,
    .jobs-content .job-table .td span {
        font-size: 12px;
        padding: 5px;
    }
    .product-detail .top-max-img,
    .product-detail .right-swiper {
        margin-right: 0;
    }
    .product-detail .right-swiper {
        position: relative;
        padding: 0 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }
    .product-detail .right-swiper .btn {
        position: absolute;
        top: 0;
        width: 40px;
        height: 100%;
    }
    .product-detail .right-swiper .up-btn {
        left: 0;
        background: url(../images/news_left_btn.png) no-repeat center;
    }
    .product-detail .right-swiper .down-btn {
        right: 0;
        background: url(../images/news_right_btn.png) no-repeat center;
    }
    .product-detail dl dd {
        padding: 20px 0;
    }
    .product-detail dl dd a {
        margin: 0 auto;
    }
    .product-detail .detail-bottom .tab-button span {
        width: 33.33%;
        padding-left: 0;
        text-align: center;
        padding-right: 0;
    }
    .proclamation-list ul li {
        margin-top: 20px;
    }
    .proclamation-list ul {
        margin-top: -20px;
    }
    .number-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .number-list ul li {
        position: relative;
        width: 50%;
        height: 250px;
        left: 0 !important;
    }
}

@media (max-width: 640px) {
    .home-development .list ul li .crl {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .home-development .list ul li:after,
    .development-path-content .path-tab-imgs .path-item .img,
    .quality-list ul>li .absolute-txt {
        display: none;
    }
    .home-development .list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .quality-list ul>li:nth-of-type(odd) .img,
    .quality-list ul>li:nth-of-type(odd) .txt,
    .quality-list ul>li:nth-of-type(even) .img,
    .quality-list ul>li:nth-of-type(even) .item>.txt {
        float: none;
        width: 100%;
    }
    .home-development .list ul li {
        padding-right: 0;
        width: 33.33%;
    }
    .development-path-content .path-tab-imgs .path-item .txt {
        width: 100%;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        height: 300px;
        overflow: auto;
    }
    .development-path-content .path-tab-imgs .swiper-container {
        height: 320px;
    }
    .development-path-content .path-tab-imgs .path-item {
        margin-left: 10px;
    }
    .honor-list ul li img {
        max-height: 140px;
    }
    .honor-list ul li .img {
        height: 180px;
        line-height: 180px;
    }
    .Pages .p_page em a {
        margin: 0;
    }
    .Pages .a_prev {
        margin-right: 10px;
    }
    .Pages .a_next {
        margin-left: 10px;
    }
    .title h3 span {
        bottom: 40px;
        font-size: 24px;
    }
    .title h3 {
        font-size: 130px;
    }
    .featrues-list ul li .txt {
        padding: 10px;
    }
    .development-path-content.experiment-info .path-tab-imgs .path-item .img,
    .quality-list ul>li:nth-of-type(even) .item>.txt,
    .environment-content ul li {
        display: block;
    }
    .development-path-content.experiment-info .path-tab-imgs .path-item .txt h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .development-path-content.experiment-info .path-tab-imgs .path-item .txt,
    .quality-list ul>li:nth-of-type(odd) .txt,
    .quality-list ul>li:nth-of-type(even) .item>.txt {
        height: auto;
    }
    .development-path-content.experiment-info .path-tab-imgs .path-item .img,
    .quality-list ul>li:nth-of-type(odd) .img,
    .quality-list ul>li:nth-of-type(even) .img,
    .quality-item .path-item .img {
        height: 200px;
    }
    .quality-list ul>li .txt h3 {
        font-size: 20px;
    }
    .quality-list ul>li:nth-of-type(odd) .txt,
    .quality-list ul>li:nth-of-type(even) .item>.txt {
        padding: 15px;
    }
    .location .sub-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-content ul li h3 {
        font-size: 18px;
    }
    .location .sub-menu ul li {
        height: 30px;
        line-height: 30px;
    }
    .environment-content ul li .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .environment-content ul li .txt dl dt {
        text-align: center;
    }
    .society-content .society-txt dl dt {
        font-size: 30px;
        text-align: center;
    }
    .news-list ul li {
        width: 100%;
    }
    .product-center .right-content ul li {
        width: 49%;
    }
    .product-detail dl dd:nth-of-type(3)  {
        text-align: center;
    }
    .product-detail dl dd a.backto {
        float: none;
        margin-bottom: 20px;
    }

    .product-detail dl dd .pn {
        float: none;
    }
}

@media (max-width: 480px) {
    .home-product .home-product-body .top h3 {
        font-size: 24px;
    }
    .home-product .home-product-body .item p {
        font-size: 16px;
    }
    .home-product,
    .home-mingxin,
    .home-development,
    footer {
        padding: 10vw 0;
    }
    .home-product .home-product-body .console-box:nth-of-type(2),
    .search-content .green img {
        display: none;
    }
    .home-product .home-product-body .console-box .console-body .console-txt,
    .business-content .business-bottom ul li .left-ardess {
        display: block;
    }
    .home-product .home-product-body .console-box .console-body .console-txt .img,
    .home-product .home-product-body .console-box .console-body .console-txt .img img {
        width: 100%;
        margin-right: 0;
    }
    .banner .item p {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
    }
    .banner .item p span:nth-of-type(1) {
        font-size: 5vw;
    }
    .banner .item p span:nth-of-type(2),
    .console-box .console-body .console-txt p {
        line-height: 1.3;
        font-size: 14px;
    }
    .search-content a:nth-of-type(2) {
        padding: 0 10px 0 5px;
    }
    .search-content a:nth-of-type(1) {
        padding-right: 5px;
    }
    .search-content .green {
        width: 60px;
        font-size: 10px;
    }
    .console-box .console-body .console-txt h3 {
        font-size: 18px;
    }
    .home-mingxin .mingxin-txt .mingxin-body .right-txt ul li p {
        margin-top: 10px;
    }
    .hd-right-content .mobile-btn img {
        margin-right: 10px;
    }
    .about-info .info-right dl dd h4 {
        font-size: 8vw;
    }
    .about-info .info-left h3 {
        text-align: center;
    }
    .development-path-content .year-content dl dd h4 {
        font-size: 20px;
    }
    .news-list ul li .more-box a {
        width: 120px;
    }
    .news-list ul li .txt {
        padding: 20px 10px 0 10px;
    }
    .business-content .business-bottom ul li form p {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .business-content .business-bottom ul li .left-ardess {
        margin-top: 0;
    }
    .business-content .business-bottom ul li form p input[type=text] {
        margin-bottom: 20px;
        width: 100%;
    }
    .business-content .business-bottom ul li .left-ardess p {
        width: 100%;
    }
    .proclamation-list ul li:nth-of-type(3n),
    .proclamation-list ul li {
        width: 100%;
        margin-right: 0;
    }
    .business-content .business-bottom ul li .left-ardess p:nth-of-type(3) {
        padding-bottom: 30px;
        border-bottom: solid 1px #E1E1E1;
    }
}