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

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

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #333333;
}

div:focus {
    outline: none;
}

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

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

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


/* a:hover {    color: #e57834;} */

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

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

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

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

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


/* 常量设置 */

.wrap {
    width: 1600px;
    margin: 0 auto;
}

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

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #e57834;
}

 ::selection {
    color: #fff;
    background: #e57834;
}

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

::selection {
    background-color: #e57834;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

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

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

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

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

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

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


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

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

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

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

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

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

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

.justify_content_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.banner .swiper-pagination-bullet {
    background: #000000;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

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

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

.nav>ul>li {
    float: left;
    color: #333333;
    font-size: 16px;
    padding: 0 20px;
    height: 78px;
    line-height: 78px;
    margin: 0 10px;
}

.nav>ul>li a {
    color: #1f1f1f;
    display: block;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav>ul>li a:hover {
    color: #283071;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

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

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

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

.nav li,
.nv {
    position: relative;
}

.nav .dropdown-menu {
    transition: all 0.5s;
    display: none;
    position: fixed;
    z-index: 99;
    background: #f8f8fb;
    width: 100%;
    left: 0;
    padding: 10px 0;
}

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

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

.nav .dropdown-menu li {
    margin-right: 40px;
}

.nav .dropdown-menu .txtlink {
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.nav .dropdown-menu .txtlink .img {
    line-height: normal;
    margin-right: 40px;
    width: 29%;
}

.nav .dropdown-menu .txtlink .link1 {
    width: 60%;
    flex-wrap: wrap;
}

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

.navigation .on {
    font-weight: bold;
    color: #e57834;
    border-bottom: 3px #e57834 solid;
}

.language a {
    display: block;
}

.language img {
    margin-right: 15px;
}

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

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

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

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

.navigation .dropdown-menu li:hover {
    background: linear-gradient(to right, #013996, #283071);
}

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

.head_bott .yun {
    background: #013996;
    display: block;
    height: 78px;
    line-height: 78px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 40px;
    margin-left: 40px;
}

.logo {
    display: block;
    margin-left: 160px;
    margin-right: 40px;
}

.banner {
    margin-top: 78px;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide .txt {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.banner .swiper-slide .txt .content {
    width: 1400px;
}

.banner .swiper-slide .box {
    width: 50%;
    margin-top: 110px;
}

.banner .swiper-slide h1 {
    font-weight: bold;
    font-size: 56px;
}

.banner .swiper-slide h2 {
    font-weight: normal;
    font-size: 20px;
    margin: 5px 0 26px 0;
}

.banner .swiper-slide p {
    line-height: 26px;
}

.banner .swiper-slide .more {
    float: right;
    margin-top: 40px;
}

.bannernav {
    width: 1400px;
    margin: -90px auto 0 auto;
    height: 190px;
    background: url(../images/bannerbg_11.jpg) no-repeat right #013996;
    position: relative;
    z-index: 10;
    color: #ffffff;
}

.bannernav .t1 {
    font-size: 36px;
}

.bannernav .line {
    background: #e57834;
    height: 3px;
    width: 70px;
    margin: 10px 0;
}

.bannernav .link {
    font-size: 20px;
}

.bannernav .link a {
    padding-right: 26px;
    border-right: 1px #ffffff solid;
    margin-right: 26px;
}

.index-title {
    padding: 100px 0;
    text-align: center;
}

.index-title .t1 {
    color: #e57834;
    font-size: 20px;
}

.index-title .t2 {
    font-weight: bold;
    font-size: 46px;
    margin-top: 5px;
}

.index01 {
    background: url(../images/index02bg_02.jpg) no-repeat left;
}

.index01 .left {
    float: left;
    width: 40%;
}

.index01 .box1 .title {
    font-size: 30px;
}

.index01 .box1 .line {
    background: #e57834;
    width: 70px;
    height: 3px;
    border-radius: 3px;
    margin: 20px 0;
}

.index01 .box1 .detail {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 40px;
}

.index01 .box2 {
    flex-wrap: wrap;
}

.index01 .box2 .img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.index01 .box2 .txt {
    width: 80%;
}

.index01 .box2 .img1 {
    background: url(../images/pt1.png) no-repeat center;
}

.index01 .box2 .item:hover .img1,
.index01 .box2 .on .img1 {
    background: url(../images/pt1_on.png) no-repeat center;
}

.index01 .box2 .img2 {
    background: url(../images/pt2.png) no-repeat center;
}

.index01 .box2 .item:hover .img2,
.index01 .box2 .on .img2 {
    background: url(../images/pt2_on.png) no-repeat center;
}

.index01 .box2 .img3 {
    background: url(../images/pt3.png) no-repeat center;
}

.index01 .box2 .item:hover .img3,
.index01 .box2 .on .img3 {
    background: url(../images/pt3_on.png) no-repeat center;
}

.index01 .box2 .img4 {
    background: url(../images/pt4.png) no-repeat center;
}

.index01 .box2 .item:hover .img4,
.index01 .box2 .on .img4 {
    background: url(../images/pt4_on.png) no-repeat center;
}

.index01 .box2 .img5 {
    background: url(../images/pt5.png) no-repeat center;
}

.index01 .box2 .item:hover .img5,
.index01 .box2 .on .img5 {
    background: url(../images/pt5_on.png) no-repeat center;
}

.index01 .box2 .img6 {
    background: url(../images/pt6.png) no-repeat center;
}

.index01 .box2 .item:hover .img6,
.index01 .box2 .on .img6 {
    background: url(../images/pt6_on.png) no-repeat center;
}

.index01 .box2 .img7 {
    background: url(../images/pt7.png) no-repeat center;
}

.index01 .box2 .item:hover .img7,
.index01 .box2 .on .img7 {
    background: url(../images/pt7_on.png) no-repeat center;
}

.index01 .box2 .img8 {
    background: url(../images/pt8.png) no-repeat center;
}

.index01 .box2 .item:hover .img8,
.index01 .box2 .on .img8 {
    background: url(../images/pt8_on.png) no-repeat center;
}

.index01 .box2 .img9 {
    background: url(../images/2025032113463.png) no-repeat center;
}

.index01 .box2 .item:hover .img9,
.index01 .box2 .on .img9 {
    background: url(../images/20250321134635.png) no-repeat center;
}

.index01 .box2 .img10 {
    background: url(../images/2025032113462.png) no-repeat center;
}

.index01 .box2 .item:hover .img10,
.index01 .box2 .on .img10 {
    background: url(../images/20250321134624.png) no-repeat center;
}

.index01 .box2 .t1 {
    font-size: 20px;
    line-height: 40px;
}

.index01 .box2 .t2 {
    font-size: 16px;
    display: none;
    line-height: 28px;
}

.index01 .box2 .item {
    width: 48%;
    padding: 10px;
}

.index01 .box2 .on {
    background: #cbe4fe;
    border-radius: 5px;
}

.index01 .box2 .item:hover .t1 {
    color: #013996;
    font-weight: bold;
}

.index01 .box2 .on .t1 {
    font-weight: bold;
}

.index01 .right {
    width: 55%;
}

.index01 .right img {
    width: 100%;
}

.index02 {
    height: 500px;
    background: url(../images/index_06.jpg) no-repeat center;
    position: relative;
    overflow: hidden;
}

.index02 .content {
    width: 60%;
    float: right;
    overflow: hidden;
    height: 500px;
}

.index02 .swiper-slide {
    width: 500px;
    height: 180px;
    margin: 20px 7px 20px 7px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 5px rgba(102, 177, 255, 0.13);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(102, 177, 255, 0.13);
    -moz-box-shadow: 0px 0px 5px 5px rgba(102, 177, 255, 0.13);
    padding: 30px;
}

.index02 .swiper-slide img {
    width: 87px;
    height: 87px;
    margin-right: 20px;
}

.index02 .title {
    margin: 40px 0 20px 0;
    font-size: 30px;
}

.index02 .detail {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 50px;
}

.index02 .swiper-container {
    position: absolute;
    z-index: 99;
    width: 1110px;
    padding-bottom: 30px;
}

.index02 .txt .t1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.index02 .txt .t2 {
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index02 .page {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100px;
}

.index02 .page .swiper-button-prev,
.index02 .page .swiper-button-next {
    width: 26px;
    height: 26px;
}

.index02 .page .swiper-button-prev {
    background: url(../images/page_19.jpg) no-repeat;
    background-size: 100% 100%;
}

.index02 .page .swiper-button-next {
    background: url(../images/page_21.jpg) no-repeat;
    background-size: 100% 100%;
}

.index03 {
    background-color: #f8fbff;
}

.index03 .wrap {
    background: url(../images/indexpro_03.jpg) no-repeat bottom #ffffff;
}

.index03 .case h3 a {
    display: block;
    text-align: center;
    width: 16%;
    font-weight: bold;
    height: 87px;
    line-height: 87px;
}

.index03 .case h3 .on {
    background: #013996;
    color: #ffffff;
}

.index03 .case h3 .on span {
    padding: 30px 0;
    border-bottom: 3px #e57834 solid;
}

.index03 .case h3 {
    border-bottom: 1px #d0d0d0 solid;
}

.case_box dl {
    padding: 40px;
}

.case_box .case_bd .txt {
    width: 55%;
}

.case_box .case_bd .txt p {
    font-size: 20px;
    line-height: 40px;
}

.case_box .case_bd .list {
    margin-top: 30px;
    font-size: 18px;
}

.case_box .case_bd .list .box {
    overflow: hidden;
    line-height: 35px;
}

.case_box .case_bd .list .box .t1 {
    font-weight: bold;
    float: left;
    /* width: 150px; */
}

.case_box .case_bd .list .box .t2 {
    float: left;
}

.index04 {
    background: url(../images/index04_06.jpg) no-repeat top #013996;
    color: #ffffff;
    padding: 120px 0 40px 0;
}

.index04 .h1 {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 150px;
}

.index04 .item {
    padding: 0 20px;
}

.index04 .item .t1 {
    font-size: 20px;
}

.index04 .item .t1 img {
    margin-right: 10px;
}

.index04 .item p {
    font-size: 16px;
    margin-top: 20px;
}

.index05 .box1 {
    background: url(../images/index05_10.jpg) no-repeat right #013996;
    padding: 60px 70px;
    color: #ffffff;
    margin-bottom: 20px;
}

.index05 .box1 .title p {
    font-size: 36px;
    font-weight: bold;
}

.index05 .box1 .title .line {
    background: #e57834;
    height: 2px;
    width: 70px;
    margin: 20px 0 40px 0;
}

.index05 .box1 .detail {
    width: 50%;
    font-size: 18px;
    line-height: 36px;
}

.index05 .box1 .detail p {
    margin-bottom: 30px;
}

.index05 .box1 .more {
    width: 130px;
    height: 46px;
    line-height: 46px;
    background: #e57834;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    display: block;
}

.index05 .box1 .more:hover {
    color: #ffffff;
}

.index05 .box2 {
    margin-bottom: 110px;
}

.index05 .box2 .item {
    width: 24%;
    display: block;
    position: relative;
}

.index05 .box2 .item .img {
    padding-bottom: 64%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index05 .box2 .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index05 .box2 .item .title {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}

.index06 {
    background: url(../images/indexabout_27.jpg) no-repeat center;
  height: 980px;
}

.index06 .company {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.index06 .line {
    width: 100px;
    height: 5px;
    background: #e57834;
    margin: 35px 0;
}

.index06 .txt {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
    width: 70%;
}

.index06 .index-title {
    padding: 50px 0;
}

.index07 .img {
    float: left;
    width: 46%;
}

.index07 .img .tp {
    padding-bottom: 50%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

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

.index07 .right {
    width: 46%;
}

.index07 .title {
    width: 74%;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: normal;
}

.index07 .on .title {
    font-weight: bold;
    color: #013996;
}

.index07 .time {
    font-weight: normal;
    color: #999999;
}

.index07 .detail {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index07 a {
    display: block;
}

.index07 .right .more {
    margin-bottom: 20px;
}

.index07 .right ul {
    border-bottom: 1px #013996 solid;
}

.index07 .right h3 {
    padding: 20px 0;
    border-bottom: 1px #e3e3e3 solid;
}

.index07 .right .on {
    border-bottom: 0
}

.index08 {
    background: url(../images/index08_37.jpg) center no-repeat;
    height: 274px;
    margin-top: 150px;
}

.index08 .txt {
    margin-left: 10%;
    color: #ffffff;
}

.index08 .txt .title {
    font-weight: bold;
    font-size: 46px;
    padding: 65px 0 25px 0;
}

.index08 .txt .more {
    display: block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e57834;
    border-radius: 30px;
    font-size: 18px;
}

.index08 .wrap {
    position: relative;
}

.index08 img {
    position: absolute;
    right: 0;
    top: -80px;
}

.foot {
    background: #001b47;
    padding: 60px 0;
}

.foot .footlogo {
    margin-bottom: 40px;
    display: block;
}

.foot .left .t1 {
    font-size: 18px;
    color: #e5e5e5;
}

.foot .left .t2 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

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

.foot .right a {
    display: block;
    font-size: 18px;
    color: #e5e5e5;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.foot .right a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.foot .right .item {
    text-align: center;
    margin-left: 80px;
}

.foot .right .item .t1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.foot .right .item .t2 {
    line-height: 36px;
}

.foot .right .ewm {
    float: right;
}

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

.copyright {
    background: #001b47;
    line-height: 80px;
    height: 80px;
    text-align: center;
    color: #737373;
    font-size: 16px;
    border-top: 1px #4c5d79 solid;
}

.nybanner {
    margin-top: 78px;
}

.nybanner .wrap {
    position: relative;
}

.nybanner img {
    width: 100%;
    display: block;
}

.nybanner .txt {
    position: absolute;
    z-index: 99;
    top: 35%;
    left: 15%;
}

.nybanner .txt .t1 {
    font-size: 56px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.nybanner .txt .t2 {
    font-size: 20px;
}

.nynav {
    line-height: 120px;
    font-size: 20px;
}

.nynav span {
    float: left;
    margin-right: 100px;
    font-weight: bold;
}

.nynav .link {
    float: left;
}

.nynav .link a {
    margin-right: 40px;
}

.nynav .link a:hover {
    font-weight: bold;
    color: #013996;
}

.nynav .link .on {
    font-weight: bold;
    color: #013996;
}

.prolist .item {
    padding: 80px 0;
}

.prolist .item .txt {
    width: 45%;
}

.prolist .item .img {
    width: 50%;
}

.prolist .item .img img {
    width: 100%;
}

.prolist .item .t1 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 30px;
}

.prolist .item .t2 {
    font-size: 18px;
    line-height: 36px;
}

.prolist .item .more {
    display: block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    background: #e57834;
    color: #ffffff;
    border-radius: 30px;
    font-size: 18px;
    margin-top: 30px;
}

.box-hidden {
    display: none;
}

.position {
    line-height: 60px;
    border-bottom: 1px #cdcdcd solid;
    margin-top: 40px;
    font-size: 16px;
}

.prodetail .box1 {
    margin: 50px 0;
}

.prodetail .box1 .title {
    font-size: 46px;
    font-weight: bold;
}

.prodetail .box1 .line {
    width: 100px;
    height: 3px;
    background: #e57834;
    margin: 20px 0;
}

.prodetail .box1 p {
    font-size: 18px;
}

.prodetail .box2 h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.prodetail .box2 .bg {
    background: linear-gradient(to right, #f8fbff, #ffffff);
    padding: 20px 0;
    margin-bottom: 90px;
}

.prodetail .box2 .imglist img {
    border-radius: 20px;
    cursor: pointer;
    width: 130px;
    height: 110px;
    ;
}

.prodetail .box2 .left {
    width: 480px;
}

.prodetail .box2 .left .sdf,
.prodetail .box2 .left .sdf img {
    width: 100%;
    height: 404px;
}

.prodetail .left .imgbig {
    margin-bottom: 30px;
}

.prodetail .box2 .right {
    width: 1000px;
}

.prodetail .tedian .item {
    border: 1px #e5e5e5 solid;
    border-radius: 10px;
    padding: 20px 30px;
    width: 22%;
    margin-bottom: 30px;
    margin-right: 3%;
}

.prodetail .tedian .flex {
    flex-wrap: wrap;
    margin-right: -3%;
}

.prodetail .tedian .t1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.prodetail .tedian .t2 {
    font-size: 16px;
    color: #666666;
}

.prodetail .tedian {
    margin-top: 50px;
    margin-bottom: 60px;
}

.prodetail .sycj {
    margin-top: 50px;
}

.prodetail .sycj .item {
    width: 23%;
}

.prodetail .sycj .b1 .img {
    width: 100%;
    height: 0;
    position: relative;
    display: block;
    padding-bottom: 160%;
}

.prodetail .sycj .b2 {
    flex-wrap: wrap;
    align-content: space-between;
}

.prodetail .sycj .b2 .box {
    width: 100%;
}

.prodetail .sycj .b2 .img {
    width: 100%;
    height: 0;
    position: relative;
    display: block;
    padding-bottom: 75%;
}

.prodetail .sycj .item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.prodetail .sycj .item .txt {
    position: absolute;
    z-index: 99;
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 26px;
}

.prodetail .sycj .item .txt img {
    width: auto;
    height: 50px;
}

.optimized-table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
}

.optimized-table th,
.optimized-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

.optimized-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}


/* 可点击行样式 */

.clickable-row {
    cursor: pointer;
    transition: background 0.2s;
}

.clickable-row:hover {
    background: #f2f7ff;
    color: #013996;
}


/* 防止内部链接冲突 */

.no-click {
    cursor: default !important;
}

.no-click a {
    pointer-events: auto;
    /* 允许内部链接正常点击 */
}

.aboutus .about01 {
    background: url(../images/about_05.png) no-repeat right bottom;
    padding: 70px 0;
    background-size: auto 100%;
    margin-top: 100px;
}

.aboutus .about01 .title {
    line-height: 100px;
    font-size: 46px;
    font-weight: bold;
}

.aboutus .about01 .line {
    width: 70px;
    height: 3px;
    background: #e57834;
    margin: 10px 0 30px 0;
}

.aboutus .about01 .aboutxq {
    width: 800px;
    font-size: 18px;
    line-height: 36px;
}

.aboutus .about01 .aboutxq p {
    margin-bottom: 20px;
}

.h_top {
    width: 100%;
    height: 1500px;
    background-color: #00446F;
}

.h_top h3 {
    text-align: center;
    color: #fff;
    line-height: 60px
}


/*数字++++++++++*/

.digital {
    width: 100%;
    height: 150px;
    background: #049dfd;
    margin-bottom: 500px;
    color: #fff;
}

.main {
    width: 1140px;
    height: 150px;
    margin: 0 auto;
    font-size: 0;
}

.mumping_mun li {
    width: 228px;
    display: inline-block;
    margin: 30px auto;
}

.mumping_mun {
    width: 1140px;
    list-style: none;
}

.mumping_mun p {
    font-size: 20px;
    width: 100%;
    display: block;
    clear: both;
}

.mumping_mun h2 {
    font-size: 35px;
    font-weight: normal;
    float: left;
    margin-right: 10px;
}

.txt-number {
    width: 600px;
}

.txt-number .number {
    font-size: 56px;
    font-weight: bold;
    color: #013996;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.txt-number .font {
    color: #e57834;
    font-weight: bold;
    font-size: 26px;
}

.txt-number .item p {
    font-size: 20px;
}

.about02 {
    padding: 130px 0;
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

.about02 canvas {
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.about02 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 80px;
}

.about02 .list {
    position: relative;
    z-index: 99;
    flex-wrap: wrap;
}

.about02 .list .item {
    background: #ffffff;
    box-shadow: 0px 0px 20px 6px rgba(1, 57, 150, 0.1);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(1, 57, 150, 0.1);
    -moz-box-shadow: 0px 0px 20px 6px rgba(1, 57, 150, 0.1);
    width: 31%;
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 40px;
}

.about02 .list .icon {
    width: 135px;
    height: 135px;
    background: #f2fafe;
    border-radius: 50%;
    margin-right: 30px;
    margin-left: 60px;
}

.about02 .list .icon img {
    width: 45px;
    height: 45px;
}

.about02 .list .item .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}

.about02 .list .item .t2 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about03 {
    text-align: center;
    background: url(../images/about_02.jpg) center no-repeat;
    height: 730px;
    color: #ffffff;
    overflow: hidden;
}

.about03 .t1 {
    margin: 130px 0 10px 0;
    font-size: 60px;
    font-weight: bold;
}

.about03 .t2 {
    font-size: 30px;
    font-weight: bold;
}
.about04{
    background: url(../images/aboutbg_02.jpg) no-repeat center;
    overflow: hidden;
}
.about04 h1 {
    text-align: center;
    margin: 80px 0;
    font-size: 40px;
}
.about04 .swiper-container{
    padding-bottom: 60px;
}
.about04 .center {
   margin-top: 340px;
   width: 75%;
   float: left;
}
.about04 .jb{
    width: 25%;
    float: right;
    margin-top: 320px;
}
.about04 .center .txt {
    width: 25%;
    flex-wrap: wrap;
}

.about04 .center .item {
    width: 50%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.about04 .honor-about {
    width: 100%;
}

.jjfn01 {
    padding: 100px 0;
}

.jjfn01 .left {
    width: 45%;
}

.jjfn01 .left .title {
    font-size: 46px;
    font-weight: bold;
}

.jjfn01 .left .line {
    width: 70px;
    margin: 20px 0;
    height: 3px;
    background: #e57834;
}

.jjfn01 .left p {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 30px;
}

.jjfn01 .right {
    width: 45%;
}

.jjfn01 .right img {
    width: 100%;
}

.jjfa02 {
    background: #f7f7f7;
    padding: 60px 0;
}

.jjfa02 h1 {
    font-size: 30px;
    margin-bottom: 60px;
}

.jjfa02 .item {
    background: #ffffff;
    width: 24%;
    padding: 20px;
}

.jjfa02 .item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.jjfa02 .item .t1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.jjfa02 .item .t2 {
    font-size: 16px;
    line-height: 26px;
}

.jjfa03 {
    padding: 60px 0;
}

.jjfa03 h1 {
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 60px;
}

.jjfa03 .video {
    width: 47%;
    height: 617px;
}

.jjfa03 .video img {
    width: 100%;
}

.jjfa03 .list {
    width: 50%;
    flex-wrap: wrap;
}

.jjfa03 .list .item {
    width: 48%;
}

.jjfa03 .list .item .img {
    padding-bottom: 64%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.jjfa03 .list .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.jjfa03 .list .item .title {
    display: block;
    line-height: 65px;
    font-size: 22px;
}

.jjfa04 h1,
.jjfa05 h1 {
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 60px;
}

.jjfa04 .list {
    flex-wrap: wrap;
}

.jjfa04 .img {
    width: 49%;
    margin-bottom: 30px;
}

.jjfa04 .img img {
    width: 100%;
}

.jjfa05 a {
    display: block;
}

.jjfa05 .item {
    width: 23%;
}

.jjfa05 .item .img {
    padding-bottom: 60%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

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

.jjfa05 .item .title {
    font-size: 22px;
    margin-top: 30px;
}

.contus h1 {
    margin: 100px 0;
    font-size: 46px;
    font-weight: bold;
}

.contus .content {
    background: #f8fbff;
    padding: 50px;
}

.contus .content .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.contus .content .t2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contus .content .t3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contus .content .img {
    margin-right: 30px;
}

.contus .content .txt {
    font-size: 16px;
    line-height: 26px;
}

.contus .content .item {
    float: left;
    margin-right: 40px;
}

.contus .content .box {
    margin-bottom: 40px;
}

.newscenter {
    background: #f8fbff;
    padding: 0 0 60px 0;
}

.newscenter .box1 {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 100px;
}

.newscenter .box1 a,
.newscenter .box2 a {
    display: block;
}

.newscenter .box1 .img {
    width: 44%;
    padding-bottom: 25%;
    height: 0;
    position: relative;
    display: block;
}

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

.newscenter .box1 .txt {
    width: 56%;
    padding: 0 70px;
}

.newscenter .box1 .txt .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 30px 0 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newscenter .box1 .txt .title:hover {
    color: #013996;
}

.newscenter .box1 .txt .detail {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 55px;
}

.newscenter .box1 .txt p {
    font-size: 18px;
    color: #666666;
}

.newscenter .box2 {
    overflow: hidden;
    margin-right: -2%;
}

.newscenter .box2 .item {
    width: 31.3%;
    margin-bottom: 50px;
    float: left;
    margin-right: 2%;
}

.newscenter .box2 .img {
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    position: relative;
    display: block;
}

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

.newscenter .box2 .txt {
    padding: 0 20px 20px 20px;
    background: #ffffff;
}

.newscenter .box2 .txt .title {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    line-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newscenter .box2 .txt .title:hover {
    color: #013996;
}

.newscenter .box2 .txt .detail {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 30px;
}

.newscenter .box2 .txt p {
    font-size: 18px;
    color: #666666;
}

.pagination {
    margin-top: 30px;
}

.pagination form {
    text-align: center;
}

.pagination a {
    border: 1px #e7e7e7 solid;
    margin-left: 6px;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 39px;
    cursor: pointer;
}

.pagination span a {
    color: #888;
}

.pagination a:hover,
.pagination .active {
    border-color: #013996;
    background: #013996;
    color: #fff;
}

.pagination #test_page {
    width: 50px;
    height: 25px;
    border: 1px #e7e7e7 solid;
}

.article .article-title {
    margin-top: 50px;
    text-align: center;
    border-bottom: 1px dashed #c3c3c3;
}

.article .article-title h3 {
    font-size: 30px;
    font-weight: bold;
    /* color: #770403; */
}

.article .article-title p {
    display: inline-block;
    padding-top: 28px;
    padding-bottom: 35px;
}

.article .article-title p span {
    font-size: 16px;
    color: #999999;
    margin-right: 20px;
}

.article .article-title p span:last-child {
    margin-right: 0;
}

.article .article-content {
    margin-top: 25px;
    margin-bottom: 60px;
    font-size: 20px!important;
    line-height: 1.75em!important;
    font-family: fangsong !important;
}

.article .article-content p {
    font-family: fangsong !important;
    font-size: 20px!important;
    line-height: 1.75em!important;
    text-indent: 2em;
    text-align: justify;
}

.article .article-content tr {
    font-family: fangsong !important;
}

.article .article-content td {
    font-family: fangsong !important;
}

.article .article-content font {
    font-family: fangsong !important;
}

.article .article-content span {
    font-family: fangsong !important;
    font-size: 20px!important;
    line-height: 1.75em!important;
}

.article .article-content a {
    font-family: fangsong !important;
    font-size: 20px!important;
    line-height: 1.75em!important;
}

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

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

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

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

.pc-show {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about04 .honor-about img {
    width: 100%;
     
}
.about04 .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
}
.pronav {
    background: url("../images/pronavbg.png") no-repeat center;
    color: #fff;
}

.pronav:hover a {
    color: #fff !important;
}

.pronav span {
    width: 14%;
    margin-right: 0;
}

.pronav .link a {
    display: block;
}

.pronav .link {
    width: 86%;
    flex-wrap: wrap;
}

.pronav .link li {
    float: left;
    position: relative;
    margin-right: 40px;
    line-height: 120px;
}

.pronav .link li a {
    margin-right: 0;
}

.pronav .link .xiala {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 160px;
    left: -40px;
    background-color: rgba(0, 61, 163, 0.5);
}

.pronav .link .xiala li {
    line-height: 30px;
    margin: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.pronav .link .xiala li a {
    padding: 6px 0;
    font-size: 16px;
}

.pronav .link li:hover .xiala {
    display: block;
}

.pronav .link .xiala li:hover {
    background-color: rgba(0, 61, 163, 1);
}

.newdetail .box2 .bg {
    background: #f8fbff;
    padding: 30px;
}

.newdetail .title {
    font-size: 46px;
    font-weight: bold;
    margin-top: 50px;
}

.newdetail .line {
    width: 70px;
    margin: 20px 0;
    height: 3px;
    background: #e57834;
}

.newdetail .box2 .bg p {
    font-size: 16px;
    line-height: 36px;
}

.nybanner {
    position: relative;
}

.contact-banner-txt {
    position: absolute;
    left: 16%;
    top: 30%;
    width: 50%;
}

.contact-banner-txt .line {
    width: auto;
}

.contact-banner-txt .txt-left {}

.contact-banner-txt .txt-left .p1 {
    font-size: 76px;
    color: #013996;
    font-weight: bold;
    font-style: italic;
}

.contact-banner-txt .txt-left span {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    margin-top: 5px;
    display: block;
}

.contact-banner-txt .p2 {
    font-size: 28px;
    color: #ffffff;
    font-style: italic;
    letter-spacing: 4px;
    margin-left: 10px;
    margin-top: 140px;
}