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;
}

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: #014099;
}

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: #014099;
}

 ::selection {
    color: #fff;
    background: #014099;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #014099;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #014099;
    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);
}

.ny-banner {
    height: 450px;
    background-size: 100% auto !important;
}

.location {
    height: 80px;
    line-height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.085);
}

.location a {
    font-size: 16px;
    margin-right: 40px;
}

.location .on {
    font-weight: bold;
    color: #014099;
}

.professional .zy-bt {
    background: url(../../images/zy/bt_03.jpg) no-repeat center;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    height: 110px;
    line-height: 110px;
}

.professional .section1 {
    padding: 70px 0;
}

.professional .zy-t1 {
    font-size: 24px;
    line-height: 40px;
    width: 63%;
    margin: 30px auto;
    text-align: center;
}

.professional .section1 .imgbox {
    margin-top: 60px;
}

.professional .section2 .swiper {
    width: 100%;
    height: 665px;
    overflow: hidden;
    /* 确保圆角内内容被裁剪 */
    position: relative;
    padding-bottom: 80px;
    margin-top: 50px;
}

.professional .section2 .swiper-slide {
    /* 确保图片填满 slide */
    display: block;
}

.professional .section2 .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* 底部蓝色遮罩与文字 */

.professional .section2 .slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 60px 20px;
    /* 蓝色渐变遮罩 */
    background: linear-gradient(to top, rgba(0, 23, 51, 0.9), rgba(0, 23, 51, 0.4), transparent);
    color: white;
    box-sizing: border-box;
    pointer-events: none;
    /* 防止遮罩阻挡点击事件 */
}

.professional .section2 .slide-caption h3 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}


/* 自定义导航按钮样式 */

.professional .section2 .swiper-button-prev {
    background: url(../../images/zy/left.png) no-repeat;
    left: 10%;
}

.professional .section2 .swiper-button-next {
    background: url(../../images/zy/right.png) no-repeat;
    right: 10%;
}

.professional .section2 .swiper-button-next,
.professional .section2 .swiper-button-prev {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


/* 关键：按钮被禁用时的样式 (变灰) */

.professional .section2 .swiper-button-next.swiper-button-disabled,
.professional .section2 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
    /* 变灰透明度 */
    cursor: not-allowed;
    pointer-events: none;
    /* 禁止点击 */
}


/* 分页器样式 (小圆点) */

.professional .section2 .swiper-pagination {
    bottom: 15px !important;
    width: 100%;
}

.professional .section2 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #e6e6e6;
    opacity: 1;
}

.professional .section2 .swiper-pagination-bullet-active {
    background: #0365d0;
}


/* 滚动容器 */

.professional .section3 .scroll-container {
    width: 100%;
    background: #fff;
    margin-top: 50px;
    border-radius: 12px;
    overflow: hidden;
    /* 关键：隐藏滚动条和超出区域 */
}


/* 滚动行通用样式 */

.professional .section3 .scroll-row {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    /* 行间距 */
}

.professional .section3 .scroll-row:last-child {
    margin-bottom: 160px;
}


/*
   滚动轨道
   使用 flex 布局让图片横向排列
*/

.professional .section3 .track {
    display: flex;
    align-items: center;
    /* 这里的宽度由内容撑开 */
}


/* 单个 Logo 样式 */

.professional .section3 .logo-item {
    flex: 0 0 auto;
    /* 防止图片被压缩 */
    width: 340px;
    /* 控制每个Logo的宽度 */
    margin: 0 30px;
    /* Logo 之间的间距 */
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}

.professional .section3 .logo-item img {
    width: 100%;
    height: auto;
    display: block;
}


/* --- 动画定义 --- */


/* 第一行：向左滚动 */

.professional .section3 .row-1 .track {
    animation: scroll-left 40s linear infinite;
}


/* 第二行：向右滚动 (反向) */

.professional .section3 .row-2 .track {
    animation: scroll-right 40s linear infinite;
}


/* 鼠标悬停暂停 (可选体验优化) */

.professional .section3 .scroll-container:hover .track {
    animation-play-state: paused;
}


/* 关键帧：向左移动 */

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
    /* 移动自身宽度的50%，因为我们复制了一组内容 */
}


/* 关键帧：向右移动 */

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    /* 从负50%开始 */
    100% {
        transform: translateX(0);
    }
}

.professional .section4 {
    background: url(../../images/zy/zybg_21.jpg) no-repeat center;
    height: 570px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.professional .section4 .h1 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 110px;
}

.professional .section4 .en {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    top: 130px;
    position: absolute;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
}

.professional .section4 .txt {
    font-size: 24px;
    color: #ffffff;
    width: 64%;
    margin: 50px auto;
    line-height: 40px;
}

.professional .section5 {
    position: relative;
    margin: 80px 0;
}

.professional .section5 .wrap {
    position: relative;
}

.professional .section5 .swiper {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
}


/* 单个滑块 */

.professional .section5 .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* 图片样式 */

.professional .section5 .slide-img {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


/* 图片悬停效果（可选，增加质感） */

.professional .section5 .slide-img:hover {
    transform: translateY(-5px);
}


/* 文字标题 */

.professional .section5 .slide-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}


/* 导航按钮样式 */

.professional .section5 .swiper-button-next,
.professional .section5 .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: all 0.3s;
}

.professional .section5 .swiper-button-prev {
    background: url(../../images/zy/prev.png) no-repeat;
}

.professional .section5 .swiper-button-next {
    background: url(../../images/zy/next.png) no-repeat;
}


/* 移除默认的 focus 轮廓 */

.professional .section5 .swiper-button-next:focus,
.professional .section5 .swiper-button-prev:focus {
    outline: none;
}

.professional .section6 .wrap img {
    max-width: 100%;
    margin: 70px auto 100px auto;
    display: block;
}
.friend-link dl {
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.cd-primary-nav > li > a{
	font-size: 16px;
}
.cd-primary-nav > li{
	margin-left: 60px;
}
.swiper-button-next::after, .swiper-button-prev::after{
	display: none;
}