h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    overflow: hidden
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #005e8d;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.mwrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: inherit;
}

a:hover {
    color: #005e8d;
}

 ::-moz-selection {
    color: #fff;
    background: #005e8d;
}

 ::selection {
    color: #fff;
    background: #005e8d;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #005e8d;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

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

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_space_around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.head_bott {
    box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11110;
    height: 100px;
    background: #fff;
}


/* 导航 */

.logo {
    width: 10%;
}

.logo img {
    width: 100%;
}

.nav {
    width: 70%;
    float: right;
    margin-left: 2%;
}

.nav>ul>li {
    float: left;
    font-size: 16px;
    color: #555555;
    text-align: center;
    padding: 0 2.4%;
    line-height: 100px;
}

.nav>ul>li a {
    color: #1f1f1f;
    display: block;
    height: 100%;
}

.nav>ul>li a:hover {
    color: #005e8d;
}

.nav .on a {
    color: #005e8d;
    font-weight: bold;
}

.nav .inner_box {
    display: none;
    z-index: 4;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding-bottom: 2%;
    background: url(../images/nav.jpg) repeat center center;
    text-align: left;
}

.nav .inner_box .sec_list {
    float: left;
    width: 17.5%;
}

.nav .second_nav li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.nav .inner_box .sec_list .second_nav a {
    position: relative;
    padding-left: 9%;
    padding-right: 33%;
}

.nav .inner_box .btn_more {
    position: relative;
    z-index: 1
}

.nav .inner_box .btn_more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: #005e8d;
    height: 100%;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
    z-index: -1;
}

.nav .inner_box .btn_more:hover:after {
    content: '';
    background: #005e8d;
    width: 100%;
}

.nav .inner_box .img_infor {
    float: left;
    width: 53%;
    padding-left: 7%;
}

.nav .inner_box .img_infor .txt {
    line-height: 30px;
}

.nav .inner_box .img_infor .txt span {
    display: inline-block;
    height: 120px;
    overflow: hidden;
    font-size: 14px;
}

