﻿#mainContainer img{
    max-width:100%;
}  
.am-with-topbar-fixed-top
{
    padding-top:81px;
}
/*菜单*/
        .am-topbar {
            background: #fff;
            border: none;
            -moz-box-shadow:0px 1px 20px #ddd;            
            box-shadow:0px 1px 20px #ddd;            
            min-height:80px;
        }
            .am-topbar a{
                color:#333;                
            }
        .am-topbar-nav > li.am-active > a, .am-topbar-nav > li.am-active > a:focus, .am-topbar-nav > li.am-active > a:hover        
        , .am-nav > li > a:focus, .am-nav > li > a:hover {            
            color:#e60012;            
            background-color:transparent;
            border-bottom:3px solid #e60012; 
        }
            .am-topbar-nav > li.am-active > a:after, .am-topbar-nav > li > a:hover:after {
                opacity: 0 !important;
                border: none;
            }
            /*置顶*/
        .web-totop{
            position:fixed;
            bottom:50px;
            right:50px;
            z-index:999;
            display:none;
        }
        
        .footer  {
            color: #7f8c8d;
            margin: 0;
            padding: 15px 0;
            /*background: #2d3e50;*/
            font-size:14px;
            border-top:1px solid #ddd;
        }
        .footer p{
            margin: 0 auto 5px;        
        }
       .footer .share{position:relative;clear:both;}
