/* @font-face {
    font-family: "DIN";
    font-weight: bold;
    src: url("../fonts/DIN-Bold.otf") format("truetype")
}

@font-face {
    font-family: "DIN";
    font-weight: lighter;
    src: url("../fonts/DIN-Light.otf") format("truetype")
}

@font-face {
    font-family: "DIN";
    font-weight: Medium;
    src: url("../fonts/DIN-Medium.otf") format("truetype")
}

@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 900;
    src: url("../fonts/SourceHanSansCN-Heavy.otf") format("truetype")
}

@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 700;
    src: url("../fonts/SourceHanSansCN-Bold.otf") format("truetype")
}

@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 500;
    src: url("../fonts/SourceHanSansCN-Medium.otf") format("truetype")
}

@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 400;
    src: url("../fonts/SourceHanSansCN-Regular.otf") format("truetype")
}

@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 300;
    src: url("../fonts/SourceHanSansCN-Light.otf") format("truetype")
}

@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 200;
    src: url("../fonts/SourceHanSansCN-ExtraLight.otf") format("truetype")
} */
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 55px;
    opacity: 0.4;
}
input,
button,
textarea {
    background: none;
    outline: none;
    border: 1px solid #ccc
}

a {
    text-decoration: none;
    color: #333;
    text-decoration: none
}
a:hover,
a:active,
a:focus {
    color: #003586;
    text-decoration: none
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

p {
    margin-bottom: 0
}

body {
    min-height: 1000px;
    background-color: #fff;
    font-family: "Microsoft YaHei", Helvetica, Arial, "Helvetica Neue", sans-serif;
    font-weight: normal
}

* {
    letter-spacing: -0.04em
}
.banaaa{
    position: relative;
    z-index: -999;
}
.banaaa .text{
    position: absolute;
    left: 13%;
    top: 40%;
}
.banaaa .text p:nth-child(1){
    font-size: 49px;
    color: #ffffff;
}
.banaaa .text p:nth-child(2){
    font-size: 24px;
    color: #ffffff;
}
.search{
    background: url(../img/icon/1-2.png) center no-repeat;
    background-color: #52c3f1;
}
.container_zz {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px
}

.visible_xs {
    display: none !important
}

.header_bg {
    background-color: #fff;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.header_bg.navFixed,
.header_bg.inner_nav {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0
}

.header_bg .header_nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    height: 90px
}

.header_bg .header_nav .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px
}

.header_bg .header_nav .header_logo img {
    height: 90px
}

.header_bg .header_nav .header_list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.header_bg .header_nav .header_list .li-a {
    display: inline-block;
    position: relative;
    margin: 0 20px;
    height: 100%;
    line-height: 90px;
    vertical-align: middle;
    position: relative
}

.header_bg .header_nav .header_list>li.active::after,
.header_bg .header_nav .header_list>li:hover::after {
    content: "";
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 5px;
    width: 100px;
    background-color: #52c3f1
}

.header_bg .header_nav .header_list>li.active>a,
.header_bg .header_nav .header_list>li:hover>a {
    color: #003686
}

.header_bg .header_nav .header_list>li>a {
    line-height: 90px;
    font-size: 18px;
    color: #333;
    font-weight: Normal;
    display: inline-block;
    position: relative
}

.header_bg .header_nav .header_list>li:first-child {
    width: 50px
}

.header_bg .header_nav .header_list>li .childMenu {
    background-color: #fff;
    width: 160px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    display: none;
    position: absolute;
    top: 47px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header_bg .header_nav .header_list>li .childMenu li {
    padding: 5px 0;
    line-height: 2em
}

.header_bg .header_nav .header_list>li .childMenu li a {
    font-size: 16px
}
.header_bg .header_nav .header_list .li-a .ul-b{
    position: absolute;
    width: 260px;
    left: -80px;
    top: 100%;
    z-index: 999;
    background: #003586;
    display: none;
}
.header_bg .header_nav .header_list .li-a .ul-b .li-b{
    line-height: 1.4;
}
.header_bg .header_nav .header_list .li-a .ul-b .li-b .a-b{
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 10px 0;
}
.header_bg .header_nav .header_list .li-a .ul-b .li-b:hover .a-b{
    background: #fff;
    color: #333;
}

/* .header_bg .header_nav .header_list .li-a:hover .ul-b{
    display: block;
} */
.header_bg .header_nav .header_search {
    padding-left: 30px;
    padding-right: 84px
}

.header_bg .header_nav .header_search .search_btn {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.header_bg .header_nav .header_search .search_btn .pop_input {
    width: 230px;
    height: 0;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-box-shadow: 0 0 8px rgba(0, 53, 134, .5);
    box-shadow: 0 0 8px rgba(0, 53, 134, .5);
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header_bg .header_nav .header_search .search_btn .pop_input form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_bg .header_nav .header_search .search_btn .pop_input input,
.header_bg .header_nav .header_search .search_btn .pop_input button {
    border: none
}

.header_bg .header_nav .header_search .search_btn .pop_input input {
    width: 200px;
    padding: 5px 10px
}

.header_bg .header_nav .header_search .search_btn .pop_input button {
    background-color: #52c3f1;
    height: 30px;
    width: 30px
}

.header_bg .header_nav .header_search .search_btn .pop_input button img {
    width: 10px
}

.header_bg .header_nav .header_search .search_btn.active .pop_input {
    height: 30px
}

.banner {
    position: relative;
    max-width: 100%;
}

.banner .swiper-slide img {
    width: 100%
}

.banner .banner-prev {
    left: 20px
}

.banner .banner-next {
    right: 20px
}

.banner .banner-prev,
.banner .banner-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1
}

.i_title_conmon .title_en {
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px
}

.i_title_conmon .title_en .en_text {
    font-family: "DIN";
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    color: #21283a
}

.i_title_conmon .title_en .title_line {
    display: inline-block;
    margin-top: 5px
}

.i_title_conmon .title_cn {
    font-size: 30px;
    color: #333;
    line-height: 1em
}

.i_title_conmon2 {
    padding-top: 75px;
    padding-bottom: 25px
}

.i_title_conmon2 .title_cn {
    font-size: 35px;
    color: #333
}

.i_title_conmon2 .title_en {
    font-size: 16px;
    color: #888
}

.i_intro {
    padding-top: 124px;
    background-image: url(../img/intro/bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover
}

.i_intro .i_intro_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.i_intro .i_intro_flex .i_intro_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 10px;
    margin-right: 200px
}

.i_intro .i_intro_flex .i_intro_left .intro_content h5 {
    font-size: 16px;
    color: #888;
    line-height: 1em;
    margin-bottom: 0
}

.i_intro .i_intro_flex .i_intro_left .intro_content p {
    font-size: 14px;
    line-height: 1.8em;
    color: #666
}

.i_intro .i_intro_flex .i_intro_left .intro_content .more_btn {
    margin-top: 37px;
    width: 152px;
    height: 50px;
    background-color: #52c3f1;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    position: relative;
    z-index: 999;
}

.i_intro .i_intro_flex .i_intro_left .intro_content .more_btn a {
    color: #fff;
    font-size: 14px
}

.i_intro .i_intro_flex .i_intro_left .intro_content .more_btn a img {
    margin-left: 20px
}

.i_intro .i_intro_flex .i_intro_right {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    position: relative
}

.i_intro .i_intro_flex .i_intro_right .icon_play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.i_intro .i_intro_flex .i_intro_right .icon_play>img {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    cursor: pointer;
    width: 88px
}

.i_intro .i_intro_bottom {
    background-color: #003586;
    position: relative
}

.i_intro .i_intro_bottom .bottom_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px
}

.i_intro .i_intro_bottom .bottom_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.i_intro .i_intro_bottom .bottom_1 .num_item {
    color: #fff
}

.i_intro .i_intro_bottom .bottom_1 .num_item .num_1 {
    font-size: 44px;
    font-family: "DIN";
    font-weight: bold
}

.i_intro .i_intro_bottom .bottom_1 .num_item .num_1 sub {
    font-size: 19px;
    font-weight: normal;
    bottom: 0;
    margin-left: 4px
}

.i_intro .i_intro_bottom .bottom_1 .num_item .num_info {
    font-size: 16px
}

.i_intro .i_intro_bottom .bottom_2 {
    width: 518px;
    height: 100%;
    background-color: #52c3f1
}

.i_intro .i_intro_bottom .bottom_2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.i_intro .i_intro_bottom .bottom_2 a h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding-left: 18px;
    line-height: 1.5333333333em
}

