﻿@charset "utf-8";

a:hover {
    background-color: transparent;
}

body {
    font-size: 20px;
    border-top: none;
    font-family: Microsoft Yahei,SimSun,Arial,Helvetica,sans-serif;
}

p {
    font-size: 16px;
}
/*左浮动*/
.fl {
    float: left;
}
/*右浮动*/
.fr {
    float: right;
}
/*清浮动*/
.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs10 {
    font-size: 10px !important;
}

.fs8 {
    font-size: 8px !important;
}

.clearFx:before,   .clearFx:after {
    content: ".";
    visibility: hidden;
    line-height: 0;
    height: 12px;
}

  .clearFx:after {
    clear: both;
    overflow: hidden;
}

.clearFx {
    zoom: 1;
}

ul li {
    list-style-type: none;
}

a:hover, a:link, a:active {
    color: inherit;
    text-decoration: none;
}
/*顶部导航*/
#header {
    position: fixed;
    top: 0;
    z-index: 20;
    background-color: rgba(255, 255, 255,0.9);
    width: 100%;
    box-shadow: 0px 1px 1px white;
}

#headershouji {
    position: relative;
    /*position: absolute;
     top: 0;*/
    z-index: 20;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 60px;
    box-shadow: 0px 1px 1px white;
}

#shoujidaohang .navli > li {
    padding: 0;
}

    #shoujidaohang .navli > li a {
        background-color: #eee !important;
        margin: 2px;
        border: 1px solid #eee;
        border-radius: 6px;
    }



/*手机顶部*/
.headshou {
}
/*手机顶部点击按钮显示下拉菜单*/
#headbutton:active {
    border: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#headbutton {
    position: relative;
    border: none;
    color: black;
    background-color: white;
    width: 60px;
    height: 60px;
    outline: none;
}

    #headbutton span {
        display: block;
        font-weight: 200;
        line-height: 0.2;
        font-family: sans-serif;
        font-size: 35px;
    }
/*手机顶部*/
/*PC顶部*/
/*导航区域重置与Bootstrap的冲突*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    color: #f7ab00;
}
/*logo的定位*/
.log {
    position: relative;
    top: 10px;
}

    .log a:hover {
        background-color: transparent;
    }
/*PC顶部导航*/
.navli {
    margin: 0;
}

    .navli > li {
        /*padding: 15px ; PC端的导航栏间距调整使用的 rem */
        padding: 0rem 0.1rem 0rem 0.1rem;
        text-align:center;
    }

        .navli > li:hover {
            background-color: #eee;
        }

        .navli > li a {
            text-align: center;
            width: auto;
            color: #76ce4a;
            display: block;
            position: relative;
            padding: 22px;
            line-height: 1.5em;
        }

        .navli > li a:hover, .navli > li a:active, .navli > li a:visited, .navli > li a:focus, .navli > li a:link {
            color: #f7ab00;
            background-color: transparent;
        }

.tel i {
    font-size: 20px;
    line-height: 1em;
    padding-right: 10px;
}

.nav-list {
    min-width: 100%;
    border-top: 1px solid #ffd800;
}

    .nav-list li {
        padding-left: 40px;
    }

.dianhua {
    position: absolute;
    top: 10px;
    right: 10px;
}

.nav h1 {
    font-size: 20px;
    line-height: 1em;
}
/*自制三角形*/
.sanjiaoxing {
    content: "";
    display: none;
    position: absolute;
    top: -5px;
    z-index: 800000000 !important;
    width: 10px;
    height: 10px;
    border: 1px solid #f6d434;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    background-color: white;
    /*background-color:white;
     border-color: transparent transparent #f6d434;
    border-style: solid;
    border-width: 16px;
    height: 0;
    width: 0;*/
}
/*导航弹出菜单*/

.nav-tan-2 {
    font-size: 18px;
    display: none;
    position: absolute;
    top: 5px;
    width: 100%;
    height: auto;
    background-color: white;
    z-index: 100000;
}

.nav-tan .chengsedexian {
    position: relative;
    padding-top: 0px;
    border-top: 1px solid #f6d434;
    border-bottom: 1px solid #f6d434;
}

.nav_a {
    display: block;
    position: relative;
}

.nav-tan h1 {
    font-size: 20px;
    line-height: 1em;
    margin-top: -8px;
}

    .nav-tan a:hover h1{
        color: #f7ab00;
        background-color: transparent;
    }

.nav-tan p:hover {
    background-color: transparent;
}

.nav-tan p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 4px;
}

.nav-tan-con a:hover {
   background-color: #eee;
    border-radius: 6px;
}

.nav-tan-con a {
    margin: 10px;
    padding: 10px;
    overflow: hidden;
}

.nav-tan-img {
}

    .nav-tan-img i {
        padding-left: 0;
        font-size:60px;
        color: #f7ab00;
        margin-right: 10px;
        text-align: center;
    }

 /*       .nav-tan-img i:hover {
            color: #71be1b;
        }
.nav-tan-img img{
     margin-right:20px;
    width:140px;
    height:90px;
     border-radius:6px;
    
}*/
/***********侧边栏********************/
.fixed-btn {
    position: fixed;
    right: 1%;
    bottom: 50%;
    width: 40px;
    border: 1px solid black;
    background-color: #f58426;
    font-size: 24px;
    z-index: 1040;
    /*-webkit-backface-visibility: hidden;*/
}
.fixed-btn a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
   
}
#bottom-qrcode{
    top: auto;
    bottom: 50%;
    height: 188px;
    width: 158px;
    padding: 10px;
    margin: 0;
    right: 65px;
    left: auto;
    text-align: center;
}
#bottom-qrcode h4{
    margin: 0 0 10px;
    font-size: 14px;
}
.panel-modal .panel-body {
    padding:0;
    min-height: 90px;
    max-width: 150px;
}

