﻿@charset "utf-8";

/* CSS Document */

body {
    font: 14px "microsoft Yahei", "Arial", sans-serif;
    color: #333;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
form,
input,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
    width: auto;
    height: auto;
}

ul,
li {
    list-style: none;
}

dl,
dt,
dd {
    display: block;
}

a {
    text-decoration: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    outline: none;
}

input,
textarea {
    box-sizing: border-box;
    border: 0;
    background: none;
    font: 14px "microsoft Yahei", "Arial", sans-serif;
    color: #333;
    width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

h2 {
    font-weight: 400;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}


/*文本框默认颜色*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333
}


/* clear 页头，页脚，内容区都不用再加清除样式 */

.cf:before,
body:before,
.header:before,
.main:before,
.footer:before,
.wrap:before,
.in_wrap:before {
    content: '';
    display: table
}

.cf:after,
after,
.header:after,
.main:after,
.footer:after,
.wrap:after,
.in_wrap:after {
    content: '';
    display: table;
    clear: both
}

.cf,
.header,
.main,
.footer,
.wrap,
.in_wrap {
    *zoom: 1
}

@font-face {
    font-family: 'Conv_Swiss 721 Black Condensed BT';
    src: url('../fonts/Swiss 721 Black Condensed BT.eot');
    src: local('☺'), url('../fonts/Swiss 721 Black Condensed BT.woff') format('woff'), url('../fonts/Swiss 721 Black Condensed BT.ttf') format('truetype'), url('../fonts/Swiss 721 Black Condensed BT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}


/*图片放大*/

@media screen and (max-width: 1920px) and (min-width: 1200px) {
    .tr_sc {
        overflow: hidden;
        display: block;
    }

    .tr_sc img {
        transition: 0.3s all;
    }

    .tr_sc:hover img {
        transform: scale(1.1, 1.1);
    }
}


/*其他公用*/

.in_wrap {
    width: 1400px;
    margin: 0 auto;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

#top {
    position: fixed;
    bottom: 25%;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #666 url(../images/top.png) center no-repeat;
    z-index: 9;
}

.hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.back_img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.more {
    border: 1px solid #127cc3;
    display: inline-block;
    width: 116px;
    height: 35px;
    color: #127cc3;
    text-align: center;
    line-height: 33px;
    box-sizing: border-box;
}

.more:hover {
    background: #127cc3;
    color: #fff;
}

.anchorBL {
    display: none !important
}


/*公用头尾*/

.header {
    height: 100px;
    background: #fff;
}

.header .logo {
    float: left;
    padding-top: 25px;
}

.header .logo a {
    display: block;
}

.header .logo .img2 {
    display: none;
}

.header .nav {
    float: right;
}

.header .nav>ul {
    float: left;
    padding-right: 20px;
}

.header .nav>ul>li {
    float: left;
    position: relative;
}

.header .nav>ul>li>a {
    color: #333;
    font-size: 20px;
    position: relative;
    z-index: 1;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
    display: inline-block;
}

.header .nav>ul>li>a.one {
    color: #127cc3
}

.header .nav .ol_box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 340px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    z-index: 999
}

.header .nav .ol_box ol {
    background: #127cc3;
    text-align: center;
    position: relative;
}

.header .nav .ol_box a {
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: left;
}

.header .nav ol a:hover {
    background: #0066ab
}

.header .nav li:hover .a {
    background: #127cc3;
    color: #fff;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.1);
}

.header .nav li:hover .ol_box {
    opacity: 1;
    visibility: inherit;
    transition: 0.3s;
}

.header .nav dl {
    float: left;
    position: relative;
}

.header .nav dl dt {
    cursor: pointer;
}

.header .nav dl dd {
    display: none;
}

.header .nav .ss {
    margin-top: 40px;
    float: left;
    width: 17px;
    height: 17px;
    background: url(../images/ico_01.png) center no-repeat;
}

.header .nav .yy {
    margin: 37px 0 0 30px;display:none;
}

.header .nav .yy dt {
    position: relative;
    z-index: 5;
}

.header .nav .yy dt {
    background: url(../images/ico_02.png) center left no-repeat;
    padding-left: 25px;
}

.header .nav .yy i {
    display: block;
    background: url(../images/ico_03.png) center right no-repeat;
    padding-right: 35px;
    font-size: 16px;
    color: #338ecb
}

.header .nav .yy dd {
    position: absolute;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    width: 157px;
    top: -15px;
    left: 50%;
    margin-left: -78px;
    padding-top: 50px;
    text-align: center;
    z-index: 4
}

.header .nav .yy dd a {
    display: block;
    margin: 0 18px;
    padding: 15px 0;
    border-top: 1px dashed #d6d6d6;
    color: #666;
}

.header .nav .yy dd a:hover {
    color: #127cc3
}

.header .nav .yy .one i {
    background: url(../images/ico_04.png) center right no-repeat;
}

.footer {
    background: #127cc3;
}

.footer .part1 .logo {
    float: left;
    padding-top: 50px;
}

.footer .part1 .logo .img1 {
    margin-bottom: 36px;
}

.footer .part1 .logo .img2 {
    background: #fff;
    box-sizing: border-box;
    border: 5px solid #fff;
    width: 108px;
    height: 108px;
    margin: 0 auto;
}

.footer .part1 .logo .img2 img {
    width: 100%;
}

.footer .part1 .nav {
    float: right;
    color: #fff;
    padding-top: 60px;
}

.footer .part1 .nav a {
    color: #fff;
}

.footer .part1 .nav a:hover {
    color: #2f4255
}

.footer .part1 .nav dd a:hover {
    color: #fff
}

.footer .part1 .nav ul {
    position: relative;
}

.footer .part1 .nav .li {
    padding: 0
}

.footer .part1 .nav li {
    float: left;
    padding-right: 180px;
}

.footer .part1 .nav dt {
    font-size: 26px;
    padding-bottom: 20px;
}

.footer .part1 .nav dd {
    padding-bottom: 5px;
}

.footer .part1 .nav dd a {
    color: #b8d8ed;
    font-size: 18px;
}

.footer .part1 .nav .yy {
    padding: 0;
    position: absolute;
    right: 0px;
    top: 70px;display:none;
}

.footer .part1 .nav .yy dt {
    text-align: right;
}

.footer .part1 .nav .yy .dd {
    position: relative;
    background: url(../images/ico_13.png) center left no-repeat;
    padding: 0 25px;
    font-size: 16px;
    cursor: pointer;
}

.footer .part1 .nav .yy .dd:before {
    content: "";
    position: absolute;
    background: url(../images/ico_14.png) center left no-repeat;
    right: 0px;
    top: 7px;
    display: block;
    width: 13px;
    height: 8px;
}

.footer .part1 .nav .yy .dd1 {
    padding: 10px 0 0 25px;
    display: none;
}

.footer .part1 .mod_li {
    display: none;
}

.footer .part2 {
    border-top: 1px solid #4196cf;
    padding: 20px 0;
    margin-top: 40px;
}

.footer .part2 .left {
    float: left;
    color: #89bee1;
    line-height: 20px;
}

.footer .part2 .right {
    float: right;
    padding-top: 10px;
}

.footer .part2 .right a {
    color: #89bee1;
    float: left;
    margin-left: 30px;
    position: relative;
}

.footer .part2 .right a:hover {
    color: #fff
}

.footer .part2 .right .a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 6px;
    display: block;
    width: 1px;
    height: 9px;
    background: #4196cf;
}

.part_lanm .back_img {
    height: 280px
}

.part_lanm .back_img img {
    display: none;
}

.part_lanm .nav {
    background: #0f7ccc;
    height: 65px;
}

.part_lanm .nav li {
    display: inline-block;
    padding: 20px 45px 0px 45px;
}

.part_lanm .nav {
    text-align: center;
}

.part_lanm .nav a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 5px;
}

.part_lanm .nav .one,
.part_lanm .nav a:hover {
    border-bottom: 1px solid #fff;
}

.part_lanm h2 {
    color: #fff;
    font-size: 44px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
    font-style: oblique;
    padding-top: 100px;
}

.part_lanm .txt {
    display: none;
}


/*首页*/

.in_part1 .back_img {
    height: 820px;
    position: relative;
}

.in_part1 .back_img a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.in_part1 .back_img img {
    display: none;
}

.in_part1 .pagination {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.in_part1 .pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
}

.in_part1 .pagination .swiper-active-switch {
    background: #46ddff
}

.in_part2 {
    background: #0f7ccc;
    padding: 30px 0;
    color: #fff;
}

.in_part2 .left {
    float: left;
    width: 620px;
}

.in_part2 .left dt {
    border-bottom: 1px solid #87bee6;
    padding-bottom: 20px;
}

.in_part2 .left dd {
    padding-top: 20px;
}

.in_part2 .left ul {
    margin: -5px -15px;
}

.in_part2 .left li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 5px 15px;
    position: relative;
}

.in_part2 .left li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.in_part2 .left li,
.in_part2 .left li a {
    color: #fff;
    font-size: 16px;
}

.in_part2 .left li a:hover {
    color: #8ec31e
}

.in_part2 .right {
    float: right;
    padding-top: 15px;
}

.in_part2 .right dl {
    float: left;
    position: relative;
    margin-left: 40px;
}

.in_part2 .right dt {
    cursor: pointer;
    width: 88px;
    height: 106px;
    box-sizing: border-box;
    padding: 15px 0;
}

.in_part2 .right dt i {
    display: block;
    text-align: center;
    font-size: 18px;
    padding-top: 55px;
    background-position: center top;
    background-repeat: no-repeat;
}

.in_part2 .right dd {
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.in_part2 .right dd span {
    display: block;
    position: relative;
    background: #fff;
    width: 106px;
    height: 106px;
    box-sizing: border-box;
    border: 5px solid #fff;
}

.in_part2 .right dd span img {
    width: 100%
}

.in_part2 .right dd span:before {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -6px;
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/ico_07.png);
}

.in_part2 .right dl:hover dd {
    opacity: 1;
    visibility: inherit;
    padding-right: 10px;
}

.in_part2 .right .dl1 dt {
    background: #2bb7b3
}

.in_part2 .right .dl2 dt {
    background: #8ec31e
}

.in_part3 {
    height: 743px;
    display: block;
    background: #000
}

.in_part3 video {
    object-fit: cover;
}

.in_part4 {
    padding: 90px 0;
    overflow: hidden;
}

.in_part4 .txt {
    text-align: center;
    font-size: 38px;
    padding-bottom: 10px;
}

.in_part4 .txt a {
    color: #333;
}

.in_part4 .txt a:hover {
    color: #0f7ccc
}

.in_part4 .tit {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding-bottom: 40px;
}

.in_part4 .tet {
    position: relative;
}

.in_part4 li {
    text-align: center;
}

.in_part4 dl {
    display: inline-block;
}

.in_part4 dt {
    position: relative;
    width: 140px;
    height: 140px;
    background: #0176c7;
    margin: 0 auto;
    border-radius: 50%;
    display: table;
}

.in_part4 dt:after,
.in_part4 dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.in_part4 dt:after {
    background: url(../images/ico_10.png) center no-repeat;
}

.in_part4 dt:before {
    background: url(../images/ico_11.png) center no-repeat;
}

.in_part4 dt b {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.in_part4 dd {
    color: #333;
    font-size: 20px;
    padding-top: 20px;
    transition: 0.3s;
}

.in_part4 dl:hover dd {
    color: #0176c7
}

.in_part4 dl:hover dt:after {
    transform: rotate(180deg)
}

.in_part4 dl:hover dt:before {
    transform: rotate(-200deg)
}

.in_part4 .arrow {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.in_part4 .arrow-left {
    left: -50px;
}

.in_part4 .arrow-right {
    right: -50px;
}

.in_part4 .swiper-box {
    overflow: hidden;
}

.in_part4 .swiper-container {
    margin: 0 -20px;
}

.in_part4:hover .arrow {
    opacity: 1;
    visibility: inherit;
}

.in_part5 {
    background: #dcf4fe;
    padding-top: 0px;
}

.in_part5 .txt {
    text-align: center;
    font-size: 38px;
    padding-bottom: 0px;
}

.in_part5 .txt a {
    color: #333;
}

.in_part5 .txt a:hover {
    color: #0f7ccc
}

.in_part5 .tit {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.in_part5 .tet {
    padding-top: 0px;
    width: 75%;
    margin: 0 auto;
}

.in_part5 li {
    float: left;
    width: 33.33%;
    position: relative;
}

.in_part5 li dl {
    position: relative;
    transition: all 0.5s;
}

.in_part5 li .li-after {
    width: 100%;
    position: absolute;
    top: 0%;
    opacity: 0;
    transition: all 0.5s;
}

.in_part5 li:hover dl {
    opacity: 0;
    transition: all 0.5s;
}

.in_part5 li:hover .li-after {
    opacity: 1;
}

.in_part5 li dd {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 40px;
}

.in_part5 li dd span {
    display: inline-block
}

.in_part5 li dd .p1 i {
    display: block;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

.in_part5 li dd .p1 b {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 100;
}

.in_part5 li dd .p2 {
    display: block;
    line-height: 20px;
    padding-top: 10px;
}

.in_part5 li img {
    width: 100%;
}

.in_part5 .li3 dd {
    padding: 50px;
}

.in_part5 .li4 dd {
    padding: 100px 50px;
}

.in_part5 .li4 dd .p2 {
    padding-top: 120px
}

.in_part5 .li5 dd {
    padding: 90px 40px;
}

.in_part5 .li5 .dt2 {
    display: none;
}

.in_part5 .li5 .p1 i {
    text-align: left;
    padding-bottom: 10px;
}

.in_part5 .li6 dd {
    padding: 90px 40px;
}

.in_part5 .li6 .dt2 {
    display: none;
}

.in_part5 .li6 .p1 i {
    text-align: left;
    padding-bottom: 10px;
}

.in_part6 {
    background: #f7f7f7;
    padding: 90px 0;
}

.in_part6 .txt {
    text-align: center;
    font-size: 38px;
    padding-bottom: 50px;
}

.in_part6 .txt a {
    color: #333;
}

.in_part6 .txt a:hover {
    color: #0f7ccc
}

.in_part6 .swiper-container {
    margin: 0 -10px;
}

.in_part6 .arrow div {
    display: none;
}

.in_part6 li a {
    display: block;
    background: #fff;
    margin: 0 10px;
}

.in_part6 li dt {
    position: relative;
}

.in_part6 li dt i {
    position: absolute;
    top: 0;
    left: 0;
    background: #0f7ccc;
    display: table;
    width: 60px;
    height: 60px;
    text-align: center;
}

.in_part6 li dt i b {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    line-height: 24px;
}

.in_part6 li dt img {
    width: 100%;
}

.in_part6 li dd {
    height: 227px;
    box-sizing: border-box;
    padding: 20px;
}

.in_part6 li dd em {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-style: normal;
}

.in_part6 li dd i {
    display: block;
    color: #999;
    padding: 15px 0 20px 0;
}

.in_part6 li dd b {
    color: #666;
    display: block;
    line-height: 20px;
}

.in_part6 li a:hover {
    background: #0f7ccc
}

.in_part6 li a:hover em,
.in_part6 li a:hover i,
.in_part6 li a:hover b {
    color: #fff
}

.in_part7 {
    padding: 90px 0;
    overflow: hidden;
}

.in_part7 .txt {
    text-align: center;
    font-size: 38px;
    padding-bottom: 40px;
}

.in_part7 .txt1 {
    display: none;
}

.in_part7 .txt a {
    color: #333;
    border-bottom: 3px solid #b7b7b7;
    padding-bottom: 10px;
    margin: 0 20px;
    position: relative;
}

.in_part7 .txt a:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 5px;
    display: block;
    width: 1px;
    height: 63px;
    background: #dbdbdb
}

.in_part7 .txt .a:before {
    display: none;
}

.in_part7 .txt .selected {
    color: #0f7ccc;
    border-color: #0f7ccc
}

.in_part7 .tit {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding-bottom: 50px;
}

.in_part7 .tet li a {
    display: block;
    text-align: center;
    color: #333;
}

.in_part7 .tet li a img {
    width: 100%
}

.in_part7 .tet li a span {
    display: block;
    position: relative;
}

.in_part7 .tet li a span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1px;
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/back_12.png) top repeat-x;
    z-index: -1
}

.in_part7 .tet li a b {
    font-size: 16px;
    padding: 30px 0 5px 0;
}

.in_part7 .tet li a i {
    font-size: 16px;
}

.in_part7 .tet li a b,
.in_part7 .tet li a i {
    opacity: 0;
}

.in_part7 .tet .swiper-slide-active a b,
.in_part7 .tet .swiper-slide-active a i {
    opacity: 1;
}

.in_part7 .arrow div {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.in_part7:hover .arrow div {
    opacity: 1;
    visibility: inherit;
}

.in_part7 .swiper-box-box {
    position: relative;
}

.in_part7 .swiper-box {
    overflow: hidden;
}

.in_part7 .swiper-container {
    width: 150%;
    margin-left: -25%;
}

.in_part7 .arrow-left {
    left: -50px;
}

.in_part7 .arrow-right {
    right: -50px;
}


/*数据洞察-列表*/

.shuj_part1 {
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
}

.shuj_part1 dl {
    display: table;
    width: 100%;
    padding: 5px 0;
}

.shuj_part1 dt,
.shuj_part1 dd {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}

.shuj_part1 .dl3 dt {
    vertical-align: middle
}

.shuj_part1 dt {
    width: 50px;
    text-align: left;
}

.shuj_part1 ol li {
    float: left;
    padding-right: 25px;
    margin-bottom: 10px;
}

.shuj_part1 ol li a {
    color: #333;
    position: relative;
}

.shuj_part1 ol li .one,
.shuj_part1 ol li a:hover {
    color: #0098e2;
}

.shuj_part1 .dl1 a.one:before,
.shuj_part1 .dl1 a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 1px;
    background: #0f7ccc;
}

.shuj_part1 .dl3 dd>ul {
    margin: 0 -5px;
    max-width: 315px;
}

.shuj_part1 .dl3 dd>ul>li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
    position: relative;
}

