@charset "utf-8";
/* CSS Document */
/*banner*/
.content{width:1180px; height:auto; margin:0 auto; overflow:hidden}

.sidebar{
    float:left;
    width:200px
}
.sidebar h2{
    width:200px;
    height:80px;
    color:#FFF;
    background:url(../images/H2-bg.jpg) no-repeat;
    text-align:center;
    line-height:80px;
    margin-top:50px;
    font-size:30px;
    font-family:"宋体";
    font-weight:normal;
}
.sidebar ul{
    width:200px;
}
.sidebar ul li{
    width:200px;
    height:47px;
    text-align:center;
    line-height:47px;
    background:#eeeeee;
    border-bottom:#dad4d4 solid 1px
}
.location{
    font-size:14px;
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
}
.sidebar ul li a{
    display:block;
    color:#000;
    font-size:18px;
    font-family:"宋体";
    font-weight:normal
}
.sidebar ul li a.on{
    background:url(../images/ul-bg.png);
    color:#c71c22;
}
.sidebar ul li:hover{
    background:url(../images/ul-bg.png);
}
.sidebar ul li:hover a{
    color:#c71c22;
}

.text{
    float:left;
    width:910px;
    margin-top:50px;
    margin-left:70px;
    font-family:"宋体";
    color:#333333
}



.text h2{
    font-weight:normal;
    font-size:24px
}
.text #map{
    margin-top:15px;
    margin-bottom:38px;
    width:915px;
    height:321px;
    border:#ccc solid 1px;
    font-size:12px
}
.text h3{
    font-weight:normal;
    font-size:24px;
    margin-bottom:29px
}
.text h4{
    font-size:24px;
    font-weight:normal;
    margin-bottom:20px
}

.flip{
    overflow:hidden;
    margin-bottom:100px
}
.flip ul{
    margin-bottom:100px
}
.flip ul li{
    width:290px;
    float:left;
    margin-right:260px;
    font-size:18px;
    color:#333333;
    margin-bottom:25px
}

.contact{
    width:100%;
    position:relative;
}

.contact form{
    width:600px;
    margin:0px auto;
    margin-bottom:36px;

}
.contact form p{

    padding:10px 0px;
    display:flex;
    display:-webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}
.contact form p input{
    height:40px;
    width:460px;
}
.contact form p span{
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    width:100px;
    -webkit-justify-content: space-between
}
/*提交按钮*/
.sub{
    width:550px;
    text-align:center;
    margin-top:20px;
}
.sub input{
    border:0px;
    background:#c71c22;
    color:#fff;
    border-radius:5px;
    padding:10px 20px;
}
/*提示框*/
.tooltip{
    width:200px;
    height:50px;
    position:absolute;
    top:45%;
    left:42%;
    opacity: 0.6;
    border-radius: 10px;
    color:#fff;
    text-align: center;
    line-height:50px;
    background: url('../images/notice.png') #c71c22 no-repeat 5px 50%;
    background-size:40px 40px;
    display:none;
}
/*
.contact_detail{
    float:right;
}
*/
