body {
    font-family: "Open Sans", sans-serif;
    color: #0c0c0c;
    background-color: #f7fafa;
    overflow-x: hidden;
}
li {
    list-style: none;
}
li {
    list-style: none;
}
* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.layout_padding {
    padding: 65px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.layout_margin-top {
    margin-top: 90px;
}

.layout_margin-bottom {
    margin-bottom: 90px;
}

.heading_container {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.heading_container h2 span {
    color: #f33837;
}

.heading_container p {
    margin-top: 14px;
    margin-bottom: 0;
    color: rgb(119, 119, 119);
    font-size: 14px;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/
.hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_area .hero_bg_box {
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 10px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    z-index: -1;
}

.hero_area .hero_bg_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom left;
    object-position: bottom left;
}

.sub_page .hero_area {
    min-height: auto;
    background-color: #1f50b6;
}

.sub_page .hero_area .hero_bg_box {
    display: none;
}

.header_section {
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.new_header_section{
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.hero_area_new{
    margin-top: -132px;
}
.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-brand span {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
}

.custom_nav-container {
    padding: 0;
}

.custom_nav-container .navbar-nav {
    margin-left: auto;
    padding: 10px 0;
    border-radius: 5px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
    color: #1f50b6;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 45px 0 0 0;
}

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

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: #144d53;
    margin-top: -72px;
}

.slider_section .detail-box h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
}

.slider_section .detail-box p {
    color: #fefefe;
    font-size: 18px;
    letter-spacing: 6px;
    padding: 15px 0;
}

.banner1_smanllfont {
    font-size: 15px;
    color: #e4e4e4;
    line-height: 23px;
    letter-spacing: 2px;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
}

.slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f33837;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
    background-color: #1a403d;
}

.slider_section .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
    background-color: black;
}

.slider_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider_section .img-box img {
    width: 100%;
    max-width: 375px;
}

.slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
}

.slider_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #f33837;
}

.service_section {
    position: relative;
}

.service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 25px;
    border-radius: 5px;
    text-align: center;
}

.service_section .box .img-box {
    width: 125px;
    min-width: 75px;
    height: 75px;
    margin-bottom: 15px;
    margin: 15px auto;
}

.service_section .box .img-box img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .box .detail-box h5 {
    text-transform: uppercase;
    color: #444444;
}

.service_section .box .detail-box a {
    color: #9c9c9c;
    font-size: 10px;
}

.service_section .box .detail-box a:hover {
    color: #1f50b6;
}

.detail-box p {
    margin-bottom: 1px;
    margin-top: 16px;
    color: #777777;
    font-size: 15px;
}
.index_about_font p{
    color: #fff!important;
}
.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #1f50b6;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.service_section .btn-box a:hover {
    background-color: #1a3c83;
}

.about_section {
    background: url(../images/about_bg.jpg);
    color: #ffffff;
        height: 677px;
            position: relative;
    z-index: 1;
        margin-bottom: 105px;
}

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

.about_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -35px;
}

.about_section .img-box img {
    max-width: 100%;
}

.about_section .detail-box h3 {
    font-weight: bold;
}

.about_section .detail-box p {
    margin-top: 15px;
    color: #fff;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f33837;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
}

.about_section .detail-box a:hover {
    background-color: #1a403d;
}
.gao_product{
    margin-top: -105px;
    /*background: url(../images/product_bg.jpg);*/
}
.portfolio_section .heading_container {
    margin-bottom: 40px;
}

.portfolio_section .col-md-4 {
    padding: 0;
}

.portfolio_section .img-box {
    position: relative;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio_section .img-box img {
    width: 100%;
}

.portfolio_section .img-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 79px;
    height: 36px;
    border-radius: 2px;
    background-color: #f33837;
    color: #fff!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.portfolio_section .img-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: rgb(18 59 103 / 76%);
    border-radius: 7px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.portfolio_section .img-box:hover::before {
    width: 90%;
    height: 90%;
}

.portfolio_section .img-box:hover a {
    opacity: 1;
    color: #144d53;
}

.portfolio_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 55px;
}

.portfolio_section .btn-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #2a5fd0;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.portfolio_section .btn-box a:hover {
    background-color: #1c3f88;
}

/* client section start */
.client_section .container {
    padding: 0;
}

.client_section .heading_container {
    margin-bottom: 30px;
    padding: 0 15px;
}

