/*
* 首页样式
*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong,ol, ul, li, footer, header {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body{
    font-size:14px;
    font-family: "microsoft yahei",tahoma;
    color:#666;
    overflow-x:hidden;
}
img{
    max-width:100%;
    height:auto;
    vertical-align:middle;
    width: 100% \9;
}
nav ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#666;
    text-decoration:none;
}
.wy{background-color: #1975cf;border-radius: 4px;padding: 4px 16px;margin-left: 10px;}
.wy span{color: #fff!important;}
.wy:hover{text-decoration: none!important;}

/*公共样式*/
.fw{
    width: 100%;
}
.oh{
    overflow:hidden;
}
.pr{
    position:relative;
}
.dn{
    display:none;
}
.ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/*header*/
.top_bg{
    background-color: #312f38;
}
.top_bar{
    height:32px;
    line-height:32px;
}
.top_bar a,.top_bar span{
    color:#b2b2b2;
    font-size:13px;
}
.head{
    line-height:72px;
    background-color: #f8f8f8;
}
.head .navs_box{
    line-height: 72px;
}
.logo{
    margin:5px 0 0 10px;
}
.backHome{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
    width: 130px;
}
.navbar-nav>li>a{
    width:105px;
    line-height:55px;
    display:block;
    text-align:center;
    float:left;
    color:#888;
    font-size:17px;
    box-shadow:none;
}
.navbar-nav>li>a.active,.navbar-nav>li>a:hover{
    color:#1975cf;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-inverse{
    margin-top:22px;
    background-color: #312f38;
    border-color: #312f38;
}

/*banner*/
.touchslider,.touchslider-viewport,.touchslider-item{
    height:500px!important;
}
.touchslider{
    margin:0 auto;
}
.touchslider-viewport{
    width:9999px;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
}
.touchslider-item{
    float:left;
    width:100%;
    color:#fff;
}
.touchslider-item h2{
    font-size:40px;
    margin:90px 0 50px;
}
.touchslider-item p{
    font-size:20px;
    margin-bottom: 20px;
}
.touchslider-item.img_1 {
    background: url('../images/banner1.png') center center no-repeat;
    background-size: cover;
}
.touchslider-item.img_2 {
    background: url('../images/banner2.png') center center no-repeat;
    background-size: cover;
}
.touchslider-item.img_3 {
    background: url('../images/banner3.png') center center no-repeat;
    background-size: cover;
}
.touchslider-nav-items{
    width:255px;
    position:absolute;
    bottom:210px;
    left:50%;
    z-index:999;
    height:5px;
    margin-left:-125px;
    cursor: pointer;
}
.touchslider-nav-item{
    float:left;
    width:75px;
    height:5px;
    background:#bfbfbf;
    display:block;
    margin-right:10px;
}
.touchslider-nav-item.touchslider-nav-item-current{
    background-color:#fff;
}
.slide_btn{
    z-index:11111;
    position:absolute;
    display:block;
    width:73px!important;
    height:74px!important;
    top:50%;
    margin-top:-37px;
    cursor: pointer;
}
.touchslider-prev{
    background:url('../images/prev.png') no-repeat left top;
    left:3%;
}
.touchslider-next{
    background:url('../images/next.png') no-repeat right top;
    right:3%;
}
.img_3 img{
    width:36%;
}