.i_intro .i_intro_bottom .bottom_2 a .more_btn {
    width: 46px
}

.i_intro .i_intro_bottom .bottom_2 a .more_btn img {
    width: 14px
}

.i_intro .i_intro_bottom .show_bg {
    position: absolute;
    left: 0;
    top: -96px
}

.i_pro {
    background-image: url(../img/home/pro/bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 380px auto
}

.i_pro .i_pro_list .swiper-slide {
    height: 460px
}

.i_pro .i_pro_list .swiper-slide .pro_item {
    width: 807px !important;
    height: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative
}

.i_pro .i_pro_list .swiper-slide .pro_item .item_info {
    width: 33.5%;
    height: 100%;
    position: absolute;
    padding-left: 30px;
    top: 0;
    padding-top: 124px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    transition: all .5s
}

.i_pro .i_pro_list .swiper-slide .pro_item .item_info h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5331818182em
}

.i_pro .i_pro_list .swiper-slide .pro_item .item_info h5,
.i_pro .i_pro_list .swiper-slide .pro_item .item_info .item_det,
.i_pro .i_pro_list .swiper-slide .pro_item .item_info .more_btn {
    color: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s;
    transition: all .5s
}

.i_pro .i_pro_list .swiper-slide .pro_item .item_info .more_btn {
    display: none
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-prev .item_info {
    right: 0
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-next .item_info {
    left: 0
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info {
    background-color: #f0f6fa;
    top: 124px;
    left: 0;
    height: 260px;
    width: 520px;
    border-left: 8px solid #52c3f1;
    padding-right: 35px;
    padding-top: 25px
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info h5,
.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info .item_det,
.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info .more_btn {
    display: block
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info h4 {
    font-size: 23px;
    color: #003586
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info h4 br {
    display: none
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info h5 {
    font-size: 18px;
    color: #999;
    margin-bottom: 12px
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info .item_det {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.i_pro .i_pro_list .swiper-slide.swiper-slide-active .item_info .item_det p {
    font-size: 16px;
    color: #666;
    line-height: 1.6875em
}

.i_pro .i_pro_list .swiper-container {
    padding-bottom: 174px
}

.i_pro .i_pro_list .pro_swiper_func {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
    line-height: 0
}

.i_pro .i_pro_list .pro_swiper_func .banner-prev {
    position: absolute;
    top: calc(50% + 3px);
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.i_pro .i_pro_list .pro_swiper_func .banner-next {
    position: absolute;
    top: calc(50% + 3px);
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.i_pro .i_pro_list .swiper-pagination {
    position: unset;
    height: 1px
}

.i_pro .i_pro_list .swiper-pagination .my-bullet {
    width: 80px;
    height: 1px;
    background-color: #cfcfcf;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.i_pro .i_pro_list .swiper-pagination .my-bullet-active {
    background-color: #003586;
    height: 1px
}

.i_technology {
    background: url(../img/home/technology/bg.png), #f3f3f4;
    background-position: center center;
    background-size: cover;
    padding-bottom: 80px
}

.i_technology .i_technology_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.i_technology .i_technology_flex .tech_left {
    width: 373px
}

.i_technology .i_technology_flex .tech_right {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url(../img/home/technology/border_top.png), url(../img/home/technology/border_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    padding-top: 50px;
    padding-bottom: 65px;
    position: relative
}

.i_technology .i_technology_flex .tech_right .tech_detail {
    padding-left: 55px
}

.i_technology .i_technology_flex .tech_right .tech_detail p {
    font-size: 14px;
    color: #333;
    line-height: 1.8em;
    letter-spacing: 0
}

.i_technology .i_technology_flex .tech_right .more_btn_align {
    text-align: right
}

.i_technology .i_technology_flex .tech_right .more_btn {
    margin-top: 37px;
    width: 152px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 0
}

.i_technology .i_technology_flex .tech_right .more_btn a {
    color: #666;
    font-size: 14px
}

.i_technology .i_technology_flex .tech_right .more_btn a img {
    margin-left: 20px
}

.i_news {
    padding-bottom: 138px;
    background-image: url(../img/home/news/bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.i_news .i_news_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.i_news .i_news_flex .news_first {
    width: 586px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.i_news .i_news_flex .news_first .news_main {
    background-color: #003586;
    height: 150px;
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px
}

.i_news .i_news_flex .news_first .news_main .main_img {
    width: 164px;
    height: 112px;
    margin-right: 18px;
    overflow: hidden
}

.i_news .i_news_flex .news_first .news_main .main_img img {
    width: 100%
}

.i_news .i_news_flex .news_first .news_main .main_info {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.i_news .i_news_flex .news_first .news_main .main_info .main_time {
    font-size: 14px;
    color: #fff;
    line-height: 2em
}

.i_news .i_news_flex .news_first .news_main .main_info .main_detail {
    font-size: 16px;
    color: #fff;
    line-height: 1.46625em;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.i_news .i_news_flex .news_first .news_list {
    height: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #eee;
    padding: 8px 27px;
    background-color: #fff
}

.i_news .i_news_flex .news_first .news_list .news_item {
    height: 70px;
    border-bottom: 1px solid #eee
}

.i_news .i_news_flex .news_first .news_list .news_item:last-child {
    border-bottom: none
}

.i_news .i_news_flex .news_first .news_list .news_item .item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.i_news .i_news_flex .news_first .news_list .news_item .item_time {
    font-size: 16px;
    color: #888;
    margin-right: 30px;
    display: none;
}

.i_news .i_news_flex .news_first .news_list .news_item .item_det {
    font-size: 16px;
    color: #333;
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.i_news .i_news_flex .i_news_second {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 22px;
    border: 1px solid #eee;
    padding: 15px 22px;
    background-color: #fff
}

.i_news .i_news_flex .i_news_second .second_flex {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.i_news .i_news_flex .i_news_second .second_time {
    margin-bottom: 15px
}

.i_news .i_news_flex .i_news_second .second_time .second_day {
    font-size: 24px;
    color: #999;
    font-family: "DIN";
    font-weight: Medium
}

.i_news .i_news_flex .i_news_second .second_time .second_month {
    font-size: 16.42px;
    color: #999;
    font-family: "DIN";
    font-weight: Medium
}

.i_news .i_news_flex .i_news_second .second_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}
.realm .rea .element .imgbox a .img {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.i_news .i_news_flex .i_news_second .second_detail {
    border-top: 1px solid #dcdcdc;
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.i_news .i_news_flex .i_news_second .second_detail p {
    font-size: 16px;
    color: #666;
    line-height: 1.68625em
}

.i_news .i_news_flex .i_news_second .i_news_top {
    height: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.i_news .i_news_flex .i_news_second .second_more {
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer {
    background-color: #0f2f7a;
    padding-top: 60px;
    padding-bottom: 35px
}

footer .footer_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #3d548e;
    padding-bottom: 18px
}

footer .footer_header .footer_ph {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .footer_header .footer_ph .ph_icon {
    margin-right: 12px
}

footer .footer_header .footer_ph .text1 {
    font-size: 14px
}

footer .footer_header .footer_ph .ph_no {
    font-size: 26px;
    font-family: "DIN";
    font-weight: Medium
}

footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px
}

footer .footer_nav .nav_item .iten_name {
    font-size: 16px;
    color: #5f79b4;
    position: relative;
    line-height: 54px;
    margin-bottom: 15px
}

footer .footer_nav .nav_item .iten_name::after {
    content: "";
    background-color: #6e7faa;
    height: 1px;
    width: 100px;
    left: 0;
    bottom: 0;
    position: absolute
}

footer .footer_nav .nav_item .iten_name::before {
    content: "";
    background-color: #6e7faa;
    height: 2px;
    width: 27px;
    left: 0;
    bottom: 0;
    position: absolute
}

footer .footer_nav .nav_item ul li {
    font-size: 14px;
    line-height: 2.5em;
    color: #5f79b4
}

footer .footer_nav .nav_item ul li a {
    font-size: 14px;
    color: #5f79b4
}

footer .footer_nav .nav_item ul li>img {
    margin-right: 8px
}

.footer_c {
    background-color: #0f2f7a;
    text-align: center;
    color: #5f79b4;
    font-size: 15px;
    line-height: 1.7em;
    padding: 13px 0
}

.footer_c a {
    color: #5f79b4;
    font-size: 15px;
    line-height: 1.7em
}

.footer_c span {
    display: inline-block;
    margin-right: 23px
}

.footer_c span:last-child {
    margin-right: 0
}

.innerBanner {
    height: 660px;
    background-size: cover;
    background-position: center center
}

.scroll_nav {
    width: 100%;
    margin-top: -56px;
    background-color: rgba(0, 0, 0, .25);
    -webkit-transition: all .5s;
    transition: all .5s
}

.scroll_nav.fixed_nav {
    background-color: rgba(0, 77, 160, .6);
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 8;
    margin-top: 0
}

.scroll_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.scroll_nav ul li {
    width: 217px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    position: relative
}

.scroll_nav ul li::after,
.scroll_nav ul li::before {
    content: "";
    width: 100%;
    height: 0;
    background-color: #73a7d1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.scroll_nav ul li::before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background-color: #004da0;
    z-index: -1
}

.scroll_nav ul li>img {
    margin-right: 4px
}

.scroll_nav ul li.active,
.scroll_nav ul li:hover {
    position: relative
}

.scroll_nav ul li.active::after,
.scroll_nav ul li.active::before,
.scroll_nav ul li:hover::after,
.scroll_nav ul li:hover::before {
    height: 56px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.scroll_nav ul li.active::after,
.scroll_nav ul li:hover::after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.intro_wrapper {
    padding-top: 86px;
    padding-bottom: 88px;
    background-image: url(../img/intro/bg.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center center
}

.intro_wrapper .intro_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intro_wrapper .intro_flex .intro_left {
    padding-top: 40px;
    padding-right: 44px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 10px
}

.intro_wrapper .intro_flex .intro_left .i_title_conmon {
    margin-bottom: 37px
}

.intro_wrapper .intro_flex .intro_left .i_title_conmon .title_en {
    margin-bottom: 14px
}

.intro_wrapper .intro_flex .intro_left .intro_content p {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    text-indent: 2em;
    letter-spacing: .02em
}

.intro_wrapper .intro_flex .intro_right {
    width: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.intro_wrapper .intro_flex .intro_right .icon_play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intro_wrapper .intro_flex .intro_right .icon_play>img {
    cursor: pointer;
    width: 88px
}

.intro_wrapper .intro_flex .intro_right>img {
    width: 100%
}

.leader_wrapper {
    padding-top: 75px;
    padding-bottom: 47px;
    background:  url(../img/intro/2.jpg);
    background-repeat: no-repeat;
    background-position: calc(50vw - 960px) center;
}

.leader_wrapper .leader_flex {
    text-align: right
}

.leader_wrapper .leader_flex .leader_content {
    width: 1147px;
    height: 359px;
    display: inline-block;
    background: #0082b9;
    /* background:  url(../img/intro/bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding-top: 100px;
    padding-left: 125px;
    padding-right: 62px
}

.leader_wrapper .leader_flex .leader_content .leader_title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px
}

.leader_wrapper .leader_flex .leader_content .leader_message p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    text-indent: 2em
}

.inner_title {
    padding-top: 65px;
    padding-bottom: 64px;
    text-align: center
}

.inner_title .title_name {
    font-size: 30px;
    color: #333
}

.honor_wrapper {
    padding-top: 60px;
    padding-bottom: 210px
}

.honor_wrapper .honor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -29px
}

.honor_wrapper .honor_list li {
    margin: 0 29px
}

.honor_wrapper .honor_list li .item_img {
    margin-bottom: 10px
}

.honor_wrapper .honor_list li .item_img>img {
    width: 100%
}

.honor_wrapper .honor_list li .item_title {
    background-color: #003586;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pro_wrapper .inner_title {
    padding-bottom: 44px
}

.pro_intro_wrapper {
    padding-top: 16px;
    position: relative
}

.pro_intro_wrapper .swiper-container {
    padding-bottom: 100px;
}
.pro_intro_wrapper .swiper-slide-next .pro_intro .intro_left{
    width: 26% !important;
    background: center;
    transition: 0.5s;
}
.pro_intro_wrapper .swiper-slide-next .pro_intro .intro_left .intro_left-title {
    width: 100%;
}
.pro_intro_wrapper  .pro_intro .intro_left .intro_left-title {
    padding: 15px 15px;
    background-color: rgba(0, 53, 134, 0.9);
    color: #ffffff;
    line-height: 24px;
    display: inline-block;
    width: 80%;
}
.pro_intro_wrapper  .pro_intro .intro_left .intro_left-title p:nth-child(1){
   
    font-size: 18px;
    
}
.pro_intro_wrapper  .pro_intro .intro_left .intro_left-title p:nth-child(2){
   
    font-size: 14px;
    
}
.pro_intro_wrapper .pro_swiper_func {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    line-height: 0
}

.pro_intro_wrapper .pro_swiper_func .banner-prev {
    position: absolute;
    top: calc(50% + 3px);
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pro_intro_wrapper .pro_swiper_func .banner-next {
    position: absolute;
    top: calc(50% + 3px);
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pro_intro_wrapper .swiper-pagination {
    position: unset;
    height: 1px
}

.pro_intro_wrapper .swiper-pagination .my-bullet {
    width: 80px;
    height: 1px;
    background-color: #cfcfcf;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.pro_intro_wrapper .swiper-pagination .my-bullet-active {
    background-color: #003586;
    height: 1px
}
.pro_wrapper .swiper-container .imgbox a{
    position: relative;
}
.pro_wrapper .swiper-container .imgbox a .p{

    width: 100%;
    font-size: 18px;
    text-align: center;
    background-color: #004da0;
    padding: 20px 0;
    color: #fff;
}
/* .pro_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 15px 42px 28px;
    background-color: #e1e3ea
}

.pro_intro .intro_left,
.pro_intro .intro_right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.pro_intro .intro_left {
    width: 600px;
    height: 341px;
}

.pro_intro .intro_mid {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 32px 0 32px
}

.pro_intro .intro_mid .mid_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pro_intro .intro_mid .mid_title::after {
    content: "";
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 10px;
    height: 1px;
    background-color: #a0a0a0;
    margin-left: 10px
}

.pro_intro .intro_mid .mid_content p {
    font-size: 16px;
    color: #333;
    line-height: 1.625em;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden
}

.pro_intro .intro_right {
    width: 286px;
    height: 313px
} */
.crumb .cru{
    justify-content: flex-start;
    padding: 30px 0;
}
.crumb .cru li{
    font-size: 16px;
    color: #999999;
    margin: 0 5px 0 0;
}
.crumb .cru li a{
    font-size: 16px;
    color: #999999;
}
.x-pro-a{
    background: url(../img/pro/pro1.jpg) no-repeat;
    background-size: cover;
}
.x-pro-a .pro{
    padding: 30px 0;
}
.x-pro-a .pro .element{
    padding: 0 0 50px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #e5e5e5;
}
.x-pro-a .pro .element .left{
    width: 48%;
}
.x-pro-a .pro .element .left .title{
    background: #003586;
    box-sizing: border-box;
    padding: 25px 5%;
    margin: 0 0 45px 0;
}
.x-pro-a .pro .element .left .title .p-a{
    font-size: 30px;
    color: #fffeff;
    margin: 0 0 10px 0;
}
.x-pro-a .pro .element .left .title .p-b{
    font-size: 18px;
    color: #fffeff;
}
.x-pro-a .pro .element .left .text .p-a{
    font-size: 18px;
    color: #194992;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.x-pro-a .pro .element .left .text .p-b{
    font-size: 14px;
    line-height: 1.8em;
    color: #333333;
}
.x-pro-a .pro .element .right{
    width: 48%;
}
.x-pro-a .pro h3{
    font-size: 18px;
    color: #003586;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 30px;
    margin: 20px 0;
}
.x-pro-a .pro h5{
    background: #003586;
    box-sizing: border-box;
    padding: 25px 5%;
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    padding: 20px 40px;
}
.x-pro-a .pro h3::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/pro/pro2.png) center no-repeat;
    content: '';
}
.x-pro-a .pro table{
    width: 98%;
    border: 1px solid #afacac;
    margin: 0 auto;
}
.x-pro-a .pro table tr th{
    background: #52c3f1;
    font-size: 14px;
    color: #fffeff;
}
.x-pro-a .pro table tr td{
    box-sizing: border-box;
    padding: 5px 0;
    font-size: 14px;
    color: #333333;
}
.x-pro-a .pro p{
    font-size: 14px;
    line-height: 1.8em;
    color: #333333;
}
.x-pro-a .pro .table{
    margin: 20px auto;
}
.x-pro-a .pro .table table{
    width: 98%;
    border: 1px solid #afacac;
    margin: 20px auto;
}
.x-pro-a .pro .table table tr th{
    background: #52c3f1;
    font-size: 14px;
    color: #fffeff;
    text-align: center;
    padding:5px 0;
    font-weight: 500;
}
.x-pro-a .pro .table table tr td{
    background: #e1e3ea;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 5px 0;
}
.technology_center {
    background-image: url(../img/intro/bg.jpg);
    padding-bottom: 60px
}

.technology_center .center_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.technology_center .center_flex .center_img {
    width: 754px;
    padding: 14px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.technology_center .center_flex .center_img .img_item {
    margin: 0 7px
}

.technology_center .center_flex .center_detail {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 18px
}

.technology_center .center_flex .center_detail p {
    font-size: 14px;
    color: #666;
    line-height: 1.8571428571em;
    letter-spacing: .02em
}

.technology_service {
    padding-bottom: 120px;
    padding-top: 22px
}

.technology_service .inner_title {
    padding-bottom: 34px
}

.technology_service .service_info {
    font-size: 16px;
    color: #666;
    line-height: 1.416875em;
    text-align: center;
    margin-bottom: 15px
}

.technology_service .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.technology_service .service_list .service_left {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.technology_service .service_list .service_left>div {
    margin: 0 10px;
    margin-bottom: 10px
}

.technology_service .service_list .service_left>div:nth-child(odd) {
    width: 360px
}

.technology_service .service_list .service_left>div:nth-child(even) {
    width: 455px
}

.technology_service .service_list .service_left .left_top {
    height: 106px
}

.technology_service .service_list .service_left .left_bottom {
    height: 164px
}

.technology_service .service_list .service_left .item_no {
    font-family: "DIN";
    font-weight: bold;
    font-size: 28px;
    width: 56px;
    text-align: center
}

.technology_service .service_list .service_left .item_p {
    font-size: 14px;
    line-height: 1.5478571429em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 10px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 14px
}

.technology_service .service_list .service_left .bg_blue {
    background-color: #003586
}

.technology_service .service_list .service_left .bg_blur {
    background-color: #535353
}

.technology_service .service_list .service_left .left_top,
.technology_service .service_list .service_left .left_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    padding-right: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.technology_service .service_list .service_left {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 14px
}

.technology_service .service_list .service_right {
    width: 537px;
    height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.pro_innovate {
    background-color: #f5f5f5;
    padding-bottom: 100px
}

.pro_innovate .inner_title {
    padding-top: 60px
}

.pro_innovate .innovate_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pro_innovate .innovate_flex .innovate_left {
    height: 360px;
    width: 510px;
    margin-right: 27px;
    position: relative
}

.pro_innovate .innovate_flex .innovate_left .swiper-container .swiper-slide img {
    width: 100%
}

.pro_innovate .innovate_flex .innovate_left .change_box {
    position: absolute;
    width: 93px;
    height: 46px;
    background-color: rgba(0, 53, 134, .8);
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pro_innovate .innovate_flex .innovate_left .change_box .banner-prev,
.pro_innovate .innovate_flex .innovate_left .change_box .banner-next {
    width: 46px;
    padding: 0 12px
}

.pro_innovate .innovate_flex .innovate_left .change_box .banner-next {
    text-align: right
}

.pro_innovate .innovate_flex .innovate_left .change_box .change_line {
    height: 100%;
    width: 1px;
    background-color: #fff
}

.pro_innovate .innovate_flex .innovate_right {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.pro_innovate .innovate_flex .innovate_right .innovate_info {
    font-size: 15px;
    color: #fff;
    line-height: 1.5113333333em;
    background-color: rgba(0, 53, 134, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 30px 10px 30px
}

.customer_wrapper {
    padding-bottom: 80px;
    background-image: url(../img/pro/bg1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.customer_wrapper .inner_title {
    padding-bottom: 54px
}

.customer_wrapper .customer_word {
    padding-bottom: 15px
}

.customer_wrapper .customer_word h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0
}

.customer_wrapper .customer_word p {
    font-size: 14px;
    color: #333;
    line-height: 1.8em
}

.customer_wrapper .customer_form .form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px -13px 16px -13px
}

.customer_wrapper .customer_form .form_row .form_col {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 13px
}

.customer_wrapper .customer_form .form_row .form_col input,
.customer_wrapper .customer_form .form_row .form_col textarea {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding-left: 10px;
    background-color: #fff
}

.customer_wrapper .customer_form .form_row .form_col input::-webkit-input-placeholder,
.customer_wrapper .customer_form .form_row .form_col textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #666
}

.customer_wrapper .customer_form .form_row .form_col input::-moz-placeholder,
.customer_wrapper .customer_form .form_row .form_col textarea::-moz-placeholder {
    font-size: 14px;
    color: #666
}

.customer_wrapper .customer_form .form_row .form_col input:-ms-input-placeholder,
.customer_wrapper .customer_form .form_row .form_col textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #666
}

.customer_wrapper .customer_form .form_row .form_col input::-ms-input-placeholder,
.customer_wrapper .customer_form .form_row .form_col textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #666
}

.customer_wrapper .customer_form .form_row .form_col input::placeholder,
.customer_wrapper .customer_form .form_row .form_col textarea::placeholder {
    font-size: 14px;
    color: #666
}

.customer_wrapper .customer_form .form_row .form_col input {
    height: 46px
}

.customer_wrapper .customer_form .form_row .form_col textarea {
    height: 125px
}

.customer_wrapper .customer_form .form_row .form_col button {
    width: 176px;
    height: 46px;
    background-color: #003586;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none
}

.supply_wrapper {
    padding-bottom: 335px;
    background-image: url(../img/supply/bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 15px
}

.supply_wrapper .supply_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.supply_wrapper .supply_list .sullpy_item {
    position: relative;
    width: calc(25% - 12px);
    margin-right: 16px;
    margin-bottom: 16px
}

.supply_wrapper .supply_list .sullpy_item:nth-child(4n) {
    margin-right: 0
}

.supply_wrapper .supply_list .sullpy_item>img {
    width: 100%
}

.supply_wrapper .supply_list .sullpy_item .item_title {
    width: 240px;
    height: 65px;
    background-color: rgba(0, 53, 134, .8);
    font-size: 16px;
    color: #fff;
    line-height: 1.666875em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.news_wrapper {
    padding-bottom: 50px
}

.news_wrapper .nav_change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 82px;
    padding-bottom: 50px;
}

.news_wrapper .nav_change li {
    width: 225px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #d2d2d2;
    margin: 0 26px;
}

.news_wrapper .nav_change li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    display: block;
}

.news_wrapper .nav_change li .active{
    color: #fff !important;
    background-color: #003586 !important;
    border-color: #003586 !important;
}

.news_wrapper .nav_change li.active a {
    color: #fff
}

.news_wrapper .news_swiper {
    border-bottom: 1px solid #dcdcdc
}

.news_wrapper .news_swiper .news_swiper_item .item_img {
    height: 296px;
    overflow: hidden;
    position: relative
}

.news_wrapper .news_swiper .news_swiper_item .item_img>img {
    width: 100%
}

.news_wrapper .news_swiper .news_swiper_item .item_img .item_date {
    width: 138px;
    height: 90px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news_wrapper .news_swiper .news_swiper_item .item_img .item_date .item_day {
    font-size: 19.88px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 3px
}

.news_wrapper .news_swiper .news_swiper_item .item_img .item_date .item_year {
    font-size: 18.78px;
    color: #fff
}

.news_wrapper .news_swiper .news_swiper_item .item_content {
    padding-top: 10px
}

.news_wrapper .news_swiper .news_swiper_item .item_content .item_title {
    font-size: 17px;
    line-height: 2em;
    color: #333;
    font-weight: 500;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_wrapper .news_swiper .news_swiper_item .item_content .item_detail p {
    font-size: 12.8px;
    line-height: 1.9796875em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.news_wrapper .news_swiper .news_swiper_item:hover .item_content .item_title {
    color: #003586
}

.news_wrapper .news_swiper .news_swiper_item:hover .item_content .item_detail p {
    color: #003586
}

.news_wrapper .news_swiper .swiper-container {
    padding-bottom: 80px
}

.news_wrapper .news_swiper .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 35px
}

.news_wrapper .news_swiper .swiper-container .swiper-pagination .my-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px
}

.news_wrapper .news_swiper .swiper-container .swiper-pagination .my-bullet.my-bullet-active {
    border: 2px solid #0a7dce;
    background-color: #0a7dce
}

.news_wrapper .news_list {
    border-top: 1px solid #dcdcdc
}

.news_wrapper .news_list .news_item {
    border-bottom: 1px solid #dcdcdc;
    padding: 45px 0 56px 0
}

.news_wrapper .news_list .news_item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news_wrapper .news_list .news_item .item_date {
    width: 238px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 6px
}

.news_wrapper .news_list .news_item .item_date .item_days {
    height: 58px;
    line-height: 1.0558893137em;
    font-size: 54.93px;
    color: #999;
    font-family: "DIN";
    font-weight: bold;
    border-right: 1px solid #dcdcdc;
    padding-right: 16px;
    margin-right: 10px
}

.news_wrapper .news_list .news_item .item_date .item_right .item_year {
    font-weight: normal;
    font-size: 18px;
    color: #999
}

.news_wrapper .news_list .news_item .item_img {
    width: 273px;
    height: 166px;
    overflow: hidden
}

.news_wrapper .news_list .news_item .item_img img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%
}

.news_wrapper .news_list .news_item .item_img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news_wrapper .news_list .news_item .item_detail {
    padding-left: 34px;
    padding-top: 10px;
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news_wrapper .news_list .news_item .item_detail .item_title {
    font-size: 18px;
    color: #333;
    font-family: "SourceHanSansCN";
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_wrapper .news_list .news_item .item_detail .item_content,
.news_wrapper .news_list .news_item .item_detail .item_content p {
    font-size: 14px;
    color: #666;
    line-height: 2em
}

.news_wrapper .news_list .news_item .item_detail .item_content {
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.news_wrapper .news_list .news_item .item_detail .more img {
    width: 35px
}

.news_wrapper .news_list .news_item .item_detail .more img:first-child {
    display: none
}

.news_wrapper .news_list .news_item .item_detail:hover .item_title {
    color: #003586
}

.news_wrapper .news_list .news_item .item_detail:hover .more img:first-child {
    display: inline-block
}

.news_wrapper .news_list .news_item .item_detail:hover .more img:nth-child(2) {
    display: none
}

.pagination_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 102px
}

.pagination_list a {
    width: 48px;
    height: 48px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin: 0 13px
}

.pagination_list  a {
    line-height: 2.875em;
    font-size: 16px;
    color: #999;
    font-family: "SourceHanSansCN";
    display: block
}

.pagination_list a img:last-child {
    display: none
}

.pagination_list a.active,
.pagination_list a:hover {
    background-color: #003586
}

.pagination_list a.active,
.pagination_list a:hover{
    color: #fff
}



.pagination_list a.change_btn img {
    margin-top: -3px
}

.culture_wrapper .culture_1 {
    padding-bottom: 80px
}

.culture_wrapper .culture_1 .culture_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    background: #003586;
}

.culture_wrapper .culture_1 .culture_top .top_img {
    width: 640px
}

.culture_wrapper .culture_1 .culture_top .top_img>img {
    width: 100%
}

.culture_wrapper .culture_1 .culture_top .top_right {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #003586;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-left: 64px;
    padding-bottom: 25px
}

.culture_wrapper .culture_1 .culture_top .top_right .culture1_item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.culture_wrapper .culture_1 .culture_top .top_right .culture1_item .item_icon {
    margin-right: 7px
}
.culture_wrapper .culture_1 .culture_top .top_right .culture1_item .item_txt{
    margin: 0 0 0 10px;
}
.culture_wrapper .culture_1 .culture_top .top_right .culture1_item .item_txt .p-a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.culture_wrapper .culture_1 .culture_top .top_right .culture1_item .item_txt .p-b{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.culture_wrapper .culture_1 .culture_top .top_right .culture1_item:nth-child(even) {
    padding-left: 10px
}

.culture_wrapper .culture_1 .culture_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px
}

.culture_wrapper .culture_1 .culture_bottom .culture1_bottom_item {
    width: 25%;
    text-align: center
}

.culture_wrapper .culture_1 .culture_bottom .culture1_bottom_item .item_img {
    margin-bottom: 15px
}

.culture_wrapper .culture_1 .culture_bottom .culture1_bottom_item .item_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px
}

.culture_wrapper .culture_1 .culture_bottom .culture1_bottom_item .item_info {
    font-size: 16px;
    color: #666
}

.culture_wrapper .culture_2 {
    background-image: url(../img/culture/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 62px;
    padding-bottom: 56px
}

.culture_wrapper .culture_2 .culture_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.culture_wrapper .culture_2 .culture_list .list_col {
    width: 25%
}

.culture_wrapper .culture_2 .culture_list .culture_item {
    position: relative;
    width: 100%;
    height: 265px;
    background-color: #fff
}

.culture_wrapper .culture_2 .culture_list .culture_item .item_text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.culture_wrapper .culture_2 .culture_list .culture_item .item_text .item_img {
    margin-bottom: 15px
}

.culture_wrapper .culture_2 .culture_list .culture_item .item_text .item_title {
    font-size: 22px;
    color: #003586;
    margin-bottom: 10px
}

.culture_wrapper .culture_2 .culture_list .culture_item .item_text .item_info {
    font-size: 16px;
    color: #666
}

.culture_wrapper .culture_2 .culture_list .triangle_top::after,
.culture_wrapper .culture_2 .culture_list .triangle_bottom::after {
    position: absolute;
    content: "";
    border-width: 15px;
    height: 0;
    width: 0;
    border-style: solid
}

.culture_wrapper .culture_2 .culture_list .triangle_top::after {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: calc(50% - 15px);
    top: 0
}

.culture_wrapper .culture_2 .culture_list .triangle_bottom::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
    left: calc(50% - 15px);
    bottom: 0
}

.culture_wrapper .culture_3 {
    /* background-image: url(../img/culture/bg2.jpg); */
    background: #004DA0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    font-size: 26px;
    text-align: center;
    height: 98px;
    line-height: 98px
}

.culture_wrapper .culture_4 {
    padding-top: 10px;
    padding-bottom: 125px
}

.culture_wrapper .culture_4 .inner_title {
    padding-bottom: 40px
}

.culture_wrapper .culture_4 .culture4_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.culture_wrapper .culture_4 .culture_4_left {
    width: 654px;
    margin-right: 18px
}
.container_zz .culture_4 .imgbox .left{
    width: 654px;
    margin-right: 18px;
}

.container_zz .culture_4 .imgbox .right{
    width: 740px;
}
.container_zz .culture_4 .imgbox .img{
    width: calc(50% - .556vw);
}
.culture_wrapper .culture_4 .culture_4_left>img {
    width: 100%
}

.culture_wrapper .culture_4 .culture_4_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.culture_wrapper .culture_4 .culture_4_right .culture_item {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 10px
}

.culture_wrapper .culture_4 .culture_4_right .culture_item:nth-child(2n) {
    margin-right: 0
}

.culture_wrapper .culture_4 .banner-prev,
.culture_wrapper .culture_4 .banner-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    top: 50%;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.culture_wrapper .culture_4 .banner-prev:hover,
.culture_wrapper .culture_4 .banner-next:hover {
    background-color: rgba(0, 0, 0, .6)
}

.culture_wrapper .culture_4 .banner-prev img,
.culture_wrapper .culture_4 .banner-next img {
    width: 22px
}

.culture_wrapper .culture_4 .banner-prev {
    left: 16px
}

.culture_wrapper .culture_4 .banner-next {
    right: 16px
}

.job_wrapper .job_box1 {
    padding-top: 76px;
    padding-bottom: 72px;
    background-color: #f9f9f9
}

.job_wrapper .job_box1 .box1_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.job_wrapper .job_box1 .box1_flex .box1_left {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 68px 44px 80px 48px;
    background-image: url(../img/job/bg1.png);
    background-position: left bottom;
    background-repeat: no-repeat
}

.job_wrapper .job_box1 .box1_flex .box1_left p {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    letter-spacing: .03em
}

.job_wrapper .job_box1 .box1_flex .box1_right {
    width: 705px
}

.job_wrapper .job_box1 .box1_flex .box1_right>img {
    width: 100%
}

.job_wrapper .job_box2 {
    background-color: #fff
}

.job_wrapper .job_box2 .job_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #003586
}

.job_wrapper .job_box2 .job_columns>div {
    color: #fff;
    font-size: 16px;
    padding: 14px 27px;
    line-height: 46px
}

.job_wrapper .job_box2 .job_columns>div:first-child {
    width: 700px;
    padding-left: 38px
}

.job_wrapper .job_box2 .job_columns>div:nth-child(2) {
    width: 248px;
    text-align: left
}

.job_wrapper .job_box2 .job_columns>div:nth-child(3) {
    width: 430px;
    text-align: center
}

.job_wrapper .job_box2 .job_columns>div:last-child {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.job_wrapper .job_box2 .job_list .job_item .item_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f9f9f9
}

.job_wrapper .job_box2 .job_list .job_item .item_header>div {
    font-size: 16px;
    color: #333;
    padding: 14px 27px;
    line-height: 46px
}

.job_wrapper .job_box2 .job_list .job_item .item_header>div:first-child {
    width: 700px;
    padding-left: 38px
}

.job_wrapper .job_box2 .job_list .job_item .item_header>div:nth-child(2) {
    width: 248px;
    text-align: left
}

.job_wrapper .job_box2 .job_list .job_item .item_header>div:nth-child(3) {
    width: 430px;
    text-align: center
}

.job_wrapper .job_box2 .job_list .job_item .item_header>div:last-child {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.job_wrapper .job_box2 .job_list .job_item .item_header>div:last-child .more_btn {
    width: 100%;
    width: 138px;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 0 0 auto;
}

.job_wrapper .job_box2 .job_list .job_item .item_header>div:last-child .more_btn img:last-child {
    display: none
}

.job_wrapper .job_box2 .job_list .job_item .item_content {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.job_wrapper .job_box2 .job_list .job_item .item_content h5 {
    font-size: 15px;
    color: #333
}

.job_wrapper .job_box2 .job_list .job_item .item_content p {
    font-size: 14px;
    color: #666;
    line-height: 1.8335714286em
}

.job_wrapper .job_box2 .job_list .job_item.active .item_header>div:last-child .more_btn {
    color: #003586
}

.job_wrapper .job_box2 .job_list .job_item.active .item_header>div:last-child .more_btn img:first-child {
    display: none
}

.job_wrapper .job_box2 .job_list .job_item.active .item_header>div:last-child .more_btn img:last-child {
    display: inline-block
}

.job_wrapper .job_box2 .job_list .job_item.active .item_content {
    padding: 10px 38px
}

.job_wrapper .job_box2 .pagination_list {
    padding-top: 25px;
    padding-bottom: 35px
}

.job_wrapper .job_box3 {
    padding-bottom: 30px
}

.job_wrapper .job_box3 .job3_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 30px;
    border: 1px dashed #d2d2d2;
    border-radius: 4px
}

.job_wrapper .job_box3 .job3_flex .job3_left {
    font-size: 16px;
    color: #666;
    line-height: 1.75em;
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.job_wrapper .job_box3 .job3_flex .job3_right .dwonnload_btn {
    width: 174px;
    height: 52px;
    border: 1px solid #003586;
    border-radius: 4px;
    color: #003586;
    line-height: 50px;
    text-align: center
}

.job_wrapper .job_box3 .job3_flex .job3_right .dwonnload_btn>img {
    margin-right: 4px
}

.job_box4 {
    background-image: url(../img/job/bg2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 180px
}

.job_box4 .job_box4_swiper {
    position: relative
}

.job_box4 .job_box4_swiper .box4_title {
    background: -webkit-gradient(linear, left top, right top, from(rgba(6, 123, 217, 0.7)), to(rgba(82, 195, 241, 0.7)));
    background: linear-gradient(90deg, rgba(6, 123, 217, 0.7), rgba(82, 195, 241, 0.7));
    position: absolute;
    left: 0;
    top: 0;
    width: 597px;
    height: 102px;
    padding-left: 36px
}

.job_box4 .job_box4_swiper .box4_title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff
}

.job_box4 .job_box4_swiper .box4_title p {
    font-size: 16px;
    color: #fff
}

.job_box4 .job_box4_swiper .item_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.job_box4 .job_box4_swiper .item_flex .item_img {
    width: calc(33.3333333333% - 4px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 6px
}

.job_box4 .job_box4_swiper .item_flex .item_img:nth-child(3n) {
    margin-right: 0
}

.job_box4 .job_box4_swiper .item_flex .item_img img {
    width: 100%
}

.job_box4 .job_box4_swiper .banner-prev,
.job_box4 .job_box4_swiper .banner-next {
    width: 33px;
    height: 48px;
    background-color: rgba(0, 53, 134, .8);
    top: 50%;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.job_box4 .job_box4_swiper .banner-prev:hover,
.job_box4 .job_box4_swiper .banner-next:hover {
    background-color: rgba(0, 53, 134, .6)
}

.job_box4 .job_box4_swiper .banner-prev {
    left: 14px
}

.job_box4 .job_box4_swiper .banner-next {
    right: 14px
}

.contact_wrapper .contact_box1 .inner_title {
    padding-bottom: 40px
}

.contact_wrapper .contact_box1 .box1_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 45px
}

.contact_wrapper .contact_box1 .box1_list .box1_item {
    width: 25%;
    text-align: center
}

.contact_wrapper .contact_box1 .box1_list .box1_item .item_icon {
    margin-bottom: 20px
}

.contact_wrapper .contact_box1 .box1_list .box1_item .item_icon>img {
    width: 87px
}

.contact_wrapper .contact_box1 .box1_list .box1_item .item_text1 {
    font-size: 17.4px;
    color: #888;
    margin-bottom: 5px
}

.contact_wrapper .contact_box1 .box1_list .box1_item .item_text2 {
    font-size: 16px;
    color: #333
}

.contact_wrapper .contact_box2 {
    padding-bottom: 56px
}

.contact_wrapper .contact_box2 .map {
    height: 500px;
    width: 100%
}

.contact_wrapper .contact_box2 .map .BMapLib_bubble_top,
.contact_wrapper .contact_box2 .map .BMapLib_trans,
.contact_wrapper .contact_box2 .map .anchorBL {
    display: none
}

.contact_wrapper .contact_box2 .map .BMapLib_SearchInfoWindow {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    bottom: -223px !important
}

.contact_wrapper .contact_box2 .map .BMapLib_bubble_center .BMapLib_bubble_content {
    padding: 0;
    height: 60px !important
}

.contact_wrapper .contact_box2 .map .BMapLib_bubble_center .BMapLib_bubble_content .pop_map {
    width: 384px;
    height: 46px;
    background: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    position: relative;
    border-radius: 4px
}

.contact_wrapper .contact_box2 .map .BMapLib_bubble_center .BMapLib_bubble_content .pop_map .pop_content {
    width: 100%;
    padding: 0 30px
}

.contact_wrapper .contact_box2 .map .BMapLib_bubble_center .BMapLib_bubble_content .pop_map .pop_content .pop_title {
    width: 100%;
    font-size: 14.78px;
    color: #fff;
    margin-bottom: 12px;
    font-family: "SourceHanSansCN";
    padding-bottom: 10px
}

.contact_wrapper .contact_box2 .map .BMapLib_bubble_center .BMapLib_bubble_content .pop_map .pop_content .pop_addr {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 1.8em;
    font-family: "SourceHanSansCN Normal"
}

.contact_wrapper .contact_box2 .map .BMapLib_bubble_center .BMapLib_bubble_content .pop_map::after {
    content: "";
    position: absolute;
    height: 0;
    border-style: solid;
    border-width: 12px 10px;
    border-color: rgba(0, 0, 0, .8) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    bottom: -24px;
    left: calc(50% - 33px)
}

.contact_wrapper .contact_box3 {
    background-image: url(../img/contact/bg.jpg);
    background-color: #f6f7f9;
    background-repeat: no-repeat;
    background-position: center bottom
}

.contact_wrapper .contact_box3 .contact_form {
    padding-top: 10px;
    padding-bottom: 60px;
    width: 1440px;
    margin: 0 auto
}

.contact_wrapper .contact_box3 .contact_form .form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.contact_wrapper .contact_box3 .contact_form .form_row .form_item {
    width: 100%
}

.contact_wrapper .contact_box3 .contact_form .form_row .form_item:nth-child(2n) {
    margin-left: 25px
}

.contact_wrapper .contact_box3 .contact_form .form_row .item_label {
    font-size: 16px;
    line-height: 2em;
    color: #333
}

.contact_wrapper .contact_box3 .contact_form .form_row .item_input {
    width: 100%
}

.contact_wrapper .contact_box3 .contact_form .form_row .item_input input,
.contact_wrapper .contact_box3 .contact_form .form_row .item_input textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    background-color: #efefef
}

.contact_wrapper .contact_box3 .contact_form .form_row .item_input input {
    height: 50px
}

.contact_wrapper .contact_box3 .contact_form .form_row .item_input textarea {
    height: 106px
}

.contact_wrapper .contact_box3 .contact_form .form_row .form_submit {
    width: 162px;
    height: 35px;
    line-height: 35px;
    background-color: #003586;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin: 18px auto
}

.news_detail {
    padding-top: 50px;
    box-sizing: border-box;
    padding: 50px 10% 0 10%;
}

.news_detail .news_title {
    font-size: 28px;
    color: #52c3f1;
    text-align: center;
    margin-bottom: 34px
}

.news_detail .news_date {
    font-size: 20px;
    color: gray;
    text-align: center;
    margin-bottom: 50px
}

.news_detail .news_content {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    padding-bottom: 110px
}

.news_detail .pagetion_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.news_detail .pagetion_btn .a_btn {
    width: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 100px
}

.news_detail .pagetion_btn .a_btn a {
    font-size: 16px;
    color: gray;
    line-height: 2;
}

.news_detail .pagetion_btn .a_btn a:hover {
    color: #52c3f1
}

.news_detail .pagetion_btn .a_btn:last-child {
    text-align: right;
    padding-left: 100px;
    padding-right: 0
}

.news_detail .back_list {
    text-align: right;
    margin-bottom: 70px
}

.news_detail .back_list a {
    font-size: 20.8px;
    color: #52c3f1
}


.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n-dominance .dom{
    padding: 100px 0;
}
.n-dominance .dom .caption .p-a{
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin: 0 0 25px 0;
}
.n-dominance .dom .caption .p-b{
    font-size: 14px;
    line-height: 1.8em;
    color: #666666;
    width: 90%;
    margin: 0 auto;
    text-indent: 4rem;
}
.n-dominance .dom .element{
    margin: 45px 0 0 0;
    flex-wrap: wrap;
}
.n-dominance .dom .element .imgbox{
    width: 30%;
    margin: 0 1% 30px;
    background: #0f4fa6;
    box-sizing: border-box;
    padding: 30px 3%;
}
.n-dominance .dom .element .imgbox .title{
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    position: relative;
}
.n-dominance .dom .element .imgbox .title::after{
    position: absolute;
    width: 15%;
    height: 2px;
    left: 42.5%;
    bottom: 0;
    background: #fff;
    content: '';
}
.n-dominance .dom .element .imgbox .text{
    font-size: 14px;
    line-height: 1.8em;
    color: #fff;
    min-height: 130px;
}
/* .n-dominance .dom .element .imgbox:hover{
    background: #eeeeee;
}
.n-dominance .dom .element .imgbox:hover .title{
    color: #333;
}
.n-dominance .dom .element .imgbox:hover .title::after{
    background: #0f4fa6;
}
.n-dominance .dom .element .imgbox:hover .text{
    color: #333;
} */
.n-down .dow .text h3{
    color: #013686;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.n-down .dow .text{
    font-size: 16px;
    color: #333333;
    line-height: 1.8em;
}
.n-down .dow .text span{
    font-size: 18px;
}
.n-down .dow .element{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.n-down .dow .element .imgbox{
    width: 22%;
    margin: 0 5.5% 40px 5.5%;
    border: 2px solid #013686;
}
.n-down .dow .element .imgbox .img{
    text-align: center;
    border-bottom: 2px solid #013686;
}
.n-down .dow .element .imgbox .p{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
}
/* .n-down .dow .element .imgbox{
    width: 48%;
    margin: 0 0 30px 0;
    border: 1px solid #eee;
}
.n-down .dow .element .imgbox a{
    padding: 20px 5%;
}
.n-down .dow .element .imgbox a .after{
    width: 10%;
    text-align: center;
}
.n-down .dow .element .imgbox a .p{
    width: 85%;
    font-size: 16px;
    color: #333;
    line-height: 24px;
} */
 .wx{
    width: 100px;
    margin: 10px 10px 0 0;
 }
 .wx .p{
    font-size: 14px;
    color: #5f79b4;
    text-align: center;
    padding: 5px 0;
 }