@charset "UTF-8";

body {
    max-width: 1920px;
}

.ny-banner {
    position: relative;
}

.ny-banner .pic {
    padding-top: 23.25%;
}

.ny-banner .pic img {
    display: block;
    width: 100%;
}


.ny-lanmu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 61px;
}

.ny-top {}

.ny-top h2 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
}

/* 内页导航 */

.ny-nav {
    background: rgba(0, 80, 146, .6);
    position: relative;
}

.ny-nav .nnav>li>a {
    position: relative;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    display: block;
}

.ny-nav .nnav>li {
    /* position: relative; */
    float: left;
    /* padding: 17px 49px 14px 49px; */
    vertical-align: middle;
    margin-right: 60px;
}

.ny-nav .nnav>li>a img {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
    /* background: url() no-repeat; */
    /* vertical-align: middle; */
}

.ny-nav .nnav>li>a img:last-child {
    display: none;
}

.ny-nav .nnav>li:hover a img:last-child {
    display: block;
}

.ny-nav .nnav>li.active>a {}

.ny-nav .nnav>li.active a img:last-child {
    display: block;
}

.ny-nav .nnav>li.active>a::after {
    content: "";
    display: block;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #084295 transparent;
    position: absolute;
    /* top: -11px; */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ny-nav .nnav>li:hover>a {}

.ny-nav .nnav>li:nth-child(n + 2)>a {}

.ny-nav .nnav>li:hover>a::after {
    content: "";
    display: block;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    /* top: -11px; */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .ny-nav .nnav > li:nth-child(2) > a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  background: url() no-repeat;
  
}
.ny-nav .nnav > li:nth-child(2):hover a::before {
  background: url() no-repeat;
} */
.ny-nav .nnav>li:hover .ny-navg {
    font-weight: 600;
}

.ny-nav .nnav li>div {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 9;
    background: #f5f5f5;
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ny-nav .nnav li>div>ul {
    max-width: 1400px;
    margin: 0 auto;
}

.ny-nav .nnav li>div>ul>li {
    float: left;
    text-align: center;
    margin-right: 30px;
    padding-right: 30px;
}

.ny-nav .nnav li:hover div {
    display: block;
}

.ny-nav .nnav li>div>ul>li a {
    font-size: 20px;
    line-height: 40px;
    color: #333;
    /* padding-left: 40px;
  padding-right: 25px; */
    display: block;
    position: relative;
}

.ny-nav .nnav li>div>ul>li:nth-child(1) a::before {
    content: none;
}

.ny-nav .nnav li>div>ul>li a::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: #333333;
}

.ny-nav .nnav li>div>ul a:hover {
    color: #1b4fa2;
}

/* .ny-nav .nnav li > div li:first-child {
  border-top: 1px solid #1b4fa2;
  position: relative;
} */
/* .ny-nav .nnav li > div li:first-child::before {
  content: "";
  border-width: 0 5px 10px 5px;
  border-style: solid;
  border-color: transparent transparent #084295 transparent;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
} */
.nnav {
    /* display: none; */
    /* position: relative; */
}

.ny-l {
    display: none;
}

.ny-l:before {
    display: none;
    content: "";
    position: absolute;
    left: -1000px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1b4fa2;
    background-size: 100% 100%;
    opacity: 0.9;
    height: 70px;
}

.ny-l>p {
    position: relative;
    background-size: cover;
    font-size: 24px;
    color: #fff;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-weight: 700;
    background: #1b4fa2;
}

.ny-l>p span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 24px;
    background: url(../images/sub_left_down2.png) no-repeat center center;

    background-size: 14px 14px;
    /* display: none; */
}

.ny-l>p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;
}

.ny-l>ul {
    background-color: #ffffff;
    /* min-height: 444px; */
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
}

.ny-l>ul>li {
    position: relative;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    line-height: 45px;
    padding-left: 50px;
}

.ny-l>ul>li:nth-child(1) {
    border-top: none;
}

.ny-l>ul>li:first-child {
    margin-top: 0;
}

/* .ny-l > ul > li.on {
  background: url() no-repeat left top;
}

.ny-l > ul > li:hover {
  background: url() no-repeat left top;
} */

.ny-l>ul>li span {
    position: absolute;
    width: 40px;
    height: 30px;
    right: 0;
    top: 7px;
    background: url(../images/ny-jt.png) no-repeat center center;
}

/* .ny-l > ul > li.on span {
  background: url(../images/ny-jt-other.png) no-repeat center center;
} */

