 .boxtetle{margin:10px 0 5px 8px; float:left;}
        .boxtetle img{ padding:2px;}
        .photo{margin:10px 0 5px 8px; float:left;}
        .photo .boxmanu{ width:164px; margin-top:4px; text-align:center; overflow:hidden;}
        .box_xn{
	        border-right-width: 1px;
	        border-bottom-width: 1px;
	        border-left-width: 1px;
	        border-right-style: solid;
	        border-bottom-style: solid;
	        border-left-style: solid;
	        border-right-color: #CCCCCC;
	        border-bottom-color: #CCCCCC;
	        border-left-color: #CCCCCC;
        }

        .pnvbox {
            width:20px;
            margin-left:5px;
        }

        .mmxi {
            border:1px solid #cacaca;
            border-top:0;
        }
        .mmxi a {
            display:block;
            height:100%;
            font-size:18px;
            padding-left:30px;
            padding-top:5px;
            padding-bottom:5px;
            background-image:url(images/nav-h-b.png);
            background-position-x:200px;
            background-position-y:12px;
            background-repeat:no-repeat;
        }
        .mmxi-selected {
            border:1px solid #0081d4;
            border-top:0;
        }
        .mmxi-selected a {
            color:white;
            background:#0081d4 url(images/nav-h-w.png);
            background-position-x:200px;
            background-position-y:12px;
            background-repeat:no-repeat;
        }

        .snav {
            text-align:center;
            margin-top:20px;
        }
        .snav span {
            display:inline-block;
            
        }
        .snav span a {
            display:block;
            height:25px;line-height:24px;
            border:1px solid #bcbcbc;
            padding-left:8px;padding-right:8px;
            margin-left:5px;
        }
        .snav span a:hover {
            color:red;
        }
        .ccx a[disabled]{
            color:grey;
        }
        .ccx a[href] {
            color:grey;
        }
        .mb20{margin-bottom: 20px; line-height:22px; padding-top:10px}
        #Panel2>p>a{display:none;}
		
		 .header-swiper {
      width: 100%;
      height: 100%;

    }
    .header-swiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

      background-position: center;
      background-size: cover;
      /*min-height: 406px;*/
      min-height: 272px;
    }
    
    .header-swiper .swiper-slide .swiper-text
    {
        text-align: left;
        width: 1200px;
        color: #fff;
        margin-top: -30px;
        position: relative;
    }
    .header-swiper .swiper-slide .swiper-text>div
    {
        padding: 15px 35px 20px 35px;
        background-color: rgba(0, 0, 0, 0.30);
        display: inline-block;
        width:auto;
    }
    .header-swiper .swiper-slide .swiper-text h3
    {
        margin: 0 0 15px 0;
        font-size: 42px;
        letter-spacing: 7px;
        font-weight: 700;
    }
    .header-swiper .swiper-slide .swiper-text p
    {
        margin:0;
        font-size: 26px;
    }
    
    .header-swiper .swiper-button-prev, 
    .header-swiper .swiper-button-next{
        width: 90px;
        height: 90px;
        color: #fff;
        transform: translateY(-50%);
        margin-top:0;
    }
    
    .header-swiper .swiper-button-prev
    {
        left: 30px;
    }
    .header-swiper .swiper-button-next
    {
        right: 30px;
    }
    .header-swiper .swiper-button-prev
    {
        background:rgba(0, 0, 0, 0.22) url(images/arrow-left2.png);
    }
    .header-swiper .swiper-button-next
    {
        background:rgba(0, 0, 0, 0.22) url(images/arrow-right2.png);
    }
    .header-swiper .swiper-button-prev:after,
    .header-swiper .swiper-button-next:after
    {
        content: "";
    }