/*//////////////// 这是头部开始//////////////////////*/
@charset "UTF-8";
*{
    padding:0;
    margin:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
body{
    font-family: "微软雅黑", Arial;
}
#main{
    width:1100px;
    height:auto;
    /*border:1px solid red;*/
    margin:0 auto;
}
.header_one{
    width:1100px;
    /*border:1px solid red;*/
    margin:0 auto;
}
.header_one img{
    display:block;
    width:100%;
    border:none;
}
/*/////////////////导航开始////////////////////*/
.header{
    width:1100px;
    margin:0 auto;
    position:relative;
    height:50px;
    /*border:1px solid red;*/
    background:#BC0303;
}
#menu {
    width:1100px;
    /*border:1px solid red;*/
}
#nav1 {
    width:1100px;
    display:block;
    height:50px;
    /*margin-bottom:10px;*/
}
#nav1 .mainlevel {
    float:left;
    position: relative;
    white-space: nowrap;
    background:#BC0303;
    width:145px;
    z-index: 1000;
    /*border:1px solid red;*/
    list-style:none;
    /*IE6 only*/
}
#nav1 .mainlevel a {
    /*color:#587083;*/
    color:#fff;
    /*font-weight:bolder;*/
    text-decoration:none;
    line-height:50px;
    display:block;
    width:145px;
    text-align:center;
    font-size:14px;
}
#nav1 .mainlevel a:hover {
    background:#970202;
    /*color:#fff;*/
}
#nav1 .mainlevel ul {
    display:none;
    position:absolute;
}
#nav1 .mainlevel li {
    border-top: 1px solid #ca0303;
    border-bottom: 1px solid #9c0303;
    background:#BC0303;
    height:50px;
    line-height:50px;
    width:145px;/*IE6 only*/
    list-style:none;
}
#nav1 .mainlevel li a{
    color:#fff;
    width:145px;
    line-height:50px;
    height:50px;
    display:block;
    text-decoration: none;
}
#nav1 .mainlevel li a:hover{
    background: rgba(0, 0, 0, 0.2);
    color:#fff;
}
/*/////////////////导航结束////////////////////*/
/*//////////////// 这是头部结束//////////////////////*/
/*//////////////// 这是中间开始//////////////////////*/
.content{
    width:100%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content-one{
    /*height:305px;*/
    width:100%;
    /*border:1px solid mediumvioletred;*/
}
/*//////////////// 这是轮播开始//////////////////////*/
.wrapper{
    margin:0 auto;
    width:1100px;
    /*z-index:-2;*/
    /*border:1px solid red;*/
}
.banner{
    position: relative;
    width:100%;
    margin:0 auto;
    /*border:1px solid red;*/
    overflow: hidden;
    /*z-index:-2;*/
}
.imgList{
    width:100%;
    /*    width: 1170px;
        height: 320px;*/
    /*border:1px solid #bfff1d;*/
    /*z-index:-2;*/
}
.imgList li{
    display: none;
    list-style: none;
}
.imgList li a{
    text-decoration:none;
}
.imgList li img{
    /*    width: 1170px;
        height: 320px;*/
    width:100%;
    /*z-index:-2;*/
}
.imgList .imgOn{
    display: inline;
}
.bg{
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 40px;*/
    z-index:20;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
.infoList{
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 30;
}
.infoList li{
    display: none;
    list-style: none;
}
.infoList .infoOn{
    display: inline;
    color:#ffffff;
}
.indexList{
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 30;
}
.indexList li{
    float: left;
    list-style:none;
    margin-right: 5px;
    padding: 2px 4px;
    border: 2px solid #000000;
    background: #808080;
    cursor: pointer;
}
.indexList .indexOn{
    background: red;
    font-weight: bold;
    color:#ffffff;
}
/*//////////////// 这是轮播结束//////////////////////*/
.content-two{
    width:100%;
    margin-top:20px;
    /*border:1px solid red;*/
}
.content-two-left{
    width:280px;
    float:left;
    /*border:1px solid red;*/
}
/*联系方式开始*/
.content-two-contact{
    width:100%;
    border:1px solid #F99906;
    /*margin-top:20px;*/
}
.content-two-contact h4{
    height:35px;
    font-size:15px;
    padding-left:25px;
    color:#C90000;
    line-height:35px;
    border:1px solid #f99906;
    background:url("../images/bg-01.png") repeat-x;
}
.content-two-contact ul{
    list-style:none;
    margin-top:7px;
    /*border:1px solid red;*/
}
.content-two-contact ul li{
    line-height:35px;
    border-bottom:1px solid rgba(222, 222, 222, 0.25);
    font-size:15px;
    padding-left:15px;
}
/*联系方式结束*/
.content-two-right{
    width:100%;
    float:right;
    border:1px solid #f99906;
}
.content-two-right h4{
    height:35px;
    font-size:15px;
    padding-left:25px;
    color:#C90000;
    line-height:35px;
    border:1px solid #f99906;
    background:url("../images/bg-01.png") repeat-x;
}
.content-two-right ul{
    list-style:none;
}
.content-two-right .content-two-content{
    list-style:none;
    /*background:#F5F3EB;*/
    width:100%;
    margin-top:5px;
}
.content-two-right .content-two-content li{
    float:left;
    width:48%;
    margin-left:10px;
    margin-top:5px;
    /*border:1px solid red;*/
    line-height:35px;
    text-align:left;
}
.content-two-right .content-two-content li:last-child{
    margin-bottom:5px;
}
.content-two-describe{
    margin-top:20px;
    width:100%;
    /*border:1px solid red;*/
}
.content-two-describe h5{
    width:100%;
    background:#F5F3EB;
    font-size:15px;
    height:35px;
    line-height:35px;
    padding-left:25px;
    /*border:1px solid #4dff95;*/
}
.content-two-describe h6{
    font-size:15px;
    padding-left:10px;
    line-height:35px;
    /*border:1px solid red;*/
}
.content-two-describe ul li{
    line-height:30px;
    font-size:15px;
    padding-left:10px;
    /*padding:0 10px;*/
}
/*//////////////// 这是中间结束//////////////////////*/
/*悬浮框开始*/
.floating_ck{
    position:fixed;
    right:10px;
    bottom:10px;
    font-size:14px;
}
.floating_ck dl dd{
    position:relative;
    width:80px;
    height:80px;
    /*background-color:#353535;*/
    background-color:#505866;
    /*border-bottom:solid 1px #0d0e13;*/
    border-bottom:solid 1px #353642;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center 20%;
    cursor:pointer;
}
.floating_ck dl dd:hover{
    background-color:#e40231;
    border-bottom:solid 1px #a40324;
}
.floating_ck dl dd:hover .floating_left{
    display:block;
    /*border:1px solid green;*/
}
.consult{
    background-image:url(../images/resizeApi.png);
}
.words{
    background-image:url(../images/zxicon.png);
}
.qrcord{
    background-image:url(../images/erweima-01.png);
}
.return{
    background-image:url(../images/fanhui.png);
}
.floating_ck dd span{
    color:#fff;
    display:block;
    padding-top:54px;
    /*border:1px solid #feff18;*/
}
.floating_ck dd span a{
    color:#fff;
    text-decoration:none;
}
.floating_ck dd span a:hover{
    text-decoration:underline;
}
.floating_left{
    position:absolute;
    left:-160px;
    top:0px;
    width:160px;
    height:80px;
    background-color:#e40231;
    border-bottom:solid 1px #a40324;
    display:none;
}
.floating_left a{
    display:block;
    color:#fff;
    line-height:80px;
    text-decoration:none;
}
.floating_ewm{
    height:260px;
    top:-180px;
}
.floating_ewm i{
    background-image:url(../images/erweima.png);
    display:block;
    width:145px;
    height:145px;
    margin:auto;
    margin-top:7px;
}
.floating_ewm p{
    color:#fff;
    margin-top:5px;
}
.floating_ewm .qrcord_p01{
    font-size:14px;
    line-height:20px;
}
.floating_ewm .qrcord_p02{
    font-size:18px;
}
/*悬浮框结束*/
/*//////////////// 这是中间结束//////////////////////*/
/*//////////////// 这是尾部开始//////////////////////*/
.foot{
    width:1100px;
    margin-top:20px;
    background: #505866;
    /*border:1px solid red;*/
}
.foot .nav{
    color:#8faad3;
}
.foot p{
    text-align:center;
    font-size:15px;
    line-height:35px;
    color:#fff;
}
.foot p a{
    padding:5px;
    text-decoration:none;
    font-size:15px;
    color: #8faad3;
}
.foot p a:hover{
    text-decoration:underline;
    color:#B1D1FE;
}
/*//////////////// 这是尾部结束//////////////////////*/
@media screen and (min-width:120px) and (max-width:800px){
    body{
        border-top:none;
    }
    #main{
        width:100%;
    }
    .header_one{
        width:100%;
    }
    .header{
        width:100%;
    }
    .wrapper{
        width:100%;
    }
    #menu {
        /*width:100%;*/
        display:none;
    }
    .content-two{
        width:100%;
    }
    .content-two-left{
        display:none;
    }
    .content-two-right{
        width:100%;
        border:none;
    }
    .content-two-right ul li{
        width:100%;
    }
    .floating_ck{
        display:none;
    }
    .foot{
        width:100%;
    }
    .foot p span{
        display:block;
    }
}