.ny-l>ul>li.on>a {
    color: #1b4fa2;
    font-weight: 700;
}

.ny-l>ul>li:hover>a {
    color: #1b4fa2;
    font-weight: 700;
}

.ny-l>ul>li>ul>li>a {
    font-weight: normal !important;
}

.ny-l>ul>li.on span {
    background: url(../images/ny-jt-other.png) no-repeat center center;
}

.ny-l>ul>li:hover span {
    background: url(../images/ny-jt-other.png) no-repeat center center;
}

.ny-l>ul>li:hover>a {
    color: #1b4fa2;
}

.ny-l>ul>li>a {
    font-size: 18px;
    color: #333;
}

.ny-l>ul>li>ul {
    display: none;
    padding: 0 10px 10px 20px;
}

.ny-l>ul>li>ul>li {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.ny-l>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.ny-l>ul>li {
    padding-left: 0px;
}

#ny {
    /* overflow: hidden; */
    /* box-shadow: 0 0 20px #eef1f6; */
    /* margin-bottom: 20px; */
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

/* .ny-nav {
  box-shadow: 0 0 20px #eef1f6;
}

.ny-nav .nnav li {
  float: left;
  padding: 17px 49px 14px 49px;
}

.ny-nav .nnav li.active {
  background-color: #1b4fa2;
}

.ny-nav .nnav li.active a {
  color: #fff;
}

.ny-nav .nnav li a {
  font-size: 18px;
  line-height: 30px;
  color: #333;
} */
.mmmm {
    margin-top: 100px;
    padding-bottom: 0 !important;
}


/* 标题列表页 */
.text-list {
    margin-top: 20px;
}

.text-list li {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    position: relative;
}

.text-list li::before {}

.text-list li:hover::before {}

/* .text-list li:hover {
  background: url() no-repeat center center;
  background-size: cover;
} */


.text-list li:hover .zi3 h4 {
    color: #365fa9;
}

.text-list li:hover .zi3 p {
    color: #365fa9;
}

.text-list li:hover .date .day {
    color: #365fa9;
}

.text-list li:hover .date .year {
    color: #365fa9;
}

.text-list li a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.text-list .date {
    float: left;
    width: 82px;
    margin-right: 43px;
}

.text-list .date .year {
    line-height: 20px;
    font-size: 18px;
    /* line-height: 40px; */
    color: #808080;
}

.text-list .date .day {
    font-size: 28px;
    line-height: 28px;
    padding-top: 12px;
    color: #333;
    font-weight: 600;
}

.text-list .date i {
    display: block;
    margin-top: 38px;
    /* margin-bottom: 33px; */
    width: 34px;
    height: 34px;
    background: url(../images/ny-main311.png) center center;
}

.text-list li:hover .date i {
    background: url(../images/ny-main41.png) center center;
}

.text-list .zi3 {
    overflow: hidden;
    /* margin-left: 60px; */
}

.text-list .zi3 h4 {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-list .zi3 p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 29px;
    height: 58px;
    overflow: hidden;
    color: #808080;
    text-align: justify;
}


.position {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
    text-align: right;
}

.position>div>div {
    float: right;
    background: #084295;
    position: relative;
    min-width: 310px;
    padding-left: 30px;
}

.position>div>div:first-child::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 700px;
    background: #084295;
}

.position>div>div:first-child:before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    border-bottom: 60px solid #084295;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
}

.position {
    padding-bottom: 10px;
}

.position a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.position span {
    display: inline-block;
    vertical-align: middle;
}

.position img {
    display: inline-block;
    vertical-align: middle;
}

.position a {
    margin: 0 2px;
}

/* 内页左侧导航 */

.lmenu {
    float: left;
}

.leftNav {
    float: left;
    width: 270px;
    background: #ebebeb;
    position: relative;
    margin-right: 55px;
}

.leftNav>h2 {
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #820a09;
    font-size: 30px;
    overflow: hidden;
}

.leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.leftNav ul {}

.leftNav ul li {
    position: relative;
}

.leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    padding-left: 60px;
    background: url() no-repeat;
    background-position: 31px center;
}

.leftNav>ul>li>span {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 23px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}

.leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    background-size: 14px 14px;
}

.leftNav>ul>li.activ {
    background: #dadada;
}

.leftNav>ul>li.active>a {
    background: url() no-repeat;
    background-position: 31px center;
}

.leftNav ul li:hover {
    background: #dadada;
}

