﻿a{
    text-decoration:none!important;
    color:#808080;
}
.header-style .header-box a {
    color: #808080;
}
.aboutus-wrap .banner{
    width: 100%;
    min-width: 1200px;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.aboutus-wrap .banner .title>div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 200px;
    opacity: 0;
}
.aboutus-wrap .banner .title>div h1{
    color: #fff;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
}

.aboutus-wrap .banner .title>div img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.aboutus-wrap .banner .title>h2{
    color: #333;
    text-align: right;
    font-size: 24px;
    margin: 10px 240px 0 20px;
    opacity: 0;
}

.aboutus-wrap .panel-group .panel-heading {
    height: 250px;
}

.aboutus-detail .head{
    width: 1000px;
    margin: 0 auto;
    font-size: 28px;
    height: 250px;
    background: url('../image/map.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.aboutus-detail .head h1{
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 4px solid #c9262a;
}

.aboutus-detail .content{
    width: 750px;
    margin: 0 auto;
    padding: 15px;
    font-size: 16px;
}

p{
    margin-bottom: 10px;
}

#headingOne{
    background-color: #edebeb;
}

#headingTwo{
    background-color: #e5e2e2;
}

#headingThree{
    background-color: #edebeb;
}

.aboutus-wrap .panel-group{
    margin-bottom: 0;
}

.aboutus-wrap .panel-group .panel-body {
    width: 750px;
    margin: 0 auto;
    font-size: 16px;
}

.aboutus-wrap .panel-group .panel-body a{
    text-decoration: underline;
    color: blue;
}


.aboutus-wrap .panel-group .panel-body a:hover{
    text-decoration: underline!important;
    color: #c9262a;
}

.aboutus-wrap .panel-group .panel-heading h4{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.aboutus-wrap .panel-group .panel-heading h4 a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 250px;
    font-size: 28px;
    transition: all .3s;
}

.aboutus-wrap .panel-group .panel-heading h4 a:hover {
    color: #c9262a;
}

.panel{
    border: none;
}

.aboutus-wrap .panel-group .panel+.panel {
    margin-top: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}

.panel-title{
    position: relative;
}

.panel-title img{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 100px;
    top: 117px;
}

ul,ol{
    list-style: none!important;
}
