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

.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;
    font-family: "微软雅黑";
}

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: #02609e;
}

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;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #02609e;
}

 ::selection {
    color: #fff;
    background: #02609e;
}

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

::selection {
    background-color: #02609e;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

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

.form-control:focus {
    border-color: #02609e;
    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;
}

.align_items_start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.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);
}

.head .head-top {
    padding: 20px 0;
}

.head .head-top .tel {
    margin-right: 60px;
}

.head .head-top .tel p {
    font-size: 16px;
    color: #666666;
}

.head .head-top .tel span {
    font-size: 30px;
    font-weight: bold;
    color: #00479d;
}

.head .head-top .tel img {
    margin-right: 10px;
}

.head .head-top .language {
    margin-right: 60px;
}

.head .head-top .language img {
    margin-right: 10px;
}

.head .head-top .search {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.head .head-top .search input {
    width: 280px;
    height: 46px;
    line-height: 46px;
    background: #f2f2f2;
    text-indent: 1em;
}

.head .head-top .search button {
    border-radius: 50%;
    margin: 0;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.nav li {
    position: relative;
}

.nav li a {
    font-size: 18px;
    padding: 20px 44px;
    display: block;
}

.nav li.on {
    background: #00479d;
    color: #ffffff;
}

.nav li.on:hover a {
    color: #ffffff;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 270px;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.nav .dropdown-menu li {
    color: #333333;
    text-align: center;
    width: 100%;
    margin: 0;
}

.nav .dropdown-menu li a {
    line-height: normal;
    padding: 10px 0;
    font-size: 16px;
}

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

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

.nav li.on:hover .dropdown-menu li a:hover {
    color: #02609e;
}

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

.index01 {
    padding: 78px 0;
    position: relative;
    overflow: hidden;
}

.index01 .bg {
    float: right;
}

.index01 .lf {
    width: 42%;
    position: relative;
}

.index01 .lf .t1 {
    font-size: 24px;
    color: #666666;
    margin-bottom: 20px;
}

.index01 .lf .t2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.index01 .lf .detail {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #666666;
}

.index01 .lf .more {
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 80px;
    color: #ffffff;
    background: #00479d;
    text-align: center;
    display: block;
    width: 200px;
}

.index01 .lf .more img {
    margin-left: 15px;
}

.index01 .lf .box {
    position: absolute;
    left: 0;
    width: 960px;
    background: #ffffff;
    padding: 34px 0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.075);
}

.index01 .lf .box .item {
    padding: 0 56px;
    border-right: 1px #eeeeee solid;
}

.index01 .lf .box .item .num {
    font-size: 48px;
    font-weight: bold;
    color: #00479d;
    line-height: 48px;
    margin-right: 10px;
}

.index01 .lf .box .item span {
    font-size: 18px;
}

.index01 .lf .box .item .group1 {
    align-items: flex-end;
    margin-right: 30px;
}

.index01 .lf .box .item p {
    font-size: 18px;
    margin-top: 10px;
}

.index02 {
    margin-bottom: 80px;
}

.index02 .sidebar {
    width: 24%;
    background: #f5f5f5;
    padding: 0 30px 0 80px;
    position: relative;
}

.index02 .sidebar ul {
    position: relative;
    z-index: 2;
}

.index02 .sidebar .t1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 100px;
    color: #00479d;
    font-weight: bold;
}

.index02 .sidebar .t2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #999999;
}

.index02 .sidebar li {
    font-size: 20px;
    padding: 25px 0;
    border-bottom: 1px #cccccc solid;
}

.index02 .sidebar li:hover {
    border-bottom: 1px #00479d solid;
    color: #00479d;
}

.index02 .sidebar .on {
    border-bottom: 1px #00479d solid;
    color: #00479d;
    font-weight: bold;
    background: url(../images/arrow1.png) no-repeat right center;
}

.index02 .sidebar-logo {
    position: absolute;
    z-index: 1;
    bottom: 48px;
    left: 20%;
}

.index02 .sidebar-logo img {
    max-width: 100%;
}

.index02 .list-box .content {
    display: none;
    width: 100%;
    animation: fadeIn 0.3s ease;
}

.index02 .list-box .content.active {
    display: block;
}