.leftNav ul li.active {
    background: #dadada;
}

.leftNav ul li.active ul {
    display: block;
}

.leftNav ul li a:hover {
    background: url() no-repeat;
    background-position: 31px center;
}

.leftNav>ul>li>ul {
    display: none;
    background: #f6f6f6;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 15px;
}

.leftNav>ul>li>ul>li>a {
    font-size: 14px;
}

.ny-r {
    overflow: hidden;
    padding-bottom: 45px;
}

.dq-lannel h3 {
    line-height: 46px;
    border-left: 9px solid #820a09;
    font-size: 30px;
    font-weight: normal;
    color: #333;
    padding-left: 25px;
    margin-bottom: 35px;
}

.art-body img {
    max-width: 100%;
}

.art-body table {
    display: block;
    max-width: 100%;
}

.art-body p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
}

.art-tit h3 {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.art-info {
    background: #fff;
    text-align: center;
    margin: 40px 0;
}

.art-info span {
    font-size: 14px;
    line-height: 40px;
    margin: 0 15px;
    color: #999999;
}

.article .art-body p {
    text-indent: 0;
}

/* 文字列表页  start */

/* 文字列表页  end */

/* 分页  start*/

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 80px;
    padding-bottom: 85px;
}

.pagination span a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    border-radius:5px;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #084295;
    margin:3px;
}

.pagination .active {
    background: #084295;
    color: #fff;
    border: 1px solid #084295;
}

.pagination a:hover {
    background: #084295;
    color: #fff;
    border: 1px solid #084295;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* 分页 end*/

/* 图片列表页  start */


/* 图片列表 */

.img-lists ul {
    margin-top: 10px;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: 35px;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
    border-bottom: 2px solid #e6e6e6;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
}

.img-lists ul li:hover .info p {
    color: #004ea2;
}

.img-lists ul li:hover .info span {
    color: #004ea2;
}

.img-lists ul li:hover {
    border-color: #004ea2;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 56%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: 25px 30px 25px 30px;
    font-size: 0;
    background-position: left center;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: 20px;
    line-height: 33px;
    height: 66px;
    overflow: hidden;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #999999;
    margin-top: 45px;
}





/* 图片列表页  end */
@media screen and (max-width: 1520px) {}

@media screen and (max-width: 1420px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}



.article-h {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-top: 50px;
    text-align: center;
}

.article-info {
    font-size: 15px;
    color: #4e78ba;
    position: relative;
}

.article-info p {
    overflow: hidden;
    line-height: 28px;
    color: #808080;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.article-info p b {
    display: inline-block;
    margin: 0 10px;
}

.artcle-arrow {
    text-align: center;
    padding-top: 50px;
    font-size: 0;

}

.artcle-arrow a {
    display: inline-block;
    margin: 0 20px;
}

.artcle-arrow a img {
    display: block;
}

.resize {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.resize i {
    cursor: pointer;
    float: left;
    font-style: normal;
    background: none;
    border: none;
    font-size: 18px;
    color: #4e78ba;
    margin-left: 20px;
}

.art-contt {
    margin-top: 50px;
    border-top: 4px solid #2a5aa8;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.art-rig {
    float: right;
    width: 29%;
    margin-top: 50px;
}


.art-rigbox {
    background: #fff;
    padding: 35px 30px 50px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    margin-bottom: 45px;
}

.art-rigbox h2 {
    float: left;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    color: #1b4fa2;
    position: relative;
}

.art-rigbox h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #1b4fa2;
    z-index: 9;
}

.art-rigbox ul {
    clear: both;
}

.art-rigbox ul li a {
    display: block;
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.art-rigbox ul li a h3 {
    padding-left: 35px;
    position: relative;
}

.art-rigbox ul li:nth-child(1) a {
    border-top: 1px solid #e6e6e6;
}

.art-rigbox ul li:nth-child(1) a h3 {
    background: url() no-repeat;
    background-position: left center;
}

.art-rigbox ul li:nth-child(2) a h3 {
    background: url() no-repeat;
    background-position: left center;
}

.art-rigbox ul li:nth-child(3) a h3 {
    background: url() no-repeat;
    background-position: left center;
}

.art-rigbox ul li:nth-child(4) a h3 {
    background: url() no-repeat;
    background-position: left center;
}

.art-rigbox ul li:nth-child(5) a h3 {
    background: url() no-repeat;
    background-position: left center;
}

.art-rigbox ul li a h3 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.art-rigbox ul li a p {
    color: #2a5aa8;
    font-size: 13px;
    padding-left: 35px;
    line-height: 20px;
    margin-top: 5px;
}


.art-texts {
    margin-top: 20px;
    border-top: 1px dashed #cccccc;
    padding-top: 50px;
}

.art-texts p {
    color: #333333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;word-break:break-all;white-space:normal;
}

.art-contt img,.art-texts img {
   max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 10px auto;
}


table {width:100% !important;table-layout:fixed }

iframe {
    margin: 0 auto;
    display: block;
width:100%;
}
table{
   line-height: 2;
width:100%;
margin:20px 0px;
}

table td{padding:0 5px;width:auto !important;height:auto !important;overflow:hidden; }





.gsgk-box {
    padding: 55px 0;
}

.gsgk-box .px1400 {
    font-size: 0;
}

.gsgk-box:nth-child(2n) {
    background-color: #f7f7f7;
}

.gsgk-box .px1400>div:nth-child(1) {
    margin-right: 7.5%;
}

.gsgk-box:nth-child(2n) .gsgk-text>div i {
    background: #fff;
}

.gsgk-img {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}

.gsgk-img img {
    display: block;
    width: 100%;
}

.gsgk-block {
    display: inline-block;
    vertical-align: middle;
    width: 35.5%;
    margin-right: 17% !important;
    font-size: 16px;
    background: url(../images/gsgk-block.jpg) repeat;
    padding: 35px 40px 30px 40px;
}

.gsgk-block h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    color: #ffffff;
}

.gsgk-block div {
    width: 49px;
    border-top: solid 2px #ffffff;
    margin: 30px 0;
}

.gsgk-block p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
}