.footer .share a{width:38px;height:38px;margin-left:5px;display:inline-block;background:url(../images/ico_share.png) no-repeat;cursor:pointer;}
.footer .share a span{background:none;}
.footer .share a.ico01{background-position:0 0;}
.footer .share a.ico02{background-position:-38px 0;}
.footer .share a.ico03{background-position:-76px 0;}
.footer .share a.ico04{background-position:-114px 0;}
.footer .share a:hover.ico01{background-position:0 -38px;}
.footer .share a:hover.ico02{background-position:-38px -38px;}
.footer .share a:hover.ico03{background-position:-76px -38px;}
.footer .share a:hover.ico04{background-position:-114px -38px;}
.footer .share .weixin{
    border:1px solid #ddd;
    background-color:#fff;
    padding:10px;
    position:absolute;bottom:53px;right:0px;    
    border-radius:3px;box-shadow:rgba(0,0,0,0.7) 1px 1px 1px;
    display:none;
}
.footer .share a:hover.ico03 .weixin{display:block;} 


        /*首页*/
        .am-slider-default {
            margin: 0;
        }

            .am-slider-default .am-control-nav {
                bottom: 10px;
            }

        .idx-ad {
            margin: 20px 0;
        }

            .idx-ad h3 {
                color: #e28c00;
                font-size: 20px;
                font-weight: 500;
                margin-bottom: 10px;
            }

            .idx-ad p {
                font-size: 14px;
                margin-top: 0;
            }

        .idx-ad2-title {
            font-size: 42px;
            font-weight: 600;
            margin-top: 15px;
        }

        .idx-ad2-item {
            background-color: #e60012;
            color: #fff;
            text-align: center;
            padding:20px 0;
            border:3px solid #f3d6d8;
            box-sizing:border-box;
            line-height: 25px;
            /*border-radius: 50%;*/
            transition: all linear 0.3s;
            margin:5px auto;
        }
            .idx-ad2-item h2 {
            font-size: 14px;
            margin: 0;
        }

        .idx-ad2-item p {
            font-size: 12px;
            margin: 0;
        }

        .idx-ad2 .am-u-lg-2 {
            padding: 1px;
        }
        .idx-ad2-btn{
            display:inline-block;
            padding:2px 5px;
            background-color:#1D1D1D;
            color:#fff;
            font-size:12px;
            border-radius:3px;
        }
            .idx-ad2 a:hover .idx-ad2-item{
                background-color: #e60012;     
            }
    

        .idx-biaoti {
            border-left: 3px solid #e60012;
            padding-left: 15px;
            color: #e60012;
            position: relative;
        }

            .idx-biaoti dt {
                font-size: 16px;
            }

            .idx-biaoti dd {
                margin-top: 0;
                font-size:12px;
            }

                .idx-biaoti dd.idx-biaoti-more {
                    position: absolute;
                    bottom: 5px;
                    right: 20px;
                    background-color: #e60012;
                    font-size: 12px;
                    padding: 3px 15px;
                    border-radius: 12px;
                    transition: background-color linear .3s;
                }

                    .idx-biaoti dd.idx-biaoti-more a {
                        color: #fff;
                    }

                    .idx-biaoti dd.idx-biaoti-more:hover {
                        background-color: #333;
                    }

        .idx-showcase-item {
            margin-bottom: 20px;
            padding: 2px;
        }

            .idx-showcase-item p {
                margin: 0;
            }

        .idx-showcase-title {
            color: #555;
            font-size: 14px;            
        }
        .idx-showcase-item a {
            display: block;
            position: relative;
            overflow:hidden;
        }

       .idx-showcase-type {
            background-color:#efafb4;
            color:#fff;
            padding:2px 10px;
            border-radius:0 15px 15px 0;
            font-size: 12px;
            display:inline-block;
        }
        .idx-showcase-item:hover .idx-showcase-type {
            top:10px;
        }
 
        .idx-showcase-item:hover {
            box-shadow: rgba(0,0,0,0.8) 1px 1px 30px;
            border-radius:5px;
        }
        .idx-showcase-img {
            background-repeat:no-repeat;
            background-color:#fff;            
            background-size: cover;
            height: 165px;
        }

        /*动态资讯*/
        .idx-news li {
            border: none;
        }

            .idx-news li a {
                border-top: 1px dashed #333;
                border-bottom: 1px dashed #333;
                color: #555;
                transition: color linear .3s;
                margin-bottom: -1px;
                position: relative;
            }

            .idx-news li a:hover {
                color: #45BCF9;
            }

        .idx-news-title {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            margin-right: 100px;
        }

        .idx-news-time {
            position: absolute;
            top: 12px;
            right: 5px;
        }
        /*联系我们*/
        .idx-contact p{
            font-size:16px;
            margin-top:0;
            margin:10px;
        }
        .idx-contact-head{
            background-color: #e60012; color: #fff; padding: 10px 0; margin-bottom: 15px;
        }
        .aboutLogo{
            background-color: #e60012;padding:70px 0;
            text-align:right;
        }

        /*轮播图最小高度*/
        #demo-slider-0{
            min-height:200px;
        }
       

        /*服务项目*/
         .productType>li>a {    
            padding:10px;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;            
           
        }

        .productType>li {
            border: none;
             border-bottom:1px solid #ddd;
            margin:0;
        }

        .productType .active,.productType .select>a{            
            color: #e60012;
            font-weight: bold;
        }

        .productType li a:hover {            
            color: #e60012;
        }

        .productType-sub{
            margin:0 0 15px 0;
            padding-left:1.5rem;
            padding-right:1.5rem;
            display:none;
            transition:display linear 0.5s;
        }
        .select .productType-sub{
            display:block;
        }
        .productType-sub li{
            border-left:1px dashed #ddd;
            border-bottom:1px dashed #ddd;
            list-style:none;
            
        }
         .productType-sub li a{
             display:block;
            padding:8px 10px;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; 
            font-size:12px;
        }

  

        /*左边菜单-电话，返回首页*/
         .toHome{
            border:1.5px solid #aaa;display:block;padding:8px 8px 8px 50px;position:relative;color:#aaa;
        }
        .toHome span{
             position:absolute;left:14px;top:4px;font-size:22px;color:#aaa;
        }
        .leftPhoneBox{
            border:1.5px solid #aaa;position:relative;padding:8px 8px 8px 50px;margin-bottom:15px;
            font-size:14px;color:#aaa;
        }
        .leftPhoneBox .am-icon-phone{
            position:absolute;left:14px;top:12px;font-size:28px;color:#aaa;
        }
        .leftPhoneBox p{ 
            margin:0;padding:0;
        }

         @media (max-width: 640px) {
             .am-with-topbar-fixed-top{
                 padding-top:51px;
             }
            .am-topbar{
                min-height:50px;
                text-align:center;
            }
            .mpLogo{
                height:35px;
                margin-top:9px;
            }

            .idx-ad2-title{
                font-size:18px;margin-top:0;
            } 
            .idx-contact {
                font-size: 16px;
            }
            .web-totop {
                right:20px;
                bottom:30px;
            }
            .web-totop p{
                display:none;
            }
              .idx-showcase-img {
                height: 150px;
            }
           .aboutLogo{
                background-color: #e60012;padding:10px 0;
                text-align:left;
            }
            /*轮播图最小高度*/
            #demo-slider-0{
                min-height:110px;
            }
            .btnMpHome{

            }
        }

        @media (min-width: 640px) {
            #fixedHigh {                
                overflow-y:scroll;  
                border-left:1px solid #ddd;              
            }
            .am-topbar-nav>li>a{
                height:80px;
                line-height:80px;font-size:16px;box-sizing:border-box;
				    padding: 0 12px;
            }
            .am-topbar-brand{
                height:80px;line-height:80px;
            }
             .mpLogo{
                height:50px;
                margin-top:15px;
            }
        }