.shuj_part1 .dl3 .select {
    padding-right: 20px;
}

.shuj_part1 .dl3 .i {
    position: absolute;
    right: 5px;
    top: 6px;
}

.shuj_part2 {
    margin-bottom: 100px;
}

.shuj_part2 .wrap {
    overflow: hidden;
}

.shuj_part2 ul {
    margin: 0 -75px;
    padding-bottom: 10px;
}

.shuj_part2 li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 25px 75px;
    border-bottom: 1px solid #e4e4e4;
}

.shuj_part2 .li {
    border-bottom: 0
}

.shuj_part2 dl {
    display: table;
}

.shuj_part2 dt,
.shuj_part2 dd {
    display: table-cell;
    vertical-align: middle;
}

.shuj_part2 dt {
    text-align: center;
    color: #127cc3
}

.shuj_part2 dt b {
    display: block;
    font-size: 36px;
    border-bottom: 1px solid #127cc3;
    height: 36px;
    line-height: 36px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.shuj_part2 dt i {
    display: block;
    font-size: 18px;
}

.shuj_part2 dd {
    padding-left: 15px;
}

.shuj_part2 dd a {
    color: #333;
    font-size: 16px;
}

.shuj_part2 dd a:hover {
    color: #127cc3;
}


/*行业观察*/

.hangy_part1 {
    background: #fff;
}

.hangy_part1 .wrap {
    position: relative;
}

.hangy_part1 .dl2 ol {
    float: left;
}

.hangy_part1 .dl2 ol li {
    padding-bottom: 5px;
}

.hangy_part1 .dl2 dt {
    vertical-align: top;
}

.hangy_part1 .dl2 dd .tat {
    display: none;
    float: left;
}

.hangy_part1 .dl2 dd #more {
    background: url(../images/ico_17.png) center right no-repeat;
    color: #333;
    padding-right: 25px;
}

.hangy_part1 .ss {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #0f7ccc;
    width: 340px;
}

.hangy_part1 .ss b {
    margin-right: 50px;
    display: block;
    padding: 5px 0 0 10px;
}

.hangy_part1 .ss .sub {
    float: right;
    margin-right: 10px;
    width: 31px;
    height: 31px;
    background: url(../images/ico_16.png) center no-repeat;
    cursor: pointer;
}

.hangy_part2 {
    background: none;
    padding: 0 !important;
    margin: 40px 0 100px 0;
}

.hangy_part2 ul {
    padding-bottom: 10px;
    margin: 0 -10px;
}

.hangy_part2 ul li {
    margin-bottom: 30px;
    box-sizing: border-box;
    float: left;
    width: 33.3%
}


/*融合与传播-目录*/

.rongh_part1 {
    background: #fff url(../images/back_01.jpg) top center no-repeat;
    padding: 70px 190px 70px 70px;
    margin-top: 40px;
}

.rongh_part1 dt {
    float: left;
}

.rongh_part1 dt img {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.rongh_part1 dt .tat ul {
    margin: 20px 5px 0px 5px;
}

.rongh_part1 dt .tat li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
}

.rongh_part1 dt .tat a {
    display: block;
    background: #fff;
    height: 38px;
    color: #333;
    line-height: 38px;
    text-align: center;
}

.rongh_part1 dt .tat a:hover {
    background: #f60;
    color: #fff
}

.rongh_part1 dt .tat .li1 i {
    background: url(../images/ico_19.png) left center no-repeat;
    padding-left: 25px;
}

.rongh_part1 dt .tat .li2 i {
    background: url(../images/ico_20.png) right center no-repeat;
    padding-right: 25px;
}

.rongh_part1 dd {
    overflow: hidden;
    padding-left: 60px;
    color: #fff
}

.rongh_part1 dd .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 0;
}

.rongh_part1 dd .txt {
    padding: 15px 0 10px 0;
    font-size: 24px;
}

.rongh_part1 dd .txt a {
    line-height: 36px;
    color: #fff;
}

.rongh_part1 dd .txt a:hover {
    color: #000
}

.rongh_part1 dd .tet {
    line-height: 22px;
}

.rongh_part1 dd .tat {
    padding-top: 60px;
}

.rongh_part1 dd .tat a {
    background: #8ec31e;
    display: inline-block;
    width: 96px;
    height: 95px;
    text-align: center;
    color: #fff;
}

.rongh_part1 dd .tat a i {
    display: inline-block;
    background: url(../images/ico_18.png) top center no-repeat;
    font-weight: bold;
    padding-top: 55px;
    margin-top: 10px;
}

.rongh_part2 {
    background: #fff;
    margin-bottom: 100px;
}

.rongh_part2 .box {
    padding: 50px 70px 30px 70px;
}

.rongh_part2 .txt {
    font-size: 30px;
    padding-bottom: 25px;
}

.rongh_part2 .ul_box {
    margin: 0 -35px;
}

.rongh_part2 ul {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 35px;
}

.rongh_part2 li {
    padding-bottom: 50px
}

.rongh_part2 dt {
    border-bottom: 1px dashed #999;
    padding-bottom: 15px;
    margin-bottom: 13px;
    font-size: 20px;
}

.rongh_part2 dd {
    line-height: 26px;
    position: relative;
    padding-left: 15px;
}

.rongh_part2 dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0f7ccc;
}

.rongh_part2 dd a {
    color: #333;
}

.rongh_part2 dd a:hover {
    color: #0F7CCC
}


/*融合与传播-列表*/

.rongh_part3 {
    padding: 70px 100px 40px 70px;
    position: relative;
}

.rongh_part3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
}

.rongh_part3 dl {
    position: relative;
    z-index: 1;
}

.rongh_part3 .tat1 {
    padding-top: 35px;
}

.rongh_part3 .tat1 a {
    display: inline-block;
    width: 135px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    color: #333;
    font-weight: bold;
}

.rongh_part3 .tat1 a:hover {
    background: #8ec31e;
    color: #fff;
}

.rongh_part4 {
    margin-bottom: 100px;
}

.rongh_part4 .txt {
    padding: 40px 0;
}

.rongh_part4 .txt dt {
    float: left;
    padding-top: 6px;
}

.rongh_part4 .txt dd {
    float: left;
    width: 135px
}

.rongh_part4 .txt .chosen-container-single .chosen-single {
    border-color: #c9c9c9;
}

.rongh_part4 .txt .chosen-container-single .chosen-single span {
    color: #333
}

.rongh_part4 .tet ul {
    margin: 0 -10px;
    padding-bottom: 10px;
}

.rongh_part4 .tet li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 30px;
}

.rongh_part4 .tet a {
    background: #fff;
    display: block;
}

.rongh_part4 .tet dt {
    float: left;
}

.rongh_part4 .tet dd {
    overflow: hidden;
    padding: 20px
}

.rongh_part4 .tet dd .tit {
    padding: 10px 0;
    border-bottom: 1px solid #d0d0d0;
    color: #127cc3;
}

.rongh_part4 .tet dd .txet {
    padding: 10px 0 30px 0;
}

.rongh_part4 .tet dd .txet {
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.rongh_part4 .tet dd .tat {
    border: 1px solid #127cc3;
    display: inline-block;
    box-sizing: border-box;
    width: 115px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    color: #127cc3
}

.rongh_part4 .tet a:hover {
    background: #0f7ccc
}

.rongh_part4 .tet a:hover .tit,
.rongh_part4 .tet a:hover .txet {
    color: #fff
}

.rongh_part4 .tet a:hover .tat {
    color: #fff;
    border-color: #fff
}


/*公司新闻*/

.list_part {
    margin: 40px 0 100px 0;
}

.list_part li {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.list_part .li {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.list_part dt {
    float: left;
    width: 366px;
}

.list_part dt img {
    width: 100%
}

.list_part dd {
    overflow: hidden;
    padding-left: 30px;
}

.list_part .txt {
    padding: 5px 0 8px 0;
}

.list_part .txt a {
    color: #333;
    font-size: 18px;
}

.list_part .txt a:hover {
    color: #0f7ccc;
}

.list_part .tit {
    color: #999;
}

.list_part .tet {
    color: #666;
    line-height: 22px;
    padding: 10px 0 35px 0;
}


/*新闻正文*/

.path {
    padding: 23px 0;
}

.path i,
.path a {
    color: #a1a1a1;
    font-size: 12px;
}

.path i {
    padding: 0 5px;
}

.path a.one,
.path a:hover {
    color: #127cc3
}

.con_part {
    background: #fff;
    padding: 50px 110px;
    margin-bottom: 100px
}

.con_part .txt {
    text-align: center;
    font-size: 24px;
    padding-bottom: 15px;
}

.con_part1 .txt {
    padding-bottom: 30px
}

.con_part .tit {
    text-align: center;
    padding-bottom: 30px;
}

.con_part .tit span {
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666
}

.con_part .tit span:after {
    display: none;
}

.con_part .tit i {
    display: inline-block;
    cursor: pointer;
    margin-right: 7px
}

.con_part .tet {
    border-top: 1px dashed #adadad;
    padding: 25px 0;
    line-height: 24px;
}

.con_part .tet img {
    max-width: 100%;
    height: auto !important;
}

.con_part .tet table {
    margin: 0 auto;
}

.con_part .tat {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #efefef;
}

.con_part .tat span {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 20px;
}

.con_part .tat span a {
    border-color: #e3e3e3;
    color: #333
}

.con_part .tat span a:hover {
    color: #fff;
    border-color: #127cc3;
}

.con_part .tat ul {
    margin-right: 150px
}

.con_part .tat li {
    padding: 2px 0;
}

.con_part .tat li a {
    color: #333;
}

.con_part .tat li a:hover {
    color: #127cc3;
}

.part_lang {
    text-align: center;
    height: 125px;
}

.part_lang ul {
    display: block;
}

.part_lang li {
    text-align: left;
    display: inline-block;
    color: #fff;
    margin: 0 25px;
}

.part_lang .li1 {
    font-size: 24px;
    position: relative;
    top: -5px;
}

.part_lang .li2 {
    background-image: url(../images/ico_55.png)
}

.part_lang .li3 {
    background-image: url(../images/ico_56.png)
}

.part_lang .li {
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 75px;
    height: 61px;
    font-size: 16px;
    margin-top: 30px;
}

.part_lang li b {
    display: block;
    padding: 8px 0 2px 0;
}

.part_lang li i {
    display: block;
}


/*活动专题*/

.huod_box {
    padding: 90px 0;
    overflow: hidden
}

.huod_txt {
    text-align: center;
    font-size: 38px;
    font-weight: 100;
    padding-bottom: 40px;
}

.huod_part1 .back_img {
    height: 500px;
}

.huod_part2 .tent>dl>dt {
    float: left;
    width: 585px;
}

.huod_part2 .tent .tet {
    line-height: 24px;
    color: #666;
    text-align: justify;
    margin-top: -8px;
    padding-bottom: 25px;
}

.huod_part2 .tent .tlt li {
    line-height: 26px;
    color: #127cc3;
}

.huod_part2 .tent .tlt li i {
    display: inline-block;
    width: 28px;
}

.huod_part2 .tent>dl>dd {
    overflow: hidden;
    height: 330px;
    padding-left: 30px;
}

.huod_part2 .tent .map_con {
    padding-top: 5px;
    font-size: 14px
}

.huod_part2 .tent .map_con dt {
    border-bottom: 1px solid #d4d4d4;
    color: #0f7ccc;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.huod_part3 .huod_txt {
    color: #fff;
}

.huod_part3 .huod_box {
    position: relative;
}

.huod_part3 .huod_box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 90px;
    display: block;
    width: 100%;
    height: 15px;
    background: #00ddd7
}

.huod_part3 .tab_a ul {
    display: block;
    text-align: center;
    position: relative;
    z-index: 10;
}

.huod_part3 .tab_a li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.huod_part3 .tab_a li:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 1px;
    display: block;
    width: 1px;
    height: 16px;
    background: #75aace;
}

.huod_part3 .tab_a .li:before {
    display: none;
}

.huod_part3 .tab_a li a {
    color: #d1d9e0;
    position: relative;
}

.huod_part3 .tab_a li .selected {
    color: #fff
}

.huod_part3 .tab_a li .selected:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff
}

.huod_part3 .tab_con {
    position: relative;
    overflow: hidden;
    margin-top: -100px;
}

.huod_part3 .tab_con ul {
    padding-bottom: 15px;
    margin-left: 5px;
}

.huod_part3 .tab_con li {
    float: left;
    height: 600px;
    width: 245px;
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
}

.huod_part3 .tab_con dl {
    border-left: 3px solid #00ddd7;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 40px 0 20px;
}

.huod_part3 .tab_con dl:before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #2bb7b3
}

.huod_part3 .tab_con dt {
    text-align: justify;
    line-height: 26px;
}

.huod_part3 .tab_con dt strong {
    display: block;
    font-size: 16px;
}

.huod_part3 .tab_con dt a {
    color: #00ddd7;
    display: inline-block;
}

.huod_part3 .tab_con dt a:hover {
    color: #f60
}

.huod_part3 .tab_con dd {
    padding: 50px 0;
}

.huod_part3 .ps-container .ps-scrollbar-x-rail {
    background: none;
    height: 15px;
    bottom: 0;
}

.huod_part3 .ps-container .ps-scrollbar-x {
    height: 15px;
    background: #fff;
    border-radius: 3px;
}

.huod_part4 .swiper-box li {
    box-sizing: border-box;
    padding: 10px;
    float: left;
    width: 25%
}

.huod_part4 .swiper-box li dl {
    background: #f1f1f1;
    padding: 10px;
}

.huod_part4 .swiper-box li dt {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    width: 122px;
    height: 122px;
    transition: 0.4s;
}

.huod_part4 .swiper-box li dt img {
    width: 100%
}

.huod_part4 .swiper-box li dl:hover dt {
    border-radius: 0;
}

.huod_part4 .swiper-box li dd {
    overflow: hidden;
    padding: 0 10px 0 20px;
}

.huod_part4 .swiper-box li dd b {
    display: block;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.huod_part4 .swiper-box li dd i {
    display: block;
    color: #666;
    line-height: 20px;
}

.huod_part4 .swiper-box1 {
    position: relative;
}

.huod_part4 .swiper-box {
    overflow: hidden;
}

.huod_part4 .swiper-container {
    margin: 0 -10px;
}

.huod_part4 .arrow {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.huod_part4:hover .arrow {
    opacity: 1;
    visibility: inherit;
}

.huod_part4 .arrow-left {
    left: -50px;
}

.huod_part4 .arrow-right {
    right: -50px;
}

.huod_part5 .huod_txt {
    color: #fff;
}

.huod_part5 .left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
}

.huod_part5 .left a {
    display: block;
}

.huod_part5 .left a img {
    width: 100%;
}

.huod_part5 .left dl {
    position: relative;
}

.huod_part5 .left dl dd {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    box-sizing: border-box;
    padding: 10px 30px;
    width: 100%;
}

.huod_part5 .left .pagination {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 1;
}

.huod_part5 .left .pagination span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.huod_part5 .left .pagination span.swiper-active-switch {
    background: #fff;
}

.huod_part5 .right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
}