.gsgk-block ul {
    overflow: hidden;
    margin-top: 25px;
}

.gsgk-block ul li {
    float: left;
    width: 33.33%;
}

.gsgk-block ul li a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 1px;
    color: #ffb400;
}

.gsgk-text {
    display: inline-block;
    vertical-align: middle;
    width: 47.5%;
    font-size: 16px;
}

.gsgk-text>div {
    font-size: 0;
}

.gsgk-text>div i {
    display: inline-block;
    width: 77px;
    height: 77px;
    background-color: #f5f5f5;
    line-height: 77px;
    text-align: center;
    font-size: 0;
    border-radius: 50%;
}

.gsgk-text>div i img {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%;
}

.gsgk-text>div b {
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    font-weight: 600;
    line-height: 77px;
    color: #333333;
    margin-left: 20px;
}

.gsgk-text h4 {
    font-size: 18px;
    line-height: 20px;
    color: #005092;
    margin-top: 25px;
    margin-bottom: 25px;
}

.gsgk-text p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #4d4d4d;
}


/* 营销团队 */


.yxtd-box {
    background: #fff;
    margin-top: 70px;
}

.yxtd-t {
    padding: 25px 240px 25px 25px;
    border-top: 4px solid #005092;
    position: relative;
    font-size: 0;
}

.yxtd-pic {
    display: inline-block;
    vertical-align: middle;
    width: 315px;
}

.yxtd-pic img {
    display: block;
    width: 100%;
}

.yxtd-info {
    width: calc(100% - 315px);
    padding-left: 50px;
    display: inline-block;
    vertical-align: middle;
}

.yxtd-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
}

.yxtd-info p {
    font-size: 16px;
    line-height: 35px;
    color: #666666;
}

.yxtd-link {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.yxtd-link a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #005092;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #005092;
    opacity: 1;
    z-index: 9;
    transition: all 0.5s;
}

.yxtd-link a:nth-child(2) {
    background: #005092;
    color: #fff;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}

.yxtd-link.on a {
    opacity: 0;
    z-index: 1;
}

.yxtd-link.on a:nth-child(2) {
    opacity: 1;
    z-index: 9;
}

.yxtd-map {
    display: none;
}

.yxtd-map img {
    display: block;
    width: 100%;
}



/* 简介页 */
.jjy {
    background: url(../images/jjy-picbj.png) no-repeat;
    background-position: right center;
}

.jjy-jies {
    margin-top: 95px;
}

.jjy-jies>img {
    display: block;
    width: 100%;
}

.jjy-jies>div {
    margin-top: -185px;
    margin-left: 100px;
    background: rgba(255, 255, 255, .96);
    padding-left: 75px;
    padding-top: 40px;
    position: relative;
    z-index: 9;
}

.jjy-jies>div h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    color: #333333;
}