.nav .inner_box .img_infor .btn_more {
    width: 160px;
    color: #005e8d;
    height: 36px;
    border: 1px solid #005e8d;
    display: block;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.nav .inner_box .img_infor .btn_more:hover {
    color: #fff;
}

.nav .inner_box {
    height: 260px!important
}

.nav li.solu_li .inner_box {
    height: 340px!important
}

.nav .on a {
    color: #005e8d;
    font-weight: bold;
}


/* 二级菜单 */

.nav li,
.nv {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 130px;
    left: 0;
}

.nav .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.nav li:hover .dropdown-menu {
    display: block;
}

.nav .dropdown-menu li {
    line-height: 40px;
}

.nav .dropdown-menu li:hover {
    background: linear-gradient(to right, #005e8d, #00afcc);
}

.nav .dropdown-menu li:hover a {
    color: #fff;
}


/* 头部搜索样式 */

.head_bott .logo {
    float: left;
    position: relative;
    top: 15px;
}

.head_bott .head_search {
    float: right;
    margin-right: 2%;
}

.head_bott .head_search .btn-search {
    cursor: pointer;
    display: block;
    float: right;
}

.head_bott .head_search .icon {
    width: 26px;
    height: 100px;
    float: right;
    background: url(../images/head_search.png) no-repeat center;
    line-height: 100px;
    display: block;
}

.head_bott .head_search .search {
    display: none;
    width: 100%;
    height: 100px;
    line-height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px #dcdcdc solid;
    z-index: 99;
}

.head_bott .head_search .search .search_btn {
    cursor: pointer;
    float: left;
    width: 66px;
    text-align: center;
    margin-left: 20%;
}

.head_bott .head_search .search .search_btn .icon {
    width: 66px;
    height: 100px;
    background: url(../images/search_close.png) no-repeat center;
}

.head_bott .search .inp {
    float: left;
    border: none;
    vertical-align: top;
    width: 60%;
    height: 100px;
    line-height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
    /* presto opera*/
    padding-left: 5px;
    border-left: 1px solid #e4e4e4;
    font-size: 16px;
}

.head_bott .search .search_close {
    cursor: pointer;
    float: right;
    border: none;
    line-height: 70px;
    height: 70px;
    background: none;
    margin-top: 0;
    outline: none;
}

.mobile_key {
    display: none;
}

.language {
    height: 100px;
    line-height: 100px;
    color: #005e8d;
    width: 10%;
}

.language a {
    color: #005e8d;
    font-size: 16px;
}


/* banner */

.banner {
    margin-top: 100px;
    height: auto;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 64px;
    height: 64px;
}

.banner .swiper-button-next {
    background: url(../images/banner-next.png) no-repeat;
    right: 6%;
}

.banner .swiper-button-prev {
    background: url(../images/banner-prev.png) no-repeat;
    left: 6%;
}


/* 首页 */

.section {
    padding: 120px 0 0;
    background: url(../images/index-bg_04.jpg);
}

.section .box {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 55px;
}

.section .box .con {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    justify-content: space-between;
    margin-top: -15%;
}

.section .box .con .item {
    width: 45%;
    display: flex;
    margin-top: 0.2083333333rem;
    justify-content: space-between;
}

.section .box .con .item .iteml .item_info {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #505050;
}

.section .box .con .item .iteml .item_num {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #505050;
    display: flex;
    align-items: baseline;
}

.section .box .con .item .iteml .item_num .num {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 64px;
    letter-spacing: 0px;
    color: #1d1d1d;
    opacity: 0.96;
    margin-right: 20px;
}

.section .box .s_box {
    display: flex;
}

.section .box .s_box .left {
    width: 48%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
    /* presto opera*/
    padding-right: 2%;
}

.section .box .s_box .left .info {
    padding-top: 35px;
}

.section .box .s_box .left .info p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #525252;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.section .box .s_box .left .lookmore {
    width: 176px;
    height: 58px;
    background: linear-gradient(to right, #005e8d, #00afcc);
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 30px;
}

.section .box .s_box .left .lookmore img {
    margin-left: 20px;
}

.section .box .s_box .right {
    width: 52%;
    flex-shrink: 0;
    padding-bottom: 42%;
    height: 0;
    position: relative;
}

.about-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.about-video video {
    width: 100%;
    vertical-align: top;
    height: 100%;
    border: none;
}

.about-video .btn-play {
    width: 48px;
    height: 48px;
    background: url(../images/btn_play.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px;
    /*z-index:2;*/
}

.about-video .btn-play.paused {
    display: none;
    background-image: url(../imgages/btn_pause.png);
}

.section .box .s_box .right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.section .box .title .english,
.section4 .english {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0px;
    color: #ced0d4;
    text-transform: uppercase;
}

.section .title .chinese,
.section4 .chinese {
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #292929;
    margin-top: 23px;
}

.section2 {
    background: url(../images/index-bg_29.jpg) no-repeat;
    padding: 100px 0 70px 0;
}

.section2 .title-top .english {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase
}

.section2 .title-top .chinese {
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 23px;
}

.section2 .s_box .left .lookmore {
    width: 176px;
    height: 58px;
    background: linear-gradient(to right, #005e8d, #00afcc);
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 30px;
}

.section2 .s_box .left .lookmore img {
    margin-left: 20px;
}

.section2 .news-tit {
    font-size: 24px;
    font-weight: bold;
    color: #005f8e;
    margin-right: 20px;
    padding: 10px 26px;
}

.section2 .info {
    margin: 35px 0 120px 0;
}

.section2 .newcur {
    color: #fff;
    background: #00aecb;
    border-radius: 30px;
}

.newswrap {
    background: url(../images/index-bg_04.jpg);
    padding: 80px 0;
}

.newswrap .item {
    width: 45%;
}

.newswrap .item .title {
    font-size: 36px;
    font-weight: bold;
}

.newswrap .item p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 40px;
}

.box-hidden {
    display: none;
}

.section3 {
    background-color: #fff;
    position: relative;
    width: 100%;
}

.section3 .swiper-display {
    width: 100%;
    overflow: hidden;
}

.section3 .swiper-display .swiper-slide img {
    display: block;
    width: 100%;
}

.section3 .swiper-display .swiper-button-next,
.section3 .swiper-display .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
    /* presto opera*/
    padding: 5px;
    right: 50px;
    background-size: 100% !important;
    z-index: 999;
}

.section3 .con {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 90%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    flex-direction: column;
}

.section3 .con .top {
    padding-top: 120px;
}

.section3 .con .top .title .english {
    color: #ffffff;
    opacity: 0.23;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.section3 .con .top .title .chinese {
    color: #ffffff;
    font-family: MicrosoftYaHei-Bold;
    font-size: 44px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    margin-top: 23px;
}

.section3 .con .top .num {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.section3 .con .top .num .current {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.section3 .con .bottom {
    display: flex;
    padding-bottom: 120px;
}

.section3 .con .bottom .item {
    width: 25%;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    padding: 35px 0;
    cursor: pointer;
    border-right: 1px #aaa solid;
}

.section3 .con .bottom .item.active {
    background-color: #005e8d;
}

.section3 .con .bottom .item .right h3 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #1a1a1a;
}

.section3 .con .bottom .item .left {
    width: 55px;
    height: 61px;
    background: url(../images/index-icon_32.png) no-repeat;
    margin-right: 20px;
}

.section3 .con .bottom .item.active .left {
    background: url(../images/index-icon_33.png) no-repeat;
}

.section3 .con .bottom .item.active h3 {
    color: #fff;
}

.section3 .swiper-display .swiper-button-prev {
    background: url(../images/banner-prev.png) no-repeat;
    left: 7%;
}

.section3 .swiper-display .swiper-button-next {
    background: url(../images/banner-next.png) no-repeat;
    right: 7%;
}

.section4 {
    background: #f1f1f1;
    padding: 60px 0;
}

.section4 .s_box .left {
    width: 48%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
    /* presto opera*/
    padding-right: 2%;
}

.section4 .lookmore {
    width: 176px;
    height: 58px;
    background: linear-gradient(to right, #005e8d, #00afcc);
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 30px;
}

.section4 .lookmore img {
    margin-left: 20px;
}

.section4 .news-left {
    width: 29%;
}

.section4 .news-left a {
    display: block;
}

.section4 .news-left .txt {
    padding: 8% 5%;
    background: #fff;
}

.section4 .news-left .news-title,
.section4 .news-right .news-title {
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section4 .news-left .date,
.section4 .news-right .date {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.section4 .news-left .detail,
.section4 .news-right .detail {
    font-size: 16px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section4 .news-left .detail span,
.section4 .news-right .detail span {
    color: #005e8d;
}

.section4 .s_box {
    margin-bottom: 60px;
}

.section4 .news-left .img a {
    padding-bottom: 77%;
    height: 0;
    position: relative;
    width: 100%;
}

.section4 .news-left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.section4 .news-right {
    width: 69%;
}

.section4 .news-right ul {
    margin-left: -2%;
}

.section4 .news-right li {
    background: #fff;
    width: 48%;
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
}

.section4 .news-right li a {
    display: block;
}

.section4 .news-right .txt {
    padding: 4%;
}

.section4 .news-right li:hover {
    background: #005f8e;
    color: #fff;
}

.section4 .news-right li:hover a,
.section4 .news-right li:hover .news-title,
.section4 .news-right li:hover .date,
.section4 .news-right li:hover .detail {
    color: #fff;
}

.foot {
    background: url(../images/ng_35.jpg) no-repeat center;
    background-size: 100% 100%;
}

.foot .wrap {
    padding: 50px 0;
}

.foot .left .item {
    margin-top: 56px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.foot .left .item img {
    margin-right: 20px;
}

.foot .right li a {
    display: block;
    color: #fff;
}

.foot .right .title-top {
    font-size: 18px;
    color: #fff;
}

.foot .right {
    width: 70%;
}

.foot .right .line {
    width: 35px;
    height: 2px;
    background: #fff;
    margin: 22px 0;
}

.foot .right li {
    font-size: 16px;
    line-height: 36px;
}

.foot .right ul {
    float: right;
    margin-left: 6%;
}

.foot .erweima {
    margin-top: 50px;
    width: 115px;
    text-align: center;
    color: #fff;
}

.foot .erweima img {
    width: 115px;
    height: 115px;
    margin-bottom: 20px;
    float: right;
}

.copyright {
    text-align: center;
    line-height: 76px;
    color: #fff;
    border-top: 1px rgba(255, 255, 255, 0.4) solid;
    font-size: 16px;
}

.dqej_section {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.dqej_section .content {
    width: 100%;
    overflow: hidden;
}

.dqej_section .content .left {
    float: left;
    padding: 21px 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    max-width: 22%;
}

.dqej_section .content .left::-webkit-scrollbar {
    height: 3px;
}

.dqej_section .content .left::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 3px;
}

.dqej_section .content .left::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #005e8d;
    border-radius: 3px;
}

.dqej_section .content .left .ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.dqej_section .content .left a {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.dqej_section .content .left a:hover {
    color: #005e8d;
}

.dqej_section .content .left span {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.dqej_section .content .right {
    float: right;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    max-width: 78%;
}

.dqej_section .content .right::-webkit-scrollbar {
    height: 3px;
}

.dqej_section .content .right::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 3px;
}

.dqej_section .content .right::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #005e8d;
    border-radius: 3px;
}

.dqej_section .content .right ul {
    font-size: 0;
}

.dqej_section .content .right ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 56px;
}

.dqej_sections .content .right ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 46px;
}

.dqej_section .content .right ul li:first-child {
    margin-left: 0;
}

.dqej_section .content .right ul li a {
    display: block;
    padding: 0 14px;
    font-size: 16px;
    color: #333333;
    line-height: 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.dqej_sections .content .right ul li a {
    display: block;
    padding: 0 5px;
    font-size: 16px;
    color: #333333;
    line-height: 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    text-transform: uppercase;
}

.dqej_section .content .right ul li:hover a,
.dqej_section .content .right ul li.on a {
    color: #005e8d;
    border-bottom: 1px solid #005e8d;
}

.brief .brleft {
    width: 50%;
    float: left;
}

.xc_banner {
    height: 480px;
    width: 100%;
    margin-top: 100px;
}

.indexTit {
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
}

.indexTit h1 {
    float: left;
    color: #333333;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 2px;
}

.indexTit h2 {
    float: left;
    color: #f5f5f5;
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.brief {
    padding-top: 80px;
    padding-bottom: 180px;
    position: relative;
}

.brief line {
    width: 70px;
    height: 3px;
    background: #013E77;
    margin: 30px 0;
    display: block;
    float: left;
}

.brief .gdt {
    height: 535px;
    overflow-y: auto;
    font-size: 16px;
    color: #666666;
    float: left;
    line-height: 28px;
    padding-right: 35px;
    margin-right: 60px;
}

.brief .gdt p {
    margin-bottom: 30px;
}

.brief .viode {
    float: right;
    width: 50%;
    height: 680px;
    position: relative;
    z-index: 3;
}

.brief .viode .cont {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.brief .viode::after {
    float: left;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.33;
}

.brief .viode .cont i {
    float: left;
    width: 100%;
    line-height: 0;
}

.brief .viode .cont i img {
    width: 82px;
    height: 82px;
    cursor: pointer;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@keyframes ripple {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.brief .viode .cont h5 {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 38px;
}

.brief .viode .cont h5 span {
    opacity: 0.8;
}

.viodeBg {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.6);
}

.vr-viode {
    display: none;
    float: left;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1000px;
    z-index: 9999999;
}

.vr-viode .video {
    float: left;
    width: 100%;
    height: 700px;
    object-fit: fill;
}

.vr-viode .colse {
    float: left;
    width: 27px;
    line-height: 0;
    position: absolute;
    right: 15px;
    bottom: 100%;
    cursor: pointer;
}

.brief .bg {
    background: url(../images/qyjjbg.jpg) center no-repeat;
    background-size: auto;
    background-size: cover;
    opacity: 0.07;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.index1.ab {
    margin-top: -100px;
}

.index1 {
    width: 100%;
    position: relative;
    padding-top: 100px;
    margin-bottom: 65px;
}

.index1:after {
    float: left;
    width: 76.875%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #013e77;
    content: '';
    clip-path: polygon(148px 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(148px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.index1 .swiper-container {
    box-shadow: 0 13px 38px rgba(1, 62, 119, 0.08);
}

.index1 .swiper-wrapper {
    width: -webkit-calc(100% + 100px);
    height: -moz-calc(100% + 100px);
    height: calc(100% + 100px);
    background: #FFFFFF;
}

.index1 .swiper-slide {
    float: right;
    position: relative;
    z-index: 3;
    min-height: 270px;
    text-align: center;
    padding: 40px 3%;
    flex-wrap: wrap;
    display: flex;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
    background: #FFFFFF;
}

.index1 .swiper-slide:after {
    float: left;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -1px;
    bottom: 0;
    content: '';
    background: url(../images/main1.png) center no-repeat;
    margin-left: -1px;
}

.index1 .swiper-slide:last-child:after {
    display: none;
}

.index1 .swiper-slide .h1 span {
    color: #333333;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
}

.index1 .swiper-slide .h1 a {
    font-weight: normal;
    font-size: 20px;
    color: #051e35;
    margin-left: 15px;
}

.index1 .swiper-slide h5 {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 28px;
    font-weight: normal;
}


/*团队风采*/

.Elegant {
    padding-bottom: 80px;
    width: 99.8%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
}

.indexTit.ab h2 {
    width: 100%;
    text-align: center;
}

.indexTit.ab h1 {
    width: 100%;
    text-align: center;
}

.Elegant .line {
    height: 3px;
    width: 72px;
    margin-top: 30px;
    background: #013E77;
    display: block;
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 80px;
}

.Elegant .slide {
    width: 100%;
    position: relative;
    float: left
}

.Elegant .slide .img {
    overflow: hidden;
    position: absolute;
    transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
    background: #fff;
}

.Elegant .slide .img img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    transition: all 0.5s linear;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Elegant .slide .img .tp {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.Elegant .slide .img1 {
    width: 24.9%;
    height: 60%;
    top: 20%;
    left: 0;
    z-index: 1;
}

.Elegant .slide .img2 {
    width: 30%;
    height: 85%;
    top: 8.03%;
    left: 13.75%;
    z-index: 2;
}

.Elegant .slide .img3 {
    width: 34.16%;
    height: 100%;
    top: 0;
    left: 32.8125%;
    z-index: 3;
    box-shadow: 7px 7px 24px rgba(1, 62, 119, 0.35);
}

.Elegant .slide .img4 {
    width: 30%;
    height: 85%;
    top: 8.03%;
    left: 56.25%;
    z-index: 2;
}

.Elegant .slide .img5 {
    width: 24.9%;
    height: 60%;
    top: 20%;
    left: 75.26%;
    z-index: 1;
}

.Elegant .butLeft {
    height: 46px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 32.8125%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10;
}

.Elegant .butLeft:after {
    height: 10px;
    width: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    transform: translate(-50%, -50%)rotate(225deg)
}

.Elegant .butRight {
    height: 46px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 65.5%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10;
}

.Elegant .butRight:after {
    height: 10px;
    width: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    transform: translate(-50%, -50%)rotate(45deg);
}

.Elegant .slide-bt {
    float: left;
    margin-top: 60px;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
}

.Elegant .slide-bt span {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: rgba(1, 62, 119, 0.5);
    float: left;
    margin: 0 12px;
    text-align: center;
}

.Elegant .slide-bt span:hover {
    cursor: pointer;
}

.Elegant .slide-bt span.on {
    background: #013E77;
}

.history {
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.history ul {
    height: 450px;
    width: 100%;
    float: left;
    position: relative
}

.history ul:after {
    position: absolute;
    top: 180px;
    width: 99vw;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 1px dashed #013E77;
    content: "";
    z-index: -1;
}

.history ul li {
    float: left;
    position: relative;
    display: block;
    height: 450px;
}

.history ul li .yuanquan {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(125, 125, 125, 0.08);
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translate(-50%, 0);
}

.history ul li .yuanquan:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 50%;
    background: #7D7D7D;
    left: 50%;
    transform: translate(-50%, -50%);
}

.history ul li .time {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    line-height: 35px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0;
    top: 220px;
    text-align: center;
    position: absolute;
    width: 100%;
    justify-content: center
}

.history ul li .time i {
    font-size: 24px;
    line-height: 20px;
    margin-left: 5px;
}

.history ul li .box2 {
    height: 450px;
    background: #fff;
    padding: 30px 30px 0 30px;
    display: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 4px 4px 21px rgba(210, 210, 210, 0.35);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
}

.history ul li .box2 .time {
    position: relative;
    color: #013E77;
    top: auto;
}

.history ul li .box2 h6 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 30px;
}

.history ul li.on .time1 {
    display: none
}

.history ul li.on .box2 {
    display: block
}

.history .slick-arrow {
    height: 46px;
    width: 24px;
    background: #013E77;
    position: absolute;
    top: 180px;
    z-index: 1
}

.history .slick-arrow:after {
    height: 10px;
    width: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: ""
}

.history .slick-next {
    right: -44px;
}

.history .slick-prev {
    left: -44px;
}

.history .slick-next:after {
    transform: translate(-50%, -50%)rotate(45deg);
    margin-left: -2.5px
}

.history .slick-prev:after {
    transform: translate(-50%, -50%)rotate(225deg);
    margin-left: 2.5px
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
}

.environment {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%
}

.environment .line,
.history .line {
    height: 3px;
    width: 72px;
    margin-top: 30px;
    background: #013E77;
    display: block;
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 80px;
}

.environment .hjpic {
    width: 100%;
    padding-bottom: 48%;
}

.environment .hjpic .item1 {
    width: 100%;
    margin-bottom: 0.5%;
    padding-bottom: 33%;
}

.environment .hjpic .left {
    float: left;
    width: 74.2%;
    margin-right: 0.5%;
}

.environment .hjpic .right {
    width: 25.3%;
}

.environment .hjpic div {
    height: 0;
    position: relative;
}

.environment .hjpic .img1 {
    width: 67.6%;
    padding-bottom: 33%;
}

.environment .hjpic .img2 {
    width: 31.8%;
    padding-bottom: 33%;
}

.environment .hjpic .img3 {
    width: 100%;
    padding-bottom: 195%;
}

.environment .hjpic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.zczc {
    background: url(../images/aboutbg_02.jpg);
    padding: 40px 0 60px 0;
}

.zczc .main {
    padding: 60px;
}

.zczc .main .left {
    width: 27%;
    padding-bottom: 36%;
    height: 0;
    position: relative;
}

.zczc .main .left img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.zczc .main .right {
    background: #edf3f9;
    width: 62%;
    position: relative;
    padding: 3%;
}

.zczc .main .rt {
    position: absolute;
    right: 3%;
    bottom: 5%;
}

.zczc .main .lf {
    position: absolute;
    left: 3%;
    top: 3%
}

.zczc .main .right h1 {
    text-align: center;
    font-size: 24px;
    line-height: 72px;
}

.zczc .main .right p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 30px;
}

.zczc .main .name {
    float: right;
    font-size: 16px;
    margin-right: 10%;
    margin-top: 50px;
}

.zzjg,
.ygfc {
    padding: 50px 0;
}

.ny-title-top {
    text-align: center;
}

.ny-title-top .zh {
    font-size: 30px;
    font-weight: bold;
}

.ny-title-top .en {
    font-size: 24px;
    color: #d9d9d9;
    font-weight: bold;
}

.zzjg .main {
    margin-top: 50px;
    background: url(../images/about_center02.jpg) center no-repeat;
    text-align: center;
}

.ygfc {
    background: #f2f2f2;
}

.ygfc .main {
    margin: 50px 0;
}

.ny-list ul {
    margin-right: -2%;
}

.ny-list li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.ny-list li a {
    display: block;
}

.ny-list li .img {
    width: 100%;
    padding-bottom: 63%;
    height: 0;
    position: relative;
}

.ny-list li .img img {
    width: 100%;
    transition: all .8s ease 0s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.ny-list li .txt {
    background: #fff;
    padding: 0 4%;
}

.ny-list li p {
    line-height: 73px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #eaeaea solid;
}

.ny-list li span {
    line-height: 73px;
    font-size: 18px;
    color: #666666;
}

.shzr {
    padding: 60px 0 0 0;
}

.shzr .box1 {
    background: #fff;
}

.shzr .box1 .left {
    width: 30%;
    flex-shrink: 0;
}

.shzr .box1 .right {
    width: 70%;
    flex-shrink: 0;
}

.shzr .box1 .right h2 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #0d3b6f;
    padding-bottom: 15px;
}

.shzr .box1 .right h3 {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #d9d9d9;
    padding-bottom: 15px;
}

.shzr .box1 .right .txt {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #585858;
    margin-top: 20px;
}

.shzr .box2 {
    background: url("../images/b8.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 100px 0;
    margin-top: 80px;
}

.shzr .box2 .title .english {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ced0d4;
}

.shzr .box2 .title .chinese {
    font-family: MicrosoftYaHei-Bold;
    font-size: 44px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #292929;
    margin-top: 23px;
}

.shzr .box2 .swiper-box {
    margin-top: 70px;
    position: relative;
}

.shzr .box2 .swiper-container {
    width: 92%;
    margin: 0 auto;
}

.shzr .box2 .swiper-slide img {
    width: 100%;
}

.swiper-bottom p {
    font-size: 18px;
    background-color: #fbfbfb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 80px;
    padding: 0 20px;
}

.ryzz {
    padding: 60px 0;
    overflow: hidden;
    background: url(../images/honor_02_bg.jpg) no-repeat center;
}

.ryzz .left {
    width: 19%;
}

.ryzz .right {
    width: 73%;
}

.ryzz .right .bt {
    float: left;
}

.ryzz .right .bt h1 {
    font-size: 35px;
    color: #005e8d;
    margin-bottom: 10px;
}

.ryzz .right .fl {
    float: right;
}

.ryzz .right .fl a {
    display: block;
    width: 116px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #dcdcdc;
    float: left;
    font-size: 18px;
    margin-left: 20px;
}

.ryzz .right .fl a:hover,
.ryzz .right .fl .on {
    background: #005f8e;
    color: #fff;
}

.ryzz .right .top {
    margin-bottom: 40px;
}

.ryzz .right ul {
    margin-right: -3%;
}

.ryzz .right li {
    float: left;
    width: 30.3%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding-bottom: 20%;
    height: 0;
    position: relative;
    cursor: pointer;
}

.ryzz .right li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ryzz .page {
    width: 73%;
    float: right;
}

.news-list01 {
    background: #efefef;
    padding: 50px 0;
}

.news-list01 .bt {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.news-list01 .item {
    display: block;
    background: #fff;
}

.news-list01 .item .img {
    width: 100%;
    padding-bottom: 72%;
    height: auto;
    position: relative;
}

.news-list01 .item img {
    width: 100%;
    transition: all .8s ease 0s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news-list01 .item dl {
    font-size: 18px;
    padding: 0 20px;
    margin: 0;
}

.news-list01 .item dt {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px #eaeaea solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list01 .item dd {
    line-height: 70px;
}

.news-list01 .swiper-pagination {
    bottom: 25px;
}

.news-list01 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px !important;
}

.news-list01 .swiper-pagination-bullet-active {
    background-color: #005e8d;
}

.news-list01 .swiper-container {
    padding-bottom: 60px;
}

.news-list02 table.imagetable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #aaaaaa;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 60px;
}

.news-list02 table.imagetable th {
    background: #e5eefb;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #aaaaaa;
    font-size: 18px;
}

.news-list02 table.imagetable td {
    background: #f8fafd;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #aaaaaa;
    font-size: 16px;
    text-align: center;
}

.news-list02 h1 {
    font-size: 30px;
    text-align: center;
    margin: 60px 0;
}

.rlzy .box1 {
    padding: 50px 0;
}

.rlzy .en {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    color: #999999;
}

.rlzy .zh {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.rlzy .box1 p {
    font-size: 16px;
    line-height: 30px;
}

.rlzy .box2 {
    background: #0d3267;
}

.rlzy .box2 .item {
    height: 250px;
    color: #fff;
}

.rlzy .box2 .item .img {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.rlzy .box2 .item .txt {
    margin-left: 20px;
}

.rlzy .box2 .item .txt .t1 {
    font-size: 16px;
}

.rlzy .box2 .item .txt .t2 {
    font-size: 50px;
    font-weight: bold;
}

.rlzy .box2 .item .txt .t2 span {
    font-size: 16px;
    font-weight: normal;
}

.rlzy .box3 {
    padding: 60px 0;
}

.rlzy .box3 h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.rlzy .box3 .t1 {
    font-size: 16px;
    margin-bottom: 40px;
}

.rlzy .box3 .left {
    width: 63%;
    padding-bottom: 36%;
    position: relative;
}

.rlzy .box3 .left img,
.rlzy .box3 .right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.rlzy .box3 .right {
    width: 36%;
    position: relative;
}

.rlzy .box3 .right .img1 {
    width: 100%;
    padding-bottom: 49%;
    position: relative;
    margin-bottom: 2%;
}

.account-l {
    margin-top: 60px;
    overflow: hidden;
}

.accordion {
    width: 100%;
    max-width: 100%;
    margin-bottom: 90px;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
    color: #5a5a5a;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px #dedede dashed;
    margin-bottom: 2px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    cursor: pointer;
}

.accordion li i {
    position: absolute;
    background: url(../images/rl_07.jpg) center no-repeat;
    top: 0px;
    width: 70px;
    height: 52px;
    right: 0px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #333333;
    background: #f2f3f4;
}

.accordion li.open i {
    background: url(../images/rl_03.jpg) center no-repeat;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #f3f3f3;
    font-size: 14px;
    padding: 10px 30px;
}

.submenu p {
    line-height: 30px;
    font-size: 16px;
    color: #5a5a5a;
}

.submenu span {
    margin-right: 170px;
}

.rlzy .box4 .dh {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    background: #005e8d
}

.rlzy .box4 .dh span {
    display: block;
    width: 20%;
    float: left;
    text-align: center
}

.rlzy .box4 .tdjl {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #005e8d;
}

.accordion .link span {
    width: 20%;
    text-align: center;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list02 {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}

.news-list02 .condition {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
    padding: 20px 25px;
    line-height: 50px;
    border: 1px solid #e6e6e6;
}

.news-list02 .condition .name {
    font-size: 18px;
    margin-right: 20px;
}

.news-list02 .condition .select-box {
    width: 20%;
    margin-right: 20px;
}

.news-list02 .condition select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    background: #e9e9ed url(../imgs/icon_select.png) right center no-repeat;
    border: 0;
}

.news-list02 .condition select::-ms-expand {
    display: none;
}

.news-list02 .condition .inputbox {
    flex: 1;
}

.news-list02 .condition .key {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list02 .condition .btn-search {
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #0b3190;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 20px;
}

.news-list02 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 5px;
}

.news-list02 ul li {
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list02 .item {
    border: 1px solid #e6e6e6;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 20px;
}

.news-list02 .item p {
    flex: 1;
    padding-right: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list02 .item span {
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    padding: 10px 0 10px 40px;
    color: #999999;
}

.news-details {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
}

.news-details .details {
    float: left;
    margin-right: 70px;
    width: 65%;
}

.news-details .details-title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #bfbfbf;
}

.news-details .details-title .h2 {
    height: 50px;
    margin-top: 10px;
}

.pc-show {
    display: block;
}

.news-details .visited {
    font-size: 16px;
    color: #999;
}

.news-details .visited li:first-child {
    margin-right: 20px;
}

.news-details .visited li {
    display: flex;
    align-items: center;
}

.news-details .visited li img {
    margin-right: 10px;
}

.news-details .details-content {
    line-height: 32px;
    font-size: 16px;
    padding: 30px 0;
    overflow: hidden;
}

.news-details .details-content img {
    margin: 0 20px 20px 0;
}

.page-code {
    border-top: 1px solid #e6e6e6;
}

.page-code a {
    border-bottom: 1px solid #e6e6e6;
}

.page-code a.on .btn {
    color: #fff;
    background-color: #0250a3;
}

.page-code a .btn {
    font-size: 16px;
    padding: 20px 30px;
}

.page-code p {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-code a .span {
    font-size: 16px;
    color: #999;
}

.page-code .prev i {
    transform: rotate(-90deg);
}

.page-code a i {
    font-family: "宋体";
    font-size: 16px;
    margin-right: 15px;
    font-style: normal;
}

.page-code .next i {
    transform: rotate(90deg);
}

.lately {
    width: 23%;
    padding: 0 3% 60px;
    margin-top: 0;
    float: right;
    background-color: #efefef;
}

.lately .title {
    font-size: 30px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

.lately .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.lately .item dl {
    text-align: center;
}

.lately .item dt {
    color: #0250a3;
    font-size: 30px;
}

.lately .item dd {
    font-size: 18px;
    color: #999;
    margin-top: 20px;
}

.lately .item p {
    font-size: 18px;
    line-height: 32px;
    margin-left: 36px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lxwm_section {
    padding: 60px 0;
}

.lxwm_section .top {
    width: 100%;
    margin-top: 50px;
    padding: 0 84px;
    position: relative;
    z-index: 4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
}

.lxwm_section .top ul {
    width: 100%;
    overflow: hidden;
    box-shadow: 4px 5px 21px rgba(210, 210, 210, 0.35);
    padding: 26px 0;
    background-color: #fff;
}

.lxwm_section .top ul li {
    width: 25%;
    float: left;
    position: relative;
    height: 310px;
}

.lxwm_section .top ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dddddd;
    position: absolute;
    right: 0;
    top: 0;
}

.lxwm_section .top ul li:last-child::after {
    display: none;
}

.lxwm_section .top ul li a {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 32px;
    padding: 0 6px;
}

.lxwm_section .top ul li a .icobox {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px dashed #e2e2e2;
    padding: 20px;
    margin: 0 auto 30px auto;
}

.lxwm_section .top ul li a .icobox .icos {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 7px 7px 29px rgba(195, 195, 195, 0.22);
    overflow: hidden;
}

.lxwm_section .top ul li a .icobox .icos .ico {
    width: 100%;
    height: 100%;
}


/* .lxwm_section .top ul li:last-child .icobox {
    border: 0;
    border-radius: 0;
} */

.lxwm_section .top ul li a h2 {
    font-size: 20px;
    color: #111111;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
    font-weight: bold;
}

.lxwm_section .top ul li a .border {
    width: 44px;
    height: 2px;
    background-color: #013e77;
    margin: 0 auto 16px auto;
}

.lxwm_section .top ul li a h3 {
    font-size: 18px;
    color: #111111;
    line-height: 24px;
    text-align: center;
}

.lxwm_section .centerbox {
    width: 100%;
    height: 570px;
    margin-top: -132px;
    position: relative;
    z-index: 3;
    margin-bottom: 80px;
    overflow: hidden;
}

.lxwm_section .center {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.lxwm_section .center.on {
    opacity: 1;
    left: 0;
}

.lxwm_section .center ._mapbox {
    height: 100%!important;
}

.lxwm_section .bottom {
    width: 100%;
}

.lxwm_section .bottom .con {
    margin: 0 -15px;
    width: calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
}

.lxwm_section .bottom .con::after {
    content: "";
    display: block;
    clear: both;
}

.lxwm_section .bottom .con .boxs {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.lxwm_section .bottom .con .boxs {
    display: block;
    width: 100%;
    box-shadow: 0 0 30px rgb(220, 220, 220);
    padding: 30px 36px 36px 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
}

.lxwm_section .bottom .con .boxs a h2 {
    font-size: 24px;
    color: #013e77;
    line-height: 28px;
    margin-bottom: 40px;
}

.lxwm_section .bottom .con .boxs .item {
    font-size: 16px;
}

.lxwm_section .bottom .con .boxs .item img {
    margin-right: 20px;
}

.lxwm_section .bottom .con .boxs .c1 {
    margin-bottom: 30px;
}

.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 800px;
    margin-top: 30px;
    background-color: #fff;
    padding-bottom: 2.5%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modelTostChile p {
    font-size: 24px;
    padding: 3%;
}

.modelClose {
    float: right;
    cursor: pointer;
}

.modelTostChile .swiper-slide {
    text-align: center;
}

.modelTostChile .swiper-slide img {
    max-width: 85%;
    text-align: center;
    max-height: 700px;
}

.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left;
    height: auto;
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #005f8e
}

.ryzz .right .page li {
    float: left;
    height: auto;
}

.pf_right {
    float: left;
    width: 78px;
    position: fixed;
    z-index: 6;
    right: 12px;
    top: 50%;
    margin-top: -180px;
}

.pf_right ul {
    float: left;
    width: 100%;
}

.pf_right ul li {
    float: left;
    width: 100%;
    position: relative;
    margin: 5px 0;
}

.pf_right ul li .ewm {
    width: 120px;
    height: 120px;
    padding: 5px;
    background-color: #013e77;
    position: absolute;
    top: 50%;
    right: -200%;
    opacity: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.pf_right ul li:hover .ewm {
    opacity: 1;
    right: 120%;
}

.pf_right ul li .ewm .ewms {
    width: 100%;
    height: 100%;
}

.pf_right ul li .ewm::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #013e77;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.pf_right ul li .phone {
    background-color: #013e77;
    position: absolute;
    top: 50%;
    right: -200%;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 12px;
    width: 200px;
    opacity: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.pf_right ul li .phone::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #013e77;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.pf_right ul li:hover .phone {
    opacity: 1;
    right: 120%;
}

.pf_right ul li a {
    float: left;
    width: 100%;
    position: relative;
    z-index: 6;
    background: #013e77;
    line-height: 0;
    text-align: center;
    height: 80px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf_right ul li a img {
    width: 50px;
    height: 50px;
}

.pf_right ul li a h6 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.pf_right ul li:last-child a {
    border-radius: 0 0 0 22px;
}

.pf_right ul li:last-child a img {
    width: 26px;
    height: 26px;
}

.pf_right .pf_tel {
    float: left;
    position: absolute;
    z-index: 4;
    top: 17px;
    right: 15px;
    background: #006666;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: 3px;
    -webkit-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
    -moz-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
    transition: all 500ms cubic-bezier(.5, 1, .4, 1);
    -webkit-transform-origin: 95% 50%;
    -moz-transform-origin: 95% 50%;
    -ms-transform-origin: 95% 50%;
    -o-transform-origin: 95% 50%;
    transform-origin: 95% 50%;
    -webkit-transform: translateY(0) scale(0);
    -moz-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    -o-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0)
}

.pf_right .pf_tel:after {
    float: left;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #006666;
    margin-top: -6px;
}

.pf_right ul li:hover .pf_tel {
    right: 90px;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block \9;
    pointer-events: auto;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.zb-list02 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 5px;
}

.zb-list02 ul li {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zb-list02 .item {
    border: 1px solid #e6e6e6;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 20px;
}

.zb-list02 .item p {
    flex: 1;
    padding-right: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zb-list02 .item span {
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    padding: 10px 0 10px 40px;
    color: #999999;
}

.display-right {
    width: 80px;
    height: 80px;
    background: #013e77;
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}