.heading_container span {
    color: #ccc;
    margin-top: 3px;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
}

.client_section .box .client_id {
    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;
    text-align: center;
    margin-right: 25px;
    min-width: 135px;
}

.client_section .box .client_id h5 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

.client_section .box .img-box {
    position: relative;
    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;
    width: 100px;
    min-width: 100px;
    position: relative;
}

.client_section .box .img-box img {
    border-radius: 100%;
    border: 5px solid #144d53;
}

.client_section .box .detail-box p {
    margin-bottom: 10px;
}

.client_section .box .detail-box i {
    color: #144d53;
    margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    background-color: #1f50b6;
    color: #ffffff;
    outline: none;
    bottom: 0px;
    font-size: 24px;
    margin: 0 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
    background-color: #144d53;
}

/* client section end */
.contact_section {
    position: relative;
}

.contact_section .heading_container {
    margin-bottom: 25px;
}

.contact_section .heading_container h2 {
    text-transform: uppercase;
}

.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    outline: none;
    color: #101010;
    border-radius: 45px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
    color: #144d53;
}

.contact_section .form_container input:-ms-input-placeholder {
    color: #144d53;
}

.contact_section .form_container input::-ms-input-placeholder {
    color: #144d53;
}

.contact_section .form_container input::placeholder {
    color: #144d53;
}

.contact_section .form_container input.message-box {
    height: 120px;
    border-radius: 15px;
}

.contact_section .form_container button {
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 55px;
    background-color: #1f50b6;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.contact_section .form_container button:hover {
    background-color: #1a403d;
}

.contact_section .map_container {
    height: 345px;
    border-radius: 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}

.contact_section .map_container .map {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact_section .map_container .map #googleMap {
    height: 100%;
}