.huod_part5 .right .box-box {
    background: #fff;
    padding: 20px;
}

.huod_part5 .right .box {
    height: 358px;
    overflow: hidden;
    position: relative;
}

.huod_part5 .right .box ul {
    padding: 10px 70px 0 0
}

.huod_part5 .right li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.huod_part5 .right dt {
    float: left;
    text-align: center;
}

.huod_part5 .right dt i {
    display: block;
    font-size: 48px;
    font-weight: 100;
    height: 48px;
    line-height: 48px;
}

.huod_part5 .right dt b {
    display: block;
    font-size: 16px;
    color: #666;
}

.huod_part5 .right dd {
    padding-left: 30px;
    overflow: hidden;
}

.huod_part5 .right dd .txt a {
    font-size: 16px;
    color: #333;
}

.huod_part5 .right dd .txt a:hover {
    color: #0f7ccc;
}

.huod_part5 .right dd .tet {
    line-height: 22px;
    color: #7c7c7c;
    padding-top: 5px;
}

.huod_part5 .right .ps-container .ps-scrollbar-y-rail {
    width: 3px;
    background: #e2e2e2;
}

.huod_part5 .right .ps-container .ps-scrollbar-y {
    width: 100%;
    background: #0177bf
}

.huod_part6 .box {
    position: relative;
}

.huod_part6 .tent {
    overflow: hidden;
}

.huod_part6 .swiper-container {
    margin: 0 -10px;
}

.huod_part6 li {
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

.huod_part6 dl {
    position: relative;
}

.huod_part6 dt img {
    width: 100%;
}

.huod_part6 dd {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    box-sizing: border-box;
}

.huod_part6 .box .arrow {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.huod_part6:hover .arrow {
    opacity: 1;
    visibility: inherit;
}

.huod_part6 .box .arrow-left {
    left: -50px;
}

.huod_part6 .box .arrow-right {
    right: -50px;
}

.huod_part7 {
    background: #eef2f3
}

.huod_part7 .tent ul {
    margin: 0 -20px;
}

.huod_part7 .tent li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}

.huod_part7 .tent dt i {
    background-color: #0f7ccc;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.huod_part7 .tent dt b {
    display: block;
    font-size: 18px;
    padding-top: 10px;
}

.huod_part7 .tent dd {
    line-height: 24px;
    padding-top: 24px;
}


/*活动专题2*/

.huodd_part1 .map {
    position: relative;
    height: 320px;
    border: 1px solid #e5e5e5
}

.huodd_part1 .allmap {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0
}

.huodd_part1 .con {
    float: left;
    width: 50%;
    height: 320px;
    display: table;
    background: #127cc3
}

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

.huodd_part1 .con ul {
    padding: 0 90px;
    color: #fff;
}

.huodd_part1 .con li {
    padding: 8px 0 8px 30px;
    font-size: 16px;
    background-position: left 9px;
    background-repeat: no-repeat;
}

.huodd_part1 .con li i {
    display: inline-block;
    width: 32px;
}

.huodd_part1 .tet {
    line-height: 24px;
    padding-bottom: 25px;
}

.huodd_part2 {
    color: #fff;
}

.huodd_part2 .huod_txt {
    color: #fff;
}

.huodd_part2 .tab_a {
    padding-bottom: 42px;
}

.huodd_part2 .tab_a ul {
    display: block;
    text-align: center;
}

.huodd_part2 .tab_a li {
    display: inline-block;
}

.huodd_part2 .tab_a a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #127cc3;
    display: inline-block;
    width: 110px;
    height: 37px;
    line-height: 37px;
    margin: 0 2px;
}

.huodd_part2 .tab_a .selected {
    background: #127cc3;
}

.huodd_part2 .tab_con .swiper-container {
    height: 424px;
}

.huodd_part2 .tab_con {
    position: relative;
    padding: 20px 0;
    margin: 35px 0;
}

.huodd_part2 .tab_con:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #127cc3
}

.huodd_part2 .tab_con li {
    float: none;
}

.huodd_part2 .tab_con .arrow div:before {
    display: none;
}

.huodd_part2 .tab_con .arrow div {
    width: 35px;
    height: 35px;
    left: 50%;
    margin-left: -18px;
    margin-top: 0;
}

.huodd_part2 .tab_con .arrow-left {
    top: -35px;
    background-image: url(../images/ico_52.png);
}

.huodd_part2 .tab_con .arrow-right {
    bottom: -35px;
    top: auto;
    background-image: url(../images/ico_52_1.png);
}

.huodd_part2 .tab_con dl {
    position: relative;
}

.huodd_part2 .tab_con dt {
    padding-right: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -10px;
}

.huodd_part2 .tab_con dt:before {
    content: "";
    position: absolute;
    right: -7.5px;
    top: 0;
    display: block;
    width: 16px;
    height: 100%;
    background: url(../images/ico_53.png) center no-repeat;
    z-index: 1;
}

.huodd_part2 .tab_con dd {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    float: right;
    padding-left: 50px;
}

.huodd_part2 .tab_con dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 50px;
    height: 0px;
    border-top: 1px dashed #127cc3
}

.huodd_part2 .tab_con dd .tet {
    border: 1px dashed #127cc3;
    padding: 20px;
    box-sizing: border-box;
    min-height: 80px;
    line-height: 22px;
}

.huodd_part2 .tab_con .li dt {
    right: auto;
    left: 50%;
    padding: 0 0 0 20px
}

.huodd_part2 .tab_con .li dt:before {
    right: auto;
    left: -7.5px;
}

.huodd_part2 .tab_con .li dd {
    float: left;
}

.huodd_part2 .tab_con .li dd {
    padding: 0 50px 0 0;
    text-align: right;
}

.huodd_part2 .tab_con .li dd:before {
    left: auto;
    right: 0
}

.huodd_part3 .swiper-container {
    margin: 0 -10px;
}

.huodd_part3 .swiper-box {
    overflow: hidden;
}

.huodd_part3 .swiper-box1 {
    position: relative;
}

.huodd_part3 .arrow div {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.huodd_part3 .arrow-left {
    left: -80px;
}

.huodd_part3 .arrow-right {
    right: -80px;
}

.huodd_part3:hover .arrow div {
    opacity: 1;
    visibility: inherit;
}

.huodd_part3 li {
    padding: 10px;
    box-sizing: border-box;
    width: 20%;
    float: left;
}

.huodd_part3 dl {
    position: relative;
    overflow: hidden;
}

.huodd_part3 dt {
    position: relative;
}

.huodd_part3 dt img {
    width: 100%
}

.huodd_part3 dt span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

.huodd_part3 dd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.huodd_part3 dd b {
    display: block;
    font-weight: bold;
    padding-top: 20px;
}

.huodd_part3 dd i {
    display: block;
    line-height: 20px;
}

.huodd_part3 dl:hover dd {
    opacity: 1;
    visibility: inherit
}

.huodd_part3 dl:hover dt span {
    opacity: 0;
    visibility: hidden;
}

.huodd_part4 .huod_txt {
    color: #fff;
}

.huodd_part4 .tent {
    position: relative;
}

.huodd_part4 .arrow div {
    width: 22px;
    height: 42px;
    background-repeat: no-repeat;
    transform: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.huodd_part4 .arrow div:before {
    display: none;
}

.huodd_part4 .arrow-left {
    left: -80px;
    background-image: url(../images/ico_54.png);
}

.huodd_part4 .arrow-right {
    right: -80px;
    background-image: url(../images/ico_54_1.png);
}

.huodd_part4:hover .arrow div {
    opacity: 1;
    visibility: inherit
}

.huodd_part4 .pic_list {
    float: left;
    position: relative;
    overflow: hidden;
    width: 520px;
}

.huodd_part4 .pic_list .swiper-wrapper {
    height: 302px;
}

.huodd_part4 .pic_list img {
    width: 100%;
}

.huodd_part4 .pic_list li {
    position: relative;
}

.huodd_part4 .pic_list li span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 15px;
    font-size: 16px;
    text-align: right;
    z-index: 1;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}

.huodd_part4 .pic_list li span i {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.huodd_part4 .pic_list .pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 15px 20px;
}

.huodd_part4 .pic_list .pagination span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: 0.3s;
}

.huodd_part4 .pic_list .pagination span.swiper-active-switch {
    background: #fff
}

.huodd_part4 dt {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #fff;
    text-align: center;
    font-family: "Arial",
}

.huodd_part4 dt b {
    display: block;
    font-size: 36px;
    height: 26px;
    line-height: 26px;
    padding: 10px 0 9px 0;
}

.huodd_part4 dt t {
    display: block;
    font-size: 12px;
}

.huodd_part4 .list_ul1 {
    float: right;
    width: 665px;
    height: 303px;
    background: #0f7ccc
}

.huodd_part4 .list_ul1 ul {
    padding: 30px 35px;
    color: #fff;
}

.huodd_part4 .list_ul1 .txt {
    padding: 15px 0;
}

.huodd_part4 .list_ul1 .txt a {
    color: #fff;
    font-size: 22px;
}

.huodd_part4 .list_ul1 .txt a:hover {
    color: #022946
}

.huodd_part4 .list_ul1 .tet {
    line-height: 25px;
    color: rgba(225, 225, 225, 0.8)
}

.huodd_part4 .list_ul1 .tat {
    padding-top: 25px;
}

.huodd_part4 .list_ul1 .tat a {
    color: #fff;
    border-color: #fff;
}

.huodd_part4 .list_ul1 .tat a:hover {
    background: #022946
}

.huodd_part4 .swiper-slide {
    background: #fff;
}

.huodd_part4 .swiper-wrapper {
    width: 999999px;
}

.huodd_part4 .swiper-slide1 {
    background: none;
}

.huodd_part4 .swiper-slide1 .list_ul ul {
    padding: 45px 0;
}

.huodd_part4 .list_ul {
    background: #fff;
    padding: 0 20px;
}

.huodd_part4 .list_ul ul {
    padding: 30px 0 0 0;
}

.huodd_part4 .list_ul li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.huodd_part4 .list_ul .li {
    border: 0;
    padding: 0;
    margin: 0
}

.huodd_part4 .list_ul dt {
    background: #0f7ccc;
    border: 0;
    color: #fff;
    float: left;
}

.huodd_part4 .list_ul dd {
    overflow: hidden;
    padding-left: 25px;
    position: relative;
}

.huodd_part4 .list_ul .txt {
    padding: 9px 0
}

.huodd_part4 .list_ul .txt a {
    color: #333;
    font-size: 16px;
}

.huodd_part4 .list_ul .txt a:hover {
    color: #127cc3
}

.huodd_part4 .list_ul .tet {
    color: #666
}

.huodd_part4 .list_ul .tat {
    position: absolute;
    right: 10px;
    bottom: 0
}

.huodd_part5 .box {
    position: relative;
}

.huodd_part5 .tent {
    overflow: hidden;
}

.huodd_part5 .swiper-container {
    margin: -10px;
}

.huodd_part5 li {
    padding: 10px;
    float: left;
    box-sizing: border-box;
    width: 25%
}

.huodd_part5 li img {
    width: 100%;
}

.huodd_part5 dl {
    position: relative
}

.huodd_part5 dd {
    position: absolute;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
}

.huodd_part5 .arrow div {
    opacity: 1;
    visibility: hidden;
    transition: 0.3s;
}

.huodd_part5 .arrow-left {
    left: -80px;
}

.huodd_part5 .arrow-right {
    right: -80px;
}

.huodd_part5:hover .arrow div {
    opacity: 1;
    visibility: inherit;
}

.huodd_part6 {
    background: #efefef url(../images/back_11.jpg) center bottom no-repeat
}

.huodd_part6 .huod_box {
    padding-bottom: 140px;
}


/*数据中心*/

.zhongx_part2,
.zhongx_part4 {
    position: relative;
    z-index: 1;
}

.zhongx_part1 {
    z-index: 2;
}

.zhongx_part1 .header {
    background: #127cc3;
}

.zhongx_part1 .header .nav li .a {
    color: #fff;
}

.zhongx_part1 .header .nav li .one,
.zhongx_part1 .header .nav li a:hover {
    color: #00ddd7;
}

.zhongx_part1 .header .nav .ss {
    background: url(../images/ico_21.png) center no-repeat;
}

.zhongx_part1 .header .nav .yy dt {
    background: url(../images/ico_13.png) center left no-repeat
}

.zhongx_part1 .header .nav .yy i {
    color: #b8d8ed;
    background: url(../images/ico_14.png) center right no-repeat;
}

.zhongx_part1 .header .nav .yy .one i {
    background: url(../images/ico_04.png) center right no-repeat;
    color: #338ecb;
}

.zhongx_part1 .header .nav .yy .one {
    background: url(../images/ico_02.png) center left no-repeat
}

.zhongx_part1 .header .logo .img1 {
    display: none;
}

.zhongx_part1 .header .logo .img2 {
    display: block;
}

.zhongx_part1 .header .nav li:hover .a,
.zhongx_part1 .header .nav .ol_box ol {
    background: #fff
}

.zhongx_part1 .header .nav .ol_box ol a,
.zhongx_part1 .header .nav li:hover .a {
    color: #01386e;
}

.zhongx_part1 .header .nav .ol_box ol a:hover {
    color: #fff;
}

.zhongx_part2 {
    background: #01386e
}

.zhongx_part2 .wrap {
    box-sizing: border-box;
    border-left: 1px solid #1f5a8b;
}

