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

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

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

.inContent {
    width: 1400px;
    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;
    max-width: 1920px;
    margin: 0 auto !important;
}

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: 1400px;
    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;
}

.align_items_end {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.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 {
    /*使导航栏固定在顶部*/
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99999;
    width: 100%;
    padding: 0 140px;
    height: 90px;
    border-bottom: 1px #546889 solid;
}

.navigation li {
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin: 0 20px;
    position: relative;
}

.navigation .on {
    font-weight: bold;
    color: #ffffff;
}

.navigation li a {
    display: block;
    line-height: 90px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.navigation>ul>li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.navigation li.on {
    font-weight: bold;
}
.navigation li.on li{
    font-weight: normal;
}
.language {
    margin-right: 30px;
}

.language .on {
    padding: 5px 10px;
    border-radius: 20px;
}

.language li span {
    font-size: 18px;
    color: #999999;
    margin: 0 10px;
}

.language .list {
    position: absolute;
    width: 150px;
    background: #fff;
    color: #333;
    top: 66px;
    display: none;
}

.language .list li {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.navigation a:hover {
    color: #ffffff;
}

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

.navigation .dropdown-menu li {
    color: #333333;text-align: center;width: 100%;margin: 0;
}
.navigation .dropdown-menu li a{
    line-height: normal;
    padding: 10px 0;
    font-size: 16px;
}
.navigation li:hover .dropdown-menu {
    display: block;
}

.navigation li .third {
    font-size: 16px;
    color: #1265cc;
    line-height: 30px;
}

.navigation li .third:hover,
.navigation .dropdown-menu li a:hover {
    color: #1265cc !important;
}


/* 遮罩层（蒙层） */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /* 默认隐藏 */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


/* 弹窗容器 */

#searchModal {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    width: 300px;
    position: relative;
}


/* 关闭按钮 */

#closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}


/* 搜索输入框 */

#searchInput {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}


/* 搜索按钮 */

#searchSubmit {
    width: 100%;
    padding: 8px;
    background-color: #1265cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#searchSubmit:hover {
    background-color: #1265cc;
}

.banner {
    position: relative;
}

.banner img {
    display: block;
}

.banner .wrap {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 99;
    top: 30%;
}

.banner h1 {
    font-size: 38px;
    color: #ef8641;
    text-transform: uppercase;
}

.banner h2 {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 20px;
}

.banner p {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.banner .swiper-pagination {
    bottom: 20%;
    left: 14%;
}

.banner .swiper-pagination-bullet {
    background: #ffffff;
    width: 14px;
    height: 14px;
    margin: 0 5px;
}

.index-probox {
    position: relative;
    overflow: hidden;
    /* 防止绝对定位内容溢出 */
    height: 650px;
}

.index-probox .content {
    display: none;
}

.index-probox .show {
    display: block;
}

.index02 .imgbg-box .content {
    display: none;
}

.index02 .imgbg-box .show {
    display: block;
}

.index-probox .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
    /* 防止隐藏内容仍可交互 */
}

.index-probox .content.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.index01 {
    width: 100%;
    overflow: hidden;
    background: url(../images/index_02.jpg) no-repeat center;
}

.index01 .wrap {
    position: relative;
}

.index01 .tab-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 40%;
}

.index01 .tab-box .tab {
    display: block;
    font-size: 20px;
    line-height: 80px;
    text-indent: 1em;
    cursor: pointer;
}

.index01 .tab-box .cur {
    color: #00589f;
    font-weight: bold;
    background: url(../images/arrow.png) left top 30px no-repeat;
}

.index01 .main-swiper-container {
    width: 75%;
    margin: 0 auto 30px;
    height: 450px;
}

.index01 .main-swiper .swiper-slide {
    transition: all 0.4s ease;
    /* 默认：小一点 + 灰色 */
    opacity: 0.6;
    filter: grayscale(100%);
    transform: scale(1);
}

.index01 .main-swiper .swiper-slide .txt-box {
    position: absolute;
    right: -7%;
    top: 0;
    width: 28%;
}

.index01 .main-swiper .swiper-slide .txt-box .title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.index01 .main-swiper .swiper-slide .txt-box .detail {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}


/* 当前激活的 slide：最大、彩色 */

