    /*头部样式*/

    .top {}

    .logo {
        position: relative;
        padding-top: 25px;
    }

    .logo img {
        max-width: 100%;
        height: auto;
    }

    .topLink {
        float: right;
        text-align: right;
        position: relative;
        z-index: 9999;
    }

    .translate {
        width: 100px;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 9999;
    }

    .tran-in {
        left: 120px;
    }

    .translate li {
        border: 1px dashed #cccccc;
        line-height: 26px;
        text-align: left;
        background: #fff;
    }

    .translate li a {
        display: block;
        padding-left: 10px;
        background: url(../images/dot4.png) no-repeat 88% 11px;
    }

    .translate li a:hover {
        text-decoration: none;
        color: #275cea;
        cursor: pointer;
    }

    .translate-en {
        display: none;
        padding: 6px;
        padding-top: 0px;
    }

    .translate li .translate-en a {
        padding-left: 0px;
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #cccccc;
    }

    .translate li .translate-en a:hover {
        font-weight: bold;
    }

    .topLink .f_count {
        color: #ff0000;
        font-size: 13px;
        font-weight: bold;
    }

    .k1 {
        font-size: 14px;
        color: #999;
        line-height: 44px;
    }

    .k1 a {
        color: #999;
    }

    .k1 a:hover {
        color: #f5a31c;
    }

    .topLink .k2 {
        color: #074b91;
        font-size: 14px;
        font-family: "微软雅黑";
    }

    #header {
        height: 85px;
        padding-left: 5%;
    }

    @media (max-width: 991px) {
        .top {
            height: 60px;
        }
        .logo {
            padding-top: 20px;
        }
        .logo img {
            width: 220px;
            height: auto;
        }
    }

    #menu {}
    /*热门搜索*/

    .search {
        padding: 15px 0;
    }

    #formsearch {
        width: 253px;
        height: 44px;
        background: url(../images/search.jpg) no-repeat;
    }

    .hotSearch {
        line-height: 44px;
        font-size: 14px;
        color: #999;
        padding-left: 20px;
    }

    #search-type {
        float: left;
        width: 100px;
        height: 24px;
        border: 1px solid #c8c8c8;
        margin-right: 5px;
    }

    .lan {
        width: 123px;
        background: url(../images/lan.png) no-repeat 0 50%;
        color: #989898;
        font: 400 15px/85px "Microsoft Yahei";
        text-align: center;
        margin-right: 30px;
        position: relative;
    }

    .lanlist {
        position: absolute;
        width: 150px;
        background: #fff;
        border: 1px solid #ddd;
        display: none;
    }

    .lanlist a {
        display: block;
        color: #333;
        font: 400 12px/30px "Microsoft Yahei";
        border-bottom: 1px solid #ddd;
    }
    /*主体样式*/

    #container {
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .boxx {
        max-width: 1200px;
        margin: 0 auto;
    }
    /* 公司简介 */

    .aboutbg {
        background: #1b2664;
        padding: 35px 0;
    }

    .about {
        position: relative;
        left: -20px;
        opacity: 0;
        transition: all 0.5s;
    }

    .on .about {
        left: 0;
        opacity: 1;
        transition-delay: 0.8s;
    }

    .about h2 {
        color: #fff;
        font: 600 30px/60px "Microsoft Yahei";
        position: relative;
    }

    .about h2:before {
        position: absolute;
        width: 33px;
        height: 2px;
        background: #f5a31c;
        left: 0;
        bottom: 0;
        content: "";
    }

    .about .content {
        color: #fff;
        font: 400 14px/24px "Microsoft Yahei";
        padding-top: 15px;
    }

    .about .more {
        color: #fff;
        width: 177px;
        font: 400 14px/58px "Microsoft Yahei";
        display: inline-block;
        border: 1px solid #fff;
        background: url(../images/more.png) no-repeat 90% 50%;
        padding-left: 20px;
        margin-top: 60px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .about .more:hover {
        background: url(../images/more.png) no-repeat 95% 50%;
    }

    .aboutimg {
        position: relative;
        right: -20px;
        opacity: 0;
        transition: all 0.5s;
    }

    .aboutimg p {
        overflow: hidden;
    }

    .aboutimg img {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .aboutimg:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }

    .on .aboutimg {
        right: 0;
        opacity: 1;
        transition-delay: 0.8s;
    }

    .aboutimg img {
        max-width: 100%;
        height: auto !important;
        width:auto !important;
    }

    .indexlist {
        position: relative;
        right: -20px;
        opacity: 0;
        transition: all 1s;
    }

    .on .indexlist {
        right: 0;
        opacity: 1;
        transition-delay: 1.2s;
    }

    .indexlist ul li {
        width: 100%;
        text-align: center;
        padding: 14px 0;
    }

    .indexlist ul li {
        border-top: 1px solid #767da2;
        color: #fff;
    }

    .indexlist ul li.last {
        border-bottom: 1px solid #767da2;
    }

    .indexlist ul li span {
        display: block;
        color: #fff;
        font: 400 16px/36px "Microsoft Yahei";
    }

    .count-title {
        font-size: 48px;
        color: #fff;
        line-height: 48px;
        height: 48px;
        display: inline-block;
        font-family: 'impact';
    }

    .clears {
        display: none;
        height: 0px;
        line-height: 0px;
        overflow: hidden;
        clear: both;
        font-size: 0px;
    }

    @media (max-width: 991px) {
        .indexlist ul li {
            width: 33.33333333%;
            border: none;
        }
        .indexlist ul li.last {
            border-bottom: none;
        }
        .clears {
            display: block;
        }
    }

    @media (max-width:768px) {
        .aboutbg {
            padding: 20px 0 30px;
        }
        .about .more {
            margin-top: 20px;
        }
        .about {
            margin-bottom: 20px;
        }
    }
    /* 产品推荐 */

    .pro {
        padding-top: 45px;
    }

    .pro h2 {
        color: #282828;
        font: 400 24px/36px "Microsoft Yahei";
        text-align: center;
        background: url(../images/pro.jpg) no-repeat 50% 0;
        padding-top: 20px;
    }

    .tit {
        /*position: relative;*/
        /*bottom: -20px;*/
        /*opacity: 0;*/
        /*transition: all 0.5s;*/
    }

    /*.on .tit {*/
    /*    bottom: 0;*/
    /*    opacity: 1;*/
    /*    transition-delay: 0.8s;*/
    /*}*/

    .pro h2 b {}

    .pro .intro {
        color: #646464;
        font: 400 18px/36px "Microsoft Yahei";
        text-align: center;
    }

    .pro .intro span {
        font: 400 12px/36px "Microsoft Yahei";
        text-transform: uppercase;
        padding-left: 8px;
    }

    .pro .intro p {
        display: inline-block;
        position: relative;
    }

    .pro .intro p:before {
        position: absolute;
        left: -61px;
        top: 18px;
        width: 43px;
        height: 1px;
        background: #6b6b79;
        content: "";
    }

    .pro .intro p:after {
        position: absolute;
        right: -61px;
        top: 18px;
        width: 43px;
        height: 1px;
        background: #6b6b79;
        content: "";
    }

    .pro-cate li {
        background: #16247c;
        height: 74px;
        position: relative;
    }

    .pro-cate li:before {
        width: 0;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        background: #ffb31d;
        content: '';
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }

    .pro-cate li:hover:before {
        width: 100%;
    }

    .pro-cate li+li {
        border-top: 2px solid #fff;
    }

    .pro-cate li .num {
        color: #fff;
        font: 400 40px/60px "impact";
        display: block;
        position: relative;
        padding-top: 0px;
        text-align: center;
        z-index: 2;
    }

    .pro-cate li .num:before {
        width: 36px;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -18px;
        content: "";
    }

    .pro-cate li a {
        display: block;
        text-align: center;
        color: #fff;
        font: 400 16px/34px "impact";
        padding-top: 3px;
        position: relative;
        z-index: 2;
    }

    .pro-cate li.tel {
        background: url(../images/tel.png) no-repeat 15px 50% #16247c;
        padding-left: 69px;
        color: #f5a31c;
        font: 400 14px/24px "Microsoft Yahei";
        padding-top: 18px;
    }

    .pro-cate li.tel:hover:before {
        width: 0;
    }

    .pro .contentt {
        padding-top: 32px;
        position: relative;
        bottom: -20px;
        opacity: 0;
        transition: all 1s;
    }

    .on.pro .contentt {
        bottom: 0;
        opacity: 1;
        transition-delay: 0.8s;
    }

    .pro .tab-content {
        padding: 0;
    }

    .tab .tabimg {
        padding: 0;
    }

    .tab .tabimg h3 {
        background: #16247c;
        color: #fff;
        font: 400 18px/52px "Microsoft Yahei";
        text-align: center;
    }

    .tab .tabimg h3 a {
        color: #fff;
    }

    .tab .tabimg img {
        width: 600px;
        height: 465px;
        border: 1px solid #c7cae0;
    }

    .tabtext {
        background: #16247c;
        text-align: left;
        padding: 30px 20px;
        height: 516px;
    }

    .tabtext h3 {
        color: #fff;
        font: 600 18px/46px "Microsoft Yahei";
    }

    .tabtext .intro {
        color: #fff;
        font: 400 14px/30px "Microsoft Yahei";
        text-align: left;
        padding-top: 25px;
    }

    .tabtext .more {
        color: #fff;
        width: 177px;
        font: 400 14px/58px "Microsoft Yahei";
        display: inline-block;
        background: url(../images/more.png) no-repeat 90% 50% #ffb31d;
        padding-left: 20px;
        margin-top: 60px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .tabtext .more:hover {
        background: url(../images/more.png) no-repeat 95% 50% #ffb31d;
    }

    .products {
        width: 1200px;
        margin: auto;
        margin-top: 32px;
        position: relative;
        bottom: -20px;
        opacity: 0;
        transition: all 1.5s;
    }

    .on .products {
        bottom: 0;
        opacity: 1;
        transition-delay: 1.2s;
    }

    .products .content li {
        text-align: center;
        line-height: 25px;
        float: left;
        margin: 0 5px;
    }

    .products .content li h3 a {
        display: block;
        color: #1b2664;
        font: 400 18px/45px "Microsoft Yahei";
    }

    .products .content img {
        width: 290px;
        height: 225px;
        border: 1px solid #fff;
    }

    .products .content li:hover img {
        border: 1px solid #f5a31c;
    }

    .products .content li:hover h3 a {
        color: #f5a31c;
    }

    .products .content {
        width: 1200px;
        overflow: hidden;
        height: 270px;
        float: left;
        padding-top: 0;
    }

    .prolist {
        width: 2000px;
    }

    .pre_left {
        cursor: pointer;
        position: absolute;
        left: -42px;
        top: 50%;
        margin-top: -41px;
        width: 23px;
        height: 41px;
        z-index: 999;
    }

    .pre_right {
        cursor: pointer;
        position: absolute;
        right: -42px;
        top: 50%;
        margin-top: -41px;
        width: 23px;
        height: 41px;
        z-index: 999;
    }

    .pre_left:hover {
        opacity: 0.8;
    }

    .pre_right:hover {
        opacity: 0.8;
    }

    .prosmall {
        padding: 20px 15px 0;
    }

    .prosmall .swiper-slide h3 a {
        display: block;
        font: 400 12px/36px "Microsoft Yahei";
        text-align: center;
        color: #333;
    }

    .swiper-container2 {
        overflow: hidden;
    }
    /* 新闻资讯 */

    .newsbg {
        background: #1b2664;
        padding: 35px 0;
        margin-top: 30px;
    }

    .newsbg h2 {
        color: #fff;
        font: 400 24px/36px "Microsoft Yahei";
        text-align: center;
        background: url(../images/news-tit.png) no-repeat 50% 0;
        padding-top: 20px;
    }

    .newsbg h2 b {}

    .newsbg .intro {
        color: #fff;
        font: 400 18px/36px "Microsoft Yahei";
        text-align: center;
    }

    .newsbg .intro span {
        font: 400 12px/36px "Microsoft Yahei";
        text-transform: uppercase;
        padding-left: 8px;
    }

    .newsbg .intro p {
        display: inline-block;
        position: relative;
    }

    .newsbg .intro p:before {
        position: absolute;
        left: -61px;
        top: 18px;
        width: 43px;
        height: 1px;
        background: #fff;
        content: "";
    }

    .newsbg .intro p:after {
        position: absolute;
        right: -61px;
        top: 18px;
        width: 43px;
        height: 1px;
        background: #fff;
        content: "";
    }

    .news_list1 {
        padding-top: 32px;
        position: relative;
        bottom: -20px;
        opacity: 0;
        transition: all 1s;
    }

    .on .news_list1 {
        bottom: 0;
        opacity: 1;
        transition-delay: 0.8s;
    }

    .news_list1 li {
        background: #fff;
        padding: 0;
    }

    .news_list1 li a {
        padding: 0;
    }

    .news_list1 li h3 {
        padding-left: 55px;
        padding-right: 20px;
        padding-top: 22px;
    }

    .news_list1 li .img {
        display: block;
        overflow: hidden;
    }

    .news_list1 li img {
        max-width: 100%;
        height: auto;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .news_list1 li:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }

    .news_list1 li .time {
        color: #666;
        font: 400 18px/46px "Microsoft Yahei";
    }

    .news_list1 li h3 a {
        display: block;
        color: #666;
        font: 400 16px/36px "Microsoft Yahei";
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .news_list1 li h3 p {
        color: #999;
        font: 400 14px/24px "Microsoft Yahei";
        padding-top: 10px;
        height: 130px;
        overflow: hidden;
    }

    .news_list1 li h3 .more {
        margin-top: 29px;
        text-align: right;
    }

    .news_list1 li h3 .more a {
        color: #fff;
        text-align: left;
        display: inline-block;
        background: url(../images/more2.png) no-repeat 90% 50% #ffb31d;
        padding-left: 15px;
        color: #fff;
        width: 129px;
        font: 400 14px/44px "Microsoft Yahei";
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .news_list1 li h3 .more a:hover {
        background: url(../images/more2.png) no-repeat 95% 50% #ffb31d;
    }

    .news_list2 {
        padding-top: 35px;
        position: relative;
        bottom: -20px;
        opacity: 0;
        transition: all 1.5s;
    }

    .on .news_list2 {
        bottom: 0;
        opacity: 1;
        transition-delay: 1.2s;
    }

    .news_list2 li {
        padding: 0;
    }

    .news_list2 li .nw {
        background: #fff;
        padding: 20px;
        position: relative;
        overflow: hidden;
    }

    .news_list2 li .time {
        color: #666;
        font: 400 14px/36px "Microsoft Yahei";
        position: relative;
        z-index: 1;
    }

    .news_list2 li a {
        display: block;
        color: #666;
        font: 600 14px/36px "Microsoft Yahei";
        position: relative;
        z-index: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .news_list2 li p {
        color: #999;
        font: 400 14px/24px "Microsoft Yahei";
        height: 48px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .news_list2 li+li {
        padding-left: 15px;
    }

    .news_list2 li .triangle {
        position: absolute;
        width: 798px;
        height: 434px;
        background: url(../images/six-news-back.png) no-repeat;
        right: -762px;
        bottom: 0;
        z-index: 0;
    }

    .news_list2 li .jia {
        color: #ffffff;
        display: block;
        position: absolute;
        right: 5px;
        bottom: 2px;
        z-index: 2;
    }
  .news_list2 li .jia a{
        display: inline;
        color:#fff;
        font: 400 14px/20px "Microsoft Yahei";
     }
    .transition {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .news_list2 li:hover .triangle {
        right: -200px;
    }

    .news_list2 li:hover .time {
        color: #fff;
    }

    .news_list2 li:hover a {
        color: #fff;
    }

    .news_list2 li:hover p {
        color: #fff;
    }

    @media (max-width:1199px) {
        .news_list1 li h3 p {
            height: 58px;
        }
    }

    @media (max-width: 991px) {
        .news_list2 li+li {
            padding-left: 0;
        }
        .news_list2 li {
            margin-bottom: 15px;
        }
        .news_list2 li:hover .triangle {
            width: 100%;
            height: 100%;
            right: 0;
            background: #f5a31c;
        }
    }

    @media (max-width:767px) {
        .news_list1 li h3 {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 20px;
        }
    }
    /* 联系我们 */

    .underbox {
        padding-top: 32px;
    }

    .contacts {
        position: relative;
        left: -20px;
        opacity: 0;
        transition: all 0.5s;
    }

    .on .contacts {
        left: 0;
        opacity: 1;
        transition-delay: 0.8s;
    }

    .contacts h2 p {
        font: 600 30px/40px "Microsoft Yahei";
        text-transform: uppercase;
    }

    .contacts h2 {
        color: #333;
        font: 600 24px/30px "Microsoft Yahei";
        position: relative;
        padding-bottom: 15px;
    }

    .contacts h2:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 39px;
        height: 4px;
        background: #333;
        content: "";
    }

    .contacts .content {
        color: #333;
        font: 400 16px/30px "Microsoft Yahei";
        padding-top: 20px;
    }

    .contacts .content p img {
        vertical-align: middle;
        padding-right: 0px;
    }

    .message2 {
        position: relative;
        right: -20px;
        opacity: 0;
        transition: all 0.8s;
    }

    .on .message2 {
        right: 0;
        opacity: 1;
        transition-delay: 1s;
    }

    .footnav a {
        padding: 0 10px;
    }
    /*----- Common css ------*/

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .di {
        _display: inline;
    }

    .fwn {
        font-weight: normal;
    }

    .dib {
        *display: inline;
        _zoom: 1;
        _display: inline;
        _font-size: 0px;
    }
    /*友情链接*/

    .f_link {
        color: #666;
        font: 400 14px/36px "Microsoft Yahei";
    }

    .f_link a {
        color: #666;
    }
    /*页面底部*/
    .ny_banner {
        width: 100%;
        margin: 0 auto;
      }
      
      .ny_banner img {
        width: 100%;
      }


      
/*内页新闻*/
.ny_news_list li {
    line-height: 27px;
    position: relative;
    margin: 20px 0;
  }
  
  .ny_news_list li a.more {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    width: 86px;
    text-align: center;
    float: right;
    color: #65beba;
    border-radius: 4px;
  }
  
  .ny_news_list li h3 {
    font-size: 14px;
    margin: 10px 0;
    color: #323232;
  }
  
  .ny_news_list li h3 a {
    color: #323232;
  }
  
  .ny_news_list li h3 a:HOVER {
    color: #65beba;
  }
  
  .ny_news_list li p {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
  }
  
    #footer {
        background: #131313;
        color: #fff;
        font: 400 14px/24px "Microsoft Yahei";
        padding: 35px 0;
    }

    #footer a {
        color: #fff;
    }

    #footer a:hover {
        text-decoration: none;
    }

    #footer .foot {
        text-align: center;
        color: #8c8686;
        padding: 30px 0 0;
    }

    #footer .foot a {
        color: #8c8686;
    }

    .foot-nav {
        background: url(../images/line6.png) no-repeat 100% 50%;
    }

    .contacts {
        color: #0f0f0f;
        font: 400 14px/30px "Microsoft Yahei";
    }

    .contacts img {
        padding-right: 8px;
        vertical-align: top;
    }

    .shares .bdshare-button-style0-16 a {
        width: 27px;
        height: 22px;
        margin-right: 12px;
        text-align: center;
        padding: 0;
    }

    .shares .bdshare-button-style0-16 a.bds_sqq {
        background: url(../images/s1.png) no-repeat 50% 0;
    }

    .shares .bdshare-button-style0-16 a.bds_weixin {
        background: url(../images/s2.png) no-repeat 50% 0;
    }

    .shares .bdshare-button-style0-16 a.bds_tsina {
        background: url(../images/s3.png) no-repeat 50% 0;
    }

    @media (max-width: 991px) {
        .message2 {
            padding: 0 !important;
        }
        .footnav {
            text-align: center;
            padding: 0 !important;
        }
    }

    @media (max-width: 550px) {
        #footer {
            padding: 20px 0;
        }
        .footnav a {
            text-align: center;
            padding: 0 2px;
        }
        #footer .foot {
            padding: 0;
        }
    }
    /*------------内页-------------------*/

    .inpages {
        padding-left: 310px;
    }

    .n_bannerbj {
        width: 100%;
        overflow: hidden;
    }

    .n_banner {
        width: 100%;
    }

    .n_bannerbj img,
    .n_banners img,
    .con_banner img {
        max-width: 100%;
        height: auto;
    }

    .pages {
        max-width: 1200px;
        margin: 0 auto;
    }

    .left .box {
        margin-bottom: 15px;
    }

    .left .box h3 {
        line-height: 59px;
        font-weight: 400;
        font-family: "微软雅黑";
        background: #1b2664;
        font-size: 20px;
        color: #fff;
        padding-left: 40px;
        position: relative;
    }

    .left .box .content {
        padding: 5px 0;
        background: #f0f0f0;
    }

    .prodescription {
        border: 1px solid #e5e5e5;
        background: #f9f9f9;
        line-height: 24px;
        padding: 10px;
        margin-bottom: 15px;
        text-indent: 20px;
    }

    .left {}

    .sort_menu {
        background: #9c9c9c;
    }

    @media (max-width: 767px) {
        .sort_menu {
            margin-bottom: 15px;
        }
    }

    .sort_menu h3 {
        background-color: #ececec;
        line-height: 28px;
        padding-left: 15px;
        font-weight: bold;
    }

    .sort_product {
        margin-top: 10px;
    }

    .sort_product h3 {
        background-color: #ececec;
        line-height: 28px;
        padding-left: 15px;
        font-weight: bold;
    }

    .n_contact {
        background: #f5a31c;
    }

    .n_contact h3 {
        background-color: #ececec;
        line-height: 28px;
        padding-left: 15px;
        font-weight: bold;
    }

    .left .n_contact .content {
        line-height: 37px;
        color: #333;
        font-size: 14px;
        padding: 10px;
    }

    .right {
        padding-bottom: 10px;
    }

    .sitemp {
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
    }

    .pages {
        padding-top: 20px;
    }

    .sitemp a {
        color: #666;
    }

    .sitemp h2 {
        font-size: 16px;
        color: #1b2664;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
    }

    .sitemp .site {
        color: #000;
        font: 400 14px/30px "Microsoft Yahei";
    }

    .sitemp .site a {
        color: #000;
    }

    .right .content {
        padding: 15px 0 10px;
        overflow: hidden;
        line-height: 24px;
    }
@media (max-width: 767px) {
   .right .content img{max-width: 100%;width:auto !important;height:auto !important;}
}