.jjy-jies>div span {
    display: block;
    border-top: solid 2px #365fa9;
    width: 73px;
    margin: 25px 0 30px 0;
}

.jjy-jies>div p {
    font-size: 18px;
    line-height: 34px;
    color: #4d4d4d;
    margin-top: 35px;
}

.jjy-zzjg {
    margin-top: 120px;
}

.jjy-zzjgl {
    float: left;
    width: 265px;
    background: #005092 url(../images/jjy-blockbj1.png) no-repeat;
    background-position: right bottom;
    padding: 70px 0;
    position: relative;
    z-index: 2;
}

.jjy-zzjgl>div {
    width: 72px;
    height: 72px;
    border: dashed 1px #ffffff;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    line-height: 70px;
    margin: 0 auto;
}

.jjy-zzjgl>div img {
    display: inline-block;
    vertical-align: middle;
}

.jjy-zzjgl span {
    display: block;
    width: 73px;
    border-top: solid 2px #ffffff;
    margin: 30px auto;
}

.jjy-zzjgl h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}

.jjy-zzjgr {
    float: right;
    width: calc(100% - 265px);
    position: relative;
    z-index: 1;
}

.jjy-zzjgr ul {
    margin-left: -90px;
    margin-top: 65px;
    overflow: hidden;
    padding-left: 150px;
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #f5fafd;
}

.jjy-zzjgr ul li {
    float: left;
    min-width: 33.33%;
    padding: 10px 0;
}

.jjy-zzjgr ul li a {
    display: block;
    padding-left: 35px;
    font-size: 18px;
    line-height: 34px;
    color: #4d4d4d;
    background: url(../images/jjy-icon2.png) no-repeat;
    background-position: left center;
}

.jjy-zzjgr ul li a:hover {
    color: #004ea2;
}

.jjy-qywh {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
}

.jjy-qywh-tit h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    color: #333333;
}

.jjy-qywh-tit div {
    width: 73px;
    border-top: solid 2px #365fa9;
    margin: 30px auto 0 auto
}

.jjy-qywh-m {
    overflow: hidden;
    margin-top: 60px;
}

.jjy-qywh-m>div {
    float: left;
    width: 32%;
    padding: 60px 50px 50px 50px;
}

.jjy-qywh-m>div:nth-child(1) {
    background: #005092 url(../images/jjy-blockbj2.png) no-repeat;
    background-position: center center;
}

.jjy-qywh-m>div:nth-child(2) {
    margin: 0 2%;
    background: #ffa800 url(../images/jjy-blockbj3.png) no-repeat;
    background-position: center center;
}

.jjy-qywh-m>div:nth-child(3) {
    background: #005092 url(../images/jjy-blockbj4.png) no-repeat;
    background-position: center center;
}

.jjy-qywh-icon img {
    display: block;
}

.jjy-qywh-m>div h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 30px;
    margin: 35px 0 50px 0;
}

.jjy-qywh-m>div p {
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    height: 170px;
    overflow: hidden;
    text-align: left;
}

.jjy-qywh-more {
    margin-top: 30px;
    font-size: 0;
    text-align: right;
}

.jjy-qywh-more a {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    line-height: 70px;
    text-align: center;
    font-size: 0;
}

.jjy-qywh-more a img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
}

.jjy-qywh-more a::before {
    content: "";
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    animation: circle 2s infinite linear;
}

.jjy-qywh-more a::after {
    content: "";
    position: absolute;
    z-index: 8;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
}

@keyframes circle {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    80% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }


}


/* 全球布局 */
.qqbj {
    margin-top: 70px;

}

.qqbj-text {
    text-align: left;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #4d4d4d;
}

.qqbj-m {
    margin-top: 15%;
    position: relative;
    z-index: 9;
    padding-top: 58%;
}

.qqbj-m>img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.qqbj-center {
    position: absolute;
    right: 50%;
    margin-right: -700px;
    top: 39%;
    transform: translateY(-50%);
    z-index: 1;
    width: 398px;
    height: 398px;
}

