﻿@charset "utf-8";
/* 超小设备（手机，小于 768px） */
/*共享样式*/
body {
    margin:0 auto;
    font-size:12px;
    font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif;
    line-height:22px;
    color: #464646;
    overflow-x: hidden;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p,img,div,ol,li,em,i,span,
ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif;
    line-height:22px;
    color: #464646;
}
img { border:0px;}
a {
    color:#464646;
    text-decoration:none;
    transition:color 0.5s;
    -moz-transition:color 0.5s;
    -webkit-transition:color 0.5s;
    -o-transition:color 0.5s;
}
a:hover {
    color:#ff7e00;
    text-decoration:none; 
}
.lf {
    float: left;
}
.rt {
    float: right;
}
/*清除浮动样式*/
.clearf{
    overflow:auto;
}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.clearfloat{
    zoom:1;
}
.blockCenter{
    margin:0 auto;
}
.text-center{
    text-align: center;
}
.mtb10{
    margin-bottom: 10px;
}
.marginTB15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.marginT15{
    margin-top: 15px;
}
.marginB15{
    margin-bottom: 15px;
}
.paddingTB15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding3{
    padding: 3px;
}
.paddingLR20{
    padding-left:  20px;
    padding-right: 20px;
}
.pd0{
    padding-left: 0;
    padding-right: 0;
}
.padding-0 {
    padding: 0;
}
/*单行溢出*/
.overElli{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*  多行溢出 */
.overMoreElli{
    display: block;
    width: 100%;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fontUpper{
    text-transform: uppercase;
}
.fontCapit{
    text-transform: capitalize;
}
.fontLower{
    text-transform: lowercase;
}
.fontWhite{
    color: #ffffff;
}
.fontBlack{
    color: #352c25;
}
.fontMuted{
    color: #afafaf;
    font-size: 14px;
    line-height: 30px;
}
.fontYell{
    color: #eaff00;
}
.mt1000{
    width: 92%;
    margin: 0 auto;
}
/* 共享样式结束 */
/*遮罩效果*/
.zzpro{
    position: relative;
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}
.zzpro>img{
    width: 100%;
    transform: scale(1);
    transition: transform .3s linear;
}
.zzpro:hover>img{
    transform: scale(1.2);
    transition: transform .3s linear;
}
/* nav 导航修改开始*/
nav.navbar,.bignav{
    background: rgba(42, 42, 42, 0.86);
}
.small-nav .navTel{
    display: none;

}
.navTel a{
    font-size: 12px;
    color: #c9c9c9;
    margin-right: 8px;
    margin-top: 10px;
}
.navTel .yelFont{
    color: #ffe115;
    font-size: 14px;
    font-family: "Arial";
}
.navbar { 
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent; 
}
.navbar-brand {
    height: 38px;
}
.navbar-toggle { 
    margin-top: 31px; 
} 
.navbar-brand>img {
    display: inline-block;
}
.nav>li>a{
    font-size: 16px;
    line-height: 24px;
    color:#111111;
} 
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: absolute;
    top: 79px;
    width: 100%;
    background: rgba(43, 38, 35, 0.89);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fefefe;
    background-color: rgba(59, 171, 242, 0.3);
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 405px;
}
/* nav 导航栏修改结束 */
/* banner  */
#banner{
    width: 100%;
    overflow: hidden;
}
#banner img{
    display: block;
    width: 100%;
}
/* banner 结束 */