/*生态服务*/
.box1{
    width:1200px;
    position: absolute;
    bottom:10px;
    left:50%;
    margin-left:-600px;
    -moz-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
}
.tit{
    width: 100%;
    text-align: center;
    font-size:50px;
    color:#000;
}
.desc{
    color:#888;
    font-size:20px;
    margin:16px 0 80px;
}
.list_a li{
    width:25%;
    height:180px;
    float:left;
    list-style:none;
    border-right:2px solid #049af8;
    position: relative;
    background-color:#fff;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.list_a li.active{
    background-color:#049af8;
}
.list_a li.a1{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.list_a li.a4{
    border-right: 0 none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.list_a li a{
    width:100%;
    padding:24px 0 0;
    display:block;
}
.list_a li img{
    width:60px;
    height:60px;
}
.list_a li span{
    display:block;
    color:#000;
    font-size:20px;
    margin-top:10px;
}
.list_a li p{
    color:#888;
    font-size:14px;
}
.list_a li.active span,.list_a li.active p{
    color:#fff;
}

/*案例简介*/
.box2{
    padding-top: 76px;
}
.list_b{
    display: inline-block;
}
.mainCon{
    width:92%;
    margin:auto auto 8%;
    height:460px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius:6px;
    border:1px solid #ddd;
}
.list_b li{
    list-style:none;
    padding: 0;
}
.list_b li.active .mainCon{
    box-shadow:0 2px 20px #049af8;
}
.pic{
    height:210px;
    background-color: #f5f5f5;
    display:block;
    overflow: hidden;
}
.list_b_store{
    height:245px;
    padding:34px 30px;
    overflow: hidden;
}
.store_name{
    color:#000;
    font-size:30px;
    margin-bottom:44px;
    text-align:left;
}
.store_desc{
    height:140px;
    color:#888;
    font-size:16px;
    line-height:22px;
    text-align:left;
    overflow:hidden;
}
.qrcode_box{
    width:160px;
    background-color:#fff;
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left:-80px;
}
.qrcode_box p{
    font-size:16px;
    margin-top:5px;
}
.qrcode{
    width:150px;
    height:150px;
}
.more_btn{
    width:220px;
    height:60px;
    line-height:60px;
    margin:auto auto 115px;
    display:block;
    color:#252525;
    font-size:16px;
    background-color:#fff;
    border:1px solid #252525;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.more_btn:hover{
    background-color:#1975cf;
    border:1px solid #1975cf;
    color:#fff;
}

/*关于问药*/
.about_us{
	padding-bottom: 30px;
    background:url('../images/about_us_bg.png') no-repeat center;
    background-size:100% 100%;
}
.con.ct1{
    display:block;
}
.con h2{
    color:#fff;
    font-size:50px;
    padding:75px 0 42px;
}
.con p{
    width:90%;
    margin:0 auto;
    color:#fff;
    font-size:20px;
    line-height:28px;
    text-align: left;
}
.con a{
    width:240px;
    line-height:60px;
    display:block;
    color:#fff;
    font-size:30px;
    margin:42px auto auto;
    border:1px solid #fff;
    border-radius: 6px;
}
.list_a li a:hover,.con a:hover{
    text-decoration: none;
}

/*footer*/
footer{
    padding-bottom: 60px;
    background-color:#312f38;
    color:#b2b2b2;
    font-size:12px;
}
.foot{
    width:535px;
    margin:0 auto;
    padding:45px 0 25px;
}
.foot_navs li{
    width:70px;
    color:#fff;
    font-size:14px;
    float:left;
    margin-right:15px;
    list-style: none;
}
.foot_navs li.last{
    margin-right: 0;
}
.foot_navs li a{
    color:#fff;
    display:block;
}
.foot_navs li a.active,.foot_navs li a:hover,.foot_navs li:hover{
    color:#1975cf;
}
.footer_a {
    color:#b2b2b2;
}
.copyright{
    line-height: 22px;
}
.copyright p{
    text-align: center;
    padding: 0;
    margin: 0;
}

/*返回顶部*/
.goTop{
    width:50px;
    height:50px;
    position:fixed;
    bottom:170px;
    right:50px;
    z-index:100000;
}

/*自适应屏幕 兼容*/
@media screen and (max-width:768px) {
    .w,.w2{
        width:100%;
        margin:0 auto;
    }
    .con h2{
        padding: 30px 0 20px;
    }
    .con p{
        font-size:16px;
    }
    .list_a li span{
        font-size:16px;
    }
    .list_a li p{
        font-size:12px;
    }
    .list_b li{
        width:100%;
    }
    .pic img{
        width:320px;
    }
    .img_3 img{
        width:76%;
    }
    .touchslider-viewport h2{
        font-size:28px;
    }
    .touchslider-viewport p{
        font-size:18px;
    }
    .foot{
        width:100%;
        margin:0 auto;
        padding:25px 0 20px;
        line-height: 14px;
    }
    .foot a.col-xs-12{
        text-align: center;
        margin-bottom: 10px;
    }
    .foot .foot_navs.col-xs-12{
        text-align: center;
    }
    .foot_navs li{
        margin-right:8px;
        margin-top:5px;
    }
    .foot .foot_navs.col-xs-12 li{
        float: none;
        display: inline-block;
        width: 56px;;
    }
    .goTop{
        bottom:170px;
        right:10px;
    }
}
@media screen and (max-width:414px) {
    .logo{
        margin:0px 0 0 10px;
    }
    .top_bg{
       display: none;
    }
    .navbar-inverse {
        margin-top: 19px;
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-toggle .icon-bar {
        background-color: #1975cf;
    }
    .box1{
        width: 100%;
        left: 0;
        margin: 0;
        bottom: -151px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border-bottom: 1px solid #ddd;
    }
    .list_a li {
        height: 150px;
        border-right: 0px solid #049af8;
    }
    .list_a li img {
        width: 50px;
        height: 50px;
    }
    .list_a li img.m1 {
        display: none!important;
    }
    .list_a li img.m2 {
        display: inline-block!important;
    }
    .list_a li span {
        font-size: 14px;
    }
    .list_a li a {
        padding: 38px 0 0;
    }
    .list_a li p {
        display: none;
    }
    .box2 {
        padding-top: 200px;
    }
    .mainCon{
        height: auto;
    }
    .pic {
        height: 191px;
    }
    .list_b_store{
        padding: 40px 20px;
    }
    .store_name{
        font-size: 25px;
        margin-bottom: 35px;
    }
    .img_3 img{
        width:100%;
    }
    .con h2{
        font-size:30px;
        padding: 30px 0 20px;
    }
    .con p{
        font-size:14px;
        line-height: 24px;
    }
    .con a{
        width:200px;
        height:40px;
        line-height:40px;
        font-size:22px;
    }
    .store_desc{
        height:auto;
        font-size: 17px;
    }
    .tit{
        font-size:30px;
    }
    .desc{
        font-size:15px;
        padding: 0 15px;
    }
    .goTop{
        bottom:170px;
        right:10px;
    }
    .touchslider,.touchslider-viewport,.touchslider-item{
        height:250px!important;
    }
    .touchslider-item h2{
        font-size:20px;
        margin:95px 0 20px;
    }
    .touchslider-item p{
        font-size:14px;
    }
    .touchslider-nav-items{
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        bottom:28px;
    }
    .slide_btn{
        display: none;
    }
    .about_us{
        height:400px;
    }
    .footer_a{
        font-size:11px;
    }
    .foot{
        width:100%;
        margin:0 auto;
        padding:40px 0 30px;
        line-height: 14px;
    }
    .foot a.col-xs-12{
        text-align: center;
        margin-bottom: 10px;
        display: none;
    }
    .foot .foot_navs.col-xs-12{
        text-align: center;
        border-top: 1px solid rgba(229,229,229,0.5);
        padding: 0px;
    }
    .foot_navs li{
        margin-right:8px;
    }
    .foot .foot_navs.col-xs-12 li{
        float: none;
        display: block;
        width:100%;
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        border-bottom: 1px solid rgba(229,229,229,0.5);
    }
}
@media screen and (min-width:1200px) {
    .w,.w2 {
        width:1200px;
        margin:0 auto;
    }
    .con p{
        width:50%;
    }
    .touchslider,.touchslider-viewport,.touchslider-item{
        height:730px!important;
    }
    .touchslider-item h2{
        font-size:50px;
        margin:240px 0 60px;
    }
    .touchslider-item p{
        font-size:30px;
        margin-bottom: 20px;
    }
    .box1{
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/*动画*/
.active .slide_left {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.active .dy0 {
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
}
.active .dy1 {
    -webkit-animation-delay:1s;
    animation-delay:1s;
}
.bigSmall {
    -webkit-animation: bigSmall .4s ease-in;
    animation: bigSmall .4s ease-in;
}
@-webkit-keyframes bigSmall {
    from{ -webkit-transform:scale(1.4,1.4); }
    to{ -webkit-transform:scale(1,1); }
}
@keyframes bigSmall{
    from{ transform:scale(1.4,1.4); }
    to{ transform:scale(1,1); }
}