/*轮播图*/
#myCarousel {
    position:relative;
    text-align:center;
}
    #myCarousel img{
        width:75%;
        /*height:70%;*/
        margin: 0 auto;
    }

    #myCarousel a {
        /*padding:0 ;
        margin:0;*/
    }
.carousel-control{
    font-size:0.35rem;
    width:7%;
}
a.left.carousel-control {
      margin:0 0 0 12.5%;
} 
a.right.carousel-control {
    margin:0 12.5% 0 0;
}
/*底部*/
#PCfooter{
    margin-top:10px;
    background-color: rgba(0, 0, 0, 0.4)
}
footer {
    position: relative;
    width: 100%;
    height: auto;
    margin:0px;
    padding:0px;
    background-color: white;
}

    footer h1 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer h1a:hover {
       
    }

    footer h1 a {
        padding: 0 20px;
        border-right: 1px solid #808080;
    }

        footer h1 a:last-child {
            padding-right: 0;
            border-right: none;
        }

    footer p {
        font-size: 16px;
        color: #555;
        text-align: center;
        line-height: 1em;
        padding: 4px;
    }

        footer p span {
            color: #ccc;
            padding-left: 10px;
            padding-right: 10px;
        }
/*渐变色*/
.gradient {
    background: -webkit-linear-gradient(top,white,#f4f4f4);
    background: -moz-linear-gradient(top,white,#f4f4f4);
    background: -o-linear-gradient(top,white,#f4f4f4);
    background: linear-gradient(top,white,#f4f4f4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#f8f8f8)";
}
/*阴影*/
.yingying {
    box-shadow: 2px 6px 6px #f4f4f4;
    -moz-box-shadow: 2px 6px 6px #f4f4f4;
    -webkit-box-shadow: 2px 6px 6px #f4f4f4;
}
/*菜单栏*/
.nav_zixun {
    position: relative;
    background: transparent url(/Images/baidu/free.png) no-repeat right bottom scroll;
}

    .nav_zixun .nav_zixun_con {
        background-color: transparent;
        border-radius: 6px;
        overflow: hidden;
    }

        .nav_zixun .nav_zixun_con h1 {
            font-size: 20px;
            line-height: 2em;
            padding: 1em;
            padding-left: 40px;
            border-bottom: 2px solid white;
        }

        .nav_zixun .nav_zixun_con ul {
        }

            .nav_zixun .nav_zixun_con ul li {
                font-size: 16px;
                line-height: 1.5em;
                padding: 1em;
            }

                .nav_zixun .nav_zixun_con ul li a {
                }

                    .nav_zixun .nav_zixun_con ul li a:hover {
                        background-color: transparent;
                    }

#pdv_15753 {
    margin-top: 40px;
}


.container {
}

.padding0 {
    padding: 0;
}

.index_con {
    /*background:transparent url(/Images/baidu/background.png) repeat left top scroll;*/
}
/*每个子页面下的第一条导航*/
.index_he {
}

    .index_he h2 {
        font-size: 20px;
        line-height: 2em;
        font-weight: bold;
    }

        .index_he h2 a {
        }

            .index_he h2 a:hover {
                background-color: transparent;
                text-decoration: underline;
            }

        .index_he h2 span {
            padding-left: 6px;
            padding-right: 6px;
        }
/*每个子页面下的内容布局*/
.page_content {
}

    .page_content h5 {
        font-size: 20px;
        color: #999;
        line-height: 1em;
        font-weight: normal;
        padding-left: 10px;
    }

    .page_content h1 {
        font-size: 25px;
        line-height: 1.5em;
        font-weight: normal;
        padding-left: 10px;
        border-left: 3px solid #f7ab00;
    }

        .page_content h1 span {
            color: #f7ab00;
            font-size: 40px;
            padding-right: 6px;
        }

    .page_content p {
        text-indent: 30pt;
        font-size: 16px;
        line-height: 2em;
    }

    .page_content img {
        width: 80%;
    }

    .page_content p a {
        color: blue;
    }
/*申请加盟，申请试用的表单的样式*/
.control-label {
    text-align: right;
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
}
/* 申请加盟，申请使用界面表单验证提示样式*/
.form-group span {
    color: red;
    font-size: 12px;
}


/*h5canvas实现验证码*/
#mycanvas {
    margin-left: 5px;
    .nav-tan;
}

.form-control {
    display: inline-block;
    width: 97%;
}

.outarrow {
    border-color: transparent transparent #f6d434;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -32px;
    left: 450px;
    z-index: 10000000;
}

.innerarrow {
    border-color: transparent transparent white;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -31px;
    left: 450px;
    z-index: 1000000000;
}
/*     
#rotation_chart{
    padding:0px;
    margin:0px;
}
#rotation_chart a{
    color:#f7ab00;
}
#rotation_chart li:hover{
      background-color:#808080;
}
#rotation_chart li{
   line-height:28px;

}*/