/* footer start */
.footer{
    margin-top: -30px;
    margin-bottom: 60px;
    padding: 20px 0 5px;
    background: url("../images/footerBg.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer>div{
    padding-top: 30px;
}
.logoImg,.wxbtcode {
    text-align: center;
}
.botLeftItem p{
    padding: 20px  0 8px;
    color: #e2e2e2;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    line-height: 24px;
}
.botLeftItem ul li{
    width: 50%;
    float: left;
}
.botLeftItem ul li a{
    display: inline-block;
    width: 90%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #696969;
    font-size: 14px;
}

.botHot dl dd p{
    padding: 10px 0 3px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #838383;
    line-height: 24px;
}
.botHot dl dd h3{
    padding: 10px 0;
    font-family: "Arial";
    color: #ffffff;
    line-height: 24px;
    font-size: 28px;
}
.botHot dl dd a i{
    display: inline-block;
    width: 49px;
    height: 49px;
    margin-left: 3px;
    background-image: url(../images/iconwxho.png);
}
.botHot dl dd a i.wxct{
    background-position: 3px 0;
}
.botHot dl dd a i.home{
    background-position: -40px 0;
}
.botHot dl dd a i.address{
    background-position: -85px 0;
}
.retFrid,.retAddr{
    width: 90%;
    margin: 10px auto;
    padding: 6px 0;
    border-bottom: 2px dashed #353535;
    font-size: 14px;
    color: #d1d1d1;
    line-height: 24px;
}
.retFrid{
    border-top: 2px dashed #353535;
}
.retFrid a,.retAddr a{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 24px;
}
.footbq{
    width: 90%;
    margin: 0 auto;
}
.copyat{
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 24px;
    color: #808080;
}
.bqimg{
    width: 100%;
    text-align: center;
}
/* footer end */

/*底部固定导航 */
.body_footer{padding-top: 5px;width:100%;height:60px;background:-webkit-gradient(linear, 0 0, 0 100%, from(#1279c8), to(#1074c7));background:-moz-linear-gradient(top, #1083db, #1074c7);/* Firefox */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#43a037,endColorstr=#43a037,grandientType=0);bottom:0; z-index:6;}
.body_footer ul{width:100%;height:55px;line-height:55px;}
.body_footer ul li{width:25%;float:left;color: #3ea2ee;}
.body_footer ul li a{width:100%;height:55px;display:block;border-right: #64ace4 solid 1px;}
.body_footer ul li dl{width:auto;margin:0 auto;text-align:center;}
.body_footer ul li dt{
    width:auto;
    height:30px;
    overflow:hidden;
}
.body_footer ul li dt img{
    width:25px;
    height:25px;
}
.body_footer ul li dd{
    width:auto;
    height:30px;
    font-size:12px;
    color:#fff;
    line-height:25px;
    overflow:hidden;
}
/*底部固定导航end */
/* Bootstrap 中默认情况下没有媒体查询 */
/* 小型设备（手机，400px 起） */
@media (min-width: 400px) {
    /* nav */
    .small-nav .navTel{
        display: block;
    }
    .navbar-toggle {
        margin-top: 0;
    }
    /* nav end*/
    .footerItem{
        float: left;
        width: 50%;
    }
    .fitem02 ul li ,.fitem03 ul li{
        float: none;
        width: 100%;
    }
}
/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
    /*nav 导航改*/ 
    .bignav{
        width: 100%; 
    }
    .bignav .navItem>ul{
        width: 506px;
        float: right;
        margin-top: 0px;
    }

    .navTel a{
        font-size: 14px;
        margin-right: 15px;
    }
    .navTel a .yelFont{
        font-size: 16px;
        font-weight: bold;
    }
    .navauto .logo {
        line-height: 73px;
        margin-left: 15px;
    }
    .navItems {
        padding: 12px 0 0;
        width: calc(100% - 260px); 
    } 
    .navItem {
    	width: 100%;
    	margin-top: 0;
    }
    .navItem ul li {
        margin-right: 1.6%;
        float: left;
        text-align: center;
    }
    .navItem ul li a{
        font-size: 12px;
        color: #fff;
    }
    .navItem ul li.active a,.navItem ul li:hover a{
        color: #ffffff;
    }

    .navItem ul li.active:after, .navItem ul li:hover:after{
        display: block; 
        content: "";
        margin-top: 13px;
        width: 100%;
        height: 3px;
        background-color: #b6a292;
    }
    .dropdown-menu { 
         left: -100px;
    }
    /*footer*/
    .footer {
    }
    .footerRight,.footLeft{
        margin: 30px auto;
    }
    .logoImg{
        width: 40%;
        float: left;
    }
    .footLeft .botLeftItem{
        width: 60%;
        float: left;
    }
    .BtlinkUs{
        width: 20%;
        float: left;
        margin-left: 10%;
    }
    .botCodeL{
        width: 70%;
        float: left;
    }
    .wxbtcode{
        width: calc(100% - 300px);
        float: left;
    }
    .botHot{
        float: left;
    }
    .copyat{
        line-height: 44px;
    }
    .bqimg {
        width: 30%;
        text-align: center;
    }
    /*footer end */
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    .mt1200,.hotWord{
        width: 92%;
        margin: 0 auto;
    }
    /* 改nav  */
    /*nav 导航*/
    .bignav .navItem>ul {
        width: 700px;
        margin-top: 8px;
    }
    .navTel a{
        font-size: 14px;
        margin-right: 10px;
    }
    .navTel a .yelFont{
        font-size: 22px;
    }
    .navItem ul li {
        margin-right: 17px;
    }
    .navItem ul li.active:after, .navItem ul li:hover:after {
        margin-top: 16px;
    }
    .navItem ul li a{
        font-size: 16px;
    }
    .navItem ul li:last-child{
        margin-right: 0;
    }
    /* 改nav end */
    .footer{
        margin-top: -15px;
        margin-bottom: 0;
    }
    .logoImg {
        width: 32%;
        margin-top: 20px;
    }
    .logoImg img{
        width: 100%;
    }
    .footLeft .botLeftItem{
        width: 60%;
        float:right;
    }
    .BtlinkUs {
        width: 33%;
        margin-left:0;
    }
    .botCodeL {
        width: 50%;
        float:right;
    }
    .botHot {
        float: right;
    }
    .wxbtcode {
        width:  210px;
        float: left;
    }
     
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .mt1200,.mynav{
        width: 1200px;
        margin: 0 auto;
    }
    .mt1000{
        width: 1114px;
        margin: 0 auto;
    }
    /*nav 导航*/
    .bignav .navItem>ul {
        width: 752px;
    }
    .navauto .logo {
        line-height: 86px;
         margin-left: 0;
    }
    .navTel a {
        margin-top: 0;
    }
    .navTel a .yelFont{
        font-size: 24px;
    }
    .bignav .navItem>ul {
        width: 904px;
    }
    .navItem ul li {
        margin-right: 45px;
    }
    .navItem ul li a{
        font-size: 16px;
    }
    .navItems  .bighot{
        margin-right: 40px;
    }
   .friendLink{
	margin-top: 60px;
   }
    /*banner*/
    /*footer*/
    .footer{
        margin-top: -26px;
    }
    .BtlinkUs {
        width: 30%;
        margin-left: 3%;
    }
    .logoImg {
        margin-top: 8px;
    }
    .botCodeL {
        width: 67%;
    }
    .wxbtcode {
        width: 190px;
    }
    .retFrid, .retAddr{
        width: 100%;
        padding: 13px;
    }
    .retFrid a:after, .retAddr a:after{
        display: inline-block;
        margin: 0 10px;
        content: "|";
        width: 2px;
        height: 24px;
        line-height: 24px;
        color: #585858;
    }
    .retFrid a:last-child:after, .retAddr a:last-child:after{
        display: none;
    }
    .footbq {
        width: 100%;
    }
    /*footer end*/


}