﻿@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
 
font-style: italic;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

/* a:link {
    color: #000;
} */

a:visited {
    color: #000;
}

a:hover,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 14px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fixhead {
    background: #002f7c;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all .5s;
    top: 0;
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-active {
    top: 0;
    background: #fff;
    /*padding-top: 5px;*/
}

.nav-active ul li a {
    color: #000;
}

.nav-active .level a {
    color: #333 !important;
}


.nav .snav {
    background: #fff;
    min-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    padding: 30px 0 50px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 10%);
    transition: all .5s;
    opacity: 1;
}

.nav .productnav ul {
    display: flex;
    flex-wrap: wrap;
    width: 1500px;
    margin: 0 auto;
}

.nav .productnav ul li {
    flex: 1 1 auto;
    display: inline-block;
    position: relative;
    width: 150px;
    text-align: center;
    padding: 0 !important;
}

.nav .productnav .tit {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.nav .productnav a {
    border-bottom: 0;
    text-align: left !important;
    padding-left: 0;
    margin: 0 30px;
}

.nav .snav a {
    padding: 5px 0;
    display: block;
    color: #6f6f6f !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
}

.nav a {
    position: relative;
}

.nav .productnav .txt {
    font-size: 14px;
}

.nav .snav a.active,
.nav .snav a:hover {
    color: #004098 !important;
    border-color: #004098 !important;
    font-weight: normal;
}

.snav {
    display: none;
}

/* .level{
  height: 100px;
  line-height: 100px;
} */

#main_banner {
    margin-top: 100px;
}

.cur-por {
    cursor: pointer;
}

