/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px 5px; 
        margin:0;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        float:none;
        z-index:100;
        padding:5px 0;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_1 table table
    {
        top:0px;}
    .nav_menustyle_1_1 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;
        background:#fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;}
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 a
{
    width:120px;         /*菜单宽度*/
    height:25px;        /*菜单高度*/
    line-height:25px;   /*字体高度, 可设为菜单高度*/
    font-size:18px;     /*字体大小*/
    color:#fff;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#fff;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:26px;}   
.nav_menustyle_1_1 table table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li a
{}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{}
.secondary{
color:#333 !important;
font-size:15px !important;}

.secondU::after{
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #FFC008;
    border-radius: 2px;
    z-index: 999;}

.swiper-button-next{
    background:url(img/right.png) no-repeat center;background-size:100%;
    width:50px;
    height:100px;}
.swiper-button-next:hover{
    background:url(img/rightHover.png) no-repeat center;background-size:100%;}
.swiper-button-prev{
    background:url(img/leftHover.png) no-repeat center;background-size:100%;
     width:50px;
    height:100px;}
.swiper-button-prev:hover{
    background:url(img/left.png) no-repeat center;background-size:100%;}
.swiper-index .swiper-pagination-bullet{
    opacity: 1;
    background: #FFC008;}
.swiper-index .swiper-pagination-bullet-active{
    opacity: 1;
    background: #FFC008;
    width: 80px;
    border-radius: 10px;}
 .swiper-pagination{
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);}
.showTitle-text{
    position: absolute;
    bottom: 0;
   width:100%;
   text-align:center;
   background:rgba(255,255,255,.3);
   color:#ffffff;
   padding: 0 35px;
   display:flex;
   height: 35px;
    align-items: center;
    box-sizing: border-box;}
.swiper-button-left{
     position: absolute;
    bottom: 3px;
    left:5px;
    z-index:9999;}
.swiper-button-right{
   
     position: absolute;
    bottom: 3px;
    right:5px;
    z-index:9999;}
.swiper-button-left img{
  width:25px;
    height:20px;}
.swiper-button-right img{
  width:25px;
    height:20px;}
.newsShowTitle{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    margin-left: 10px;}
.swiper-button-right-down{
    background:url(img/newDownRight.png) no-repeat center;background-size:100%;
    width:30px;
    height:30px;}
.swiper-button-right-down:hover{
    background:url(img/newDownRightHover.png) no-repeat center;background-size:100%;}
.swiper-button-left-down{
    background:url(img/newDownLeft.png) no-repeat center;background-size:100%;
     width:30px;
    height:30px;}
.swiper-button-left-down:hover{
    background:url(img/newDownLeftHover.png) no-repeat center;background-size:100%;}
.swiper-p2 .swiper-pagination-bullet{
width:100%;
background:#DCDCDC;
border-radius: 10px;}
.swiper-p2 .swiper-pagination-bullet-active{
background:#773AD8
;}
.swiper-button-next-server{
    background:url(img/rightHover.png) no-repeat center;background-size:100%;
    width:50px;
    height:100px;
    position: absolute;
    right: 30px;
          top: 50%;
    transform: translateY(-17%);}
.swiper-button-next-server:hover{
    background:url(img/rightHover.png) no-repeat center;background-size:100%;}
.swiper-button-prev-server{
    background:url(img/left.png) no-repeat center;background-size:100%;
     width:50px;
    height:100px;
       position: absolute;
    left: 30px;
         top: 50%;
    transform: translateY(-17%);}
.swiper-button-prev-server:hover{
    background:url(img/left.png) no-repeat center;background-size:100%;}
.title-content img{
 transition: transform 0.4s ease;}
.title-content img:hover{
transform: scale(1.1);}