/*# sourceMappingURL=style.css.map */
.about_text_gao{
    position: relative;
    margin-top: 91px;
}
.about_text_gao h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
.about_text_gao p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about_text_gao i {
    display: block;
    width: 75px;
    height: 2px;
    background: #fff;
    margin-bottom: 40px;
}
.about_text_gao span {
    font-size: 15px;
}
.about_Bg{
    position: absolute;
    left: 0;
    top: -60px;
    z-index: -1;
}
.three_img_About{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.three_img_About img{
    width: 29%;
    display: block;
    border-radius: 10px;
}



.box863_-7102 {
    font: 14px/1.45 "Microsoft Yahei";
    padding: 0px 0;
    overflow: hidden;
}
.box863_-7102 .model {
    width: 1200px;
    margin: 0 auto;
}
.box863_-7102 .model .header {
    text-align: center;
    line-height: 1.6;
    display: none;
}
.box863_-7102 .model .header .title {
    font-size: 24px;
    color: #444;
}
.box863_-7102 .model .taps {
    margin: 0px 0 60px 0;
    text-align: center;
    height: 47px;
    line-height: 47px;
}
.box863_-7102 .model .taps a.selected, .box863_-7102 .model .taps a:hover {
    background-color: #1f50b6;
    color: #fff;
}
.box863_-7102 .model .taps a {
    cursor: pointer;
    display: inline-block;
    color: #616161;
    padding: 0px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 24px;
    margin: 0 5px;
}
.box863_-7102 .model .item-list.active {
    height: auto;
    width: auto;
    overflow: auto;
    opacity: 1;
    filter: Alpha(opacity=100);
    visibility: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.box863_-7102 .model .item-list {
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: .7;
    filter: Alpha(opacity=70);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.box863_-7102 .model .item-list li {
    float: left;
    width: 384px;
    height: 404px;
    margin-bottom: 20px;
    margin-left: 12px;
    overflow: hidden;
    position: relative;
}
.box863_-7102 .model .item-list li a {
    display: block;
    margin: 0 13px;
    overflow: hidden;
    position: relative;
    height: 408px;
    background: #f6f6f6;
}
.box863_-7102 .model .item-list .img {
    text-align: center;
    height: 358px;
    overflow: hidden;
}
.box863_-7102 .model .item-list .img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-transition: all .6s cubic-bezier(0.215,0.61,0.355,1) 0s;
    transition: all .6s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
.box863_-7102 img {
    vertical-align: middle;
    border: 0;
}
.box863_-7102 * {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.box863_-7102 .model .caption {
    width: 100%;
    height: 80px;
    padding: 0 80px 0 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.box863_-7102 * {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.box863_-7102 .model .caption .title {
    line-height: 80px;
    font-size: 18px;
    color: #4a4a4a;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        text-align: center;
    margin-top: 12px;
}

.box863_-7102 .model .insert {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -15px;
    border-left: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: url(/ufile/17046/img/dot1.jpg) no-repeat;
}


.m_news {
    margin: 27.5px 0;
}
.m_news {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    max-width: 100%;
    padding: 0 10px 5px;
    box-sizing: border-box;
    overflow: hidden
}

.m_news .m_news_img {
    position: relative
}

.m_news .m_news_content {
    box-sizing: border-box;
    font-size: 0
}

.m_news .news_img {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.m_news .m_news_info {
    white-space: normal;
    display: inline-block
}

.m_news .article_title {
    -webkit-line-clamp: 1
}

.m_news .article_title,.m_news .news_summary {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word
}

.m_news .news_summary {
    line-height: 26px;
    color: #878787;
    white-space: normal;
    margin-top: 3px;
    font-size: 14px
}

.m_news .above_info_wrap .news_summary {
    margin-top: 0
}

.m_news .news_time {
    line-height: 1.5;
    color: #999;
    display: inline-block;
    font-size: 14px
}

.m_news .m_news_list {
    position: relative;
    margin-top: 50px;
}

.m_news .m_news_list .m_news_content .article_title {
    font-size: 16px;
    color: #333;
    text-decoration: none
}

.m_news .m_news_list .m_news_content .news_group {
    display: inline-block;
    border-radius: 13px;
    background: hsla(0,0%,60%,.15);
    min-width: 56px;
    color: #666;
    min-height: 26px;
    line-height: 26px;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    margin: 10px 10px 0 0;
    box-sizing: border-box;
    text-decoration: none
}

.m_news .news_group_wrap {
    display: inline-block
}

.m_news .top_svg {
    width: 28px;
    height: 16px;
    vertical-align: middle;
    color: #ea474e
}

.m_news .top_svg_custom {
    width: 30px;
    height: 20px;
    vertical-align: middle;
    color: #fff;
    background: #ea474e;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    font-family: 微软雅黑;
    font-weight: 400;
    text-decoration: none;
    font-style: normal
}

.m_news .top_svg_in_custom {
    position: absolute;
    left: 16px;
    top: 16px
}
.style_time_wrap {
    width: 100%;
    height: 72px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
}
.m_news_5 .time_style_1 .big_time {
    font-weight: 700;
}
.time_style_wrap .style_time_wrap .big_time {
    font-size: 24px;
    margin-bottom: 1px;
}
.time_style_wrap .style_time_wrap .small_time {
    font-size: 14px;
}
.m_news_5 .time_wrap {
    color: #626971;
    padding-top: 6px;
}
.time_style_wrap {
    width: 76px;
    text-align: center;
    box-sizing: border-box;
}
.m_news_5 .time_line_wrap {
    display: table-cell;
    vertical-align: middle;
}
.m_news_5 .m_news_content .m_news_info {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.time_style_1 .style_time_wrap {
    background: hsla(0,0%,80%,.2);
}
.m_news_5 .m_news_content .time_style_wrap {
    display: table-cell;
}
.m_news_5 .time_line_wrap {
    display: table-cell;
    vertical-align: middle;
}
.m_news_5 .m_news_content .m_news_info {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.m_row_line {
    margin: 27.5px 0;
}
 .m_row_line {
    border-top: 1px dashed #989898;
}
.news_title{
    margin-top: -12px;
}
.title_content{
    font-weight: bold;
}
.news_content{
    padding: 40px 0;
    background: url(../images/bg3.jpg);
}
/*底部*/
.footer{clear: both;background:#333;}
.footer .foot-top{overflow:hidden;border-bottom:1px solid #666;padding:35px 0;color:#fff;font-size:16px;}
.footer .foot-top i{font-size:24px;color:#fff;margin-right:15px;}
.footer .foot-top .address{float:left;}
.footer .foot-top .phone{float:left;margin-left:200px;}
.footer .foot-top .web{float:right;}
.footer .foot-center{padding-top:30px}
.footer .foot-center .left{width:780px;float:left;}
.footer .foot-center .left ul{overflow:hidden;}
.footer .foot-center .left ul li{float:left;font-size:16px;margin-right:20px;list-style-type: none;}
.footer .foot-center .left ul li a{display: block;color:#fff;text-decoration: none;}
.footer .foot-center .copyright{color:#999;margin-top:20px;width:720px;}
.footer .foot-center .copyright p{clear:both;}
.footer .foot-center .copyright p a{color:#999;}
.footer .foot-qr{float: right; color: #fafafa;width:150px; text-align: center;margin-top: 10px;}
.footer .foot-qy{width:150px;float:right;margin-right:100px;}
.footer .foot-qr img{width: 110px; display: block; margin: 10px auto;}
.footer .foot-qr span{color:#aaa;}
.footer .container{display: table;clear: both;width: 100%;}
.nb_list_content{display: none;}



/*.jis {
    height: 768px;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    background: url(/ufile/17046/img/bg3.jpg) top center;
}
.jis .container {
    width: 1200px;
    margin: 0 auto;
}
.jis .container .container_fl{
    width: 670px;
    height: 648px;
    background: url(/uFile/100131/image/20201126112828978.png);
    float: left;
}
.jis .container .container_fr {
    float: left;
    width: 490px;
    margin-left: 40px;
}
.jis .container_fr .top {
    padding-top: 26px;
}
.jis .container_fr .top p {
    margin-top: 0;
    line-height: 30px;
    font-size: 18px;
    color: #666;
}
.jis .container_fr .con {
    height: 125px;
    width: 2px;
    background: #efefef;
    margin: 5px 0;
}
.jis .container_fr .bot .tit {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}
.jis .container_fr .bot p {
    margin-top: 0;
    line-height: 30px;
    font-size: 18px;
    color: #666;
}
.jis .container_fr ul {
    list-style: none;
    margin: 0;
    padding: 60px 0;
}*/






/**/
.two {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.two_img {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 1090px;
    z-index: -1;
}

.two_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.two .center {
    padding-top: 50px;
}

.two_title {
    text-align: center;
    margin-bottom: 30px;
}

.two_title h1 {
    position: relative;
    margin: auto;
    width: 370px;
    height: 70px;
    line-height: 70px;
    color: #000;
    font-weight: 600;
    font-size: 40px;
}

.two_title h1:before {
    position: absolute;
    content: '';
    width: 370px;
    height: 10px;
    border-top: 2px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    left: -364px;
    top: 40px;
}

.two_title h1:after {
    position: absolute;
    content: '';
    width: 370px;
    height: 10px;
    border-top: 2px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    right: -364px;
    top: 40px;
}

.two_title h1 b {
    font-size: 65px;
    font-weight: bold;
}

.two_title h2 {
    line-height: 50px;
    font-size: 18px;
}

ul.two_ul {
    width: 480px;
}

.two_text {
    position: relative;
    font-size: 12px;
    color: #294471;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.two_text h2 {
    color: #294471;
    font-size: 28px;
    font-weight: 600;
}

.two_text:after {
    content: '';
    width: 100%;
    height: 3px;
    border: 1px dashed #ccc;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.two li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 75px;
}

.two li p {
    color: rgb(102, 102, 102);
    padding-left: 27px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    background: url("../images/sdot2.png") left 8px no-repeat;
}

ol.two_ol {
    width: 548px;
}

.two ul li:nth-child(1) {
    background: url(../images/1.png) no-repeat top left;
    background-position-y: 6px;
}

.two ul li:nth-child(2) {
    background: url(../images/2.png) no-repeat top left;
    background-position-y: 6px;
}

.two ol li:nth-child(2) {
    background: url(../images/3.png) no-repeat top left;
    background-position-y: 6px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
ol.two_ol {
    width: 548px;
}
ul.two_ul {
    width: 480px;
}
.center {
    width: 1100px;
    margin: auto;
}

.index_about_awpa{
    height:800px;
    background:url(../images/about_cf.png) no-repeat center center;
}
.index_about_top{
    height:470px;
    background:url(../images/about_cf.png) no-repeat right top;
    padding-right:650px;
    margin-top:20px;
}
.index_about_top > h2{
    height:120px;
    border-bottom:1px solid #dfdfdf;
    font-size:32px;
    color:#264681;
    line-height:60px;
/*  padding-top:20px;*/
    font-weight: bold;
}
.index_about_top > h2 > span{
    font-weight:normal;
    display:block;
    font-size:16px;
    color:#808080;
    line-height:36px;
}
.index_about_inner{
    width: 90%;
    text-indent:2em;
    font-size:15px;
    line-height:24px;
    padding-top:20px;
    color:#555;
}
.index_about_top > p{
    padding-top:26px;
}
.index_about_top > p > a{
    float:left;
    width:144px;
    line-height:35px;
    background:#264681;
    border-radius:17px;
    font-size:14px;
    color:#fff;
    margin-right:74px;
    text-align:center;
}
.index_about_top > p > .index_ak{
    background:#e50010;
}
.index-abot-bottom{
    height:286px;
}
.index-abot-bottom > ul{
    width:1260px;
}
.index-abot-bottom > ul > li{
    float:left;
    width:276px;
    margin:0 30px 36px 0;
}
.index-abot-bottom > ul > li > a{
    display:block;
}
.index-abot-bottom > ul > li > a img{
    display:block;
    width:100%;
}
.index-abot-bottom > ul > li > a > p{
    font-size:13px;
    line-height:36px;
    color:#555;
    text-align:center;
}
.autor {
    margin: 0 auto;
    width: 1200px;
}
.index_titt {
    padding: 40px 0 10px 0;
    text-align: center;
    color: #343434;
    font-size: 33px;
    line-height: 78px;
}
.index_titt > p {
    font-size: 14px;
    line-height: 50px;
    color: #adadad;
    text-transform: uppercase;
}
.index_titt > s {
    display: block;
    margin: auto;
    width: 36px;
    height: 3px;
    background: #343434;
}
.index_about_top {
    height: 470px;
    background: url(../images/about_cf.png) no-repeat right top;
    padding-right: 650px;
    margin-top: 20px;
}
.index_about_top > h2 > span {
    font-weight: normal;
    display: block;
    font-size: 18px;
    color: #555;
    line-height: 36px;
}
.index_about_inner {
    text-indent: 2em;
    font-size: 13px;
    line-height: 24px;
    padding-top: 20px;
    color: #555;
}

.index-abot-bottom > ul > li {
    float: left;
    width: 276px;
    margin: 0 30px 36px 0;
}
.index-abot-bottom > ul > li > a {
    display: block;
}
.index-abot-bottom > ul > li > a img {
    display: block;
    width: 100%;
}
.index-abot-bottom > ul > li > a > p {
    font-size: 13px;
    line-height: 36px;
    color: #555;
    text-align: center;
}
.head_content{
    position: absolute;
    top: 0;
    left: 0;
    height: 900px;
    width: 100%;
}
.banner_dian{
    margin-top: -41px;
    position: relative;
    z-index: 999999;
}
.contact_content h3{
    font-size: 26px;
}
.contact_content{
    width: 400px;
    margin: 20px auto -25px; 
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    padding: 30px 0;
    -moz-box-shadow:2px 6px 14px #cbcbcb; -webkit-box-shadow:2px 6px 14px #cbcbcb; box-shadow:2px 6px 14px #cbcbcb;
    position: absolute;
    z-index: 999999999999999999999999999;
    background: #fff;
    left: 263px;
}
.content_fonts *{
    font-size: 16px;
}
.prodcut_postion{
    background: #fff;
    height: 45px;
    line-height: 45px;
    color: #273d66;
    font-size: 15px;
}
.prodcut_postion a{
    color: #273d66;
}
.prodcut_postion_content{
    width: 1127px;
    margin: 0 auto;
}
.wp1200{
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.news-article{
    text-align: center;
    padding-top: 30px;
    font-size: 13px;
    line-height: 30px;
    color: #666;
    max-width: 1005px;
    margin: 0 auto;
}
.news-show .news-title h2, .news-title h1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}
.news-show .news-title .tips {
    font-size: 14px;
    color: #333;
}
.news-title {
    max-width: 1005px;
    margin: 10px auto;
    border-bottom: 1px dashed #e6e6e6;
    text-align: center;
    padding-bottom: 25px;
}
.news-title span{
    margin: 10px auto;
}
.tips{
    margin-top: 10px;
    color: #504d4d;
    font-size: 14px;
}
.page-num-current{
    display: block;
    width: 42px;
    text-align: center;
    line-height: 36px;
    background: #1f50b6!important;
    color: #fff;
}
.page-num{
    display: block;
    width: 42px; 
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-right: 0;
}