.index01 .main-swiper .swiper-slide-active {
    opacity: 1 !important;
    filter: grayscale(0%) !important;
    transform: scale(1) !important;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index01 .main-swiper .swiper-slide-active .img {}


/* 相邻 slide：稍大一点，但仍小于 active */

.index01 .main-swiper .swiper-slide-prev,
.index01 .main-swiper .swiper-slide-next {
    opacity: 0.25 !important;
    filter: grayscale(100%) !important;
    transform: scale(0.95) !important;
    z-index: 1;
}

.index01 .main-swiper .swiper-slide-prev {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.index01 .main-swiper .swiper-slide-prev .txt-box {
    display: none;
}


/* 缩略图区域 */

.index01 .thumbs-swiper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 80px auto;
    padding: 10px;
    box-sizing: border-box;
}

.index01 .thumbs-swiper .swiper-slide {
    width: 70px;
    height: 70px;
    background: #f8fbff;
    border-radius: 50%;
    border: 5px #ffffff solid;
    cursor: pointer;
    transition: all 0.2s ease;
    filter: grayscale(100%);
}

.index01 .thumbs-swiper .swiper-slide .img {
    width: 70%;
    opacity: 0.6;
}

.index01 .thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1 !important;
    filter: grayscale(0%) !important;
    background: #ffffff;
    transform: scale(1.4);
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.075) !important;
}

.index01 .thumbs-swiper .swiper-slide-thumb-active .img {
    opacity: 1;
}

.index-bt {
    padding: 50px;
}

.index-bt .t1 {
    font-size: 24px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #ff6500;
    position: relative;
    z-index: 9;
    margin-bottom: 60px;
}

.index-bt .t1::before {
    content: '';
    position: absolute;
    border-bottom: 1px #d4d4d4 solid;
    width: 100%;
    top: 45%;
    z-index: -1;
}

.index-bt .t1 span {
    padding: 0 10px;
    background: #ffffff;
    margin-left: 40px;
    text-transform: uppercase;
}

.index-bt h2 {
    font-size: 50px;
}

.index-bt p {
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}

.index-bt .more {
    width: 160px;
    border-bottom: 1px #ffffff solid;
    font-size: 16px;
    padding: 15px 0;
}

.index-bt .more span {
    margin-right: 10px;
}

.index02 {
    position: relative;
}

.index02 .imgbg-box {
    position: relative;
    overflow: hidden;
    /* 可选，防止过渡时溢出 */
}

.index03 {
    position: relative;
    background: url(../images/indexbg_02.jpg) no-repeat left;
    padding-bottom: 40px;
}

.index02 .imgbg-box .txt-box {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}

.index02 .tab-box {
    position: absolute;
    bottom: 50px;
    right: 80px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-radius: 50px;
}

.index02 .tab-box .tab {
    padding: 30px 50px;
    width: 220px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
}

.index02 .tab-box .tab img {
    display: none;
}

.index02 .tab-box .cur {
    background-image: url(../images/11.png);
    background-repeat: no-repeat;
    background-position: right;
    background: linear-gradient(to right, #00589f, #2371f3);
    border-radius: 50px;
}

.index02 .tab-box .cur img {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
}

.index03 .index-bt p {
    width: 100%;
}

.index03 .list-box {
    flex-wrap: wrap;
    margin-right: -3%;
}

.hidden {
    display: none;
}

.index03 .list-box .card {
    position: relative;
    width: 30%;
    /* 可根据需要调整 */
    padding-bottom: 22%;
    height: 0;
    display: block;
    overflow: hidden;
    margin-right: 3%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.index03 .list-box .card img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index03 .list-box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 30px 30px;
    font-size: 20px;
    z-index: 1;
    transition: opacity 0.3s;
    background: linear-gradient(to bottom, rgba(1, 57, 150, 0) 0%, rgba(1, 57, 150, 1) 100%);
}

.index03 .list-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(1, 57, 150, 0.68);
    /* 蓝色遮罩 */
    color: white;
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    z-index: 99;
}

.index03 .list-box .overlay .subtitle {
    font-size: 20px;
    margin-top: 8px;
    text-align: left;
    line-height: 40px;
}

