﻿        body {
            -webkit-animation: none;
            -moz-animation: none;
            -ms-animation: none;
            animation: none;
        }
        .mip-wap{display: none}
        .mip-pc{display: block;}
        .mip-container {
            margin:0 auto;
        }
        .mip-related-c {
            margin-bottom: 4.5%;
        }
        .mip-related-c2 {
            margin-bottom: 0!important;
        }
        .mip-prev {
            margin-bottom: 4.5%;
        }
        *{
            box-sizing: border-box;
        }
        .clearfix{zoom:1;}
        .clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
        .clearfix:after{clear:both;}
        li {
            list-style-type: none;
        }
        html.mip-i-android-scroll, body.mip-i-android-scroll {
            padding-top: 36px;
        }
        .mip-head {
            padding: 0 5%;
            height: 70px;
            box-shadow: 0px 2px 3px #eee;
            margin-bottom: 5px;
            display: block;
            background: #fff;
        }
        .mip-head .logo {
            width: auto;
            height: 70px;
            display: block;
            float: left;
            overflow: hidden;
        }
        mip-fixed[type="top"] {
            overflow: visible;
        }
        mip-nav-slidedown #bs-navbar .navbar-nav {
            margin-top: 0;
        }
        .nav li {
            font-size: 1rem;
        }
        mip-nav-slidedown #bs-navbar .navbar-nav li {
            line-height: 70px;
        }
        mip-nav-slidedown #bs-navbar .navbar-nav li ul li {
            line-height: 50px;
        }
        .mip-img-container {
            max-width: 1920px;
            position: relative;
           margin: 0 auto;
        }
        .mip-img-container .mip-carousel-indicator-wrapper {
            position: absolute;
            bottom: 30px;
            left: 48%;
        }
        .mip-carousel-indicatorDot .mip-carousel-indecator-item {
            background: none;
            border: 2px solid #ccc;
            width: 8px;
            height: 8px;
            opacity: 1;
        }
        .mip-carousel-indicatorDot .mip-carousel-activeitem {
            background-color: #ff9801;
            border-color: #ff9801;
        }
        .mip-container {
            max-width: 1920px;
            margin: 16px auto;
        }
        .mip-tit {
            width: 100%;
            margin: 20px auto;
            text-align: center;
        }
        .mip-tit h3 {
            font-size: 30px;
            color: #666;
        }
        .mip-tit i {
            display: inline-block;
            width: 33px;
            height: 3px;
            background: #ff9801;
            margin: .5% 0;
        }
        .mip-tit p {
            font-size: 20px;
            color: #333;
        }
        mip-vd-tabs .mip-vd-tabs-row-tile {
            text-align: center;
        }
        mip-vd-tabs .mip-vd-tabs-nav {
            display: inline-block;
        }
        mip-vd-tabs .mip-vd-tabs-nav-li {
            float: left;
            overflow: hidden;
            width: 100px!important;
            height: 44px;
            padding: 0 10px;
            cursor: pointer;
        }
        mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected {
            color: #ff9801;
            border: none;
        }
        .mip-vd-tabs-nav {
            padding: 0;
        }
        .mip-inew .mip-text ul li {
            float: left;
            width: 22%;
            margin-right: 4%;
        }
        .mip-inew .mip-text ul li:nth-child(4n) {
            margin-right: 0;
        }
        .mip-inew .mip-text ul li .t {
            display: block;
            margin: 4% 0;
        }
        .mip-inew .mip-text ul li p {
            font-size: 14px;
            color: #777;
            line-height: 25px;
            word-break: break-all;
        }
        .mip-inew .mip-text ul li span {
            display: block;
            font-size: 14px;
            color: #999;
            margin: 5% 0 0;
        }
        .more {
            display: block;
            margin: 0 auto 30px;
            width: 200px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #f1f1f1;
            color: #333;
            font-size: 14px;
            transition:all .5s;
            -moz-transition:all .5s; 
            -webkit-transition:all .5s; 
            -o-transition:all .5s;
        }
        .more:hover {
            background: #ff9801;
            color: #fff;
        }
        .mip-footer .mip-footert {
            width: 100%;
            background: #333;
            padding: 2% 3% 3%;
            box-sizing: border-box;
        }
        .mip-footer .mip-container {
            margin: 16px auto 0;
        }
        .mip-footer .mip-footert .mip-text {
            width: 10%;
            margin-right: 10%;
            float: left;
        }
        .mip-footer .mip-footert .mip-text .tt a {
            font-size: 16px;
            color: #888;
            display: block;
            border-bottom: 1px solid #484848;
            padding-bottom: 15px;
            margin-bottom: 25px;
        }
        .mip-footer .mip-footert .mip-text ul li a {
            display: block;
            font-size: 14px;
            color: #ccc;
        }
        .mip-footer .mip-footert .mip-text:last-child {
            width: 37%;
            margin-right: 0;
        }
        .mip-footer .mip-footert .mip-text .contact {
            position: relative;
        }
        .mip-footer .mip-footert .mip-text .contact p {
            font-size: 25px;
            color: #ff9801;
        }
        .mip-footer .mip-footert .mip-text .contact span {
            font-size: 14px;
            display: inline-block;
            color: #666;
            margin: 3% 0 3%;
        }
        .mip-footer .mip-footert .mip-text .contact mip-img {
            position: absolute;
            right: 0;
            top: 0;
            width: 153px;
        }
        .mip-footer .mip-footert .mip-text .contact a {
            display: block;
            box-sizing: border-box;
            width: 186px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            background: #3f3f3f;
            border-radius: 6px;
        }
        .mip-footer .mip-footert .mip-text .contact a mip-img {
            position: relative;
            top: 0;
            right: 0;
            width: 22px;
            float: left;
            margin-left: 40px;
            margin-right: 10px;
            margin-top: 9px;
        }
        .mip-footerb {
            background: #222;
            padding: 0 3%;
            width: 100%;
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            color: #666;
        }
				 .mip-footerb a{
            color: #666;
        }
        .mip-head .mip-container {
            margin: 0 auto;
        }
        .mip-crumbs .mip-container {
            margin: 0 auto;
            background: #f0f0f0;
            line-height: 78px;
            height: 78px;
            padding: 0 3%;
            font-size: 14px;
            color: #999;
        }
        .mip-crumbs .mip-container a {
            color: #999;
        }
        .mip-crumbs .mip-container a:last-child {
            color: #f90;
        }
        .mip-content {
            max-width: 1200px;
            margin: 20px auto 30px;
        }
			    .mip-content p{
		line-height:30px;
          }
        .mip-content div {
            font-size: 14px;
            line-height: 26px;
            color: #333;
        }
        .mip-content .mip-showtit {
            font-size: 24px;
            color: #333;
            padding: 2% 0 2%;
			text-align: center;
        }
        .mip-content .mip-tips {
            font-size: 14px;
            color: #999;
            line-height: 40px;
        }
        .mip-content .mip-prev p {
            font-size: 14px;
            color: #666;
            line-height: 26px;
        }
        .mip-content .mip-prev p a {
            font-size: 14px;
            color: #666;
            line-height: 26px;
        }

        .mip-ipro .mip-text ul li {
            width: 30%;
            float: left;
            margin-right: 5%;
        }
        .mip-ipro .mip-text ul li:nth-child(3n) {
            margin-right: 0;
        }
        .mip-ipro .mip-text ul li .t {
            display: block;
            text-align: center;
            font-size: 18px;
            line-height: 36px;
        }
        .mip-content .mip-prev p a:hover {
            color: #f90;
        }
        .mip-content .mip-img-container {
            max-width: 800px;
        }
        .mip-related .mip-related-tit {
            font-size: 24px;
            color: #333;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 1%;
            margin-bottom: 2%;
        }
        
        .pagination {
            display: inline-block;
        }
        .pagination p {
            line-height: 20px;
        }
        .pagination a {
            line-height: 20px;
        }
        .pagination a.cur {
            border: none;
            background: #f90;
            color: #fff;
        }
        .pagination a.cur:hover {
            color: #fff;
        }
        .pagination a:hover {
            color: #f90;
            border-color: #f90;
        }
        @media screen and (min-width: 1200px) {
		.yimg img{ width:auto;}
		.yimg p img{ width:auto;}
        .yimg div img{ width:auto;}
          }
        @media screen and (max-width: 1200px) {
          .mip-footer .mip-footert .mip-text .contact mip-img {
            width: 30%;
          }
        }
        @media screen and (max-width: 1920px) {
          .mip-head {
            padding: 0 1%;
          }
          .mip-ipro .mip-container {
            margin: 0 auto;
          }
          .mip-ipro .mip-text {
            padding: 0;
          }
          .mip-iabout {
            padding: 0 1%;
          }
          .mip-iabout .mip-iaboutr {
            padding: 7.5% 7.5% 0;
          }
          .mip-inew .mip-container {
            margin: 0 auto;
          }
          .mip-inew .mip-text {
            padding: 0;
          }
          .mip-content {
            padding: 0 1%;
          }
          .mip-content .mip-content {
            padding: 0
          }
        }

        @media screen and (max-width: 768px) {
          .mip-wap{display: block;}
          .mip-pc{display: none;}
          .fb {
                display: block!important;
                width: 100%;
                background: #000;
                color: #fff;
                height: 56px;
            }
          .fb a {
                width: 33.3%;
                display: block;
                height: 56px;
                float: left;
                text-align: center;
                color: #fff;
                padding: 5px 0;
                font-size: 12px;
                line-height: 1;
            }
            .fb a i {
                display: block;
                height: 28px;
                background: no-repeat center;
                background-size: contain;
                margin-bottom: 5px;
            }
            .fb a i.i1 {
                background-image: url(../images/f_ico1.png);
            }
            .fb a i.i3 {
                background-image: url(../images/f_ico3.png);
            }
            .fb a i.i4 {
                background-image: url(../images/f_ico4.png);
            }
          .mip-nav-wrapper .navbar-toggle {
            margin: 20px 0;
          }
          html.mip-i-android-scroll, body.mip-i-android-scroll {
            padding-top: 27px;
          }
          .mip-ipro .mip-text ul li {
            width: 48%;
            margin-right: 4%;
          }
          .mip-ipro .mip-text ul li:nth-child(2n) {
            margin-right: 0;
          }
          .mip-ipro .mip-text ul li:nth-child(3n) {
            margin-right: 4%;
          }
          .mip-iabout .mip-iaboutl {
            width: 100%;
            background-size: auto;
          }
          .mip-iabout .mip-iaboutr {
            width: 100%;
          }
          .mip-iabout .mip-container {
            background:#fff;
          }
          .mip-inew .mip-text ul li {
            width: 48%;
            margin-right: 4%;
          }
          .mip-inew .mip-text ul li:nth-child(2n) {
            margin-right: 0;
          }
          .mip-inew .mip-text ul li:nth-child(3n) {
            margin-right: 4%;
          }
          .mip-footer .mip-footert .mip-text {
            width: 100%;
            margin-right: 0;
            text-align: center;
          }
          .mip-footer .mip-footert .mip-text:last-child {
            width: 100%;
          }
          .mip-footer .mip-footert .mip-text .contact a {
            display: block;
            margin: 0 auto 20px;
          }
          .mip-footer .mip-footert .mip-text .contact mip-img {
            position: relative;
            display: block;
            margin: 0 auto;
          }
          .mip-footerb {
            font-size: 12px;
            height: auto;
            text-align: center;
            margin-bottom: 56px;
          }
          .mip-head .logo {
            width: 270px;
            height: 70px;
          }
          .mip-content .mip-img-container {
            max-width: 100%;
            }
            .mip-img-container {
    display: none;
}
        }