.qqbj-center>div {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.qqbj-center>div:nth-child(1) {
    width: 615px;
    height: 614px;
    background-color: rgba(0, 80, 146, .01);
    border: dashed 1px rgba(0, 80, 146, .1);
    animation: circles 5s infinite linear;
    opacity: 0;
}

.qqbj-center>div:nth-child(2) {
    width: 398px;
    height: 398px;
    background-color: rgba(0, 81, 148, .1);
    border: dashed 1px rgba(0, 80, 146, .2);
    animation: circles 5s .5s infinite linear;
    opacity: 0;
}

.qqbj-center>div:nth-child(3) {
    width: 257px;
    height: 256px;
    background-color: rgba(0, 80, 146, .15);
    animation: circles 5s 1s infinite linear;
    opacity: 0;
}

.qqbj-center>div:nth-child(4) {
    width: 172px;
    height: 172px;
    background-color: rgba(219, 33, 49, .2);
    border: dashed 1px rgb(219, 33, 49, .4);
    animation: circles 5s 1.5s infinite linear;
    opacity: 0;
}

.qqbj-center>div:nth-child(5) {
    width: 62px;
    height: 62px;
    background-color: #ffffff;
    line-height: 62px;
    text-align: center;
    font-size: 0;
}

.qqbj-center>div:nth-child(5) img {
    display: inline-block;
    vertical-align: middle;
}


@keyframes circles {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1.5);
    }


    99% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(2);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(2);
    }
}


.qqbj-type {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
    transform-origin: left bottom;
}

.qqbj-type h4 {
    font-size: 15px;
    line-height: 31px;
    color: #005092;
}

.qqbj-type ul li {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #4d4d4d;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

.qqbj-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1400px;
    height: 813px;
    z-index: 9;
}
.qqbj-cont>ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.qqbj-cont ul li {
    position: absolute;
    /* z-index: 8; */
}

.qqbj-cont ul li img {
    display: block;
    position: relative;
    z-index: 8;
    cursor: pointer;
    transition: all 0.5s;
}

.qqbj-cont ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 1px;
    background: #d82534;
    height: 0;
    transition: all 0.5s;
}

/* .qqbj-cont ul li.on {
    z-index: 9;
} */

.qqbj-cont ul li.on::before {
    height: 180px;
}

.qqbj-cont ul li.on img {
    transform: scale(1.3);
}

.qqbj-cont ul li.on div {
    opacity: 1;
}

.qqbj-cont ul li div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 180px;
    opacity: .2;
    transition: all 0.5s;
    z-index: 6;
}

.qqbj-cont ul li div a {
    display: block;
    background-color: #ffffff;
    border: solid 1px #d82534;
    padding: 15px 20px;
    width: 250px;
}

.qqbj-cont ul li div a h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    color: #333333;
}

.qqbj-cont ul li div a p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #808080;
}

.qqbj-cont ul li:nth-child(1) {
    left: 50%;
    top: 32.48%;
}

.qqbj-cont ul li:nth-child(2) {
display:none;
    left: 57.857%;
    top: 38.863%;
}

.qqbj-cont ul li:nth-child(3) {
display:none;
    left: 70.714%;
    top: 27.726%;
}

.qqbj-cont ul li:nth-child(4) {
    top: 20.417%;
    left: 73.142%;
}

.qqbj-cont ul li:nth-child(5) {
    right: 13.5714%;
    top: 17.4%;
}

.qqbj-cont ul li:nth-child(6) {
display:none;
    right: 24.642%;
    top: 46.635%;
}

.qqbj-cont ul li:nth-child(7) {
    right: 44.428%;
    top: 65.893%;
}

.qqbj-cont ul li:nth-child(8) {
display:none;
    right: 16.357%;
    top: 59.396%;
}

.qqbj-cont ul li:nth-child(9) {
    right: 12.1428%;
    top: 74.3619%;
}

.qqbj-cont ul li:nth-child(10) {
    top: 71.925%;
    left: 25.928%;
}

.qqbj-cont ul li:nth-child(6) div {
    margin-bottom: 350px;
}

.qqbj-cont ul li:nth-child(6).on::before {
    height: 350px;
}

.qqbj-cont ul li:nth-child(7) div {
    margin-bottom: 450px;
}

.qqbj-cont ul li:nth-child(7).on::before {
    height: 450px;
}

.qqbj-cont ul li:nth-child(8) div {
    margin-bottom: 550px;
}

.qqbj-cont ul li:nth-child(8).on::before {
    height: 550px;
}

.qqbj-cont ul li:nth-child(9) div {
    margin-bottom: 550px;
}

.qqbj-cont ul li:nth-child(9).on::before {
    height: 550px;
}

.qqbj-cont ul li:nth-child(10) div {
    margin-bottom: 550px;
}

.qqbj-cont ul li:nth-child(10).on::before {
    height: 550px;
}