.index02 .list-box {
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.index02 .list {
    width: 72%;
    position: relative;
}

.index02 .list h1 {
    color: #f9f9f9;
    font-size: 200px;
    position: absolute;
    left: 50px;
    line-height: 160px;
}

.index02 .list ul {
    flex-wrap: wrap;
    margin-top: 90px;
}

.index02 .list li {
    width: 29.3%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.index02 .list li a {
    display: block;
}

.index02 .list .img {
    padding-bottom: 72%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

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

.index02 .list .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 20px 0;
}

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

.index02 .list .more {
    color: #00479d;
    font-weight: bold;
    font-size: 16px;
}

.index03 {
    position: relative;
    overflow: hidden;
    height: 997px;
}

.index03 .wrap {
    position: relative;
}

.index03 .tab-box {
    position: absolute;
    z-index: 99;
    bottom: 160px;
    width: 100%;
}

.index03 .imgbg-box .content {
    position: absolute;
    /* 所有 prolist 叠在一起 */
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    /* 防止隐藏层仍可交互 */
    width: 100%;
}

.index03 .imgbg-box .content .bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.index03 .imgbg-box .content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.index03 .imgbg-box .content .txt-box {
    margin-top: 160px;
}

.index03 .imgbg-box .content .txt-box .h1 {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(to bottom, #fff, #d9e4f3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.index03 .imgbg-box .content .txt-box p {
    width: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 50px;
}

.index03 .imgbg-box .content .txt-box .more {
    display: block;
    width: 180px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #ffffff;
    font-size: 24px;
    font-weight: bold;
    color: #374f6b;
    border-radius: 40px;
}

.index03 .tab-box .tab {
    width: 24%;
    text-align: center;
    background: rgba(0, 71, 157, 0.8);
    padding: 30px 0;
    cursor: pointer;
}

.index03 .tab-box .tab .title {
    color: #ffffff;
    font-size: 24px;
    margin-top: 25px;
}

.index03 .tab-box .tab .icon-on {
    display: none;
}

.index03 .tab-box .tab img {
    height: 44px;
}

.index03 .tab-box .tab.cur {
    background: #ffffff;
}

.index03 .tab-box .tab.cur .icon-on {
    display: block;
}

.index03 .tab-box .tab.cur .icon {
    display: none;
}

.index03 .tab-box .tab.cur .title {
    color: #00479d;
}

.index04 {
    background: url(../images/indexbg_02.jpg) no-repeat bottom;
    padding: 100px 0;
    height: 720px;
}

.index04 .top-box {
    margin-bottom: 90px;
}

.index04 .top-box .h1 {
    font-size: 48px;
    font-weight: bold;
}

.index04 .tab-box .tab {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ededed;
    font-size: 18px;
    border-radius: 30px;
    margin: 0 20px;
    cursor: pointer;
}

.index04 .tab-box .cur {
    background: #00479d;
    color: #ffffff;
}

.index04 .index-case .content {
    margin-right: -2%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    width: 100%;
}

.index04 .index-case .item {
    width: 31.3%;
    margin-right: 2%;
}

.index04 .index-case .item .img {
    padding-bottom: 62%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index04 .index-case .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index04 .index-case .item .txt {
    padding: 30px 20px;
    background: #ffffff;
}

.index04 .index-case .item span {
    width: 80%;
    font-size: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index04 .index-case .content .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00479d;
    display: block;
    margin: 40px auto;
    font-size: 18px;
    color: #ffffff;
    border-radius: 30px;
}

.index04 .index-case .content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.index04 .index-case {
    position: relative;
}

.index05 {
    padding-bottom: 80px;
}

.index05 .txt .t1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 90px;
}

.index05 h1 img {
    margin-right: 30px;
}

.index05 .txt {
    width: 30%;
}

.index05 .right-box {
    width: 68%;
    margin-top: 90px;
}

.index05 .txt .t2 {
    font-size: 24px;
    margin-bottom: 60px;
}

.index05 .txt p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

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

.index05 .swiper-slide {
    transition: transform 0.5s;
    /* 平滑过渡效果 */
    transform: scale(0.75);
    /* 默认缩放 */
}

.index05 .swiper-slide-active {
    transform: scale(1);
    /* 活动slide放大 */
}

.index05 .swiper-pagination {
    top: auto !important;
    bottom: 80px;
}

.index05 .swiper-button-next,
.index05 .swiper-button-prev {
    width: 53px;
    height: 53px;
    top: 40%;
}

.index05 .swiper-button-next {
    right: auto;
    left: 80px;
}

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

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

.index05 .pagination {
    position: relative;
    width: 100%;
    background: #dedde2;
    z-index: 99;
    height: 2px;
    margin-top: 80px;
}

.index06 {
    padding: 100px 0;
}

.index06 .top-box {
    margin-bottom: 50px;
}

.index06 .top-box .lf .t1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.index06 .top-box .lf .t2 {
    font-size: 24px;
}

.index06 .tab-box .tab {
    width: 210px;
    height: 65px;
    line-height: 65px;
    background: url(../images/icon7.png) no-repeat right 24px center #f1f1f1;
    text-indent: 1em;
    font-size: 18px;
    margin-left: 20px;
    cursor: pointer;
}

.index06 .tab-box .cur {
    background: url(../images/icon8.png) no-repeat right 24px center #00479d;
    color: #ffffff;
}

.index06 .index-news .img {
    padding-bottom: 30%;
    height: 0;
    position: relative;
    width: 42%;
    display: block;
}

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

.index06 .index-news .img .txt {
    position: absolute;
    z-index: 99;
    bottom: 0;
    background: rgba(0, 71, 157, 0.6);
    width: 100%;
    padding: 10px 0;
}

.index06 .index-news .img .txt .date {
    margin-left: 50px;
    color: #ffffff;
    text-align: center;
    margin-right: 30px;
}

.index06 .index-news .img .txt .date .p1,
.index06 .index-news .rt .item .date .p1 {
    font-size: 48px;
    font-weight: bold;
}

.index06 .index-news .img .txt .date .p2,
.index06 .index-news .rt .item .date .p2 {
    font-size: 16px;
}

.index06 .index-news .img .txt .title {
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.index06 .index-news {
    position: relative;
}

.index06 .index-news .rt {
    width: 52%;
}

.index06 .index-news .rt .item {
    padding: 20px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.index06 .index-news .rt .item .date {
    text-align: center;
    margin-right: 30px;
}

.index06 .index-news .rt .item .new-txt .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index06 .index-news .rt .item .new-txt p {
    font-size: 18px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index06 .index-news .rt .item .new-txt {
    width: 85%;
}

.index06 .index-news .content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    width: 100%;
}

.index06 .index-news .content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

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

.index07 .wrap {
    height: 810px;
}

.index07 .t1 {
    color: #999999;
    font-size: 24px;
    text-transform: uppercase;
}

.index07 .t2 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
}

.index07 .t3 {
    line-height: 30px;
    font-size: 16px;
    color: #999999;
}

.index07 .t4 {
    font-weight: bold;
    font-size: 72px;
    color: #00479d;
    margin: 36px 0;
}

.index07 .t5 {
    font-size: 30px;
}

.index07 .more {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 40px;
    border: 1px #00479d solid;
    color: #00479d;
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
}

.index07 .txt {
    margin-left: 80px;
}

.foot {
    background: #005e9a;
    padding: 60px 0;
    border-bottom: 1px #3179a6 solid;
}

.foot .box1 img {
    margin-bottom: 50px;
}

.foot .box1 .t1 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

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

.foot .box2 {
    margin: 0 30px;
}

.foot .box2 a {
    display: block;
}

.foot .box2 .p1 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.foot .box2 .p2 {
    font-size: 18px;
    color: #d9d9d9;
    line-height: 36px;
}

.foot .contactfoot {
    margin-top: 38px;
    color: #ffffff;
}

.foot .contactfoot span {
    font-size: 18px;
    margin-right: 50px;
    margin-left: 10px;
}

.copyright {
    background: #005e9a;
    padding: 20px 0;
    color: #f2f2f2;
    font-size: 16px;
    text-align: center;
}

.ny-banner {
    position: relative;
}

.ny-banner img {
    display: block;
    width: 100%;
}

.ny-banner p {
    position: absolute;
    color: #ffffff;
    font-size: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
}

.location {
    font-size: 16px;
    margin: 40px 0;
}

.location a {
    margin: 0 10px;
}

.jszc .section1 {
    background: url(../images/jszcbg_05.jpg) no-repeat center;
    overflow: hidden;
}

.jszc .section1 .item {
    background: #ffffff;
    padding: 40px 80px;
    box-shadow: 0 0 5px 5px rgba(214, 223, 253, 0.46);
    margin-bottom: 40px;
}

.jszc .section1 .item .lf {
    width: 85%;
}

.jszc .section1 .item .rt {
    width: 10%;
}

.jszc .section1 .item .rt img {
    float: right;
}

.jszc .section1 .item .title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
    display: block;
}

.jszc .section1 .item .lf p {
    font-size: 16px;
    line-height: 30px;
    color: #939393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pages {
    clear: both;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    margin: 60px auto;
}

.pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pages ul a {
    color: #555;
    display: block;
    padding: 5px 11px;
    border: 1px solid #ddd;
    float: left;
    margin: 5px;
    font-size: 12px
}

.pages ul a.page-num-current {
    background: #013996;
    color: #ffffff;
}

.pages ul a:hover {
    background: #013996;
    color: #ffffff;
}

.jszc .section2 {
    padding: 70px 0;
}

.jszc .section2 .h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.jszc .section2 .tjcp {
    margin-right: -1%;
}

.jszc .section2 .item {
    width: 24%;
    margin-right: 1%;
    padding: 0 20px;
}

.jszc .section2 .item .t1 {
    font-size: 16px;
    display: block;
    margin-left: 20px;
}

.jszc .section2 .item .t2 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
}

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

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

.jszc .section2 .item .canshu {
    padding: 10px 0;
    border-bottom: 1px #e9e9e9 solid;
}

.jszc .section2 .item .canshu .p1 {
    color: #939393;
}

.jszc .section2 .item .canshu .p2 {
    font-weight: bold;
    margin: 8px 0;
}

.jszc .section2 .item .canshu .box {
    margin: 0 30px;
}

.jszc .section2 .item .more {
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1265cc;
    color: #ffffff;
    border-radius: 30px;
    margin: 20px auto;
}

.jszc .section3 {
    background: url(../images/jszcg_11.jpg) no-repeat center;
    overflow: hidden;
}

.jszc .section3 .h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 110px;
}

.jszc .section3 p {
    width: 80%;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.jszc .section3 img {
    display: block;
    margin: 0 auto;
}

.shfw .section1 {
    background: url(../images/shbg_09.jpg) no-repeat center;
    overflow: hidden;
    padding-bottom: 80px;
}

.shfw .section1 .h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 70px auto;
}

.shfw .section1 .content {
    margin-right: -2%;
    flex-wrap: wrap;
}

.shfw .section1 .item {
    width: 23%;
    margin-right: 2%;
    background: #ffffff;
    padding: 0 36px;
    margin-bottom: 50px;
    border-bottom: 1px #ffffff solid;
}

.shfw .section1 .item:hover {
    background: #f8fbff;
    border-bottom: 1px #1265cc solid;
}

.shfw .section1 .item p {
    padding: 40px 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px #e2e2e2 solid;
    position: relative;
}

.shfw .section1 .item p::before {
    content: '';
    position: absolute;
    width: 26px;
    background: #1265cc;
    height: 3px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.shfw .section1 .item .t1 {
    font-size: 22px;
    text-align: center;
    margin: 30px 0;
}

.shfw .section2 {
    background: url(../images/193726242_11.jpg) no-repeat center;
    padding-bottom: 90px;
}

.shfw .section2 .box1 .item {
    text-align: center;
    margin: 70px 50px 130px 50px;
}

.shfw .section2 .box1 .item .t1 {
    font-size: 80px;
    color: #1265cc;
    margin-bottom: 40px;
}

.shfw .section2 .box1 .item .t2 {
    font-size: 26px;
}

.shfw .section2 .box2 .item {
    background: url(../images/shbg_15.jpg) no-repeat 100%;
    width: 25%;
    height: 160px;
    font-size: 26px;
    color: #ffffff;
    margin: 0 30px;
}

.shfw .section2 .box2 .item img {
    margin-right: 15px
}

.lxwm .section1 {
    padding: 100px 0;
    background: url(../images/lxwm_12.jpg) no-repeat center;
}

.lxwm .section1 .lf .t1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.lxwm .section1 .lf .t2 {
    font-size: 30px;
    line-height: 45px;
    color: #666666;
    margin-bottom: 20px;
}

.lxwm .section1 .rt {
    width: 50%;
}

.lxwm .section1 .rt .item {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 25px;
}

.lxwm .section1 .rt .item .box {
    width: 50%;
}

.lxwm .section1 .rt .bt {
    font-size: 24px;
    color: #666666;
    margin-bottom: 16px;
}

.lxwm .section1 .rt .item .box .tel {
    font-size: 30px;
    font-weight: bold;
}

.lxwm .section1 .rt .item .box img {
    margin-right: 20px;
}

.lxwm .map {
    height: 610px;
    text-align: center;
}

.lxwm .section2 {
    height: 517px;
    background: url(../images/lxwm_23.jpg) no-repeat center;
}

.lxwm .section2 .t1 {
    font-size: 46px;
    color: #666666;
    text-align: center;
    margin-top: 90px;
}

.lxwm .section2 .t2 {
    font-size: 46px;
    text-align: center;
}

.lxwm .section2 .more {
    width: 185px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    border-radius: 30px;
    display: block;
    margin: 30px auto;
    font-size: 20px;
    color: #666666;
}

.qysl .section1 {
    background: url(../images/qysl_05.jpg) no-repeat top center #f7f7f7;
    overflow: hidden;
}

.qysl .section1 .wrapbox {
    background: #ffffff;
    padding: 40px 130px;
}

.qysl .bt {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.qysl .bt .t1 {
    font-size: 30px;
    text-transform: uppercase;
}

.qysl .bt .t2 {
    font-size: 40px;
}

.qysl .section1 .tab-box {
    margin-bottom: 40px;
}

.qysl .section1 .tab-box .tab {
    width: 30%;
    background: #ebebeb;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.qysl .section1 .tab-box .on {
    background: #1265cc;
    color: #ffffff;
}

.qysl .section1 .content {
    display: none;
    width: 100%;
    animation: fadeIn 0.3s ease;
}

.qysl .section1 .content.active {
    display: block;
}

.qysl .section1 .content .h1 {
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px #7a7a7a solid;
    position: relative;
}

.qysl .section1 .content .h1::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 3px;
    background: #1265cc;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.qysl .section1 .content .detail {
    margin-top: 40px;
    margin-bottom: 70px;
}

.qysl .section1 #MagnifierWrap2 {
    position: relative;
    width: 100%;
}

.qysl .section1 .MagnifierMain {
    position: relative;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 50%;
    float: left;
}

.qysl .section1 .MagnifierMain img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qysl .section1 .MagnifierDrag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
    z-index: 999;
}