.zhongx_part2 li {
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.zhongx_part2 .li {
    border: 0;
}

.zhongx_part2 li a {
    color: #96e1ff;
    font-size: 16px;
    display: block;
    height: 100px;
    border-right: 1px solid #1f5a8b;
}

.zhongx_part2 li i {
    display: inline-block;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 45px;
    margin-top: 20px;
}

.zhongx_part2 li a:hover,
.zhongx_part2 li .one {
    background: #00ddd7;
    color: #fff;
    border-color: #00ddd7
}

.zhongx_part2 li .one i,
.zhongx_part2 li a:hover i {
    background-position: center -85px;
}

.zhongx_part4 {
    background-image: url(../images/back_04.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #01386e;
    padding: 55px 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.zhongx_part4 a {
    color: #00ddd7
}

.zhongx_part4 a:hover {
    color: #f60
}

.zhongx_part3 {
    background: #004b89;
    min-height: 500px;
    padding: 50px 0;
}

.zhongx_part3 .wrap {
    position: relative;
    z-index: 1;
}

.zhongx_particles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1500px
}

.zhongx_particles:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.zhongx_part3 .tiem {
    background: #01386e;
    padding: 15px 0;
    position: relative;
}

.zhongx_part3 .tiem .li_l {
    margin: 0 220px 0 20px;
    overflow-y: hidden
}

.zhongx_part3 .tiem ul li {
    float: left;
    padding: 0 35px;
}

.zhongx_part3 .tiem ul .li {
    padding-right: 0
}

.zhongx_part3 .tiem ul a {
    color: #fff;
    font-size: 18px;
}

.zhongx_part3 .tiem ul .one,
.zhongx_part3 .tiem ul a:hover {
    color: #00ddd7
}

.zhongx_part3 .tiem .li_r {
    position: absolute;
    right: 10px;
    top: 12px;
}

.zhongx_part3 .tiem ol li {
    float: left;
    padding-left: 30px;
}

.zhongx_part3 .tiem ol a {
    border: 1px solid #127cc3;
    box-sizing: border-box;
    width: 82px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-radius: 13px;
}

.zhongx_part3 .tiem ol .one,
.zhongx_part3 .tiem ol a:hover {
    background: #127cc3
}

.zhongx_part3 .tent th {
    background: #127cc3;
    height: 50px;
}

.zhongx_part3 .tent td {
    background: #01386e;
    border-bottom: 1px solid #1b4c7d;
    height: 60px;
    color: #fff;
}

.zhongx_part3 .tent th,
.zhongx_part3 .tent td {
    text-align: left;
    color: #fff;
    padding: 0 40px;
}

.zhongx_part3 .tent td .qs {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.zhongx_part3 .tent td .qs.qs_1 {
    background-image: url(../images/ico_30.png);
}

.zhongx_part3 .tent td .qs.qs_-1 {
    background-image: url(../images/ico_31.png);
}

.zhongx_part3 .tent td .qs.qs_0 {
    background-image: url(../images/ico_29.png);
}

.zhongx_part3 .tent .nam {
    background: #dfdfdf;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #333;
    text-align: center;
    line-height: 22px;
}

.zhongx_part3 .tent .tr .nam {
    background: #00ddd7
}

.zhongx_part3 .tent .img {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.zhongx_part3 .tent .img img {
    max-width: 100%;
}

.zhongx_part3 .tent .txt {
    color: #2bb7b4;
    display: inline-block;
    float: left;
    margin: 6px 10px 0 0;
}

.zhongx_part3 .tent .more {
    background: url(../images/ico_32.png) center no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 0;
    display: none
}

.zhongx_part3 .tent .more.one {
    background: url(../images/ico_33.png) center no-repeat;
}

.zhongx_part3 .tent tr:hover td,
.zhongx_part3 .tent .tr_one td {
    background: #002e5b
}

.zhongx_part3 .tent .tr_tent td {
    height: auto;
    padding: 0px;
    background: #002e5b;
    border-bottom: 0;
}

.zhongx_part3 .tent .tr_tent ul {
    padding-left: 40px;
    border-bottom: 1px solid #2e547a
}

.zhongx_part3 .tent .tr_tent li {
    float: left;
    width: 19%;
    height: 205px;
    padding: 20px 0;
    box-sizing: border-box;
    border-right: 1px solid #174068;
    text-align: center;
}

.zhongx_part3 .tent .tr_tent .li1 {
    width: 24%;
    text-align: left;
}

.zhongx_part3 .tent .tr_tent .li5 {
    border: 0;
}

.zhongx_part3 .tent .tr_tent .li1 dt {
    text-align: center;
}

.zhongx_part3 .tent .tr_tent dl {
    display: table;
}

.zhongx_part3 .tent .tr_tent dt,
.zhongx_part3 .tent .tr_tent dd {
    display: table-cell;
    vertical-align: middle;
}

.zhongx_part3 .tent .tr_tent dt {
    width: 120px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    background: #fff;
    display: block;
}

.zhongx_part3 .tent .tr_tent dt img {
    max-width: 100%;
    max-height: 100%
}

.zhongx_part3 .tent .tr_tent dd {
    padding: 10px;
    color: #fff;
}

.zhongx_part3 .tent .tr_tent dd i {
    display: block;
    padding-bottom: 5px;
}

.zhongx_part3 .tent .tr_tent dd b {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.zhongx_part3 .tent .tr_tent .p1 {
    display: block;
    padding: 50px 0 5px 0;
}

.zhongx_part3 .tent .tr_tent .p2 {
    display: block;
}

.zhongx_part3 .tent .tr_tent .p2 b {
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    padding-right: 5px;
}


/*加入我们*/

.jiar_part1 {
    background: #f6f6f6;
    padding: 40px 0;
}

.jiar_part1 .tent {
    background: rgba(0, 0, 0, 0.5);
    height: 330px;
    width: 50%;
    display: table;
}

.jiar_part1 dl {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0 50px
}

.jiar_part1 dt {
    font-size: 24px;
    padding-bottom: 30px;
}

.jiar_part1 dd {
    font-size: 14px;
    line-height: 24px;
}

.jiar_part2 {
    padding: 40px;
}

.jiar_part2 .tent {
    margin-bottom: 20px;
}

.jiar_part2 .txt {
    background: #f0f0f0;
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.3s;
}

.jiar_part2 .txt span {
    float: left;
    font-size: 16px;
}

.jiar_part2 .txt b {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/ico_35.png)
}

.jiar_part2 .tet {
    position: relative;
    border: 1px solid #ececec;
    overflow: hidden;
    display: none;
    margin-bottom: 40px;
}

.jiar_part2 .tet:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 35px;
    background: #fff;
    z-index: 1
}

.jiar_part2 .tet_box {
    max-height: 560px;
    position: relative;
    overflow: hidden;
}

.jiar_part2 .tet_box1 {
    padding: 35px 40px;
}

.jiar_part2 .ps-container .ps-scrollbar-y-rail {
    background: #e2e2e2
}

.jiar_part2 .ps-container .ps-scrollbar-y {
    background: #0065a6
}

.jiar_part2 dl {
    padding-bottom: 25px
}

.jiar_part2 dt {
    font-weight: bold;
    padding-bottom: 10px;
}

.jiar_part2 .t_tet {
    line-height: 24px;
}

.jiar_part2 .dl1 dd p {
    float: left;
}

.jiar_part2 .dl1 dd p strong {
    font-weight: normal;
    display: inline-block;
    background: #e5f1f9;
    margin-right: 15px;
    min-width: 125px;
    padding: 9px 10px;
    text-align: center;
    color: #0075c1
}

.jiar_part2 dd .t_tet {
    line-height: 24px;
    color: #666
}

.jiar_part2 .one {
    background: #0065a6;
    color: #fff;
}

.jiar_part2 .one b {
    background: url(../images/ico_36.png)
}

.jiar_part2 .mailto a {
    color: #0075c1
}

.jiar_part2 .mailto a:hover {
    text-decoration: underline
}


/*蓝鹰平台*/

.lany_part1 {
    padding: 100px 0;
}

.lany_part1 .txt {
    font-size: 38px;
    text-align: center;
    padding-bottom: 10px;
}

.lany_part1 .tet {
    font-size: 16px;
    line-height: 30px;
}

.lany_part2 {
    background: url(../images/back_05.jpg) top center no-repeat;
    padding: 85px 0;
}

.lany_part2 .tab_a {
    background: #d5f3ff url(../images/back_06.jpg) center no-repeat;
}

.lany_part2 li {
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    padding: 25px 30px;
}

.lany_part2 a {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto;
    background: #0176c7;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
}

.lany_part2 a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    display: block;
    width: 100%;
    height: 16px;
    background: url(../images/ico_39.png) center no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.lany_part2 dl {
    background: url(../images/ico_38.png) center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.lany_part2 dt {
    padding-top: 20px;
}

.lany_part2 dd {
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
}

.lany_part2 a:hover,
.lany_part2 .selected {
    background: #2bb7b3
}

.lany_part2 .selected:before {
    opacity: 1;
    visibility: inherit;
}

.lany_part2 .tab_con {
    background: #fff;
    padding: 40px 50px 100px 50px;
    text-align: center;
}

.lany_part2 .tab_con .tet {
    font-size: 16px;
    line-height: 30px;
}

.lany_part2 .tab_con .pic {
    padding-top: 50px
}

.lany_part2 .tab_con img {
    max-width: 100%;
}


/*行业知识*/

.hangy_part {
    padding: 25px 0 80px 0;
}

.hangy_part li {
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 0;
}

.hangy_part .li {
    border: 0;
}

.hangy_part .txt font {
    color: #333;
    transition: 0.3s;
}

.hangy_part .txt a:hover font {
    color: #127cc3;
}

.hangy_part .tet font {
    color: #666;
}

.hangy_part dt {
    float: left;
    color: #127cc3;
    font-size: 50px;
    padding-top: 8px;
    font-family: 'Conv_Swiss 721 Black Condensed BT', Sans-Serif;
}

.hangy_part dd {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
}

.hangy_part .txt {
    padding-bottom: 10px;
}

.hangy_part .txt a {
    color: #333;
    font-size: 18px;
}

.hangy_part .txt a:hover {
    color: #127cc3;
}

.hangy_part .tet {
    color: #666;
}

.hangy_part .txt,
.hangy_part .tet {
    max-width: 660px;
}

.hangy_part .tat {
    position: absolute;
    right: 30px;
    top: 0;
}


/*品牌列表*/

.pinp_part1 {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px;
    font-size: 24px;
}

.pinp_part1 dt {
    float: left;
    padding-top: 4px;
}

.pinp_part1 dd {
    overflow: hidden;
}

.pinp_part1 dd a {
    float: left;
    display: inline-block;
    padding: 5px 25px;
    background: #f0f0f0;
    color: #333;
    margin-right: 15px;
    border-radius: 22px;
}

.pinp_part1 dd a:hover,
.pinp_part1 dd a.one {
    background: #0f7ccc;
    color: #fff;
}

.pinp_part2 {
    padding-bottom: 90px
}

.pinp_part2 dt a {
    display: block;
    position: relative;
    border: 1px solid #fff;
}

.pinp_part2 dt a:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}

.pinp_part2 li {
    padding: 30px 0;
    border-bottom: 1px solid #e4e4e4
}

.pinp_part2 .li {
    border: 0;
    padding-bottom: 40px;
}

.pinp_part2 dt {
    float: left;
}

.pinp_part2 dd {
    overflow: hidden;
    padding-left: 30px;
}

.pinp_part2 .txt {
    padding: 20px 0 8px 0;
}

.pinp_part2 .txt a {
    color: #333;
    font-size: 24px;
    line-height: 35px;
}

.pinp_part2 .txt a:hover {
    color: #0f7ccc;
}

.pinp_part2 .tiem {
    color: #0f7ccc;
}

.pinp_part2 .tet {
    line-height: 24px;
    color: #666;
    padding: 20px 0 40px 0;
}


/*研究报告-列表*/

.yanj_part {
    padding-bottom: 100px;
    overflow: hidden;
}

.yanj_part ul {
    margin: 0 -55px;
}

.yanj_part li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 45px 55px;
    border-bottom: 1px solid #e4e4e4;
}

.yanj_part .li {
    border: 0
}

.yanj_part dl {
    clear: both;
    overflow: hidden;
}

.yanj_part dt {
    width: 170px;
    float: left;
    box-sizing: border-box;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 7px 1px 1px
}

.yanj_part dt img {
    width: 100%;
}

.yanj_part dd {
    overflow: hidden;
    padding-left: 25px;
}

.yanj_part dd .txt {
    padding: 35px 0 15px 0;
}

.yanj_part dd .txt a {
    color: #333;
    font-size: 18px;
}

.yanj_part dd .txt a:hover {
    color: #127cc3;
}

.yanj_part dd .tet {
    color: #666;
    line-height: 20px;
    padding-bottom: 40px
}


/*研究报告-详情*/

.yanj_part1 {
    background-image: url(../images/back_07.jpg)
}

.yanj_part1 .tlt {
    background: #8ec31e;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    padding: 0 20px;
    margin-top: 60px;
}

.yanj_part1 .tlt i {
    font-size: 16px;
    float: left;
}

.yanj_part1 .tlt b {
    font-size: 24px;
    font-weight: bold;
    float: left;
    line-height: 53px;
}

.yanj_part2 li span {
    display: none;
    width: 33px;
    height: 33px;
    background: url(../images/ico_40.png);
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.yanj_part2 li .span_on {
    transform: rotate(-180deg)
}


/*公司简介*/

.jianj_box {
    padding: 70px 0 100px 0;
    overflow: hidden;
}

.jianj_txt {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.jianj_txt i {
    font-family: 'Conv_Swiss 721 Black Condensed BT', Sans-Serif;
    color: rgba(51, 51, 51, 0.1);
    font-size: 115px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
}

.jianj_txt h2 {
    position: absolute;
    text-align: center;
    left: 0;
    top: 15px;
    width: 100%;
    font-size: 38px;
}

.jianj_part1 .tet {
    line-height: 24px;
    text-align: center;
    padding-bottom: 58px;
}

.jianj_part1 .list ul {
    margin: 0 -100px
}

.jianj_part1 .list li {
    width: 25%;
    padding: 0 100px;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.jianj_part1 .list dt {
    background: #0176c7 url(../images/ico_38.png) center no-repeat;
    width: 123px;
    height: 123px;
    line-height: 123px;
    border-radius: 50%;
    margin: 0 auto;
}

.jianj_part1 .list dd {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.jianj_part2 {
    background: #f0f0f0
}

.jianj_part2 .list>ul {
    margin: 0 -10px;
}

.jianj_part2 .list>ul>li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.jianj_part2 dl {
    position: relative;
}

.jianj_part2 dl dd {
    background: #fff;
    transition: 0.3s;
    display: table;
}

.jianj_part2 dl .dd_box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 45px;
    /* width: 100%; */
}

.jianj_part2 dt img {
    width: 100%
}

.jianj_part2 dd {
    width: 100%;
}

.jianj_part2 dd .txt {
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-right: 70px
}

.jianj_part2 dd .txt:before {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    display: block;
    width: 50px;
    height: 1px;
    background: #b1b1b1
}

.jianj_part2 dd .tet {
    line-height: 24px;
}

.jianj_part2 dd li {
    line-height: 22px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 12px;
}

.jianj_part2 dd li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0f7ccc
}

.jianj_part2 .li dd {
    position: absolute;
    left: 0;
    top: 0;
}

.jianj_part2 .li dt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.jianj_part2 dl:hover dd li:before,
.jianj_part2 dl:hover .txt:before {
    background: #fff
}

.jianj_part2 dl:hover dd {
    background: #0f7ccc;
    color: #fff;
}

.jianj_part3 .swiper-container {
    margin: 0 -10px;
}

.jianj_part3 .swiper-box {
    overflow: hidden;
}

.jianj_part3 .swiper-box1 {
    position: relative;
}

.jianj_part3 .arrow div {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.jianj_part3 .arrow-left {
    left: -80px;
}

.jianj_part3 .arrow-right {
    right: -80px;
}

.jianj_part3:hover .arrow div {
    opacity: 1;
    visibility: inherit;
}

.jianj_part3 li {
    padding: 10px;
    box-sizing: border-box;
}

.jianj_part3 dl {
    position: relative;
    overflow: hidden;
}

.jianj_part3 dt {
    position: relative;
}

.jianj_part3 dt img {
    width: 100%
}

.jianj_part3 dt span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

.jianj_part3 dd {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}

.jianj_part3 dd b {
    font-size: 18px;
    padding-top: 80px;
    display: block;
}

.jianj_part3 dd i {
    line-height: 24px;
    display: block;
    padding-top: 10px;
}

.jianj_part3 dl:hover dd {
    opacity: 1;
    visibility: inherit
}

.jianj_part3 dl:hover dt span {
    opacity: 0;
    visibility: hidden;
}

.jianj_part4 {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jianj_part4 .swiper-box {
    position: relative;
}

.jianj_part4 .jianj_txt h2 {
    color: #fff;
}

.jianj_part4 .tent {
    position: relative;
}

.jianj_part4 .tent:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.jianj_part4 li {
    position: relative;
    width: 100px;
    height: 720px;
    box-sizing: border-box;
}

.jianj_part4 .dl_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
}

.jianj_part4 dl {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 30px 25px;
    box-sizing: border-box;
    width: 100%
}

.jianj_part4 dl:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%
}

.jianj_part4 dl:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5)
}

.jianj_part4 dt {
    padding-bottom: 15px;
    color: #fff;
    line-height: 24px;
    width: 250px;
}

.jianj_part4 .li_dt dt {
    width: auto;
}

.jianj_part4 dd img {
    max-width: 100%;
}

.jianj_part4 .li dl {
    top: 0;
    bottom: auto
}

.jianj_part4 .li dl:before,
.jianj_part4 .li .dl_box {
    top: auto;
    bottom: -3px;
}

.jianj_part4 .li dl {
    padding: 20px 0 0 20px;
}

.jianj_part4 .dt {
    padding: 0
}

.jianj_part4 .arrow div {
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.jianj_part4 .arrow div:before {
    display: none
}

.jianj_part4 .arrow-left {
    left: -80px;
    background-image: url(../images/ico_42.png)
}

.jianj_part4 .arrow-right {
    right: -80px;
    background-image: url(../images/ico_42_1.png)
}

.jianj_part4 .tat {
    text-align: center;
}

.jianj_part4 .tat a {
    border-color: #fff;
    color: #fff;
}

.jianj_part5 .map {
    height: 420px;
}

.jianj_part5 .map_con {
    padding-top: 5px;
    font-size: 14px
}

.jianj_part5 .map_con dt {
    border-bottom: 1px solid #d4d4d4;
    color: #127cc3;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.jianj_part5 .tent {
    border: 1px solid #dcdcdc;
}

.jianj_part5 .con {
    padding: 25px 30px;
}

.jianj_part5 .ll {
    float: left;
}

.jianj_part5 .ll dl {
    padding: 4px 0;
}

.jianj_part5 .ll dt {
    display: inline-block;
    color: #127cc3;
    font-weight: bold;
}

.jianj_part5 .ll dt i {
    width: 28px;
    display: inline-block;
}

.jianj_part5 .ll dd {
    display: inline-block;
}

.jianj_part5 .ll dd a {
    color: #333;
}

.jianj_part5 .ll dd a:hover {
    text-decoration: underline;
}

.jianj_part5 .rr {
    float: right;
    border-left: 1px solid #e5e5e5;
    padding-top: 20px;
}

.jianj_part5 .rr dl {
    float: left;
    margin-left: 30px;
    text-align: center;
}

.jianj_part5 .rr dd {
    padding-top: 5px;
}


/*搜索列表*/

.sous_part1 .box {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px;
}

.sous_part1 .box .p2 {
    float: right;
}

.sous_part1 .box .p2 input {
    width: 107px;
    height: 41px;
    background: #127cc3 url(../images/ico_43.png) center no-repeat;
    cursor: pointer;
    transition: 0.3s;
}

.sous_part1 .box .p2 input:hover {
    background-color: #f60
}

.sous_part1 .box .p1 {
    display: block;
    margin-right: 107px;
    border: 1px solid #127cc3;
    height: 41px;
    box-sizing: border-box;
    padding: 10px;
    border-right: 0
}

.sous_part1 .box .tet {
    padding-top: 10px;
}

.sous_part1 .box .tet b {
    color: #127cc3;
    display: inline-block;
    padding-right: 5px;
}

.sous_part2 {
    background: #efefef
}

.sous_part2 dd {
    padding: 0
}


/*产品服务*/

.chanp_nav {
    background: #f3f3f3
}

.chanp_nav li {
    width: 12.5%;
    float: left;
    box-sizing: border-box;
}

.chanp_nav .li {
    background: #e8e8ea
}

.chanp_nav a {
    display: block;
    height: 135px;
    text-align: center;
    color: #333;
}

.chanp_nav i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
}

.chanp_nav b {
    display: block;
    padding: 10px;
    font-size: 16px;
}

.chanp_nav .one,
.chanp_nav a:hover {
    background: #127cc3;
    color: #fff;
}

.chanp_nav .one i,
.chanp_nav a:hover i {
    background-position: 0 100%
}

.chanp_part {
    padding: 100px 0;
    text-align: center;
}

.chanp_one {
    background: #f3f3f3
}

.chanp_part .txt {
    font-size: 38px;
}

.chanp_part .tet {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 70px 0;
}

.chanp_part .tct img {
    max-width: 100%
}


/*荣誉列表*/

.rongr_part {
    padding: 50px 0;
    overflow: hidden;
}

.rongr_part ul {
    margin: 0 -15px;
}

.rongr_part li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 45px;
}

.rongr_part dt {
    border: 1px solid #e2e2e2;
    height: 210px;
    box-sizing: border-box;
    line-height: 210px;
    text-align: center;
}

.rongr_part dt img {
    max-width: 90%;
    max-height: 90%
}

.rongr_part .dt {
    background-color: #127cc3;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #127cc3;
}

.rongr_part dd {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 10px 0 10px;
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
}

.phone_nav {
    display: none;
}


/*响应式处理*/

@media screen and (max-width:1500px) {
    .main {
        overflow: hidden;
    }

    .in_wrap {
        width: 1200px;
    }

    .header .nav>ul>li>a {
        font-size: 18px;
    }

    .footer .part1 .nav li {
        padding-right: 150px;
    }

    /*首页*/
    .in_part1 .back_img {
        height: 600px;
    }

    .in_part7 .txt,
    .in_part6 .txt,
    .in_part5 .txt,
    .in_part4 .txt {
        font-size: 30px;
    }

    .in_part7 .tit,
    .in_part5 .tit,
    .in_part4 .tit {
        font-size: 14px;
    }

    .in_part2 .left ul {
        margin: -5px 0
    }

    .in_part3 {
        height: 550px;
    }

    .in_part4 {
        padding: 70px 0;
    }

    .in_part4 dd {
        font-size: 16px;
    }

    .in_part4 .swiper-container {
        margin: 0
    }

    .in_part5 {
        padding-top: 0px;
    }

    .in_part5 li dd .p1 b {
        font-size: 22px;
    }

    .in_part5 li dd {
        padding: 20px !important;
    }

    .in_part6 {
        padding: 70px 0;
    }

    .in_part6 .txt {
        padding-bottom: 30px;
    }

    .in_part7 .txt a:before {
        height: 50px
    }
}

@media screen and (max-width:1400px) {
    .header .nav {
        margin-right: 30px;
    }

    .header .nav .ol_box {
        width: 300px;
    }

    /*首页*/
    .in_part5 li dd .p1 b {
        line-height: 26px;
    }

    .in_part5 .li4 dd .p2 {
        padding-top: 110px;
    }

    .jianj_part4 .arrow-left,
    .jianj_part3 .arrow-left,
    .huodd_part5 .arrow-left,
    .huodd_part4 .arrow-left,
    .huodd_part3 .arrow-left {
        left: -50px;
    }

    .jianj_part4 .arrow-right,
    .jianj_part3 .arrow-right,
    .huodd_part5 .arrow-right,
    .huodd_part4 .arrow-right,
    .huodd_part3 .arrow-right {
        right: -50px;
    }
}

@media screen and (max-width:1200px) {

    /*手机导航*/
    .phone_nav {
        display: block;
    }

    .body_on {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .phone_nav .top {
        background: #fff;
        height: 100px;
        box-sizing: border-box;
        padding: 0 20px;
        position: relative;
        z-index: 999
    }

    .phone_nav .top .a {
        float: left;
        width: 240px;
        margin-top: 25px;
    }

    .phone_nav .top .a img {
        width: 100%;
    }

    .phone_nav .top .ss {
        float: right;
        width: 30px;
        height: 32px;
        display: inline-block;
        background: url(../images/ico_59.png) no-repeat;
        margin: 35px 30px 0px 30px;
    }

    .phone_nav .top .but {
        float: right;
        width: 30px;
        height: 30px;
        margin-top: 35px;
        display: block;
    }

    .phone_nav .top .but i {
        width: 100%;
        height: 3px;
        margin-top: 15px;
        background: #0f7ccc;
        display: block;
        position: relative;
        transition: 0.4s;
    }

    .phone_nav .top .but i:before,
    .phone_nav .top .but i:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 3px;
        background: #0f7ccc;
        transition: 0.4s;
    }

    .phone_nav .top .but i:before {
        margin-top: -10px;
    }

    .phone_nav .top .but i:after {
        margin-top: 10px;
    }

    .phone_nav .box {
        width: 100%;
        height: 100%;
        background: #01386e;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        transform: translateX(100%);
        transition: 0.7s;
    }

    .phone_nav .box_con {
        margin: 100px 10px 0px 10px;
        overflow-x: hidden;
    }

    .phone_nav .box_con li {
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
        padding: 15px 10px;
        position: relative;
    }

    .phone_nav .box_con li a {
        color: #fff;
        font-size: 18px;
    }

    .phone_nav .box_con li:last-child {
        border-bottom: 0;
    }

    .phone_nav .box_con ol {
        display: none;
        margin: 10px 10px 0px 10px;
    }

    .phone_nav .box_con ol li {
        padding: 0
    }

    .phone_nav .box_con ol a {
        font-size: 16px;
        font-weight: normal;
        padding: 10px 5px;
        display: block;
    }

    .phone_nav .box_con .a_zk {
        position: absolute;
        right: 10px;
        top: 0px;
        width: 20px;
        height: 50px;
        transition: 0.4s;
        transform: rotate(-90deg);
        background: url(../images/ico_nav.png) center no-repeat;
    }

    .phone_nav .box_con .a_zk_on {
        transform: rotate(0deg);
    }

    .phone_nav .yy .a {
        margin: 0 -5px;
    }

    .phone_nav .yy span {
        float: left;
        width: 50%;
        display: block;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .phone_nav .yy a {
        border: 1px solid rgba(225, 225, 225, 0.5);
        display: block;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-size: 14px;
    }

    .phone_nav .yy .one {
        background: rgba(18, 124, 195, 0.8);
        border-color: rgba(18, 124, 195, 0.8);
    }

    .phone_on .top .but i:before {
        transform: rotate(45deg);
        margin: 0;
    }

    .phone_on .top .but i:after {
        transform: rotate(-45deg);
        margin: 0;
    }

    .phone_on .top .but i {
        background: none;
    }

    .phone_on .box {
        transform: translateX(0%);
    }

    .wrap,
    .in_wrap {
        width: auto;
        margin: 0 20px;
    }

    .header {
        display: none;
    }

    .part_lanm .nav li {
        padding: 20px 30px 0 30px;
    }

    .part_lanm h2 {
        font-size: 35px;
        padding-top: 100px;
    }

    .part_lanm .back_img {
        height: 260px;
    }

    .footer .part1 .nav li {
        padding-right: 110px;
    }

    .footer .part1 .nav dt {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .footer .part1 .nav dd a {
        font-size: 16px;
    }

    /*首页*/
    .in_part1 .back_img {
        height: 500px;
    }

    .in_part2 .left ul {
        margin: 0
    }

    .in_part2 .right dl {
        padding-bottom: 35px;
        margin-left: 20px;
    }

    .in_part2 .right dt {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0;
        height: 35px;
        line-height: 35px;
    }

    .in_part2 .right dt i {
        padding: 0;
        background-image: none !important;
        font-size: 14px;
    }

    .in_part2 .right dd {
        opacity: 1;
        visibility: inherit;
        position: inherit;
        right: auto;
        top: auto;
    }

    .in_part2 .right dd span {
        border-width: 3px;
    }

    .in_part2 .right dd span:before {
        display: none;
    }

    .in_part4 {
        padding: 50px 0;
    }

    .in_part4 dt {
        width: 100px;
        height: 100px;
        padding: 12px;
        box-sizing: border-box;
    }

    .in_part4 dt:before,
    .in_part4 dt:after {
        background-size: 100%
    }

    .in_part4 img {
        width: 100%
    }

    .in_part4 .arrow-left {
        left: 0
    }

    .in_part4 .arrow-right {
        right: 0
    }

    .in_part5 {
        padding: 0px 0 0 0;
    }

    .in_part5 .tit {
        margin: 0 20px;
    }

    .in_part5 li {
        width: 33.3%
    }

    .in_part5 .li4 dd .p2 {
        padding-top: 10px;
    }

    .in_part6 {
        padding: 50px 0;
    }

    .in_part6 .tet {
        position: relative;
        overflow: hidden;
    }

    .in_part6 .arrow div {
        display: block;
    }

    .in_part6 .arrow-left {
        left: 0px
    }

    .in_part6 .arrow-right {
        right: 0px
    }

    .in_part6 li dd em {
        font-size: 16px;
        line-height: 22px;
    }

    .in_part6 li dd i {
        padding: 10px 0 15px 0;
    }

    .in_part7 {
        padding: 50px 0;
    }

    .in_part7 .tit {
        padding-bottom: 30px;
    }

    .in_part7 .arrow div {
        margin-top: -50px;
    }

    .in_part7 .arrow-left {
        left: 0;
    }

    .in_part7 .arrow-right {
        right: 0;
    }

    .in_part7 .swiper-box {
        margin: 0;
    }

    /*产品服务*/
    .chanp_nav {
        display: none;
    }

    .chanp_part {
        padding: 80px 0;
    }

    .chanp_part .txt {
        font-size: 30px;
    }

    .chanp_part .tet {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0 30px 0;
    }

    /*活动专题1*/
    .huod_box {
        padding: 50px 0;
    }

    .huod_txt {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .huod_part1 .back_img {
        height: 350px;
    }

    .huod_part2 .tent>dl>dt {
        width: 55%
    }

    .huod_part2 .tent>dl>dd {
        padding-left: 20px;
    }

    .huod_part3 .huod_box:before {
        bottom: 50px;
    }

    .huod_part3 .tab_con li {
        height: 620px;
    }

    .huod_part4 .arrow-left {
        left: 0;
    }

    .huod_part4 .arrow-right {
        right: 0;
    }

    .huod_part4 .swiper-box li {
        width: 33.3%
    }

    .huod_part4 .swiper-box li dl:hover dt {
        border-radius: 50%;
    }

    .huod_part5 .wrap {
        width: 1000px;
        margin: 0 auto;
    }

    .huod_part5 .left {
        padding-right: 5px;
    }

    .huod_part5 .right {
        padding-left: 5px;
    }

    .huod_part5 .right .box {
        height: 297px;
    }

    .huod_part5 .right .box ul {
        padding: 10px 20px 0 0
    }

    .huod_part5 .right dd {
        padding-left: 20px;
    }

    .huod_part5 .right dd .tet {
        height: 40px;
        overflow: hidden;
    }

    .huod_part6 .swiper-container {
        margin: 0 -5px;
    }

    .huod_part6 .box .arrow-left {
        left: 0;
    }

    .huod_part6 .box .arrow-right {
        right: 0;
    }

    .huod_part6 li {
        padding: 0 5px;
        width: 33.3%
    }

    /*活动专题2*/
    .huodd_part1 .map {
        height: 250px;
    }

    .huodd_part1 .con {
        height: 250px;
    }

    .huodd_part1 .con ul {
        padding: 0 20px;
    }

    .huodd_part1 .con li {
        font-size: 14px;
    }

    .huodd_part2 .arrow div {
        background-color: transparent;
        background-size: auto;
    }

    .huodd_part2 .tab_a a {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        width: 90px;
    }

    .huodd_part2 .tab_con dd .tet {
        padding: 10px;
    }

    .huodd_part3 .arrow-left {
        left: 0;
    }

    .huodd_part3 .arrow-right {
        right: 0;
    }

    .huodd_part3 dd {
        display: none;
    }

    .huodd_part3 dl:hover dt span {
        opacity: 1;
        visibility: inherit;
    }

    .huodd_part3 li {
        width: 25%;
    }

    .huodd_part4 .wrap {
        width: 1000px;
        margin: 0 auto;
    }

    .huodd_part4 .swiper-slide {
        position: relative;
    }

    .huodd_part4 .swiper-slide:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 20%;
        background: #fff;
        z-index: -1
    }

    .huodd_part4 .arrow div {
        width: 35px;
        height: 80px;
        margin-top: -40px;
    }

    .huodd_part4 .arrow-left {
        left: 0;
    }

    .huodd_part4 .arrow-right {
        right: 0;
    }

    .huodd_part4 .pic_list {
        width: 45%;
    }

    .huodd_part4 .list_ul1 {
        width: 55%;
        background: none;
        height: 262px;
        box-sizing: border-box;
        padding-left: 10px;
    }

    .huodd_part4 .list_ul1 ul {
        padding: 30px 20px;
        height: 100%;
        box-sizing: border-box;
        background: #0f7ccc
    }

    .huodd_part4 .list_ul1 .tat,
    .huodd_part4 .list_ul .tat {
        display: none;
    }

    .huodd_part5 .arrow-left {
        left: 0;
    }

    .huodd_part5 .arrow-right {
        right: 0;
    }

    .huodd_part5 li {
        width: 33.3%
    }

    .huodd_part6 .huod_box {
        padding-bottom: 80px;
    }

    .huod_part7 .tent li {
        text-align: center;
    }

    .huod_part7 .tent dt i {
        margin: 0 auto;
    }

    /*蓝鹰平台*/
    .lany_part1 {
        padding: 80px 0 60px 0;
    }

    .lany_part1 .txt {
        font-size: 30px;
    }

    .lany_part2 .tab_con {
        padding: 30px 20px;
    }

    .lany_part2 .tab_con .pic {
        padding-top: 20px;
    }

    .lany_part2 {
        padding: 50px 0;
    }

    .lany_part2 dl {
        background-size: 100%
    }

    .lany_part2 dt {
        padding: 15px 0 5px 0;
    }

    .lany_part2 dt i {
        display: inline-block;
        width: 45px;
    }

    .lany_part2 dt i img {
        width: 100%
    }

    .lany_part2 dd {
        font-size: 14px;
        font-weight: normal;
        line-height: 16px;
    }

    .lany_part2 li {
        padding: 20px 0px;
    }

    .lany_part2 a {
        width: 100px;
        height: 100px;
    }

    .lany_part2 .tab_con .tet {
        font-size: 14px;
        line-height: 22px;
    }

    /*融合传播*/
    .rongh_part1 {
        padding: 50px;
    }

    .rongh_part1 dt {
        width: 260px;
    }

    .rongh_part1 dt img {
        width: 100%;
    }

    .rongh_part1 dd {
        padding-left: 40px;
    }

    .rongh_part1 dd .txt {
        font-size: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }

    .rongh_part4 {
        margin-bottom: 50px;
    }

    .rongh_part4 .txt {
        padding: 30px 0;
    }

    .rongh_part4 .tet li {
        width: 50%;
        margin-bottom: 20px;
    }

    /*行业观点*/
    .hangy_part2 ul {
        padding-bottom: 0
    }

    /*研究洞察*/
    .shuj_part2 {
        margin-bottom: 50px;
    }

    .shuj_part2 ul {
        margin: 0 -30px;
    }

    .shuj_part2 li {
        padding: 20px 30px;
    }

    /*研究报告*/
    .yanj_part {
        padding-bottom: 50px;
    }

    .yanj_part ul {
        margin: 0 -30px;
    }

    .yanj_part li {
        padding: 30px;
    }

    .yanj_part dd .txt a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 220px;
        display: inline-block;
    }

    /*报告详情*/
    .rongh_part2 {
        margin-bottom: 50px;
    }

    .rongh_part2 .box {
        padding: 30px 40px;
    }

    .rongh_part2 li {
        padding-bottom: 30px;
    }

    /*新闻列表*/
    .list_part {
        margin-bottom: 50px;
    }

    /*新闻正文*/
    .con_part {
        padding: 50px;
        margin-bottom: 50px;
    }

    /*活动列表*/
    .pinp_part1 {
        padding: 20px 0;
        font-size: 18px;
    }

    .pinp_part2 {
        padding-bottom: 50px;
    }

    .pinp_part2 li {
        padding: 20px 0;
    }

    .pinp_part1 dd a {
        padding: 4px 20px;
    }

    .pinp_part2 dt {
        width: 45%
    }

    .pinp_part2 dt img {
        width: 100%
    }

    .pinp_part2 dd {
        padding-left: 20px;
    }

    .pinp_part2 .txt {
        padding: 10px 0 0 0;
    }

    .pinp_part2 .txt a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
        font-size: 18px;
        line-height: normal;
    }

    .pinp_part2 .tiem {
        padding: 10px 0 15px 0;
    }

    .pinp_part2 .tet {
        padding: 0;
    }

    .pinp_part2 .tat {
        display: none;
    }

    /*关于我们*/
    .jianj_box {
        padding: 50px 0;
    }

    .jianj_txt h2 {
        font-size: 30px;
        top: 15px;
    }

    .jianj_txt i {
        font-size: 90px;
        height: 70px;
        line-height: 70px;
    }

    .jianj_part1 .list ul {
        margin: 0
    }

    .jianj_part1 .list li {
        padding: 0;
    }

    .jianj_part2 .list>ul {
        margin: 0
    }

    .jianj_part2 .list>ul>li {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 20px;
    }

    .jianj_part2 .list dl {
        clear: both;
        overflow: hidden;
        background: #fff;
    }

    .jianj_part2 .list dt {
        float: left;
    }

    .jianj_part2 .list dd {
        overflow: hidden;
        width: auto;
        height: 308px;
    }

    .jianj_part2 .list .li2 dt {
        float: right;
    }

    .jianj_part3 .arrow-left {
        left: 0
    }

    .jianj_part3 .arrow-right {
        right: 0
    }

    .jianj_part3 dl dd {
        display: none;
    }

    .jianj_part3 dl:hover dt span {
        opacity: 1;
        visibility: inherit;
    }

    .jianj_part4 .swiper-container {
        margin: 0 50px;
    }

    .jianj_part4 .arrow-left {
        left: 0;
    }

    .jianj_part4 .arrow-right {
        right: 0;
    }

    .jianj_part4 .arrow div {
        background-color: transparent;
        background-size: 100%
    }

    .jianj_part4 li {
        height: 560px;
    }

    .jianj_part4 dl {
        padding: 0 0 15px 20px
    }

    .jianj_part4 dt {
        line-height: 22px;
    }

    .jianj_part4 dd img {
        max-width: 80%;
    }

    .jianj_part4 .li dl {
        padding: 10px 0 0 20px
    }

    .jianj_part5 .map {
        height: 400px;
    }

    /*加入我们*/
    .jiar_part1 .tent {
        height: 250px;
    }

    .jiar_part2 {
        padding: 30px 0;
    }

    .jiar_part2 .tet_box1 {
        padding: 20px;
    }

    .jiar_part2 .tet_box {
        height: 400px;
    }

    .jiar_part2 .tet:before {
        height: 20px;
    }

    .jiar_part2 .dl1 dd p strong {
        margin-bottom: 5px;
    }

    /*荣誉列表*/
    .rongr_part {
        padding: 30px 0;
    }

    .rongr_part ul {
        margin: 0 -10px;
    }

    .rongr_part li {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .rongr_part dd {
        font-size: 14px;
        line-height: 22px;
        height: 80px;
    }

    .rongr_part .dt {
        background-size: 90px;
    }
}

@media screen and (max-width:1002px) {
    .footer .part1 {
        padding: 30px 0;
    }

    .footer .part1 .logo {
        padding-top: 0px;
        width: 150px;
    }

    .footer .part1 .logo .img1 {
        margin-bottom: 20px;
    }

    .footer .part1 .logo .img1 img {
        width: 100%
    }

    .footer .part1 .logo .img2 {
        width: 100px;
        height: 100px;
    }

    .footer .part1 .nav {
        padding-top: 0px;
    }

    .footer .part1 .nav li {
        padding-right: 60px;
    }

    .footer .part1 .nav .yy {
        display: none
    }

    .footer .part1 .nav dl {
        text-align: center;
    }

    .footer .part1 .nav dt {
        font-size: 20px;
    }

    .footer .part1 .nav dd a {
        font-size: 14px;
    }

    .footer .part2 {
        margin: 0
    }

    .part_lanm .back_img {
        height: 200px;
    }

    .huod_part1 .back_img {
        height: 300px;
    }

    .part_lanm .back_img2 {
        background-image: none !important;
        height: auto !important
    }

    .part_lanm .back_img2 img {
        display: block;
        width: 100%
    }

    .part_lanm .wrap_pic {
        margin: 0;
        position: relative;
        height: 100%
    }

    .part_lanm .txt {
        display: block;
    }

    .part_lanm .txt span {
        font-size: 20px;
        color: #fff;
        float: left;
    }

    .part_lanm .txt b {
        background: url(../images/ico_nav.png) center no-repeat;
        width: 30px;
        height: 30px;
        display: block;
        float: right;
        transition: 0.4s;
    }

    .part_lanm .txt .b_on {
        transform: rotate(-180deg)
    }

    .part_lanm .nav {
        padding: 10px 0;
        height: auto;
        text-align: left;
        display: none;
    }

    /*隐藏三级导航*/
    .part_lanm .nav ul {
        display: none;
    }

    .part_lanm .nav li {
        display: block;
        border-bottom: 1px solid rgba(225, 225, 225, 0.8);
        padding: 10px 5px
    }

    .part_lanm .nav li:last-child {
        border: 0
    }

    .part_lanm h2 {
        position: absolute;
        left: 20px;
        top: 50%;
        padding: 0;
        margin-top: -40px;
    }

    /*首页*/
    .in_part1 .back_img {
        height: 400px;
    }

    .in_part2 {
        padding: 30px 0;
        position: relative;
    }

    .in_part2 .left {
        width: auto;
        margin-right: 300px;
    }

    .in_part2 .left li {
        width: 50%
    }

    .in_part2 .left dt {
        padding-bottom: 10px;
    }

    .in_part2 .left dt i {
        width: 100px;
        display: inline-block;
    }

    .in_part2 .left dt img {
        width: 100%
    }

    .in_part2 .left dd {
        padding-top: 15px;
    }

    .in_part2 .left li,
    .in_part2 .left li a {
        font-size: 16px;
    }

    .in_part2 .right {
        top: 20px;
        right: 20px;
        position: absolute;
    }

    .in_part2 .right dd span {
        width: 100px;
        height: 100px;
    }

    .in_part3 {
        height: 350px;
    }

    .in_part7 .txt,
    .in_part6 .txt,
    .in_part5 .txt,
    .in_part4 .txt {
        font-size: 25px;
    }

    .in_part7 .tit,
    .in_part5 .tit,
    .in_part4 .tit {
        line-height: 22px;
    }

    .in_part4 {
        padding: 30px 0;
    }

    .in_part4 .tit {
        padding: 0 10px 20px 10px;
    }

    .in_part5 {
        padding-top: 0px;
    }

    .in_part5 .tet {
        padding-top: 0px;
        width: 100%;
    }

    .in_part5 li dd .p1 b {
        font-size: 18px;
        line-height: 22px;
    }

    .in_part6 {
        padding: 30px 0;
    }

    .in_part6 .txt {
        padding-bottom: 20px;
    }

    .in_part6 li dt i {
        width: 50px;
        height: 50px;
    }

    .in_part6 li dt i b {
        font-size: 14px;
        line-height: 18px;
    }

    .in_part6 li dd {
        height: 190px;
        padding: 10px 15px;
    }

    .in_part6 li dd em {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }

    .in_part6 li dd i {
        padding: 5px 0 10px 0
    }

    .in_part6 li dd b {
        font-size: 14px !important;
        line-height: 22px;
    }

    .in_part7 {
        padding: 30px 0;
    }

    .in_part7 .txt {
        padding-bottom: 25px;
    }

    .in_part7 .txt a:before {
        height: 37px;
        right: -16px;
    }

    .in_part7 .txt a {
        border-width: 2px;
        margin: 0 15px;
    }

    /*产品服务*/
    .chanp_part {
        padding: 50px 0;
    }

    .chanp_part .txt {
        font-size: 25px;
    }

    /*数据中心*/
    .zhongx_part2 .wrap {
        overflow-y: hidden;
    }

    .zhongx_part2 ul {
        margin: 0;
        width: 870px;
    }

    .zhongx_part2 li {
        width: 145px;
    }

    .zhongx_part2 li a {
        font-size: 14px;
    }

    .zhongx_part2 li a:hover {
        color: #96e1ff;
        background: none;
        border-right: 1px solid #1f5a8b;
    }

    .zhongx_part3 {
        padding: 30px 0;
        min-height: inherit
    }

    .zhongx_part3 .tiem .li_l {
        margin-right: 180px
    }

    .zhongx_part3 .tiem ul a {
        font-size: 16px;
    }

    .zhongx_part3 .tiem ul li {
        padding: 0 30px 0 0
    }

    .zhongx_part3 .tiem ol li {
        padding-left: 10px;
    }

    .zhongx_part3 .tiem ol a {
        font-size: 14px;
        width: 70px;
    }

    .zhongx_part3 .tent th,
    .zhongx_part3 .tent td {
        padding: 0 10px;
    }

    .zhongx_part3 .tent .tr_tent ul {
        padding: 0px;
    }

    .zhongx_part3 .tent .tr_tent .li1 {
        width: 40%;
        padding-left: 20px;
        height: 210px;
    }

    .zhongx_part3 .tent .tr_tent li {
        width: 30%;
        height: 105px;
    }

    .zhongx_part3 .tent .tr_tent .li2,
    .zhongx_part3 .tent .tr_tent .li3 {
        border-bottom: 1px solid #174068
    }

    .zhongx_part3 .tent .tr_tent .li3 {
        border-right: 0
    }

    .zhongx_part3 .tent .tr_tent .p1 {
        padding: 10px 0 5px 0;
    }

    .zhongx_part3 .tent .tr_tent .p2 b {
        font-size: 25px;
    }

    /*活动专题1*/
    .huod_box {
        padding: 30px 0;
    }

    .huod_txt {
        font-size: 25px;
        padding-bottom: 15px;
    }

    .huod_part2 .tent>dl>dt {
        width: auto;
        float: none;
    }

    .huod_part2 .tent>dl>dd {
        padding: 0;
        height: 250px;
    }

    .huod_part2 .tent .tet {
        padding-bottom: 0;
    }

    .huod_part2 .tent .tlt {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

    .huod_part3 .huod_box:before {
        display: none
    }

    .huod_part3 .tab_a li {
        padding: 0 15px;
    }

    .huod_part3 .tab_a {
        margin-bottom: 30px;
    }

    .huod_part3 .tab_a li .selected:before {
        bottom: -5px;
    }

    .huod_part3 .tab_con {
        height: 400px;
        padding: 0px 0 0 10px;
        margin-top: 0
    }

    .huod_part3 .tab_con ul {
        padding: 0;
        width: auto !important;
        margin: 0
    }

    .huod_part3 .tab_con li {
        float: left;
        width: 100%;
        height: auto;
        padding: 0px 0px 30px 40px;
    }

    .huod_part3 .tab_con li:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 8px;
        display: block;
        width: 22px;
        height: 2px;
        background: #00ddd7
    }

    .huod_part3 .tab_con li:after {
        content: "";
        position: absolute;
        left: 22px;
        top: 3px;
        display: block;
        width: 7px;
        height: 7px;
        border: 3px solid #00ddd7;
        border-radius: 50%;
        background: #fff;
    }

    .huod_part3 .tab_con dl {
        border: 0;
        padding: 25px 0 0 0;
        position: relative;
    }

    .huod_part3 .tab_con dl:before {
        display: none;
    }

    .huod_part3 .tab_con dd {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .huod_part3 .tab_con dt {
        line-height: 22px;
    }

    .huod_part3 .tab_con dt strong {
        font-size: 14px;
    }

    .huod_part4 .swiper-box li {
        width: 50%
    }

    .huod_part3 .ps-container .ps-scrollbar-x-rail {
        display: none !important
    }

    .huod_part3 .ps-container .ps-scrollbar-y-rail {
        left: 0;
        right: auto;
        background: #00ddd7
    }

    .huod_part3 .ps-container .ps-scrollbar-y {
        background: #fff
    }

    .huod_part5 .wrap {
        width: 700px;
    }

    .huod_part5 .right .box {
        height: 195px;
    }

    .huod_part5 .right dd .txt a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }

    .huod_part6 li {
        width: 50%;
        padding: 5px;
    }

    .huod_part7 .tent ul {
        margin: 0 -5px;
    }

    .huod_part7 .tent li {
        padding: 0 5px;
    }

    /*活动专题2*/
    .huodd_part2 .tab_a {
        padding-bottom: 30px;
    }

    .huodd_part4 .wrap {
        width: 700px;
    }

    .huodd_part4 .pic_list {
        width: 50%;
        height: 204px;
    }

    .huodd_part4 .pic_list .pagination {
        margin: 5px 10px;
    }

    .huodd_part4 .pic_list .pagination span {
        width: 10px;
        height: 10px;
    }

    .huodd_part4 .list_ul1 {
        height: 204px;
        width: 50%;
    }

    .huodd_part4 .list_ul1 .tet {
        display: none;
    }

    .huodd_part4 .list_ul1 ul {
        padding: 20px;
    }

    .huodd_part4 .list_ul1 .txt a {
        font-size: 18px;
    }

    .huodd_part4 .list_ul .tet {
        display: none;
    }

    .huodd_part4 dt {
        width: 60px;
        height: 60px;
    }

    .huodd_part4 dt b {
        font-size: 22px;
        height: 20px;
        line-height: 20px;
        padding: 12px 0 2px 0
    }

    .huodd_part4 dt i {
        font-size: 12px;
    }

    .huodd_part4 .list_ul .txt a {
        font-size: 14px;
    }

    .huodd_part4 .list_ul {
        padding: 20px;
    }

    .huodd_part4 .list_ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .huodd_part4 .list_ul ul {
        padding-top: 0px;
    }

    .huodd_part4 .swiper-slide1 .list_ul ul {
        padding: 20px 0;
    }

    .huodd_part4 .arrow div {
        width: 30px;
        height: 60px;
        margin-top: -30px;
        background-size: 15px;
    }

    .huodd_part3 li {
        width: 33.3%;
    }

    /*蓝鹰平台*/
    .lany_part1 {
        padding: 50px 0 30px 0;
    }

    .lany_part1 .txt {
        font-size: 25px;
    }

    .lany_part1 .tet {
        line-height: 22px;
        font-size: 14px;
    }

    /*融合传播*/
    .rongh_part1 {
        padding: 30px;
    }

    .rongh_part1 dd {
        padding-left: 20px;
    }

    .rongh_part1 dd .tat {
        padding-top: 40px;
    }

    .rongh_part1 dd .tet {
        height: 85px;
        overflow: hidden;
    }

    .rongh_part3 .tat1 {
        padding-top: 20px;
    }

    .rongh_part3 .tat1 a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-weight: normal;
    }

    .rongh_part2 .box {
        padding: 20px 20px 0 20px;
    }

    .rongh_part2 .txt {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .rongh_part2 dt {
        font-size: 16px;
    }

    .rongh_part2 li {
        padding-bottom: 20px;
    }

    .rongh_part2 .ul_box {
        margin: 0 -10px;
    }

    .rongh_part2 ul {
        padding: 0 10px;
    }

    .rongh_part4 {
        margin-bottom: 50px;
    }

    .rongh_part4 .txt {
        padding: 20px 0;
    }

    .rongh_part4 .tet ul {
        padding-bottom: 0;
        margin: 0 -5px;
    }

    .rongh_part4 .tet li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .rongh_part4 .tet dt {
        width: 140px;
    }

    .rongh_part4 .tet dt img {
        width: 100%
    }

    .rongh_part4 .tet dd .tat {
        display: none;
    }

    /*行业观点*/
    .hangy_part1 .wrap {
        padding-bottom: 50px;
    }

    .hangy_part1 .ss {
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .hangy_part2 {
        margin: 20px 0
    }

    .hangy_part2 ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .hangy_part2 ul {
        margin: 0 -5px;
    }

    .hangy_part2 li a {
        margin: 0 5px;
    }

    .shuj_part1 {
        padding: 10px 0;
    }

    .shuj_part2 ul {
        margin: 0 -10px;
    }

    .shuj_part2 li {
        padding: 10px;
        float: none;
        width: auto;
    }

    .shuj_part2 .li {
        border-bottom: 1px solid #e4e4e4;
    }

    .shuj_part2 dd a {
        font-size: 14px;
    }

    .shuj_part2 dt b {
        font-size: 30px;
        height: 30px;
        line-height: 30px;
    }

    .shuj_part2 dt i {
        font-size: 14px;
    }

    .yanj_part1 .tlt {
        margin-top: 30px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }

    .yanj_part1 .tlt i {
        font-size: 14px;
    }

    .yanj_part1 .tlt b {
        font-size: 16px;
        font-weight: normal;
        line-height: 50px;
    }

    /*研究报告*/
    .yanj_part ul {
        margin: 0 -10px;
    }

    .yanj_part li {
        padding: 20px 10px;
    }

    .yanj_part dt {
        width: 130px;
        border-right-width: 4px;
    }

    .yanj_part dd .tat {
        display: none;
    }

    .yanj_part dd {
        padding-left: 10px;
    }

    .yanj_part dd .txt a {
        font-size: 16px;
        width: 190px;
    }

    /*新闻列表*/
    .list_part {
        margin-top: 30px;
    }

    .list_part li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .list_part dt {
        width: 300px;
    }

    .list_part dt img {
        width: 100%;
    }

    .list_part dd {
        padding-left: 20px;
    }

    .list_part .tat a {
        display: none;
    }

    .list_part .txt a {
        font-size: 16px;
    }

    .list_part .tit {
        padding: 0 0 10px 0
    }

    .list_part .tet {
        height: 85px;
        overflow: hidden;
        padding: 0
    }

    /*公司新闻*/
    .con_part {
        padding: 20px;
        margin-bottom: 20px;
    }

    .con_part .txt {
        font-size: 20px;
        padding-bottom: 0
    }

    .con_part1 .txt {
        padding-bottom: 15px;
    }

    .con_part .tit {
        padding: 5px 0 10px 0;
    }

    .con_part .tit i {
        width: 16px;
    }

    .con_part .tit i img {
        width: 100%;
    }

    .con_part .tet {
        padding: 15px 0
    }

    .con_part .tat {
        padding-top: 20px;
    }

    .part_lang {
        height: auto;
        padding: 30px 0;
        text-align: center
    }

    .part_lang li {
        margin: 0 10px;
    }

    .part_lang .li1 {
        font-size: 18px;
        top: -10px;
    }

    .part_lang .li {
        font-size: 14px;
        background-size: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0 0 0 40px
    }

    .part_lang .li i,
    .part_lang .li b {
        display: inline-block;
        padding: 0
    }

    .part_lang .li2 {
        margin-bottom: 10px;
    }

    /*活动列表*/
    .pinp_part2 .tiem {
        padding: 5px 0 10px 0
    }

    .pinp_part2 .tet {
        height: 100px;
        overflow: hidden;
    }

    /*关于我们*/
    .jianj_txt {
        padding-bottom: 15px;
    }

    .jianj_txt h2 {
        font-size: 25px;
        top: 12px;
    }

    .jianj_txt i {
        font-size: 70px;
        height: 60px;
        line-height: 60px;
    }

    .jianj_part1 .tet {
        padding-bottom: 20px;
    }

    .jianj_part1 .list dt {
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-size: 100%
    }

    .jianj_part1 .list dd {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
    }

    .jianj_part2 .list dt {
        width: 350px
    }

    .jianj_part2 .list dd {
        height: 279px;
    }

    .jianj_part2 dd .txt {
        font-size: 20px;
        padding: 0 50px 10px 0
    }

    .jianj_part2 dd .txt:before {
        width: 40px;
        top: 14px;
    }

    .jianj_part2 dl .dd_box {
        padding: 0 20px;
    }

    .jianj_part4 dd img {
        max-width: 50%
    }

    .jianj_part3 dt span {
        font-size: 16px;
        padding: 8px;
    }

    .jianj_part4 li {
        height: 500px;
    }

    .jianj_part4 .arrow div {
        width: 30px;
        height: 30px;
        margin-top: -10px;
    }

    .jianj_part4 .swiper-container {
        margin: 0 40px;
    }

    .jianj_part5 .map {
        height: 250px;
    }

    .jianj_part5 .con {
        padding: 20px;
    }

    .jianj_part5 .ll {
        float: none
    }

    .jianj_part5 .rr {
        float: none;
        padding: 15px 0 0 0;
        border: 0
    }

    .jianj_part5 .rr dl {
        margin: 0 20px 0 0;
    }

    /*行业知识*/
    .hangy_part {
        padding-bottom: 50px;
    }

    .hangy_part .tat {
        display: none;
    }

    .hangy_part li {
        padding: 20px 0;
    }

    .hangy_part .txt,
    .hangy_part .tet {
        max-width: inherit;
    }

    /*加入我们*/
    .jiar_part1,
    .jiar_part2 {
        padding: 20px 0;
    }

    .jiar_part2 .tent {
        margin-bottom: 10px;
    }

    .jiar_part2 .txt {
        padding: 15px 20px;
    }

    .jiar_part2 dl {
        padding-bottom: 10px;
    }

    .rongr_part li {
        width: 33.3%
    }

    /*搜索列表*/
    .sous_part1 .box {
        padding: 30px 0 20px 0;
    }
}

@media screen and (max-width:758px) {

    .wrap,
    .in_wrap {
        margin: 0 15px;
    }

    .footer .part2 {
        padding: 15px 0;
    }

    .footer .part2 .left {
        font-size: 12px;
        line-height: 18px;
    }

    #top {
        display: none !important
    }

    .part_lanm .back_img {
        height: 150px;
    }

    .part_lanm h2 {
        font-weight: normal;
        font-size: 25px;
        margin-top: -20px;
        left: 10px;
    }

    .shuj_part1 ol li {
        padding-right: 10px;
    }

    .path {
        padding: 15px 0;
    }

    .in_part7 .txt,
    .in_part6 .txt,
    .in_part5 .txt,
    .in_part4 .txt {
        font-size: 24px;
    }

    .footer .part1 {
        padding: 0;
    }

    .footer .part1 .in_wrap {
        margin: 0
    }

    .footer .part2 .right,
    .footer .part1 .logo {
        display: none;
    }

    .footer .part1 .nav {
        float: none;
    }

    .footer .part1 .nav .li,
    .footer .part1 .nav li {
        float: none;
        padding: 15px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer .part1 .nav dl {
        position: relative;
        text-align: left;
    }

    .footer .part1 .nav dt b {
        position: absolute;
        right: 0;
        top: -5px;
        width: 30px;
        height: 30px;
        background: url(../images/ico_nav.png) center no-repeat;
        display: block;
        transition: 0.3s;
        transform: rotate(-90deg);
    }

    .footer .part1 .nav dt .one {
        transform: rotate(0deg);
    }

    .footer .part1 .nav dt {
        padding: 0;
        font-size: 16px;
    }

    .footer .part1 .mod_li {
        display: block;
    }

    .footer .part1 .nav .mod_li0 {
        border-bottom: 0
    }

    .footer .part1 .nav .dd_box {
        display: none;
        margin: 8px 5px 0 5px
    }

    .footer .part1 .nav dd {
        padding: 5px 0;
    }

    .footer .part1 .nav dd a {
        font-size: 14px;
    }

    .footer .part2 {
        border: 0;
        background: #002e5b;
        text-align: center;
    }

    .footer .part2 .left {
        float: none;
    }

    /*首页*/
    .phone_nav .top {
        height: 50px;
        padding: 0 10px
    }

    .phone_nav .top .a {
        width: 120px;
        margin-top: 12px;
    }

    .phone_nav .top .ss {
        margin: 15px 15px 0 0;
        background-size: 20px;
        width: 20px;
        height: 22px;
    }

    .phone_nav .top .but {
        width: 25px;
        height: 25px;
        margin-top: 10px;
    }

    .phone_nav .top .but i {
        height: 2px;
    }

    .phone_nav .top .but i:before,
    .phone_nav .top .but i:after {
        height: 2px;
    }

    .phone_nav .top .but i:before {
        margin-top: -8px;
    }

    .phone_nav .top .but i:after {
        margin-top: 8px;
    }

    .phone_nav .box_con {
        margin-top: 50px;
    }

    .phone_nav .box_con li a {
        font-size: 16px;
    }

    .phone_nav .box_con ol a {
        font-size: 14px;
    }

    .phone_on .top .but i:before {
        margin: 0;
    }

    .phone_on .top .but i:after {
        margin: 0;
    }

    .in_part1 .back_img {
        height: auto;
    }

    .in_part1 .back_img img {
        display: block;
        width: 100%
    }

    .in_part1 .pagination {
        bottom: 10px;
    }

    .in_part1 .pagination span {
        width: 7px;
        height: 7px;
    }

    .in_part2 {
        padding: 20px 0;
    }

    .in_part2 .left {
        margin: 0
    }

    .in_part2 .left li {
        padding: 5px 10px;
    }

    .in_part2 .left dd {
        padding-top: 10px;
    }

    .in_part2 .left li,
    .in_part2 .left li a {
        font-size: 14px;
    }

    .in_part2 .right {
        display: none;
    }

    .in_part3 {
        height: 300px;
    }

    .in_part4 {
        padding: 40px 0 20px 0
    }

    .in_part4 .txt {
        padding-bottom: 30px;
    }

    .in_part4 .tit {
        display: none;
    }

    .in_part4 ul {
        margin: 0 -5px;
    }

    .in_part4 li {
        width: 25%;
        float: left;
        box-sizing: border-box;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .in_part4 dt {
        width: 60px;
        height: 60px
    }

    .in_part4 dd {
        font-size: 12px;
        line-height: 18px;
        padding-top: 5px;
        height: 40px;
    }

    .in_part4 dt::after,
    .in_part4 dt::before {
        transition: 0s none
    }

    .in_part4 dl:hover dd {
        color: #333
    }

    .in_part4 dl:hover dt:after {
        transform: none
    }

    .in_part4 dl:hover dt:before {
        transform: none
    }

    .in_part4 .arrow {
        display: none;
    }

    .in_part5 {
        padding-top: 0px;
    }

    .in_part5 .txt {
        padding-bottom: 0px;
    }

    .in_part5 .tit {
        display: none;
    }

    .in_part5 .tet {
        padding-top: 0px;
        width: 100%;
    }

    .in_part5 li {
        width: 50%
    }

    .in_part5 li dd .p1 b {
        font-size: 14px;
        line-height: 18px;
    }

    .in_part5 li dd .p2 {
        font-size: 12px;
        line-height: 18px;
    }

    .in_part6 {
        padding: 40px 0;
    }

    .in_part6 .txt {
        padding-bottom: 30px;
    }

    .in_part6 .swiper-container {
        margin: 0
    }

    .in_part6 li a {
        margin: 0
    }

    .in_part6 li dd {
        height: auto;
        padding: 15px;
    }

    .in_part6 li dd em {
        font-size: 16px;
        line-height: inherit;
    }

    .in_part6 li dd i {
        padding: 5px 0 10px 0;
    }

    .in_part7 {
        padding: 40px 0;
    }

    .in_part7 .txt {
        padding-bottom: 30px;
    }

    .in_part7 .txt1 {
        display: block;
        margin-top: 40px;
    }

    .in_part7 .txt a {
        padding: 0;
        border: 0;
    }

    .in_part7 .txt .a {
        display: none;
    }

    .in_part7 .txt a:before {
        display: none;
    }

    .in_part7 .tit {
        display: none;
    }

    .in_part7 .swiper-container {
        width: auto;
        margin: 0 -10px
    }

    .in_part7 .tet li a {
        margin: 0 5px;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .in_part7 .txt a:before {
        height: 35px;
        top: 3px;
    }

    .in_part7 .tet li a span:before {
        display: none;
    }

    .in_part7 .tet li a b,
    .in_part7 .tet li a i {
        opacity: 1;
    }

    .in_part7 .tet li a i {
        display: none;
    }

    .in_part7 .tet li a b {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-size: 12px;
        padding: 10px;
    }

    .in_part7 .arrow div {
        margin-top: -25px;
    }

    /*产品服务*/
    .chanp_part {
        padding: 20px 0;
    }

    .chanp_part .txt {
        font-size: 20px;
    }

    .chanp_part .tet {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0 20px 0;
    }

    /*数据中心*/
    .zhongx_part2 li {
        width: auto;
    }

    .zhongx_part2 li a {
        height: auto;
        padding: 20px;
    }

    .zhongx_part2 li i {
        background-image: none !important;
        padding: 0;
        margin: 0
    }

    .zhongx_part3 .tiem .li_l {
        margin: 0 150px 0 10px;
    }

    .zhongx_part3 .tiem ul a {
        font-size: 14px;
    }

    .zhongx_part3 .tiem ul li {
        padding: 0 20px 0 0
    }

    .zhongx_part3 .tiem ol a {
        height: auto;
        line-height: normal;
        width: auto;
        padding: 2px 8px;
    }

    .zhongx_part3 .tent th,
    .zhongx_part3 .tent td {
        padding: 0 10px;
        font-size: 12px;
    }

    .zhongx_part3 .tent .img {
        display: none !important;
    }

    .zhongx_part3 .tent th {
        font-weight: normal;
        font-size: 12px;
    }

    .zhongx_part3 .tent th:nth-of-type(1) img {
        display: none;
    }

    .zhongx_part3 .tent th:nth-of-type(1) {
        background: #127cc3 url(../images/ico_60.png) center no-repeat;
        background-size: 20px;
    }

    .zhongx_part3 .tent td {
        height: 50px;
    }

    .zhongx_part3 .tent .txt {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80px;
        display: inline-block;
        float: none;
    }

    .zhongx_part3 .tent .tet {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60px;
        display: inline-block;
        float: none;
    }

    .zhongx_part3 .tent .tr1 td:nth-of-type(3) {
        white-space: nowrap;
    }

    .zhongx_part3 .tent .tr_tent .li1 {
        width: 66.6%;
        border-bottom: 1px solid #174068;
        padding: 10px;
        height: 160px;
    }

    .zhongx_part3 .tent .tr_tent .li2 {
        height: 160px;
        border-right: 0
    }

    .zhongx_part3 .tent .tr_tent .li3 {
        border-right: 1px solid #174068
    }

    .zhongx_part3 .tent .tr_tent li {
        width: 33.3%;
        height: 90px;
        padding: 0
    }

    .zhongx_part3 .tent .tr_tent .li2 .p1 {
        padding-top: 60px;
    }

    .zhongx_part3 .tent .tr_tent dd {
        padding: 0 20px;
    }

    .zhongx_part3 .tent .tr_tent dd b {
        font-size: 14px;
        font-weight: normal;
    }

    .zhongx_part3 .tent .tr_tent .p1 {
        padding: 25px 0 0px 0;
    }

    .zhongx_part3 .tent th:nth-of-type(2) {
        padding-left: 0
    }

    .zhongx_part3 .tent .tr1 td:nth-of-type(2) {
        padding-left: 0
    }

    .zhongx_part3 .tent .tr_tent .p2 b {
        font-weight: normal;
        font-size: 16px
    }

    .zhongx_part3 .tent .tr_tent dt {
        width: 100px;
        height: 140px;
        line-height: 140px;
    }

    .zhongx_part3 .tent td .qs {
        background-size: 5px;
    }

    .zhongx_part3 .tent td .qs.qs_0 {
        background-size: 15px;
    }

    .zhongx_part3 .tent .more {
        background-size: 14px;
    }

    .zhongx_part4 {
        font-size: 14px;
        font-weight: normal;
        padding: 20px 0;
        background-size: cover;
    }

    .zhongx_part4 a {
        display: inline-block;
    }

    /*活动专题1*/
    .part_lanm .txt span {
        font-size: 20px;
    }

    .huod_box {
        padding: 20px 0;
    }

    .huod_txt {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .huod_part1 .back_img {
        height: 170px;
    }

    .huod_part2 .tent>dl>dd {
        height: 200px;
    }

    .huod_part3 .tab_con {
        height: 300px;
    }

    .huod_part4 .swiper-box li {
        padding: 5px
    }

    .huod_part4 .swiper-box li dl {
        padding: 10px;
    }

    .huod_part4 .swiper-box li dt {
        width: 100px;
        height: 100px;
        float: none;
        margin: 0 auto;
    }

    .huod_part4 .swiper-box li dt img {
        width: 100%;
    }

    .huod_part4 .swiper-box li dd {
        padding: 0;
        text-align: center;
        height: 100px
    }

    .huod_part5 .wrap {
        width: auto;
        margin: 0 10px;
    }

    .huod_part5 .left dl dd {
        text-align: left;
        padding: 8px 10px;
    }

    .huod_part5 .left .pagination {
        right: 10px;
        bottom: 9px;
    }

    .huod_part5 .right,
    .huod_part5 .left {
        width: auto;
        float: none;
        padding: 0;
    }

    .huod_part5 .right .box-box {
        padding: 10px;
    }

    .huod_part5 .right li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .huod_part5 .right dt i {
        font-size: 25px;
        height: 25px;
        line-height: 25px;
    }

    .huod_part5 .right dt b {
        font-size: 12px;
    }

    .huod_part5 .right dd .txt {
        padding-top: 9px;
    }

    .huod_part5 .right dd .txt a {
        font-size: 14px;
    }

    .huod_part5 .right dd .tet {
        display: none;
    }

    .huod_part5 .right dd {
        padding-left: 10px;
    }

    .huod_part6 dd {
        font-size: 12px;
        padding: 8px;
    }

    .huod_part7 .tent ul {
        margin: 0 -5px
    }

    .huod_part7 .tent li {
        padding: 0 5px;
        width: 50%;
        text-align: center;
        padding-bottom: 20px;
    }

    .huod_part7 .tent dt i {
        margin: 0 auto;
        width: 70px;
        height: 70px;
    }

    .huod_part7 .tent dt b {
        font-size: 14px;
    }

    .huod_part7 .tent dd {
        line-height: 18px;
        padding-top: 10px;
        font-size: 12px;
    }

    .huod_part7 .huod_box {
        padding-bottom: 0
    }

    /*活动专题2*/
    .huodd_part1 .tet {
        padding-bottom: 10px;
    }

    .huodd_part1 .map {
        height: auto;
        border: 0;
    }

    .huodd_part1 .con {
        width: auto;
        float: none;
        height: auto;
        padding: 10px 0;
        display: block;
    }

    .huodd_part1 .con ul {
        padding: 0 15px
    }

    .huodd_part1 .con li {
        background-image: none !important;
        padding: 5px 0
    }

    .huodd_part1 .allmap {
        position: inherit;
        width: 100%;
        height: 200px;
    }

    .huodd_part2 .tab_a a {
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .huodd_part2 .tab_con {
        margin: 30px 0;
        padding: 10px 0;
    }

    .huodd_part2 .tab_con:before {
        left: 14px;
        margin: 0
    }

    .huodd_part2 .tab_con .arrow div {
        width: 30px;
        height: 30px;
        background-size: 30px;
        left: 0px;
        margin: 0
    }

    .huodd_part2 .tab_con .arrow-left {
        top: -30px;
    }

    .huodd_part2 .tab_con .arrow-right {
        bottom: -30px;
    }

    .huodd_part2 .tab_con dl {
        padding: 0 0 15px 50px;
        position: relative;
    }

    .huodd_part2 .tab_con dl:before {
        content: "";
        position: absolute;
        left: 8px;
        top: 2px;
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/ico_53.png) no-repeat;
        background-size: 15px;
        z-index: 1
    }

    .huodd_part2 .tab_con dl:after {
        content: "";
        position: absolute;
        left: 20px;
        top: 9px;
        display: block;
        width: 25px;
        height: 0px;
        border-bottom: 1px dashed #127cc3
    }

    .huodd_part2 .tab_con dt {
        margin: 0;
        right: auto;
        top: auto;
        position: inherit;
        padding: 0 0 5px 0;
    }

    .huodd_part2 .tab_con dt:before,
    .huodd_part2 .tab_con dd:before {
        display: none;
    }

    .huodd_part2 .tab_con dd {
        width: auto;
        float: none;
        padding: 0;
    }

    .huodd_part2 .tab_con dd .tet {
        padding: 0;
        border: 0;
        min-height: inherit;
        line-height: 22px;
    }

    .huodd_part3 .swiper-container {
        margin: -5px;
    }

    .huodd_part3 li {
        width: 50%;
        padding: 5px;
    }

    .huodd_part3 dt span {
        font-size: 12px;
        padding: 8px;
    }

    .huodd_part4 .wrap {
        width: auto;
        margin: 0 10px;
    }

    .huodd_part4 .list_ul1,
    .huodd_part4 .pic_list {
        width: auto;
        height: auto;
        float: none;
        padding: 0;
        overflow: hidden;
    }

    .huodd_part4 .pic_list {
        height: 160px;
    }

    .huodd_part4 .list_ul1 {
        height: 80px;
    }

    .huodd_part4 .list_ul1 .txt a {
        font-size: 16px;
    }

    .huodd_part4 .list_ul1 dt {
        float: left;
    }

    .huodd_part4 .list_ul1 dd {
        overflow: hidden;
        padding-left: 10px;
    }

    .huodd_part4 .list_ul1 .txt {
        padding: 10px 0 0 0
    }

    .huodd_part4 .list_ul1 ul {
        padding: 10px;
        height: auto;
    }

    .huodd_part4 .arrow div {
        width: 25px;
        height: 50px;
        background-size: 10px;
        margin-top: -25px;
    }

    .huodd_part4 .list_ul dd {
        padding-left: 10px
    }

    .huodd_part4 .list_ul .txt {
        padding: 10px 0 0 0
    }

    .huodd_part4 .list_ul .txt a {
        height: 40px;
        overflow: hidden;
        display: inline-block;
    }

    .huodd_part4 .list_ul {
        padding: 10px;
    }

    .huodd_part4 .swiper-slide1 .list_ul ul {
        padding: 2px 0 0 0
    }

    .huodd_part5 .swiper-container {
        margin: -5px;
    }

    .huodd_part5 li {
        padding: 5px;
        width: 50%
    }

    .huodd_part5 dd {
        font-size: 12px;
        padding: 8px;
    }

    .lany_part1 {
        padding: 20px 0;
    }

    .lany_part1 .txt {
        font-size: 22px;
    }

    .lany_part1 .tet {
        font-size: 14px;
        line-height: 22px;
    }

    .lany_part2 .tab_a {
        padding: 20px 0 0 0;
    }

    .lany_part2 {
        padding: 20px 0;
    }

    .lany_part2 .tab_con {
        padding: 10px;
    }

    .lany_part2 li {
        width: 33.3%;
        padding: 0 0 50px 0;
    }

    .lany_part2 a {
        width: 80px;
        height: 80px;
    }

    .lany_part2 a:before {
        display: none;
    }

    .lany_part2 dl {
        position: relative;
    }

    .lany_part2 dt {
        padding: 0;
        height: 80px;
        line-height: 80px;
    }

    .lany_part2 dd {
        position: absolute;
        top: 100%;
        left: 0;
        color: #333;
        padding: 5px 0;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }

    /*融合传播*/
    .rongh_part1 {
        padding: 15px;
        margin-top: 20px;
    }

    .rongh_part3:before {
        display: none;
    }

    .rongh_part1 dt {
        width: 150px;
    }

    .rongh_part1 dd {
        padding-left: 10px;
    }

    .rongh_part1 dd .tit {
        padding: 5px 0;
    }

    .rongh_part1 dd .txt {
        padding: 7px 0;
        font-size: 18px;
    }

    .rongh_part1 dd .txt a {
        line-height: inherit;
    }

    .rongh_part1 dd .tet {
        height: 70px;
        overflow: hidden;
        line-height: 22px;
    }

    .rongh_part3 .tat1 {
        padding-top: 10px;
    }

    .rongh_part4 {
        margin-bottom: 20px;
    }

    .rongh_part4 .txt {
        padding: 15px 0;
    }

    .rongh_part4 .tet li {
        width: 50%;
    }

    .rongh_part4 .tet dt {
        width: auto;
        float: none;
    }

    .rongh_part4 .tet dt img {
        width: 100%;
    }

    .rongh_part4 .tet dd {
        padding: 10px;
    }

    .rongh_part4 .tet dd .tit {
        padding: 0;
        border: 0;
        color: #333;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: block;
    }

    .rongh_part4 .tet dd .txet {
        display: none;
    }

    .rongh_part4 .tet a:hover {
        background: #fff;
    }

    .rongh_part4 .tet a:hover .tit {
        color: #000;
    }

    /*融合传播-目录*/
    .rongh_part1 dt .tat {
        display: none;
    }

    .rongh_part1 dd .tat {
        padding-top: 10px;
    }

    .rongh_part1 dd .tat a {
        width: auto;
        height: auto;
        padding: 8px 15px;
    }

    .rongh_part1 dd .tat a i {
        margin: 0;
        padding: 0;
        background-image: none;
        font-weight: normal;
    }

    .rongh_part2 {
        margin-bottom: 20px;
    }

    .rongh_part2 .ul_box {
        margin: 0
    }

    .rongh_part2 ul {
        float: none;
        width: auto;
        padding: 0
    }

    .yanj_part1 dd .tet {
        height: auto;
    }

    .yanj_part1 .tlt {
        margin-top: 15px;
        height: auto;
        line-height: inherit;
        padding: 8px 10px;
    }

    .yanj_part1 .tlt i,
    .yanj_part1 .tlt b {
        font-size: 12px;
        height: auto;
        line-height: inherit;
    }

    /*行业观点*/
    .hangy_part1 .ss {
        width: 300px;
    }

    .hangy_part2 ul li {
        width: 100%
    }

    /*将就报告*/
    .yanj_part {
        padding-bottom: 20px;
    }

    .yanj_part ul {
        margin: 0 -5px;
    }

    .yanj_part li {
        padding: 0px 5px;
        margin-top: 15px;
    }

    .yanj_part dt {
        width: auto;
        float: none;
    }

    .yanj_part dd .tet {
        display: none;
    }

    .yanj_part dd .txt {
        padding: 0;
    }

    .yanj_part dd .txt a {
        font-size: 14px;
        width: 100%
    }

    .yanj_part dd {
        padding: 10px 0 5px 0;
    }

    /*新闻列表*/
    .list_part {
        margin: 20px 0;
    }

    .list_part li {
        padding-bottom: 0
    }

    .list_part dt {
        float: none;
        width: auto;
    }

    .list_part dd {
        padding: 8px 0;
    }

    .list_part .tit,
    .list_part .tet {
        display: none;
    }

    .list_part .txt {
        padding: 0
    }

    .list_part .txt a {
        font-size: 14px;
    }

    .list_part .li {
        margin-bottom: 10px;
        border-bottom: 1px solid #e4e4e4;
    }

    /*新闻正文*/
    .con_part {
        padding: 15px;
        padding-bottom: 0
    }

    .con_part .txt {
        font-size: 18px;
    }

    .con_part .tit span {
        height: auto;
        line-height: inherit;
    }

    .con_part .tat {
        display: none;
    }

    .part_lang {
        padding: 15px 0;
    }

    .part_lang .li1 {
        display: block;
        width: 100%;
        text-align: center;
        top: 0;
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    /*牌品活动*/
    .pinp_part1 dt {
        font-size: 14px;
    }

    .pinp_part1 dd a {
        font-size: 14px;
        margin-right: 10px;
        padding: 3px 10px;
    }

    .pinp_part2 {
        padding-bottom: 20px;
    }

    .pinp_part2 dt {
        width: 100%;
        float: none;
    }

    .pinp_part2 dd {
        padding: 7px 0;
    }

    .pinp_part2 .txt {
        padding: 0
    }

    .pinp_part2 .txt a {
        width: 100%;
        font-size: 14px;
    }

    .pinp_part2 .tiem,
    .pinp_part2 .tet {
        display: none;
    }

    .pinp_part2 li {
        padding: 15px 0 0 0;
    }

    .pinp_part2 .li {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    /*关于我们*/
    .jianj_box {
        padding: 20px 0;
    }

    .jianj_txt {
        padding-bottom: 10px
    }

    .jianj_txt h2 {
        font-size: 20px;
        top: 4px;
    }

    .jianj_txt i {
        font-size: 50px;
        height: 40px;
        line-height: 40px;
    }

    .jianj_part1 .list li {
        width: 50%;
        margin-bottom: 10px;
    }

    .jianj_part1 .list dt {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .jianj_part1 .list dd {
        font-size: 14px;
        line-height: 22px;
    }

    .jianj_part2 .list .li2 dt,
    .jianj_part2 .list dt {
        width: auto;
        float: none;
    }

    .jianj_part2 .list dd {
        height: auto;
        padding: 15px;
    }

    .jianj_part2 dl .dd_box {
        padding: 0
    }

    .jianj_part2 dd .txt {
        font-size: 18px;
        padding: 0 40px 10px 0
    }

    .jianj_part2 dd .tet {
        line-height: 22px;
    }

    .jianj_part2 .jianj_box {
        padding-bottom: 10px
    }

    .jianj_part3 li {
        padding: 5px;
    }

    .jianj_part3 dt span {
        font-size: 14px;
    }

    .jianj_part4 li {
        height: auto;
        text-align: center;
    }

    .jianj_part4 .dl_box,
    .jianj_part4 dl {
        position: inherit;
        width: auto;
        height: auto;
    }

    .jianj_part4 dt {
        width: auto;
    }

    .jianj_part4 dl {
        padding: 0 20px
    }

    .jianj_part4 .tent:before,
    .jianj_part4 dl:after,
    .jianj_part4 dl:before {
        display: none;
    }

    .jianj_part4 .swiper-container {
        margin: 0 0 20px 0
    }

    .jianj_part4 dd img {
        max-width: 100%
    }

    .jianj_part5 .map {
        height: 150px;
    }

    .jianj_part5 .con {
        padding: 10px;
    }

    .jianj_part5 .ll dt {
        float: left;
    }

    .jianj_part5 .ll dd {
        overflow: hidden;
        display: block;
    }

    /*行业知识*/
    .hangy_part {
        padding: 5px 0 20px 0;
    }

    .hangy_part li {
        padding: 10px;
    }

    .hangy_part .txt {
        padding: 8px 0 0 0
    }

    .hangy_part .txt a {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }

    .hangy_part .tet {
        display: none;
    }

    .hangy_part dt {
        font-size: 28px;
        padding: 0;
        font-weight: normal;
    }

    .hangy_part dd {
        padding-left: 10px;
    }

    /*加入我们*/
    .jiar_part1 .tent {
        height: auto;
        width: 100%;
    }

    .jiar_part1 dl {
        padding: 20px;
        text-align: center;
    }

    .jiar_part1 dt {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .jiar_part1 dd {
        line-height: 22px;
    }

    .rongr_part ul {
        margin: 0 -5px;
    }

    .rongr_part li {
        width: 50%;
        padding: 0 5px;
    }

    .sous_part2 dd {
        padding: 0
    }

    .hangy_part .li {
        border-bottom: 1px solid #e4e4e4;
    }
}

@media screen and (max-width:500px) {
    .in_part3 {
        height: 210px;
    }
}

@media screen and (max-width:320px) {
    .in_part3 {
        height: 160px;
    }
}