.index03 .list-box .overlay .more {
    position: absolute;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2371f3;
    font-size: 16px;
    border-radius: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}

.index03 .list-box .overlay .more:hover {
    color: #ffffff;
}

.index03 .list-box .card:hover .overlay {
    transform: translateY(0);
}

.index03 .list-box .card:hover .title {
    opacity: 0;
}

.index04 {
    padding: 50px 0;
}

.index04 .tab-container {
    margin: 0 auto;
    position: relative;
}

.index04 .tab-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.index04 .tab-buttons {
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.index04 .tab-btn {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    background: none;
}

.index04 .tab-btn.active {
    color: #00589f;
    font-weight: bold;
}

.index04 .nav-controls button {
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.index04 .nav-controls {
    position: absolute;
    right: 0;
    top: 120px;
}

.index04 .tab-content .box1 {
    width: 48%;
    padding-bottom: 27%;
    height: 0;
    position: relative;
    display: block;
    margin-top: 50px;
    float: left;
}

.index04 .tab-content .box1 .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.index04 .tab-content .box1 .bt {
    bottom: 0;
    position: absolute;
    width: 85%;
    height: 100px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.72);
    font-size: 20px;
    color: #013996;
}

.index04 .tab-content .box1 a {
    width: 80%;
    display: block;
}

.index04 .tab-content .box2 {
    position: absolute;
    bottom: 130px;
    right: 0;
    width: 48%;
    padding-bottom: 27%;
    height: 0;
    display: block;
}

.index04 .tab-content .box2 .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.index04 .tab-content .box2 .bt {
    background: linear-gradient(to bottom, rgba(1, 57, 150, 0) 0%, rgba(1, 57, 150, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 30px 30px;
    font-size: 20px;
    z-index: 1;
    transition: opacity 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index04 .tab-pane {
    display: none;
    overflow: hidden;
}

.index04 .tab-pane.active {
    display: block;
}

.index04 .index-bt {
    padding: 0;
}

.index05 {
    background: url(../images/index_08.jpg) no-repeat center;
    overflow: hidden;
}

.index05 h2 {
    font-size: 50px;
    margin: 90px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    color: #e57834;
}

.index05 .detail {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.index05 .num-box {
    margin: 50px 0;
}

.index05 .num-box .item {
    color: #ffffff;
    text-align: center;
    margin: 0 40px;
}

.index05 .num-box .item .num {
    font-size: 60px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.index05 .num-box .item span {
    font-size: 30px;
}

.index05 .num-box .item p {
    font-size: 20px;
}

.index05 .img {
    display: block;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 70px;
}

.index06 {
    background: url(../images/index_14.jpg) no-repeat left;
    padding-bottom: 70px;
}

.index06 .index-bt h1 {
    text-align: center;
}

.index06 .list .item {
    width: 30%;
}

.index06 .list .item .img {
    padding-bottom: 52%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

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

.index06 .list .item .date {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.index06 .list .item .title {
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 30px;
}

.index06 .list .item .more {
    font-size: 16px;
    color: #013996;
}

.index07 {
    background: #eaf0f7;
    padding-bottom: 40px;
}

.index07 .swiper-slide {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.075);
}

.index07 .swiper-slide img {
    width: 100%;
    display: block;
}

.index07 .swiper-slide .title {
    font-size: 16px;
    padding: 0 20px 20px 20px;
    display: block;
    background: #ffffff;
}

.index07 .swiper-container {
    padding: 40px;
}

.index07 .pagination {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: -80px;
    right: 0;
}

.index07 .wrap {
    position: relative;
}

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

.index07 .swiper-button-next {
    background: url(../images/right.png) no-repeat;
    background-size: 100%;
}

.index07 .swiper-button-prev {
    background: url(../images/left.png) no-repeat;
    background-size: 100%;
    left: auto;
    right: 80px;
}

.foot {
    background: #002c6c;
    color: #ffffff;
    padding: 30px 0;
}

.foot .logo-foot {
    padding-bottom: 20px;
    border-bottom: 2px #305386 solid;
}

.foot .content {
    padding: 30px 0;
}

.foot .link {
    width: 20%;
}

.foot .link a {
    display: block;
    font-size: 16px;
    line-height: 36px;
}

.foot .contact {
    width: 28%;
    font-size: 16px;
    line-height: 36px;
}

.foot .liuyan {
    width: 40%;
}

.foot .liuyan .box1 {
    font-size: 16px;
    margin-bottom: 10px;
}

.foot .liuyan .box1 img {
    margin-right: 10px;
}

.foot .liuyan .t2 {
    margin-bottom: 20px;
}

.foot .liuyan .input {
    margin-bottom: 20px;
}

.foot .liuyan .input .item {
    width: 48%;
}

.foot .liuyan .input .item input {
    width: 100%;
    height: 32px;
    text-indent: 1em;
    margin-top: 10px;
}

.foot .liuyan textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 90px;
}

.foot .liuyan button {
    cursor: pointer;
    width: 150px;
    height: 30px;
    background: #013996;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    float: right;
    margin-top: 30px;
}

.foot .fenxiang {
    margin-top: 50px;
}

.copyright {
    background: #002c6c;
    color: #ffffff;
}

.copyright .wrap {
    border-top: 2px #305386 solid;
    padding: 20px 0;
    color: #71809f;
}

.ny-banner .wrap {
    height: 500px;
    position: relative;
}

.ny-banner h1 {
    font-size: 38px;
    color: #ef8641;
}

.ny-banner h2 {
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
}

.ny-banner .location {
    position: absolute;
    color: #ffffff;
    bottom: 20px;
}

.about01 {
    background: url(../images/about_03.jpg) no-repeat center;
    padding: 80px 0;
}

.about01 .box1 .lf {
    width: 50%;
}

.about01 .box1 .lf .t1 {
    font-size: 120px;
    font-weight: bold;
    color: #013996;
    line-height: 140px;
}

.about01 .box1 .lf .t2 {
    font-size: 120px;
    font-weight: bold;
    color: #e57834;
    text-align: right;
    line-height: 140px;
}

.about01 .box1 .rt {
    width: 40%;
    margin-top: 30px;
    height: 300px;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.about01 img {
    margin: 30px auto;
    display: block;
}

.about02 {
    background: #f7f7f7;
    padding: 90px 0;
}

.about02 .rt {
    position: relative;
    overflow: hidden;
    /* 可选，防止过渡时溢出 */
    width: 70%;
    padding: 40px 60px;
    background: #ffffff;
}

.about02 .rt .content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    background: #ffffff;
}

.about02 .rt .content.show {
    opacity: 1;
    max-height: 1000px;
    /* 👈 根据你的内容调整这个值！ */
    visibility: visible;
}

.about02 .lf {
    width: 26%;
}

.about02 .lf .tab {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.075);
    margin-bottom: 30px;
    height: 210px;
    position: relative;
    cursor: pointer;
}

.about02 .lf .tab p {
    font-size: 30px;
    color: #013996;
    line-height: 40px;
}

.about02 .lf .tab .icon {
    height: 54px;
    width: 54px;
    bottom: 26px;
    right: 40px;
    position: absolute;
    background-size: 100% 100%;
}

.about02 .lf .tab .icon1 {
    background: url(../images/icon1.png) no-repeat;
}

.about02 .lf .tab .icon2 {
    background: url(../images/icon2.png) no-repeat;
}

.about02 .lf .tab .icon3 {
    background: url(../images/icon3.png) no-repeat;
}

.about02 .lf .cur {
    background: #013996;
}

.about02 .lf .cur p {
    color: #ffffff;
}

.about02 .lf .cur .icon1 {
    background: url(../images/icon1on.png) no-repeat;
}

.about02 .lf .cur .icon2 {
    background: url(../images/icon2on.png) no-repeat;
}

.about02 .lf .cur .icon3 {
    background: url(../images/icon3on.png) no-repeat;
}

.about02 .rt img {
    width: 100%;
}

.about02 .rt .t1 {
    font-size: 28px;
    font-weight: bold;
    padding: 25px 0;
}

.about02 .rt p {
    font-size: 16px;
    line-height: 30px;
}

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

.about03 .wrap {
    position: relative;
}

.about03 .txt {
    position: absolute;
    bottom: 130px;
    left: 0;
    color: #ffffff;
}

.about03 .txt h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.about03 .txt p {
    font-size: 20px;
    line-height: 30px;
}

.about04 {
    padding: 70px 0;
}

.about04 h2 {
    font-size: 50px;
    margin-bottom: 80px;
}

.about04 .swiper-slide {
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.075);
    padding: 20px;
    align-items: start;
}

.about04 .swiper-container {
    padding: 20px 20px 60px 20px;
}

.about04 .swiper-slide .txt {
    width: 70%;
}

.about04 .swiper-slide .txt .title {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about04 .swiper-slide .img {
    width: 26%;
}

.about04 .swiper-slide .detail {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666666;
}

.about04 .swiper-pagination {
    width: 100%;
    margin-top: 40px;
}

.about04 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

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

.about05 h2 {
    font-size: 50px;
}

.about05 .line {
    width: 150px;
    height: 10px;
    background: #1265cc;
    border-radius: 10px;
    margin: 20px 0 40px 0;
}

.about05 .item {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
    width: 22%;
}

.about05 .item img {
    height: 50px;
}

.about05 .item .t1 {
    font-size: 24px;
    margin: 20px 0;
}

.about05 .item .iinebox {
    width: 40px;
    height: 1px;
    background: #2371f3;
    margin: 0 auto 30px auto;
}

.about05 .item .detail {
    line-height: 26px;
    color: #666666;
}

.solution .fl .item {
    width: 25%;
    padding: 60px 90px;
    font-size: 24px;
    line-height: 50px;
    color: #666666;
    border: 1px #eff0f0 solid;
}

.solution .fl .box1 {
    background: url(../images/32.png) no-repeat right 40px bottom 20px #f8fbff;
}

.solution .fl .box2 {
    background: url(../images/31.png) no-repeat right 40px bottom 20px #f8fbff;
}

.solution .fl .box3 {
    background: url(../images/33.png) no-repeat right 40px bottom 20px #f8fbff;
}

.solution .fl .box4 {
    background: url(../images/34.png) no-repeat right 40px bottom 20px #f8fbff;
}

.solution .fl .on.box1 {
    background: url(../images/32on.png) no-repeat right 40px bottom 20px #013996;
    color: #ffffff;
    font-weight: bold;
    border: 0;
}

.solution .fl .on.box2 {
    background: url(../images/31on.png) no-repeat right 40px bottom 20px #013996;
    color: #ffffff;
    font-weight: bold;
    border: 0;
}

.solution .fl .on.box3 {
    background: url(../images/33on.png) no-repeat right 40px bottom 20px #013996;
    color: #ffffff;
    font-weight: bold;
    border: 0;
}

.solution .fl .on.box4 {
    background: url(../images/34on.png) no-repeat right 40px bottom 20px #013996;
    color: #ffffff;
    font-weight: bold;
    border: 0;
}

.solution .main {
    width: 86%;
    margin: 100px auto;
}

.solution .main .item {
    margin-bottom: 60px;
}

.solution .main .item .img {
    position: relative;
    width: 50%;
    padding-bottom: 26%;
    height: 0;
    display: block;
    overflow: hidden;
}

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

.solution .main .txt {
    width: 47%;
}

.solution .main .txt .title {
    display: block;
    font-size: 36px;
    line-height: 70px;
    font-weight: bold;
    margin: 40px 0;
}

.solution .main .tips {
    flex-wrap: wrap;
}

.solution .main .tips a {
    background: #1265cc;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.solution .main .more {
    float: right;
    font-size: 16px;
    color: #666666;
    padding-bottom: 20px;
    border-bottom: 1px #a9a9a9 solid;
}

.solution .main .more img {
    margin-left: 20px;
}

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

.solu-nei .group01 {
    background: #f8fbff;
    padding: 80px 0;
}

.solu-nei .group01 .lf {
    background: #ffffff;
    width: 73%;
    padding: 50px;
}

.solu-nei .group01 .lf img {
    max-width: 100%;
    display: block;
}

.solu-nei .group01 .lf h1 {
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 40px;
}

.solu-nei .group01 .rt {
    width: 25%;
    background: #ffffff;
}

.solu-nei .group01 .rt .bt {
    background: #1265cc;
    color: #ffffff;
    line-height: 110px;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.solu-nei .group01 .rt .link {
    background: #ffffff;
    padding: 26px;
}

.solu-nei .group01 .rt .link a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #939393;
    padding: 10px 0;
    border-bottom: 1px #c2c2c2 solid;
}

.solu-nei .group02 {
    padding: 70px 0;
}

.solu-nei .group02 h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
}

.solu-nei .group02 .item {
    width: 30%;
    background: #ffffff;
    border: 1px #eeeeed solid;
}

.solu-nei .group02 .item .img {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    height: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.solu-nei .group02 .item .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px;
}

.solu-nei .group02 .item p {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 20px;
}

.solu-nei .group02 .item .more {
    margin: 0 0 20px 20px;
    display: block;
}

.solu-nei .group02 .item .title-bt {
    font-size: 20px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 20px;
}

.solu-nei .group03 {
    background: url(../images/solution_14.jpg) no-repeat center;
    padding: 90px 0;
}

.solu-nei .group03 h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    color: #ffffff;
}

.solu-nei .group03 .content {
    flex-wrap: wrap;
}

.solu-nei .group03 .content .item {
    width: 48%;
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 34px;
}

.solu-nei .group03 .content .item img {
    margin-right: 20px;
}

.prolist .fl-box {
    padding-top: 50px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.prolist .fl-box a {
    display: block;
    font-size: 20px;
    padding: 10px 20px;
    background: #f8fbff;
    border-radius: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.prolist .fl-box .on {
    background: #013996;
    color: #ffffff;
}

.prolist .list {
    flex-wrap: wrap;
    margin-right: -3.3%;
}

.prolist .list .item {
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 30px;
}

.prolist .list .item .img {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    display: block;
    overflow: hidden;
}

.prolist .list .item .img img {
    width: 80%;
    height: 80%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prolist .list .item .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0;
}

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

.pro-nei .nei01 {
    padding: 80px 0;
    overflow: hidden;
    background: #f8fbff;
}

.pro-nei .nei01 #MagnifierWrap2 {
    position: relative;
    width: 50%;
}

.pro-nei .nei01 .MagnifierMain {
    position: relative;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    border: 2px #e6e6e6 solid;
    float: left;
}

.pro-nei .nei01 .MagnifierMain img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.pro-nei .nei01 .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;
}

.pro-nei .nei01 .MagnifierImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.pro-nei .nei01 .spec-items {
    position: relative;
    width: 90%;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.pro-nei .nei01 .spec-items ul {
    width: 50000%;
    position: absolute;
    top: 20px;
    left: 0;
}

.pro-nei .nei01 .spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pro-nei .nei01 .spec-items li {
    width: 140px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
}

.pro-nei .nei01 .spec-items .on img {
    border: 3px solid #0782c8;
}

.pro-nei .nei01 .spec-items li img {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 100px;
}

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

.pro-nei .nei01 span.spe_leftBtn,
.pro-nei .nei01 span.spe_rightBtn {
    position: absolute;
    bottom: 52px;
    display: block;
    width: 20px;
    height: 40px;
    line-height: 69px;
    font-family: "黑体";
    text-align: center;
    font-size: 30px;
    cursor: default;
}

.pro-nei .nei01 span.spe_rightBtn {
    background: url(../images/btn_15.png) no-repeat;
}

.pro-nei .nei01 .spe_rightBtn.on {
    background: url(../images/btn_17.png) no-repeat;
}

.pro-nei .nei01 .spe_leftBtn.on {
    background: url(../images/btn_16.png) no-repeat;
}

.pro-nei .nei01 .spe_leftBtn {
    background: url(../images/btn_14.png) no-repeat;
}

.pro-nei .nei01 span.spe_leftBtn {
    left: 0;
}

.pro-nei .nei01 span.spe_rightBtn {
    right: 0;
}

.pro-nei .nei01 .rt {
    width: 46%;
}

.pro-nei .nei01 h1 {
    font-size: 50px;
    margin-bottom: 40px;
    text-indent: 1em;
    border-left: 9px #1265cc solid;
}

.pro-nei .nei01 .title {
    font-size: 30px;
    color: #013996;
    font-weight: bold;
    line-height: 90px;
}

.pro-nei .nei01 .detail {
    font-size: 18px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.pro-nei .nei01 .cont {
    width: 250px;
    height: 64px;
    display: block;
    background: #2371f3;
    text-align: center;
    line-height: 64px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 24px;
    margin-top: 60px;
    float: right;
}

.pro-nei .bt-bpx {
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    background: #e5eef9;
    text-align: center;
    color: #013996;
}

.pro-nei .nei02 {
    margin-bottom: 100px;
}

.pro-nei .nei02 img {
    max-width: 100%;
}

.pro-nei .nei03 {
    text-align: center;
    padding-bottom: 50px;
}

.pro-nei .nei03 .bt-03 {
    font-size: 30px;
    color: #013996;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 40px;
}

.pro-nei .nei03 p {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}

.pro-nei .nei04,
.pro-nei .nei05,
.pro-nei .nei06 {
    text-align: center;
    padding-bottom: 50px;
}

.pro-nei .nei04 .bt-03,
.pro-nei .nei05 .bt-03,
.pro-nei .nei06 .bt-03 {
    font-size: 30px;
    color: #013996;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 40px;
}

.pro-nei .nei04 .list {
    flex-wrap: wrap;
    margin-right: -2%;
}

.pro-nei .nei04 .list .item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.pro-nei .nei04 .list .item .img {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    height: 0;
    display: block;
    overflow: hidden;
}

.pro-nei .nei04 .list .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.pro-nei .nei04 .list .item .txt {
    background: #f8fbff;
    text-align: left;
    overflow: hidden;
    padding: 20px 40px;
}

.pro-nei .nei04 .list .item .txt .title {
    font-size: 20px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
    margin-bottom: 10px;
}

.pro-nei .nei04 .list .item .more {
    float: right;
}

.pro-nei .nei05 {
    background: #f8fbff;
    padding-top: 40px;
}

.pro-nei .nei05 .content,
.pro-nei .nei06 .content {
    flex-wrap: wrap;
    margin-right: -3.3%;
}

.pro-nei .nei05 .item,
.pro-nei .nei06 .item {
    width: 29.6%;
    margin-right: 3.3%;
    margin-bottom: 30px;
    border: 1px #eeeeed solid;
    background: #ffffff;
}

.pro-nei .nei05 .item .img,
.pro-nei .nei06 .item .img {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    height: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.pro-nei .nei05 .item .more,
.pro-nei .nei06 .item .more {
    margin-left: 20px;
    margin-bottom: 20px;
    display: block;
}

.pro-nei .nei05 .item .img img,
.pro-nei .nei06 .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.pro-nei .nei05 .item p,
.pro-nei .nei06 .item p {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 20px;
}

.pro-nei .nei05 .item .title-bt {
    font-size: 20px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
    margin-bottom: 20px;
}

.pro-nei .nei06 {
    padding-top: 30px;
}

.pro-nei .nei06 .item .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px;
}

.pro-nei .nei06 {
    text-align: left;
}

.pro-nei .nei06 .bt-03 {
    text-align: center;
}

.newslist {
    background: #f8fbff;
}

.newslist .fl {
    padding: 40px 0;
}

.newslist .fl .wrap {
    flex-wrap: wrap;
}

.newslist .fl a {
    font-size: 22px;
    color: #666666;
    background: #ffffff;
    padding: 10px 20px;
    margin-right: 30px;
    border-radius: 30px;
}

.newslist .fl .on {
    background: #013996;
    color: #ffffff;
}

.newslist .list .item {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px;
}

.newslist .list .item .img {
    width: 30%;
    position: relative;
    padding-bottom: 18%;
    height: 0;
    display: block;
    overflow: hidden;
}

.newslist .list .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 20px;
}

.newslist .list .item .date {
    width: 10%;
}

.newslist .list .item .date p {
    font-size: 38px;
}

.newslist .list .item .date span {
    font-size: 16px;
    color: #666666;
}

.newslist .list .item .date .line {
    width: 100%;
    height: 4px;
    background: #dfdfdf;
    margin-top: 40px;
}

.newslist .list .item .rt {
    width: 52%;
}

.newslist .list .item .title {
    font-size: 20px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 30px;
}

.newslist .list .item .detail {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #939393;
}

.newslist .list {
    overflow: hidden;
}

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

.news-xq .bt {
    padding: 35px 0;
    margin-bottom: 20px;
}

.news-xq .bt .sda {
    text-align: center;
    color: #bfbfc1;
    font-size: 16px;
}

.news-xq .bt img {
    margin-right: 10px;
}

.news-xq .bt span {
    margin-right: 40px;
}

.news-xq h1 {
    text-align: center;
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

.news-xq .xq {
    padding-bottom: 30px;
}

.news-xq .xq p {
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
    color: #585858;
}

.newspage {
    overflow: hidden;
    margin: 40px 0
}

.newspage .y {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 60px;
    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: 65%;
}

.newspage .y span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}

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

.contactus {
    padding: 100px 0;
    background: #f8fbff;
}

.contactus h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-indent: 1em;
    margin-bottom: 40px;
    border-left: 8px #1265cc solid;
}

.contactus .content {
    padding: 50px 90px;
    flex-wrap: wrap;
    background: url(../images/193726242.png) no-repeat center bottom #ffffff;
}

.contactus .content .item {
    width: 40%;
    margin-bottom: 40px;
}

.contactus .content .item .box1 {
    padding: 10px 0;
    border-bottom: 2px #c5c5c5 solid;
    font-size: 30px;
    color: #1265cc;
    margin-bottom: 10px;
}
.contactus .content .item  .ewm{
    text-align: center;
}
.contactus .content .item .box1 img {
    margin-right: 10px;
}

.contactus .content .item p {
    font-size: 20px;
    line-height: 48px;
}

.contactus .map {
    height: 560px;
    width: 100%;
}

.caselist .fl {
    padding: 40px 0;
    border: 1px #a9aaac solid;
}

.caselist .fl .wrap {
    flex-wrap: wrap;
}

.caselist .fl a {
    font-size: 16px;
    color: #666666;
    background: #ffffff;
    padding: 10px 20px;
    margin-right: 30px;
    border-radius: 30px;
}

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

.caselist {
    background: #f8fbff;
    overflow: hidden;
}

.caselist .content {
    flex-wrap: wrap;
    margin-right: -3.1%;
    margin-top: 60px;
}

.caselist .item {
    width: 30%;
    margin-right: 3.1%;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px #eeeeed solid;
}

.caselist .item .img {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    height: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.caselist .item .title-bt {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
}

.fuwu-main {
    background: #f8fbff;
}

.fuwu-main .fuwu01 {
    padding: 60px 0;
}

.fuwu-main .fuwu01 h2 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fuwu-main .fuwu01 p {
    font-size: 18px;
    line-height: 38px;
    color: #666666;
    margin-bottom: 30px;
}

.fuwu-main .fuwu01 img {
    max-width: 100%;
}

.fuwu-main .fuwu02 .h1 {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.fuwu-main .fuwu02 .slide-content {
    width: 50%;
    background: url(../images/60.png) no-repeat right bottom #ffffff;
    position: relative;
    padding: 0 60px;
}

.fuwu-main .fuwu02 h2 {
    font-size: 40px;
    font-weight: normal;
    padding: 20px 0;
    border-bottom: 1px #555555 solid;
}

.fuwu-main .fuwu02 p {
    font-size: 30px;
    line-height: 50px;
    color: #666666;
    margin-top: 30px;
}

.fuwu-main .fuwu02 .page-counter {
    position: absolute;
    left: 60px;
    bottom: 170px;
    font-size: 50px;
}

.fuwu-main .fuwu02 .pagination {
    position: absolute;
    width: 8%;
    left: 38%;
    top: 50px;
    z-index: 99;
}

.fuwu-main .fuwu02 .slide-image {
    width: 50%;
}

.fuwu-main .fuwu02 .slide-image img {
    width: 100%;
}

.fuwu-main .fuwu03 {
    background: url(../images/fw_15.jpg) no-repeat center;
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 40px;
}

.fuwu-main .fuwu03 .h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin: 26px 0;
}

.fuwu-main .fuwu03 .h2 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 70px;
}

.fuwu-main .fuwu03 .item {
    width: 23%;
    border: 1px #ffffff solid;
    border-radius: 20px;
    padding: 20px;
    color: #ffffff;
    line-height: 24px;
}