.qysl .section1 .MagnifierPop {
    position: absolute;
    top: 0;
    overflow: hidden;
    background: #fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center;
    z-index: 99;
}

.qysl .section1 .MagnifierImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.qysl .section1 .spec-items {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.qysl .section1 .spec-items ul {
    width: 50000%;
    position: absolute;
    top: 20px;
    left: 0;
}

.qysl .section1 .spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.qysl .section1 .spec-items li {
    width: 280px;
    float: left;
    margin-right: 70px;
    cursor: pointer;
    text-align: center;
}

.qysl .section1 .spec-items .on img {
    border: 3px solid #0782c8;
}

.qysl .section1 .spec-items li img {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 155px;
}

.qysl .section1 .spec-items li span {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 10px;
}

.qysl .section1 span.spe_leftBtn,
.qysl .section1 span.spe_rightBtn {
    position: absolute;
    bottom: 252px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 69px;
    font-family: "黑体";
    text-align: center;
    font-size: 30px;
    cursor: default;
}

.qysl .section1 span.spe_rightBtn {
    background: url(../images/btn_15.png) no-repeat;
}

.qysl .section1 .spe_rightBtn.on {
    background: url(../images/btn_17.png) no-repeat;
}

.qysl .section1 .spe_leftBtn.on {
    background: url(../images/btn_16.png) no-repeat;
}

.qysl .section1 .spe_leftBtn {
    background: url(../images/btn_14.png) no-repeat;
}

.qysl .section1 span.spe_leftBtn {
    left: 46%;
}

.qysl .section1 span.spe_rightBtn {
    right: 46%;
}

.qysl .section2 {
    margin: 40px 0;
    padding-bottom: 100px;
    background: url(../images/qysl_10.jpg) no-repeat center bottom;
}

.qysl .section2 .item {
    position: relative;
}

.qysl .section2 .item .t1 {
    color: #ffffff;
    font-size: 30px;
    left: 55px;
    top: 75px;
    position: absolute;
    font-weight: bold;
}

.qysl .section2 .item .t2 {
    color: #ffffff;
    font-size: 20px;
    left: 55px;
    top: 150px;
    position: absolute;
    line-height: 24px;
}

.qysl .section3 {
    height: 648px;
    background: url(../images/qysl_29.jpg) no-repeat center;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.qysl .section3 .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 140px;
}

.qysl .section3 .t2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}