.language {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.search {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes scaleDraw {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.carousel .active img {
    animation: scaleDraw 3s ease-in-out infinite;
    animation-iteration-count: 1
}

.fixhead .nav ul li a {
    color: #fff;
    font-size: 18px;
}
.fixhead .nav ul li a:hover{ color: #f26b00 !important;}

.fixhead .nav ul li {
    margin: 0 25px;
    padding: 36px 0;
}

.fixhead .nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.fixhead .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 100px;
}

.carousel-inner .item img {
    display: inline-block;
    width: 100%;
}

.carousel-inner {
    position: relative;
}

.about-us {
    height: 50px;
    width: 180px;
    background: #f26b00;
    border-radius: 24px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    transition: all .5s;
}

.about-us:hover {
    left: 50.4%;
}
.about-us-text { width:80%;}

.about-us-text a {
    color: #fff;
    font-size: 16px;
	display: block; width: 100%;
}

.products {
    margin-top: 70px;
}

.products-item {
    border: 1px solid #e5e5e5;
    padding: 34px;
    /* width: 550px; */
    position: relative;
    padding-bottom: 93px;
    cursor: pointer;
}

.products-item img {
    display: inline-block;
    position: relative;
    z-index: 11;
}

.products-con {
    margin-top: 76px;
    position: relative;
}

.products-con .swiper-button-prev {
    bottom: -55px;
    top: auto;
    width: 68px;
    height: 25px;
}

.products-con .swiper-button-next {
    bottom: -55px;
    top: auto;
    width: 68px;
    height: 25px;
}

.products-con .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
    background: url(../images/left.png);
    width: 68px;
    height: 25px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
    background: url(../images/right.png);
    width: 68px;
    height: 25px;
}

.about {
    background: url(../images/about-bg.jpg) no-repeat center 0;
    padding-top: 120px;
    padding-bottom: 80px;
}

.about-title {
    color: #fffefe;
    font-size: 40px;
    font-weight: bolder;
}

.about-info {
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
    line-height: 28px;
}

.about-more {
    height: 50px;
    width: 180px;
    background: #f26b00;
    border-radius: 24px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
    margin-top: 20px;
}

.about-more:hover {
    left: 50.4%;
}

.about-more-text{ width:80%;}
.about-more-text a {
display: block; width: 100%;
    color: #fff;
    font-size: 16px;
}

.about-item-t {
    font-size: 60px;
    color: #fff;
    font-weight: bolder;
}

.about-item-t span {
    color: #fff;
    font-size: 24px;
}

.about-item-b {
    color: #fff;
    font-size: 24px;
}

.about-list {
    width: 450px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.about-list .about-item {
    width: 50%;
    margin-bottom: 20px;
}

.news {
    margin-top: 80px;
    margin-bottom: 40px;
}

.news-item-title a {
    color: #333333;
    font-size: 24px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}

.news-item-title a:hover {
    color: #007aff;
}

.news-item-info {
    color: #838383;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 13px;
}

.news-item-type-info {
    background: #f87203;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.news-item-type-time {
    color: #838383;
    font-size: 12px;
    margin-left: 22px;
    display: flex;
    align-items: center
}

.news-item-type {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.news-item-type-time img {
    margin-right: 9px;
}

.news-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 19px;
    margin-bottom: 40px;
    display: inline-block;
    width: 90%;
}

.news-list {}

.news-con {
    margin-top: 70px;
}

.news-show-info-title {
    color: #fff;
    font-size: 20px;
}

.news-show-info-subtitle {
    color: #fff;
    font-size: 14px;
    margin-top: 14px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.news-img {
    position: relative;
}

.news-show-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.news-show-info-type {
    display: flex;
    margin-top: 18px;
}

.news-show-info-type-time {
    display: flex;
    align-items: center;
    margin-left: 22px;
    color: #fff;
}

.news-show-info-type-time img {
    margin-right: 9px;
}

.news-show-info-type-info {
    background: #e20113;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.news-show-info span {
    width: 790px;
    height: 1px;
    background: #eeeeee;
    display: inline-block;
}

.bottom {
    background: #002f7c;
    /* margin-top: 40px; */
    padding: 85px 0 65px 0;
}

.address .tel {
    color: #f87203;
    font-size: 26px;
}

.address .address-info {
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.address .address-info a{ color: #fff;}
.company-info {
    display: flex;
    align-items: center;
    padding-right: 180px;
    justify-content: space-between;
}

.address .address-info img {
    width: 13px;
    height: 15px;
    margin-right: 16px;
}

.bottom-nav {
    margin-top: 55px;
    padding-bottom: 100px;
    padding-right: 150px;
    overflow: hidden;
}

.bottom-line {
    border-bottom: 1px solid #44669f;
}

.bottom-nav dl {
    float: left;
}

.bottom-nav dl a {
    color: #fff;
    font-size: 14px;
}

.bottom-nav dl a:hover {
    color: #f26b00;
}

.bottom-nav dl dt {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.bottom-nav dl dd {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.ewm-item-title {
    color: #fff;
    font-size: 14px;
    margin-top: 16px;
}

.ewm {
    display: flex;
}

.go-top {
    position: absolute;
    width: 130px;
    height: 100%;
    background: #004098;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}

.bottom {
    position: relative;
}

.bottom-contact {
    position: absolute;
    bottom: 33px;
    right: 0;
}

.link-page .ewm-item-title {
    color: #333;
    margin-top: 0;
}

.n-banner {
    position: relative;
    margin-top: 100px;
}

.n-banner img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.banner-con {
    width: 1440px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 250px;
}

.banner-text {
    position: absolute;
    left: 0
}

.down {
    width: 60px;
    height: 60px;
    position: relative;
    margin-top: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    line-height: 60px;
}

@keyframes downc {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(0, 50px);
        opacity: .5;

    }
}

.down {
    position: absolute;
    left: 50px;
    top: 80px;
}

.down img {
    display: inline-block;
    animation: downc 2s ease-in-out .7s infinite;
}

.down img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}

.bread {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.bread img {
    width: 18px;
    height: 18px;
}

.bread span {
    width: 1px;
    height: 18px;
    background: #333;
    margin-left: 17px;
    margin-right: 15px;
}

.bread a {
    color: #000000;
    font-size: 16px;
}

.bread a:hover {
    color: #002f7c;
}

.bread .active {
    color: #002f7c;
}

.bread-con {
    box-shadow: 0px 6px 6px 0px #fafafa;
}

.content {
    margin-top: 70px;
    overflow: hidden;
}

.content-menu-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 28px;
    background: #002f7d;
}

.content-menu-title span {
    font-size: 20px;
    color: #fff;
}

.content-menu ul {
    background: #f2f4f8;
}

.content-menu ul li {
    padding-left: 26px;
    padding-right: 28px;
}

.style_div {
    font-size: 18px;
    color: #838383;
}

.item_one {
    padding-left: 30px;
    border-bottom: 1px dashed #dcdcdc;
    height: 60px;
    line-height: 60px;
}

.content-menu ul li:last-child .item_one {
    border-bottom: none;
}

.style_div span {
    margin-right: 16px;
}

.content-ul .active .style_div {
    color: #002f7c;
    display: flex;
    align-items: center;
}

.content-ul .active .dui {
    display: none;
}

.content-ul .active .ndui {
    display: block;
}

.Pro li {
    width: 100%;
    background: url(../images/nodui.png) no-repeat 25px center;
    padding-left: 20px;
}

.Pro li a {
    font-size: 16px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    display: inline-block;
}

.Pro li:hover {
    background: url(../images/dui.png) no-repeat 25px center;
}

.Pro li a:hover {
    color: #002f7c;
}

.Pro .active {
    background: url(../images/dui.png) no-repeat 25px center;
}

.ndui {
    display: none;
}

.content-r {
    /* width: 1150px;
    margin-left: 20px; */
}

.pro-item {
    margin-bottom: 20px;
}

.pro-item .text {
    padding: 20px 50px 10px 20px;
    position: relative;
    border: 1px solid #e5e5e5;
}

.pro-item .text .tit {
    font-size: 16px;
    color: #45494c;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.pro-item .text .tit a{ display: block; width: 100%;  color:#000000; }

.pro-item .text img {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    opacity: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.pro-item:hover .text {
    background-color: #0a50b0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.pro-item:hover .text .tit a {
    color: #fff;
}
.pro-item:hover .text img {
    opacity: 1;
}

/********pages*********/
.pages {
    text-align: center;
}

.pages ul li {
    display: inline-block;
    margin-right: 10px;
}

.pages ul li a {
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #0a50b0;
    transition: all .5s;
}

.pages .active a {
    background: #0a50b0;
    color: #fff;
}

.pages ul li a:hover {
    background: #0a50b0;
    color: #fff;
}

.service {
    background: url(../images/service-bg.jpg) no-repeat center;
    width: 100%;
    height: 700px;
    margin-top: 80px;
    position: relative;
}

.service-case {
    background: url(../images/case-service.jpg) no-repeat center;
}

.service-jjfa {
    background: url(../images/jjfa-service.jpg) no-repeat center;
}


.service-news {
    background: url(../images/news-service.jpg) no-repeat center;
}

.service-rczp {
    background: url(../images/service-rczp.jpg) no-repeat center;
    margin-top: 0;
}

.about-case {
    background: url(../images/about-service.jpg) no-repeat center;
}

.service-con {
    width: 628px;
    height: 436px;
    background: rgba(255, 255, 255, .9);
    padding-left: 52px;
    padding-top: 104px;
}

.service-title {
    font-size: 48px;
    color: #002f7c;
}

.service-con span {
    width: 63px;
    height: 3px;
    background: #f87203;
    display: inline-block;
    margin-top: 20px;
}

.service-subtitle {
    color: #333333;
    font-size: 30px;
    margin-top: 20px;
}

.service-btn {
    width: 180px;
    height: 50px;
    background: #f26b00;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 17px;
    margin-top: 60px;
}

.service-btn a {
    color: #FFFFFF;
}

.service-btn a:hover {
    color: #d4d4d4;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.bg_left {
    float: left
}

.bg_right {
    float: left;
    position: relative;
    /* width: 530px; */
}

.show {
    margin-bottom: 10px;
    position: relative;
    cursor: move;
    overflow: hidden;
}

.show-con {
    padding: 20px 65px 25px 70px;
    border: 1px solid #eeeeee;
}

.show img {
    width: 430px;
  max-height: 430px;
}

.mask {
    width: 215px;
    height: 215px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width: 430px;
    height: 430px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 1px solid #E8E8E8;
    position: absolute;
    left: 0;
    top: 0;
}

.bigshow img {
    width: 860px;
    height: 860px;
    margin-right: 10px;
}

.smallshow {
    width: 100%;
    height: 70px;
    position: relative
}

.smallshow img {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.5s
}

.smallshow>.middle_box {
    margin-left: 30px;
    margin-right: 30px;
    width: 370px;
    overflow: hidden;
    height: 70px;
}

.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 70px;
    line-height: 70px;
}

.smallshow .middle>li {
    width: 64px;
    height: 64px;
    float: left;
    cursor: pointer;
    padding: 0 5px;
}

.smallshow>p {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.smallshow>.prev {
    left: 0;
    background: url(../images/hover-prev.png) no-repeat;
    transition: all 0.5s
}

.smallshow>.next {
    right: 0;
    background: url(../images/hover-next.png) no-repeat;
    transition: all 0.5s
}

.smallshow>.prev.prevnone {
    left: 0;
    background: url(../images/prev.png) no-repeat;
    cursor: not-allowed
}

.smallshow>.next.nextnone {
    right: 0;
    background: url(../images/next.png) no-repeat;
    cursor: not-allowed
}

.pro-art-title {
    color: #002f7c;
    font-size: 30px;
    font-weight: 600;
}

.pro-art-subtitle {
    color: #002f7c;
    font-size: 30px;
}

.pro-art {
    margin-top: 58px;
}

.pro-art-con-title {
    color: #333333;
    font-size: 24px;
}

.pro-info {
    margin-left: 50px;
}

.pro-art-con {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px dashed #dcdcdc;
}

.pro-art-con-info {
    margin-top: 21px;
    line-height: 26px;
    height: 200px;
    overflow-y: auto;
}

.x_box_item_name {
    color: #333333;
    font-size: 16px;
    margin-top: 15px;
}


.x_box .active .x_box_item_name {
    color: #f87203;
}

.x_box_item {
    float: left;
    margin-right: 75px;
    text-align: center;
}

.x_box_bg {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../images/mover.png) no-repeat;
}

.x_box_item .e2 {
    background-position: -25px 0;
}

.x_box_item .e3 {
    background-position: -50px 0;
}

.x_box_item .e4 {
    background-position: -75px 0;
}

.x_box_item .e5 {
    background-position: -100px 0;
}

.x_box_item:hover .e1 {
    background-position: 0 -25px;
}

.x_box_item:hover .e2 {
    background-position: -25px -25px;
}

.x_box_item:hover .e3 {
    background-position: -50px -25px;
}

.x_box_item:hover .e4 {
    background-position: -75px -25px;
}

.x_box_item:hover .e5 {
    background-position: -100px -25px;
}

.x_box_item:hover .x_box_item_name {
    color: #f87203;
}

.x_box {
    margin-top: 53px;
    padding-top: 53px;
    border-top: 1px dashed #dcdcdc;
}

.honor-title img {
    display: inline-block;
}

.five-adv-title img {
    display: inline-block;
}

.x_box-info-item {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px dashed #dcdcdc;
}

/* .case-item {
    float: left;
    margin-right: 20px;
} */

.case-list {
    margin-top: 50px;
    /* margin-left: 80px; */
}

.case-item {
    margin-bottom: 15px;
}

.pro-tel {
    color: #002f7c;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 72px;
}

.pro-tel img {
    margin-right: 15px;
}

.map {
    width: 100%;
    height: 750px;
    overflow: auto;
    margin-top: 100px;
}

.map img {
    display: inline-block;
}

.contact {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
}

.link-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
}

.link-item-info-key {
    font-size: 16px;
    color: #333333;
}

.link-item-info-value {
    color: #002f7c;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.link-item-info {
    margin-left: 40px;
}

.contact-l {
    width: 39.6%;
    padding-left: 12.5%;
    background: #f2f4f8;
    height: 900px;
}

.link-page {
    margin-top: 100px;
}

.contact .ewm-item-title {
    color: #333333;
    font-size: 16px;
}

.contact-r {
    width: 60.4%;
    padding-right: 12.5%;
    padding-left: 120px;
}

.messages {
    width: 100%;
    background: #fff;
}

.meassages-item-title {
    font-size: 16px;
    color: #333333;
}

.meassages-item-input {
    margin-top: 10px;
}

.meassages-item-input input {
    width: 100%;
    height: 48px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    padding-left: 15px;
}

.meassages-desc textarea {
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    width: 100%;
}

.meassages-desc {
    margin-top: 28px;
}

.meassages-con {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.meassages-item {
    margin-bottom: 20px;
    width: 48%;
}

.meassages-btn {
    margin: 30px auto 0;
    width: 155px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    background: #002f7c;
}

.meassages-btn input[type=submit] {
    display: block;
    border: 0;
    width: 100%;
    background: #002f7c;
    color: #fff;
}


.example-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.example-item {
    display: flex;
    margin-bottom: 44px;
    cursor: pointer;
    transition: background .3s, border .5s, border-radius .5s, box-shadow .5s !important;
}

.example-item-info {
    background: #f7f7f7;
    width: 340px;
    padding: 80px 22px 43px 34px;
    transition: all .5s;
}

.example-item-img {
    flex: 1;
}

.container1438 {
    width: 1438px;
    margin: 0 auto;
    overflow: hidden;
}

.example-item-title {
    color: #333333;
    font-size: 24px;
    transition: all .5s;
}

.example-item-title a {
    color: #333333;
}

.example-item-title a:hover {
    color: #fff;
}

.example-item-desc {
    color: #333333;
    font-size: 16px;
    transition: all .5s;
    margin-top: 75px;
}

.example-item-info span {
    color: #002f7c;
    font-size: 16px;
    margin-top: 130px;
    display: inline-block;
    transition: all .5s;
}
.example-item-info span a{  color: #002f7c;}

.example-item-info span img {
    margin-left: 15px;
}

.example-item:hover {
    box-shadow: 0 0 13px 6px rgb(0 0 0 / 15%);
}

.example-item:hover .example-item-info {
    background: #002f7c;
}

.example-item:hover .example-item-title a {
    color: #fff;
}

.example-item:hover .example-item-desc {
    color: #fff;
}

.example-item:hover span a {
    color: #f26b00;
}

.example-item:hover .example-more {
    display: none;
}

.example-item:hover .example-more-active {
    opacity: 1;
}

.example-more-active {
    opacity: 0;
}

.jjfa-con {
    width: 1440px;
    margin: 0 auto;
}

.jjfa-title {
    font-size: 40px;
    color: #163468;
}

.jjfa-title span {
    font-weight: bold;
}

.jjfa-subtitle {
    font-size: 24px;
    color: #333;
}

.jjfa-item {
    font-size: 16px;
    color: #333333;
    margin-bottom: 50px;
}

.jjfa-item span {
    color: #163468;
    font-weight: bold;
    letter-spacing: 10px;
}

.jjfa-list {
    margin-top: 105px;
    position: relative;
    z-index: 10;
}

.jjfa-imgs {
    position: relative;
    z-index: 9;
    top: -140px;
}

.adv {
    border-top: 1px dashed #dcdcdc;
    padding-top: 84px;
}


.adv-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adv-item {
    width: 33%;
    text-align: center;
    margin-bottom: 90px;
}

.adv-item-title {
    font-size: 30px;
    color: #333333;
    margin-top: 15px;
}

.adv-item span {
    width: 67px;
    height: 3px;
    background: #d11921;
    display: inline-block;
    margin-top: 30px;
}

.adv-item p {
    color: #333333;
    font-size: 16px;
    margin-top: 30px;
    line-height: 26px;
}

.jjfaOther {
    margin-top: 80px;
}

.jjfaOther-item {
    position: relative;
    cursor: pointer; margin-right: 10px;
}

.jjfaOther-item-more {
    position: absolute;
    left: 36px;
    bottom: 25px
}

.jjfaOther-item-more span {
    color: #002f7c;
    font-size: 16px;
    margin-top: 130px;
    display: inline-block;
    transition: all .5s;
}

.jjfaOther-item-more span img {
    margin-left: 15px;
}

.jjfaOther-item:hover .jjfaOther-item-more span {
    color: #f87203;
}

.jjfaOther-item:hover .example-more {
    display: none;
}

.jjfaOther-item:hover .example-more-active {
    opacity: 1;
}

.jjfaOther-con {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.xgcp {
    background: #ecf2fb;
    padding: 80px 0 158px 0;
}

.xgcp-name {
    text-align: center;
    width: 100%;
    color: #333333;
    font-size: 18px;
    margin-top: 30px;
}

.xgcp-name a {
    color: #333333;
}

.xgcp-name a:hover {
    color: #002f7c;
}

.xgcp .swiper-pagination-progressbar {
    bottom: -100px;
    height: 7px !important;
    top: auto !important;
}

.xgcp .swiper-pagination-progressbar-fill {
    background: #f26b00 !important;
}

.s3_box {
    width: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.s3_box a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
}

.s3_box .s3_img {
    width: 100%;
	height: auto;
}

.s3_box .s3_img img {
    display: inline-block;
	width: auto;
	height: auto;

	max-height: 100%;
	vertical-align: middle;
}

.s3_box .s3_fp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 32px;
}

.s3_box .s3_fp .year {
    padding: 0 40px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.f_16 {
    font-size: 16px;
}

.s3_box .s3_fp .year .y_img {
    margin-right: 10px;
}

.s3_box .s3_fp .c_text {
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 80px;
    padding: 0 40px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.f_28 {
    font-size: 28px;
}

.s3_box .s3_fp .downs {
    width: 100%;
    height: 60px;
    border-top: 1px solid rgba(221, 221, 221, .2);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    margin-top: 60px;
}

.s3_box .s3_fp .downs .gs_text {
    color: #fff;
}

.s3_box .s3_fp .downs .jiantou {
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(221, 221, 221, .2);
}

.s3_box .s3_fp1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 32px;
    z-index: 2;
}

.s3_box .s3_fp1 .year {
    padding: 0 40px;
    color: #0a50b0;
    position: relative;
    display: flex;
    align-items: center;
}

.s3_box .s3_fp1 .year .y_img {
    margin-right: 10px;
}

.s3_box .s3_fp1 .d_text {
    color: #0a50b0;
    font-weight: bold;
    padding: 0 40px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 45px 0 20px 0;
}

.s3_box .s3_fp1 .c_text,
.new_r1 .xwdt .ibox .downs .s3_box .s3_fp1 .c_text {
    max-height: 8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #333;
    line-height: 2;
    padding: 0 40px;
}

.s3_box .s3_fp1 .downs {
    width: 100%;
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    margin-top: 60px;
}

.s3_box .s3_fp1 .downs .gs_text {
    color: #0a50b0;
}

.s3_box .s3_fp1 .downs .jiantou {
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.i-news-list {
    margin-top: 90px;
}

.s3_box:hover .s3_img {
    opacity: 0.05;
}

.s3_box:hover .s3_fp {
    opacity: 0;
}

.s3_box:hover .s3_fp1 {
    top: 0;
}

.alltime,
.alltime * {
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.p_b80 {
    padding-bottom: 80px;
}

.p_t80 {
    padding-top: 80px;
}

.box {
    /* padding: 0 240px; */
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}

.news_list li {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #d4d5d9;
    padding: 0 5%;
    transition: all .5s;
}

.news_list li:hover {
    background: url(../images/news-bg.jpg) no-repeat center 0;
}

.news_list .pic {
    float: left;
    width: 450px;
    height: 250px;
}

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

.news_list .txt {
    overflow: hidden;
    padding-left: 50px;
    padding-top: 26px;
    height: 250px;
}

.news_list .txt .l {
    float: left;
    width: 80%;
    padding-right: 10%;
    position: relative;
}

.news_list .txt .l::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    background-color: #e5e5e5;
    height: 200px;
}

.news_list .txt .tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .desc {
    color: #666666;
    font-size: 16px;
    line-height: 1.7em;
    margin: 25px 0 30px;
    max-height: 5.1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_list .n_date {
    font-size: 14px;
    color: #999999;
}

.news_list .n_date img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.news_list .txt .r {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.news_list .txt .r a {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #666;
    position: relative;
    transition: all .5s;
}

.bottom-nav .ewm {
    justify-content: flex-end;
}

.news_list .txt .r span {
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-left: 16px;
    position: relative;
}

.news_list .txt .r img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_list .txt .r img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.news_list li:hover .txt .l .tit a {
    color: #f26b00;
}

.news_list li:hover .txt .r a {
    color: #f26b00;
    left: 15px;
}

.news_list li:hover .desc {
    color: #fff
}

.news_list li:hover .n_date {
    color: #fff
}

.news_list li:hover .txt .r img:last-child {
    opacity: 1;
}

.news_list li:hover .txt .r img:first-child {
    opacity: 0;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #dcdcdc;
    margin-top: 115px;
}

.Infor img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}


.about-r {
    padding-top: 30px;
}

.about-intro {
    margin-top: 30px;
}

.about-intro p {
    color: #f87203;
    font-size: 22px;
}

.about-info {
    margin-top: 40px;
}

.about-info p {
	width:100%; padding: 2%;   background:rgba(255,255,255,0.7);;
    color: #000;
    font-size: 16px;
}

.about-adv {
    margin-top: 88px;
}

.about-adv-item {
    background: #eeeeee;
    padding: 50px 13px 50px 13px;
    min-height: 443px;
    transition: all .5s;
    cursor: pointer;
}

.about-adv-title {
    font-size: 24px;
    color: #333333;
    margin-top: 35px;
    transition: all .5s;
}

.about-adv-item span {
    width: 43px;
    height: 2px;
    background: #f1881a;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s;
}

.about-adv-info {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 24px;
    transition: all .5s;
}

.about-adv-item img {
    display: inline-block;
}

.about-adv-item:hover {
    background: #002f7c;
}

.about-adv-item:hover .about-adv-title {
    color: #fff;
}

.about-adv-item:hover .about-adv-info {
    color: #fff;
}

.about-adv-item:hover span {
    background: #fff;
}

.about-map {
    position: relative;
    margin-top: 80px;
}

.honor {
    margin-top: 80px;
}

.honor-list {
    position: relative;
    margin-top: 63px;
}

.honor-list .swiper-pagination-progressbar {
    bottom: -66px;
    height: 7px !important;
    top: auto !important;
}

.honor-list .swiper-pagination-progressbar-fill {
    background: #002f7c !important;
}

.five-adv {
    background: #f4f6f8;
    padding-top: 77px;
    margin-top: 150px;
    padding-bottom: 130px;
}

.five-adv-list {
    margin-top: 70px;
    position: relative;
}

.five-adv-item {
    background: #fff;
    padding: 10px 10px 33px 10px;
}

.five-adv-item-title {
    color: #002f7c;
    font-size: 22px;
    margin-top: 30px;
}

.about-case {
    margin-top: 0;
}

.five-adv-list .swiper-pagination {
    bottom: -66px;
    height: 7px !important;
    top: auto !important;
}

.rcln-info {
    color: #333333;
    font-size: 16px;
    margin-top: 30px;
}

.top_txt {
    width: 100%;
    margin: 0 auto 76px;
    font-size: 16px;
    color: #555555;
    padding: 20px 70px;
    position: relative;
    margin-top: 90px;
}

.top_txt p {
    line-height: 1.9em;
    text-align: center;
}

.top_txt::before {
    content: "";
    width: 53px;
    height: 50px;
    background-image: url(../images/dh.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.top_txt::after {
    content: "";
    width: 53px;
    height: 50px;
    background-image: url(../images/dh2.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.gsfl {
    margin-top: 120px;
    overflow: hidden;
}

.gsfl-r {
    margin-left: 66px;
    padding-top: 50px;
}

.gsfl-r-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.gsfl-r-item span {
    width: 12px;
    height: 12px;
    background: #002f7c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 23px;
}

.x_box-info img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.gsfl-r-item p {
    color: #333333;
    font-size: 16px;
}

.gsfl-r-list {
    margin-top: 75px;
}

.gzhj {
    margin-top: 120px;
}

.gzhj-desc {
    color: #333333;
    font-size: 16px;
    margin-top: 30px;
}

.gzhj-con {
    margin-top: 50px;
}

.gzhj-menu {
    display: flex;
}

.gzhj-item {
    margin-right: 40px;
    width: 132px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s;
}

.gzhj-menu .active {
    background: #002f7c;
    border: 1px solid #002f7c;
    color: #fff;
}

.gzhj-item:hover {
    background: #002f7c;
    border: 1px solid #002f7c;
    color: #fff;
}

.gzhj-imgs-r-t {
    display: flex;
    justify-content: space-between;
}

.gzhj-imgs-r-b {
    display: flex;
}

.gzhj-imgs {
    display: flex;
    margin-top: 32px;
}

.gzhj-imgs-r {
    margin-left: 9px;
}

.gzhj-imgs-r-b {
    margin-top: 10px;
}

.zp {
    background: #f2f4f8;
    padding-top: 62px;
    padding-bottom: 90px;
}

.zp-desc {
    color: #333333;
    font-size: 16px;
    margin-top: 30px;
}

.job_con {
    overflow: hidden;
    margin-bottom: 40px;
}

.job_list {
    overflow: hidden;
    position: relative;
    overflow: auto;
    float: left;
    width: 100%;
}

.job_list dd {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-bottom: 40px;
    padding: 0 15px;
    background-color: #fff;
    padding: 30px;
}

.job_list .dtop {
    position: relative;
}

.job_list .con {
    background-color: #fff;
    position: relative;
}

.job_list .t_bt {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.job_list .tit {
    font-size: 24px;
    color: #333333;
    margin-bottom: 26px;
    transition: all .4s;
}

.job_list .desc {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* transition: .4s; */
}

.job_list .jt {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.job_list .desc_box2 {
    background-color: #fff;
    /* padding-top: 20px; */
    display: none;
}

.job_list .info {
    margin-bottom: 36px;
}

.job_list .info .tin1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 22px;
}

.job_list .info .tin {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 22px;
}

.job_list .info p {
    font-size: 16px;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.7em;
}

.b_sq {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
}

.sq_mroe {
    width: 200px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    background-color: #0a50b0;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 50px;
}

.sq_mroe img {
    width: 30px;
    height: 30px;
    display: block;
    transition: .3s;
}

.job_list dd.act {
    position: absolute;
    width: 98%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 99;
}

.job_list .jt img:last-child {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.job_con {
    margin-top: 60px;
}

.job_list:last-child {
    width: 100%;
}

.job_list dd.act .jt img:last-child {
    opacity: 1;
}

.job_list dd.act .tit {
    color: #0a50b0;
    font-weight: bold;
}

.products-item-info {
    background: #e6e6e6;
    position: absolute;
    padding: 32px 0 28px 30px;
    width: 87.5%;
    left: 34px;
    bottom: 34px;
    border-radius: 0 0 7px 7px;
    text-align: left;
    z-index: 10;
    transition: all .5s;
}

.products-item-info img {
    position: absolute;
    right: 25px;
    bottom: 27px;
}

.products-item-title {
    color: #333333;
    font-size: 24px;
}

.products-item-info p {
    color: #333333;
    font-size: 12px;
}

.products-item:hover .products-item-info {
    background: #f87203;
}

.products-item:hover .products-item-title {
    color: #fff;
}

.products-item:hover .products-item-info p {
    color: #fff;
}

.products-item-info img:last-child {
    opacity: 0;
}

.products-item:hover .products-item-info img:last-child {
    opacity: 1;
}

.products-item:hover .products-item-info .pro-icon {
    opacity: 0;
}

.mkcp {
    background: url(../images/p-bg.jpg) no-repeat center 0;
    padding-top: 33px;
    padding-bottom: 60px;
    margin-top: 90px;
    overflow: hidden;
}

.mkcp-l {
    /* margin-left: 90px; */
}

.mkcp-r {
    /* margin-left: 170px; */
}

.mkcp-r-title {
    margin-top: 150px;
}

.products-item img {
    max-width: 100%;
    height: auto;
}

.mkcp-r-item {
    display: flex;
    align-items: center;
    width: 458px;
    margin-bottom: 45px;
}

.mkcp-r-item img {
    margin-right: 24px;
    box-shadow: 0 0 10px #eee;
    border-radius: 50%;
}

.mkcp-r-list {
    margin-top: 60px;
    overflow: hidden;
}

.mkcp-r-item p {
    color: #033333;
    font-size: 16px;
}

.mkcp-more {
    height: 50px;
    width: 180px;
    background: #f26b00;
    border-radius: 24px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
    margin-top: 35px;
}

.mkcp-text {
    color: #fff;
    font-size: 16px;
	width:90%;
}

.mkcp-text a { display: block; width: 100%;
    color: #fff;
}

.mkcp-text a:hover {
    color: #E8FF00;
}

.mkcp-menu-item-title {
    color: #333333;
    font-size: 24px;
    margin-top: 15px;
    cursor: pointer;
}

.mkcp-menu-item img {
    display: inline-block;
}

.mkcp-menu-item {
    text-align: center;
    position: relative;
}

.mkcp-menu {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.mkcp-menu-item:after {
    content: '';
    background: url(../images/line.png) no-repeat center 0;
    width: 166px;
    height: 1px;
    position: absolute;
    right: -103px;
    top: 11px;
}

.mkcp-menu-item:last-child::after {
    display: none;
}

.mkcp-menu-item .y-active {
    display: none;
}

.mkcp-menu .active .y {
    display: none;
}

.mkcp-menu .active .y-active {
    display: inline-block;
}

.mkcp-menu .active .mkcp-menu-item-title {
    color: #002f7c;
    font-weight: bold;
}

.NeiMain {
    /* width: 1440px; */
    margin: 0 auto;
}

.NM_title {
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    margin-top: 50px;
    border-bottom: 1px #CBCBCB dotted;
}

.NM_title span {
    color: #9F9F9F;
    font-size: 14px;
    text-align: center;
    padding-right: 30px;
    line-height: 50px;
}

.Infor {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    margin-top: 25px;
}

.In_List {
    width: 100%;
    margin-top: 20px;
}

.In_List li {
    width: 48%;
    font-size: 16px;
}

.In_List li a {
    color: #4D4D4D;
}

.In_List li a:hover {
    color: #002f7c
}

.In_Left {
    float: left;
    text-align: left;
}

.In_Right {
    float: right;
    text-align: right;
}

.phonefooternav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.phonefooternav ul li {
    width: 25%;
    background: #494949;
    float: left;
    padding: 3px 0;
    border-right: 1px solid #666;
    list-style: none;
}

.phonefooternav ul li a {
    display: block;
    color: #fff;
    text-align: center;
}

.phonefooternav ul li a:hover {
    text-decoration: initial;
}

.phonefooternav ul li a i {
    display: block;
    font-size: 20px;
    padding: 10px 0;
}

.honor-list img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}



.honCon {
    background: #FFFFFF;
    padding: .1rem;
    box-shadow: 0 0 15px rgb(220 220 220 / 50%);
    transition: all .5s;

}

.honImg img {
    max-width: 100% !important;
	display: block;
	height: auto !important;
}
.honTit {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
}

.hon-list{
  margin-top: 70px;
}

.hon-item {
    margin-bottom: 15px;
    text-align: center;
    padding: 0 13px;
    cursor: pointer;
}

.hon-item img {
    display: inline-block !important;
}

.honCon:hover{
  transform: translateY(-5px);
    box-shadow: 0 0 0.2rem rgb(220 220 220);
}

.honCon:hover .honTit{
  color: #f26b00;
}



@media(max-width:1400px) and (min-width: 1200px) {
    .about-intro p {
        font-size: 16px;
    }
	.s3_box .s3_img img { height: 570px; }
    .about-intro {
        margin-top: 15px;
    }

    .about-info {
        float: left;
        margin-top: 15px;
    }

    .about-info p {
        font-size: 13px;
    }

    .bottom-nav dl dt {
        font-size: 15px;
    }

    .bottom-nav dl dd {
        font-size: 13px;
    }

    .example-item-img {
        width: 50%;
    }

    .example-item-title {
        font-size: 20px;
    }

    .banner-con {
        left: 3%;
        top: 20%;
        width: 100%;
        transform: none;
    }

    .gsfl-r {
        margin-left: 0;
    }

    .mkcp-menu-item-title {
        font-size: 17px;
    }

    .pro-info {
        margin-left: 0;
    }

    .fixhead .nav ul li {
        margin: 0 12px;
    }

    .fixhead .nav ul li a {
        font-size: 16px;
    }

    .fixhead .nav {
        padding: 0;
    }
}

@media(max-width:1200px) and (min-width: 991px) {
    .bottom-nav dl {
        margin-bottom: 20px;
    }

    .about-intro p {
        font-size: 16px;
    }

    .about-intro {
        margin-top: 15px;
    }

    .about-info {
        margin-top: 15px;
    }

    .about-info p {
        font-size: 13px;
    }

    .about-adv {
        margin-top: 30px;
    }

    .about-adv-item {
        margin-bottom: 15px;
    }

    .bottom-nav dl dt {
        font-size: 15px;
    }

    .bottom-nav dl dd {
        font-size: 13px;
    }

    .example-item-img {
        width: 50%;
    }

    .example-item-title {
        font-size: 20px;
    }

    .banner-con {
        left: 3%;
        top: 20%;
        width: 100%;
        transform: none;
    }

    .gsfl-r {
        margin-left: 0;
    }

    .mkcp-menu-item-title {
        font-size: 15px;
    }

    .pro-info {
        margin-left: 0;
    }

    .pro-tel {
        margin-top: 0;
    }

    .fixhead .nav ul li {
        margin: 0 12px;
    }

    .fixhead .nav ul li a {
        font-size: 16px;
    }

    .fixhead .nav {
        padding: 0;
    }
}

@media(max-width:991px) and (min-width: 768px) {
    .content-r {
        margin-top: 40px;
    }

    .about-adv-item {
        margin-bottom: 15px;
    }

    .five-adv-item-title {
        font-size: 16px;
    }

    .five-adv-item img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    .ewm {
        justify-content: flex-start;
        margin-top: 25px;
    }

    .bottom-nav dl {
        margin-bottom: 20px;
    }

    .bottom {
        padding: 24px 0 66px 0;
    }

    .example-item-img {
        flex: 0
    }

    .banner-con {
        left: 3%;
        top: 20%;
        width: 100%;
        transform: none;
    }

    .gsfl-r {
        margin-left: 0;
    }

    .pro-info {
        margin-left: 0;
    }

    .pro-tel {
        margin-top: 0;
    }

    .fixhead .nav ul li {
        margin: 0 8px;
    }

    .fixhead .nav ul li a {
        font-size: 14px;
    }

    .fixhead .nav {
        padding: 0;
    }
}


@media (max-width: 768px) {
    body {
        padding-bottom: 64px;
    }

    .content-r {
        margin-top: 20px;
    }

    .content {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .pages ul li {
        margin-bottom: 10px;
    }

    .company-info {
        display: initial;
        padding-right: 0;
    }

    .bottom-nav {
        padding-right: 0;
        margin-top: 75px;
    }

    .bottom {
        padding: 15px 0 20px 0;
    }

    .ewm {
        justify-content: center;
        margin-top: 20px;
    }

    .bottom-nav dl dd {
        font-size: 12px;
    }

    .bottom-nav dl dt {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .address .tel {
        font-size: 20px;
    }

    .bottom-nav dl {
        margin-bottom: 5px;
    }

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

    .nav-logo img {
        display: inline-block;
    }

    .bottom-line {
        display: none;
    }

    .service {
        height: auto;
    }

    .service-con {
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-top: 0;
        padding: 15px;
        position: relative;
        z-index: 99;
    }

    .service-title {
        font-size: 22px;
    }

    .service-con span {
        width: 50px;
        margin-top: 0;
    }

    .service-subtitle {
        font-size: 18px;
        margin-top: 10px;
    }

    .service-btn {
        width: 150px;
        height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }

    .banner-con {
        width: 100%;
        top: 10px;
        left: 0;
        transform: translateX(0)
    }

    .banner-text {
        max-height: 50px;
        left: 15px;
    }

    .down {
        left: 15px;
        top: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .down img {
        max-width: 10px;
    }

    .n-banner {
        margin-top: 0;
    }

    .navbar-brand img {
        max-height: 40px;
        margin: 5px 0;
    }

    .navbar-brand {
        padding: 5px;
        height: auto;
    }

    .navbar {
        margin-bottom: 0;
        border: none;
    }

    .navbar-header {
        background: #002f7d;
    }

    .about-adv {
        margin-top: 0;
    }

    .about-adv-item {
        margin-bottom: 15px;
    }

    .about-map {
        margin-top: 15px;
    }

    .honor {
        margin-top: 20px;
    }

    .honor-title img {
        max-height: 30px;
        display: inline-block;
    }

    .five-adv-title img {
        max-height: 30px;
        display: inline-block;
    }

    .five-adv {
        padding-top: 20px;
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .five-adv-list {
        margin-top: 20px;
    }

    .five-adv-item-title {
        font-size: 15px;
        margin-top: 15px;
    }

    .five-adv-item {
        padding: 10px 10px 15px 10px;
    }

    .five-adv-list .swiper-pagination {
        bottom: -20px;
    }

    .navbar-toggle {
        margin-top: 13px;
    }

    .example-item {
        display: initial
    }

    .example-item-info {
        width: 100%;
        padding: 15px;
    }

    .example-item-title {
        font-size: 18px;
    }

    .example-item-desc {
        margin-top: 15px;
        font-size: 14px;
    }

    .example-item-info span {
        margin-top: 15px;
        font-size: 13px;
    }

    .example-item-img img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    .i-news-list {
        margin-top: 15px;
    }

    .s3_box .s3_img img {
        width: initial;
    }

    .news_list .pic {
        width: auto;
        height: auto;
    }

    .line {
        margin-top: 35px;
    }

    .new_r2 {
        padding-top: 15px !important;
    }

    .news_list li {
        padding: 0 15px;
    }

    .news_list .txt {
        padding-left: 10px;
        padding-top: 10px;
        height: auto;
        padding-bottom: 15px;
    }

    .news_list .txt .tit {
        font-size: 18px;
    }

    .news_list .desc {
        font-size: 13px;
        margin: 8px 0 8px;
    }

    .news_list .txt .l {
        padding-right: 15px;
        width: 65%;
    }

    .rcln-title {
        text-align: center;
    }

    .rcln-title img {
        max-height: 30px;
        display: inline-block;
    }

    .top_txt {
        margin: 0 auto 20px;
        margin-top: 30px;
        padding: 20px 35px;
        font-size: 13px;
    }

    .gsfl {
        margin-top: 30px;
    }

    .top_txt::before {
        width: 26px;
        height: 25px;
    }

    .top_txt::after {
        width: 26px;
        height: 25px;
    }

    .gsfl-r-title {
        text-align: center;
    }

    .gsfl-r-title img {
        max-height: 30px;
        display: inline-block;
    }

    .gsfl-r {
        margin-left: 0;
    }

    .gsfl-r-list {
        margin-top: 20px;
    }

    .gzhj-title {
        text-align: center;
    }

    .gzhj-title img {
        max-height: 30px;
        display: inline-block;
    }

    .gzhj {
        margin-top: 20px;
    }

    .gzhj-con {
        margin-top: 20px;
    }

    .zp-title {
        text-align: center;
    }

    .zp-title img {
        max-height: 30px;
        display: inline-block;
    }

    .zp {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .zp-desc {
        text-align: center;
    }

    .gzhj-desc {
        text-align: center;
    }

    .rcln-info {
        text-align: center;
    }

    .job_con {
        margin-top: 25px;
    }

    .gsfl-r-item p {
        flex: 1;
    }

    .job_list .tit {
        font-size: 15px;
    }

    .job_list dd {
        padding: 5px;
        margin-bottom: 15px;
    }

    .job_con {
        margin-bottom: 0;
    }

    .link-page {
        margin-top: 20px;
    }

    .link-item-info-value {
        font-size: 17px;
    }

    .link-item {
        margin-bottom: 35px;
    }

    .messages-title {
        margin-top: 20px;
    }

    .messages-title img {
        max-height: 50px;
        display: inline-block;
    }

    .news-item-title a {
        font-size: 16px;
    }

    .news-item-info {
        font-size: 14px;
    }

    .news-show-info-title {
        font-size: 15px;
    }

    .news-show-info-subtitle {
        font-size: 13px;
    }

    .news-title img {
        max-height: 30px;
        display: inline-block;
    }

    .news {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .news-con {
        margin-top: 20px;
    }

    .about {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #main_banner {
        margin-top: 0;
    }

    .products-title img {
        max-height: 30px;
        display: inline-block;
    }

    .products {
        margin-top: 15px;
    }

    .five-adv-item img {
        max-width: 100%;
        height: auto;
    }

    .honor-list img {
        max-width: 100%;
        height: auto;
    }

    .products-item img {
        max-width: 100%;
        height: auto;
    }

    .products-item-info {
        left: 0;
        width: 100%;
        position: initial;
    }

    .products-item {
        padding: 15px;
    }

    .products-con {
        margin-top: 20px;
    }

    .mkcp-menu-item-title {
        font-size: 13px;
    }

    .mkcp {
        background: none;
        margin-top: 20px;
    }

    .mkcp-r-title {
        text-align: center;
        margin-top: 30px;
    }

    .mkcp-r-title img {
        max-height: 40px;
        display: inline-block;
    }

    .mkcp-more {
        margin-top: 0;
    }

    .NM_title {
        font-size: 15px;
    }



    .xgal {
        max-height: 40px;
        display: inline-block;
    }

    .case-list {
        margin-top: 20px;
        margin-left: 0;
    }

    /* .case-item{
      margin-right: 0;
      float: initial;
      margin-bottom:15px;
    } */

    .x_box-info-item {
        padding-top: 20px;
        margin-top: 20px;
    }

    .x_box_item {
        margin-right: 0;
    }

    .x_box_item_name {
        font-size: 14px;
    }

    .x_box_item_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .show-con {
        padding: 10px;
    }

    .show img {
        width: 100%;
        height: auto
    }

    .pro-info {
        margin-left: 0;
    }

    .pro-art-con-info {
        height: auto;
    }

    .pro-tel {
        margin-top: 25px;
    }

}

.floot_Icp{ width:100%; float: left; font-size: 14px; color: #FFFFFF; margin-top: 20px;}
.floot_Icp a{ color:#fff;}
.floot_Icp a:hover{ color: #f26b00;}