.qysl .section3 .t3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.qysl .section3 .more {
    width: 240px;
    height: 70px;
    line-height: 70px;
    background: #1265cc;
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 20px;
}

.newslist .section1 {
    padding: 0 100px;
    margin-bottom: 70px;
}

.newslist .section1 .h1 {
    font-size: 46px;
}

.newslist .section1 .fl .tab {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f7f7f7;
    font-size: 18px;
    display: block;
    border-radius: 30px;
    margin-left: 30px;
}

.newslist .section1 .fl .on {
    background: #1265cc;
    color: #ffffff;
}

.newslist .section2 .img {
    padding-bottom: 24%;
    height: 0;
    position: relative;
    width: 50%;
    display: block;
}

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

.newslist .section2 .rt {
    width: 50%;
    background: #f7f7f7;
    padding: 30px 40px;
}

.newslist .section2 .rt .t1 {
    background: #1265cc;
    color: #ffffff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    display: block;
    border-radius: 30px;
    margin-bottom: 30px;
}

.newslist .section2 .rt .title {
    display: block;
    font-size: 26px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 30px;
}

.newslist .section2 .rt .detail {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newslist .section2 .rt .date img {
    margin-left: 20px;
}

.newslist .section2 {
    margin-bottom: 80px;
}

.newslist .section3 {
    flex-wrap: wrap;
    margin-right: -3.3%;
}

.newslist .section3 .item {
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 30px;
    position: relative;
}

.newslist .section3 .item .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

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

.newslist .section3 .item .title {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 30px 0 50px 0;
}

.newslist .section3 .item .date {
    position: absolute;
    bottom: 0;
}

.newslist .section3 .item .date img {
    margin-left: 20px;
}

.news-nei {
    overflow: hidden;
    background: #f8fbff;
}

.news-nei .lf-box {
    width: 70%;
    margin-top: 40px;
}

.news-nei .lf-box .h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
.news-nei .lf-box .h1 h1{
    font-size: 40px;
   
}
.news-nei .lf-box .date {
    color: #666666;
    margin-bottom: 40px;
}

.news-nei .lf-box .date span {
    margin-left: 10px;
}

.news-nei .lf-box .content img {
    max-width: 100%;
}

.newspage {
    overflow: hidden;
    margin: 40px 0;
    border-top: 1px #e4e4e4 solid;
    padding: 30px 0;
}

.newspage .lf {
    width: 80%;
}

.newspage .y {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 40px;
    text-align: center;
    color: #b4b4b4;
    font-size: 16px;
    display: block;
}

.newspage .y a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 30px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.newspage .y:hover .left {
    background: #013996;
    color: #fff;
}

.newspage .return {
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px #1265cc solid;
    color: #1265cc;
    font-size: 18px;
}

.news-nei .rt-box {
    width: 25%;
    background: #ffffff;
    padding: 30px;
}

.news-nei .rt-box .h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.news-nei .rt-box .item {
    margin-bottom: 30px;
}

.news-nei .rt-box .item .img {
    padding-bottom: 28%;
    height: 0;
    position: relative;
    width: 40%;
    display: block;
}

.news-nei .rt-box .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news-nei .rt-box .item .txt {
    width: 55%;
}

.news-nei .rt-box .item .txt .date {
    font-size: 16px;
    color: #666666;
    margin-bottom: 5px;
}

.news-nei .rt-box .item .txt .title {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-case {
    padding: 70px 0;
}

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

.news-case .item {
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 30px;
}

.news-case .content {
    margin-right: -3.3%;
    flex-wrap: wrap;
}

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

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

.news-case .item .title {
    display: block;
    font-size: 26px;
    margin-left: 50px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-case .item .icon {
    display: block;
    margin-left: 30px;
    margin-top: 10px;
}

.case {
    background: #f7f7f7;
    overflow: hidden;
}

.case .section1 {
    background: #ffffff;
    padding: 40px 0;
    margin-bottom: 70px;
}

.case .section1 .h1 {
    font-size: 30px;
    font-weight: bold;
    width: 20%;
}

.case .section1 .link {
    flex-wrap: wrap;
    width: 75%;
}

.case .section1 .link a {
    font-size: 20px;
    line-height: 48px;
    margin-right: 40px;
    color: #666666;
}

.case .section1 .link span {
    margin-left: 10px;
}

.case .section1 .link .on {
    color: #1265cc;
}

.case .section2 .img {
    padding-bottom: 25%;
    height: 0;
    position: relative;
    width: 70%;
    display: block;
}

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

.case .section2 .txt {
    width: 30%;
    background: #ffffff;
    padding: 30px;
    position: relative;
}

.case .section2 .txt img {
    display: block;
}

.case .section2 .txt .title {
    font-size: 26px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.case .section2 .txt .detail {
    font-size: 16px;
    display: block;
    line-height: 28px;
    color: #666666;
}

.case .section2 .txt .more {
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 20px;
    color: #1265cc;
}

.case .news-case .item {
    background: #ffffff;
    padding-bottom: 40px;
}

.case .section3 .h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.case .section3 .tjcp {
    margin-right: -1%;
    flex-wrap: wrap;
}

.case .section3 .item {
    width: 24%;
    margin-right: 1%;
    padding: 0 20px;
    background: #ffffff;
    padding-top: 30px;
    margin-bottom: 30px;
}

.case .section3 .item .t1 {
    font-size: 16px;
    display: block;
    margin-left: 20px;
}

.case .section3 .item .t2 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
}

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

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

.case .section3 .item .canshu {
    padding: 10px 0;
    border-bottom: 1px #e9e9e9 solid;
}

.case .section3 .item .canshu .p1 {
    color: #939393;
}

.case .section3 .item .canshu .p2 {
    font-weight: bold;
    margin: 8px 0;
}

.case .section3 .item .canshu .box {
    margin: 0 30px;
}

.case .section3 .item .more {
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1265cc;
    color: #ffffff;
    border-radius: 30px;
    margin: 20px auto;
}

.case .section4 {
    background: url(../images/193726242_11.jpg) no-repeat center #ffffff;
    padding-bottom: 90px;
}

.case .section4 .box1 .item {
    text-align: center;
    margin: 70px 50px 130px 50px;
}

.case .section4 .box1 .item .t1 {
    font-size: 80px;
    color: #1265cc;
    margin-bottom: 40px;
}

.case .section4 .box1 .item .t2 {
    font-size: 26px;
}

.case .section4 .box2 .item {
    background: url(../images/shbg_15.jpg) no-repeat 100%;
    width: 25%;
    height: 160px;
    font-size: 26px;
    color: #ffffff;
    margin: 0 30px;
}

.case .section4 .box2 .item img {
    margin-right: 15px
}

.case .section5 {
    height: 313px;
    text-align: center;
    background: url(../images/case_10.jpg) no-repeat center;
    overflow: hidden;
}

.case .section5 .h1 {
    color: #ffffff;
    font-size: 40px;
    margin: 70px 0 30px 0;
}

.case .section5 .more {
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ffffff;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
}

.about .section1 {
    background: url(../images/about_05.jpg) no-repeat center;
    overflow: hidden;
}

.about .section1 .main {
    padding: 50px 0;
}

.about .section1 .main .lf {
    width: 52%;
    padding-left: 8%;
    padding-right: 80px;
}

.about .section1 .main .rt {
    width: 48%;
}

.about .section1 .main .rt img {
    width: 100%;
}

.about .section1 .main .lf .h1 {
    font-size: 56px;
    color: #1265cc;
    font-weight: bold;
    font-style: italic;
    margin-top: 60px;
}

.about .section1 .main .lf .t1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.about .section1 .main .lf .jieshao {
    overflow-y: scroll;
    height: 300px;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}

.about .section2 {
    padding: 70px 0;
}

.about .section2 .item {
    text-align: center;
    font-size: 18px;
    width: 12%;
}

.about .section2 .item .box1 {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    margin-bottom: 8px;
}

.about .section2 .item .num {
    font-size: 60px;
    color: #00479d;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-right: 10px;
}

.about .section2 .item p {
    padding-top: 20px;
    position: relative;
    border-top: 1px #c9c9c9 solid;
}

.about .section2 .item p::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 3px;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: #1265cc;
}

.about .section3 {
    background: linear-gradient(to right, #f0f3fe, #ffffff);
    padding: 60px 0;
}

.about .section3 .item-group .desc {
    display: none;
    transition: all 0.4s;
}

.about .section3 .item-group.self .title {
    display: none;
}

.about .section3 .item-group.self .desc {
    display: block;
    position: relative;
}

.about .section3 .item-group.self .desc .h1 {
    position: absolute;
    top: 160px;
    left: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.about .section3 .item-group.self .desc .h2 {
    position: absolute;
    top: 230px;
    left: 50px;
    font-size: 16px;
    color: #ffffff;
    width: 40%;
    line-height: 26px;
}

.about .section3 .item-group.self .desc .box {
    background: linear-gradient(to right, #1265cc, #00a0e9);
    width: 310px;
    height: 330px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    border-radius: 10px;
    padding: 35px;
    color: #ffffff;
}

.about .section3 .item-group.self .desc .box .t1 {
    font-size: 20px;
    font-weight: bold;
}

.about .section3 .item-group.self .desc .box .t2 {
    font-size: 52px;
    font-weight: bold;
    padding: 10px 0;
}

.about .section3 .item-group.self .desc .box .more {
    height: 60px;
    line-height: 60px;
    background: #1265cc;
    display: block;
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    text-indent: 1em;
    border-radius: 10px;
    color: #ffffff;
}

.about .section3 .item-group h3 {
    padding: 50px 40px 0 40px;
    height: 630px;
    width: 110px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.about .section3 .item-group .bg3 {
    background: url(../images/about_11.jpg) no-repeat center 100%;
}

.about .section3 .item-group .bg2 {
    background: url(../images/about_14.jpg) no-repeat center 100%;
}

.about .section3 .item-group .bg1 {
    background: url(../images/aabout_14.jpg) no-repeat center 100%;
}

.about .section3 .en,
.about .section4 .en,
.about .section5 .en,
.about .section6 .en {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.about .section3 .zh,
.about .section4 .zh,
.about .section5 .zh,
.about .section6 .zh {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about .section4 {
    padding: 60px 0;
}


/*大事记start*/

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 92px;
    position: relative;
    overflow: hidden;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';
    width: 85%;
    height: 1px;
    background: #efefef;
    position: absolute;
    /* top:33%;*/
    /* right:-140%;*/
    right: 8%;
    top: 35%;
    /* margin-top:-0.5px;*/
    z-index: 10;
}

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    margin: 0 30px;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.parHd li.act span {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(../images/cat.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 29px;
    z-index: 21;
}

.parBd {
    text-align: center;
    margin: 70px 0;
}

.parBd .year {
    font-size: 96px;
    color: #1265cc;
    font-weight: bold;
    padding: 0 10%;
}

.parBd .txt {
    text-align: left;
    font-size: 18px;
    line-height: 44px;
}

.sPrev,
.sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 10px;
}

.sNext {
    right: 10px;
}

.about .section5 {
    background: url(../images/about_18.jpg) no-repeat center;
    overflow: hidden;
    padding: 70px 0;
}

.about .section5 .main {
    margin-left: 8%;
}

.about .section5 .swiper-slide {
    width: 960px;
    background: #ffffff;
    margin-right: 6%;
}

.about .section5 .swiper-slide .lf {
    width: 60%;
}

.about .section5 .swiper-slide .lf .video {
    width: 100%;
    height: 370px;
}

.about .section5 .swiper-slide .lf .video video {
    width: 100%;
    height: 100%;
}

.about .section5 .swiper-slide .lf p {
    font-size: 16px;
    list-style: 24px;
    padding: 20px;
}

.about .section5 .swiper-slide .rt {
    width: 40%;
    padding: 40px;
}

.about .section5 .swiper-slide .rt .box1 span {
    font-size: 30px;
    color: #dddddd;
    font-weight: bold;
}

.about .section5 .swiper-slide .rt .h1 {
    font-size: 30px;
    text-align: right;
    font-weight: bold;
    margin: 20px 0;
}

.about .section5 .swiper-slide .rt .t1 {
    font-size: 16px;
    text-align: right;
    line-height: 32px;
}

.about .section5 .swiper-container {
    padding-bottom: 50px;
}

.about .section6 {
    padding: 70px 0;
}

.about .section6 .ms {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 60px;
}

.about .section6 .ms span {
    color: #1265cc;
    font-weight: bold;
    font-size: 30px;
}

.about .section6 .swiper-button-next,
.about .section6 .swiper-button-prev {
    width: 45px;
    height: 45px;
}

.about .section6 .swiper-button-next {
    background: url(../images/right.png) no-repeat;
    background-size: 100%;
    left: 60px;
}

.about .section6 .swiper-button-prev {
    background: url(../images/left.png) no-repeat;
    background-size: 100%;
    left: 0;
}

.about .section6 .pagination {
    position: relative;
    border: 1px #e0dfe4 solid;
    margin-top: 80px;
}

.about .section7 {
    height: 648px;
    background: url(../images/qysl_29.jpg) no-repeat center;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.about .section7 .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 140px;
}

.about .section7 .t2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}

.about .section7 .t3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about .section7 .more {
    width: 240px;
    height: 70px;
    line-height: 70px;
    background: #1265cc;
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 20px;
}

.about .section8 {
    background: url(../images/jszcg_11.jpg) no-repeat center;
    overflow: hidden;
}

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

.about .section8 .en {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
    text-transform: uppercase;
}

.about .section8 p {
    width: 80%;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.about .section8 img {
    display: block;
    margin: 0 auto;
}

.solution .subNavBox {
    width: 27%;
    background: #f8fbff;
}

.solution .subNav {
    border-bottom: solid 1px #e5e3da;
    cursor: pointer;
    font-size: 20px;
    line-height: 80px;
    padding-left: 30px;
    background: url(../images/jia.png) no-repeat;
    background-position: 85% 50%
}

.solution .subNav:hover {
    color: #277fc2;
}

.solution .currentDd {
    color: #277fc2
}

.solution .currentDt {
    background-image: url(../images/line.png);
    border-bottom: 0;
}

.solution .navContent {
    display: none;
    border-bottom: solid 1px #e5e3da;
}

.solution .navContent li a {
    display: block;
    font-size: 16px;
    line-height: 53px;
    color: #666666;
    padding-left: 30px;
}

.solution .navContent li a:hover {
    color: #fff;
    background-color: #277fc2
}

.solution .solu-right {
    width: 71%;
}

.solution .solu-right .item {
    background: #f8fbff;
    padding: 30px;
    margin-bottom: 30px;
}

.solution .solu-right .item .txt {
    width: 45%;
}

.solution .solu-right .item .txt .title {
    font-size: 26px;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solution .solu-right .item .txt .detail {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 40px;
}

.solution .solu-right .item .txt .more {
    color: #1265cc;
    font-size: 16px;
    text-align: right;
    display: block;
}

.solution .solu-right .item .img {
    padding-bottom: 32%;
    height: 0;
    position: relative;
    width: 50%;
    display: block;
}

.solution .solu-right .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.solution .jszc .section2 {
    background: #f8fbff;
}

.solution .jszc .section2 .item {
    background: #ffffff;
    padding-top: 30px;
}

.indexOne {
    overflow: hidden;
}

.indexOne .tleBox {
    position: relative;
}

.indexOne .tleBox h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 80px 0 50px 0;
}

.indexOne .tleBox .link a {
    font-size: 16px;
    margin-right: 40px;
}

.indexOne .box {
    margin-top: .6rem;
    background: url(../images/solution_10.jpg) no-repeat center;
}

.indexOne ul {
    display: flex;
    margin-left: -.2rem;
}

.indexOne ul li {
    position: relative;
    height: 6.15rem;
    overflow: hidden;
    transition: .5s;
    margin-left: .02rem;
    flex: 1;
    border-right: 1px #fff solid;
}

.indexOne ul li.on {
    flex: 1;
}

.indexOne ul li .imgBox {
    height: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.indexOne ul li .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexOne ul li .con {
    padding: .5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}

.indexOne .on .con {
    background: rgba(0, 0, 0, 0.53);
}

.indexOne ul li p {
    color: #fff;
    font-size: 14px;
    transform: translateY(30px);
    opacity: 0;
    transition: .4s;
}

.indexOne ul li p a {
    border: 1px #ffffff solid;
    padding: 8px 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.indexOne ul li h4 {
    position: absolute;
    bottom: 0;
    left: 30px;
    padding-bottom: 120px;
    color: #ffffff;
    opacity: 1;
    font-size: 30px;
    font-family: "PFBold";
    transition: .3s;
}

.indexOne ul li .gd {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #ffffff;
    opacity: 1;
    font-size: 20px;
    transition: .3s;
}

.indexOne ul li.on .gd {
    opacity: 0;
}

.indexOne ul li h5 {
    color: #ffffff;
    font-size: 46px;
    font-family: "PFBold";
    opacity: 0;
    transform: translateY(0.3rem);
    transition: .4s;
    margin-bottom: 40px;
}

.indexOne ul li .con .omit {
    flex-wrap: wrap;
}

.indexOne ul li .more {
    opacity: 0;
    transform: translateY(0.3rem);
    transition: .4s;
    font-size: 15px;
}

.indexOne ul li .more1:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.indexOne ul li .more1 {
    margin-top: 30px;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right, #5796c4, #1a5d98);
    color: #ffffff;
    transition: all 0.5s ease-out;
    border-radius: 30px;
}

.indexOne ul li .more1 span {
    font-size: var(--font14);
}

.indexOne ul li.on h4 {
    opacity: 0;
}

.indexOne ul li.on h5 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s;
}

.indexOne ul li.on p {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .4s;
}

.indexOne ul li.on .more {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .5s;
}

.solution-nei {
    background: #f8fbff;
}

.solution-nei .h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.solution-nei .main {
    padding: 60px 140px 10px 140px;
    background: #ffffff;
    margin-top: -140px;
    position: relative;
    z-index: 9;
}

.solution-nei .main .content img {
    max-width: 100%;
}

.solution-nei .jszc .section2 .item {
    width: 32.3%;
    margin-right: 1%;
    padding: 0 20px;
}

.solution-nei .case {
    padding: 60px 0 0 0;
    background: #f8fbff;
}

.solution-nei .case .h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}

.proh1 {
    font-size: 40px;
    font-weight: bold;
    margin: 87px 0 30px 0;
}

.pro-box1 {
    padding: 0 30px;
}


/*图片放大板块开始*/

.imgdet {
    position: relative;
    background: #fff;
    width: 100%;
}

.imgdet .imglist {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 11%;
    overflow: hidden;
}

.imgdet .imglist ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}

.imgdet .imglist ul li {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 95%;
    display: block;
    margin-bottom: 30px;
}

.imgdet .imglist ul li:last-of-type {
    margin-bottom: 0;
}

.imgdet .imglist ul .active {
    border: 2px solid #1265cc;
}

.imgdet .imglist ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.imgdet .imgpart {
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 47%;
}

.imgdet .imgpart .pic {
    padding-bottom: 80%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.imgdet .imgpart .pic .magnify {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
}

.imgdet .imgpart .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}


/* .imgdet .imgpart:hover .bigpic{
    display: block;
}
.imgdet .imgpart:hover .magnify{
    display: block;
} */

.imgdet .imgpart .bigpic {
    display: none;
    position: absolute;
    top: 0;
    right: -470px;
    width: 460px;
    height: 460px;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
}

.imgdet .imgpart .bigpic>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
}

.imgdet .prort-box {
    width: 40%;
    padding: 40px;
}

.imgdet .prort-box .bt {
    margin-bottom: 40px;
}

.imgdet .prort-box .bt .t1 {
    font-size: 40px;
    color: #1265cc;
}
.imgdet .prort-box .bt .t1 h1{
    font-size: 40px;
    
}
.imgdet .prort-box .bt .t2 {
    font-size: 34px;
}
.imgdet .prort-box .bt .t2 h2{
    font-size: 34px;
}

.imgdet .prort-box .canshu .item {
    padding-right: 5%;
}

.imgdet .prort-box .canshu .item .group {
    margin-bottom: 15px;
}

.imgdet .prort-box .canshu .item .group p {
    font-size: 20px;
    color: #999999;
}

.imgdet .prort-box .canshu .item .group span {
    font-size: 18px;
    font-weight: bold;
}

.imgdet .prort-box .miaoshu {
    margin: 40px 0;
    font-size: 20px;
    color: #999999;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.imgdet .prort-box .miaoshu h3{
    font-size: 20px;
}

.imgdet .prort-box .link {
    width: 100%;
    height: 80px;
    font-size: 20px;
}

.imgdet .prort-box .link a {
    display: block;
    text-align: center;
    width: 50%;
    line-height: 80px;
    color: #ffffff;
}

.imgdet .prort-box .link .l1 {
    background: #1265cc;
}

.imgdet .prort-box .link .l2 {
    background: #333333;
}

.pro-box2 {
    padding: 90px 0;
    background: #ffffff;
}

.pro-box2 .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.pro-box3 {
    background: url(../images/product_11.jpg) no-repeat center;
    padding: 70px 0;
}

.pro-box3 .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.pro-box3 .item {
    width: 23%;
    padding: 30px;
    background: #ffffff;
    overflow: hidden;
}

.pro-box3 .item .txt {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
    border-bottom: 1px #cccccc solid;
    position: relative;
}

.pro-box3 .item .txt::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #1265cc;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.pro-box3 .item .num {
    text-align: center;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
    height: 30px;
}

.pro-box4 {
    padding: 70px 0;
    background: #f7f7f7;
}

.pro-box4 .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.cp-fl {
    overflow: hidden;
    background: #f7f7f7;
}

.cp-fl .cpfl-01 {
    padding: 60px 0;
}

.cp-fl .cpfl-01 .fenlei {
    margin-bottom: 50px;
}

.cp-fl .cpfl-01 .lf-title {
    font-size: 40px;
    font-weight: bold;
}

.cp-fl .cpfl-01 .link {
    width: 80%;
    text-align: right;
    font-size: 16px;
    flex-wrap: wrap;
}

.cp-fl .cpfl-01 .link a {
    margin-left: 30px;
}

.cp-fl .cpfl-02 .group {
    margin-bottom: 50px;
}

.cp-fl .cpfl-02 .group .item {
    width: 23%;
    background: #ffffff;
}

.cp-fl .cpfl-02 .group .img {
    position: relative;
}

.cp-fl .cpfl-02 .group .img img {
    width: 100%;
}

.cp-fl .cpfl-02 .group .img .t1 {
    position: absolute;
    color: #ffffff;
    left: 36px;
    top: 58px;
    font-size: 30px;
    font-weight: bold;
}

.cp-fl .cpfl-02 .group .img .t2 {
    position: absolute;
    color: #ffffff;
    left: 36px;
    top: 120px;
    font-size: 20px;
}

.cp-fl .cpfl-02 .group .img .more {
    font-size: 20px;
    color: #ffffff;
    left: 36px;
    position: absolute;
    bottom: 60px;
}

.cp-fl .cpfl-02 .pro {
    padding: 0 20px;
    background: #ffffff;
    padding-top: 15px;
}

.cp-fl .cpfl-02 .pro .t1 {
    font-size: 16px;
    display: block;
    margin-left: 20px;
}

.cp-fl .cpfl-02 .pro .t2 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
}

.cp-fl .cpfl-02 .pro .img {
    padding-bottom: 60%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.cp-fl .cpfl-02 .pro .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.cp-fl .cpfl-02 .pro .canshu {
    padding: 10px 0;
    border-bottom: 1px #e9e9e9 solid;
}

.cp-fl .cpfl-02 .pro .canshu .p1 {
    color: #939393;
}

.cp-fl .cpfl-02 .pro .canshu .p2 {
    font-weight: bold;
    margin: 8px 0;
}

.cp-fl .cpfl-02 .pro .canshu .box {
    margin: 0 30px;
}

.cp-fl .cpfl-02 .pro .more {
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1265cc;
    color: #ffffff;
    border-radius: 30px;
    margin: 10px auto;
}